mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-11 16:46:18 +02:00
18 lines
543 B
PHP
18 lines
543 B
PHP
<?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',
|
|
)
|
|
);
|