mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 21:26:58 +02:00
Add Lithuanian Language
This commit is contained in:
17
plugins/box/filesmanager/languages/lt.lang.php
Normal file
17
plugins/box/filesmanager/languages/lt.lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'filesmanager' => array(
|
||||
'Files' => 'Bylos',
|
||||
'Files manager' => 'Bylų tvarkyklė',
|
||||
'Name' => 'Pavadinimas',
|
||||
'Actions' => 'Veiksmai',
|
||||
'Delete' => 'Ištrinti',
|
||||
'Upload' => 'Įkelti',
|
||||
'directory' => 'aplankas',
|
||||
'Delete directory: :dir' => 'Ištrinti aplanką: :dir',
|
||||
'Delete file: :file' => 'Ištrinti bylą :file',
|
||||
'Extension' => 'Plėtinys',
|
||||
'Size' => 'Dydis',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user