mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 18:30:20 +02:00
Slovenčina Language added. Thanks to Neri
This commit is contained in:
17
plugins/box/filesmanager/languages/sk.lang.php
Normal file
17
plugins/box/filesmanager/languages/sk.lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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ť',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user