mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
Merge pull request #318 from akmc/master
Updated Lithuanian translation and language configuration files
This commit is contained in:
commit
4d97a49645
@ -108,6 +108,13 @@ $config['supported_languages'] = array(
|
|||||||
'codes' => array('cht', 'chinese-traditional', 'zh-TW'),
|
'codes' => array('cht', 'chinese-traditional', 'zh-TW'),
|
||||||
'ckeditor' => NULL
|
'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)
|
* spanish (es) | norwegian (no) | portuguese (pt)
|
||||||
* turkish (tr) | french (fr) | japanese (jp)
|
* turkish (tr) | french (fr) | japanese (jp)
|
||||||
* polish (pl) | russian (ru)
|
* polish (pl) | russian (ru)
|
||||||
* chinese-simplified (cn) | chinese-traditional (zh)
|
* chinese-simplified (cn) | chinese-traditional (zh) | lithuanian (lt)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
$config['language'] = 'en';
|
$config['language'] = 'en';
|
||||||
|
@ -20,9 +20,10 @@ $lang['paste_delete'] = 'Trinti po';
|
|||||||
$lang['paste_delete_desc'] = 'Kada ištrinti Jūsų įrašą?';
|
$lang['paste_delete_desc'] = 'Kada ištrinti Jūsų įrašą?';
|
||||||
$lang['paste_recent'] = 'Vėliausi įrašai';
|
$lang['paste_recent'] = 'Vėliausi įrašai';
|
||||||
$lang['paste_trending'] = 'Dominuojantys įrašai';
|
$lang['paste_trending'] = 'Dominuojantys įrašai';
|
||||||
$lang['paste_search'] = 'Ieškoti';
|
$lang['paste_search'] = 'Ieškoti';
|
||||||
$lang['paste_from'] = 'Nuo';
|
$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_writtenin'] = 'parašyta kalba';
|
||||||
$lang['paste_viewed'] = 'žiūrėta';
|
$lang['paste_viewed'] = 'žiūrėta';
|
||||||
$lang['paste_times'] = 'kartų';
|
$lang['paste_times'] = 'kartų';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user