22 lines
960 B
PHP
22 lines
960 B
PHP
|
<?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';
|