13 lines
507 B
PHP
13 lines
507 B
PHP
<?php
|
|
|
|
$lang['settings'] = "Settings";
|
|
$lang['tab_personal'] = "Personal Information";
|
|
$lang['tab_settings'] = "Settings";
|
|
|
|
$lang['projects_sortrecently'] = "Sort projects by date of the last access";
|
|
$lang['projects_sortrecently_note'] = "If the projects are sorted by the data of the last access, the rarely used projects "slip" to the end of the list.";
|
|
$lang['language_select'] = "Language";
|
|
|
|
/* End of file settings_lang.php */
|
|
/* Location: ./application/language/german/settings_lang.php */
|