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

18 lines
636 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' => 'Розмір',
)
);