1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-14 01:56:22 +02:00
Files
php-monstra/plugins/box/filesmanager/languages/uk.lang.php
2013-12-09 22:10:22 +04:00

20 lines
734 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' => 'Розмір',
'Select file' => 'Выбрать файл',
'Change' => 'Зминити',
)
);