Merge pull request #318 from akmc/master

Updated Lithuanian translation and language configuration files
This commit is contained in:
Claude 2015-11-18 21:59:19 +01:00
commit 4d97a49645
2 changed files with 11 additions and 3 deletions

View File

@ -108,6 +108,13 @@ $config['supported_languages'] = array(
'codes' => array('cht', 'chinese-traditional', 'zh-TW'),
'ckeditor' => NULL
),
'lt' => array(
'name' => 'Lietuvių',
'folder' => 'lithuanian',
'direction' => 'ltr',
'codes' => array('lt', 'lithuanian', 'lt-LT'),
'ckeditor' => NULL
),
);
/*
@ -118,7 +125,7 @@ $config['supported_languages'] = array(
* spanish (es) | norwegian (no) | portuguese (pt)
* turkish (tr) | french (fr) | japanese (jp)
* polish (pl) | russian (ru)
* chinese-simplified (cn) | chinese-traditional (zh)
* chinese-simplified (cn) | chinese-traditional (zh) | lithuanian (lt)
*
*/
$config['language'] = 'en';

View File

@ -20,9 +20,10 @@ $lang['paste_delete'] = 'Trinti po';
$lang['paste_delete_desc'] = 'Kada ištrinti Jūsų įrašą?';
$lang['paste_recent'] = 'Vėliausi įrašai';
$lang['paste_trending'] = 'Dominuojantys įrašai';
$lang['paste_search'] = 'Ieškoti';
$lang['paste_search'] = 'Ieškoti';
$lang['paste_from'] = 'Nuo';
$lang['paste_ago'] = 'Prieš';
$lang['paste_ago'] = 'Prieš %s' ;
$lang['paste_expire'] = 'Šis įrašas taps %s per';
$lang['paste_writtenin'] = 'parašyta kalba';
$lang['paste_viewed'] = 'žiūrėta';
$lang['paste_times'] = 'kartų';