mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 18:30:20 +02:00
Localization: UK translations added #54
This commit is contained in:
17
plugins/box/filesmanager/languages/uk.lang.php
Normal file
17
plugins/box/filesmanager/languages/uk.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