Archived
1
0
This repository has been archived on 2020-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
old/application/language/en/projects_lang.php

22 lines
960 B
PHP
Raw Normal View History

2018-10-16 16:28:42 +00:00
<?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';