Archived
1
0

Initial commit as of 2018-10-16

This commit is contained in:
Marcel
2018-10-16 18:28:42 +02:00
commit 29d7c2ffdc
3601 changed files with 358427 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['projects_sitetitle'] = 'My Projects';
$lang['projects_title'] = 'My Projects - Downloads - Portfolio';
$lang['projects_description'] = 'Nearly all projects worth mentioning I did till now are listed here, so you can browse and view them.';
$lang['projects_download'] = 'Download available';
$lang['projects_opensource'] = 'Open Source available';
$lang['projects_filter_category'] = 'Filter by project category';
$lang['projects_filter_type'] = 'Filter by project type';
$lang['projects_sort'] = 'Sort by';
$lang['projects_sort_name'] = 'Name';
$lang['projects_sort_date'] = 'Date';
$lang['projects_sort_voteCount'] = 'Popularity';
$lang['projects_all'] = 'All';
$lang['projects_back_to_overview'] = 'Back to Overview';
$lang['projects_previous'] = 'Previous Project';
$lang['projects_next'] = 'Following Project';