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

19 lines
592 B
PHP

<?php
return array(
'filesmanager' => array(
'Files' => 'Súbory',
'Files manager' => 'Manažér súborov',
'Name' => 'Názov',
'Actions' => 'Akcie',
'Delete' => 'Vymazať',
'Upload' => 'Nahrať',
'directory' => 'priečinok',
'Delete directory: :dir' => 'Vymazať priečinok: :dir',
'Delete file: :file' => 'Vymazať súbor :file',
'Extension' => 'Rozšírenie',
'Size' => 'Veľkosť',
'Select file' => 'Select file',
)
);