1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-11 00:26:18 +02:00
Files
php-monstra/plugins/box/filesmanager/languages/sr-yu.lang.php
2013-01-09 23:24:59 +02:00

18 lines
539 B
PHP

<?php
return array(
'filesmanager' => array(
'Files' => 'Fajlovi',
'Files manager' => 'Menadžer fajlova',
'Name' => 'Ime',
'Actions' => 'Akcije',
'Delete' => 'Obriši',
'Upload' => 'Dodaj',
'directory' => 'Direktorijum',
'Delete directory: :dir' => 'Obriši direktorijum: :dir',
'Delete file: :file' => 'Obriši fajl :file',
'Extension' => 'Extenzija',
'Size' => 'Veličina',
)
);