1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-11 00:26:18 +02:00
Files
php-monstra/plugins/box/filesmanager/languages/ru.lang.php
2013-01-04 21:08:04 +02:00

18 lines
645 B
PHP

<?php
return array(
'filesmanager' => array(
'Files' => 'Файлы',
'Files manager' => 'Менеджер файлов',
'Name' => 'Название',
'Actions' => 'Действия',
'Delete' => 'Удалить',
'Upload' => 'Загрузить',
'directory' => 'директория',
'Delete directory: :dir' => 'Удалить директорию: :dir',
'Delete file: :file' => 'Удалить файл :file',
'Extension' => 'Расширение',
'Size' => 'Размер',
)
);