mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 18:30:20 +02:00
Add Monstra from HG Commit 683dcb70c4cc
This commit is contained in:
17
plugins/box/filesmanager/languages/ru.lang.php
Normal file
17
plugins/box/filesmanager/languages/ru.lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'filesmanager' => array(
|
||||
'Files' => 'Файлы',
|
||||
'Files manager' => 'Менеджер файлов',
|
||||
'Name' => 'Название',
|
||||
'Actions' => 'Действия',
|
||||
'Delete' => 'Удалить',
|
||||
'Upload' => 'Загрузить',
|
||||
'directory' => 'директория',
|
||||
'Delete directory: :dir' => 'Удалить директорию: :dir',
|
||||
'Delete file: :file' => 'Удалить файл :file',
|
||||
'Extension' => 'Расширение',
|
||||
'Size' => 'Размер',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user