mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 12:17:42 +02:00
PSR code updates
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
return array(
|
||||
'backup' => array(
|
||||
'Backups' => 'Bekapovi',
|
||||
'Backups' => 'Bekapovi',
|
||||
'Backup date' => 'Backup datum',
|
||||
'Create backup' => 'Kreiraj Bekap',
|
||||
'Delete' => 'Obriši',
|
||||
'Create backup' => 'Kreiraj Bekap',
|
||||
'Delete' => 'Obriši',
|
||||
'storage' => 'lokacija arhive',
|
||||
'public' => 'Javno',
|
||||
'plugins' => 'Dodaci',
|
||||
@@ -14,4 +14,4 @@
|
||||
'Delete backup: :backup' => 'Obriši bekap: :backup',
|
||||
'Creating...' => 'Kreiranje...',
|
||||
)
|
||||
);
|
||||
);
|
||||
|
@@ -3,16 +3,16 @@
|
||||
return array(
|
||||
'blocks' => array(
|
||||
'Blocks' => 'Blokovi',
|
||||
'Blocks manager' => 'Menadžer blokova',
|
||||
'Blocks manager' => 'Menadžer blokova',
|
||||
'Delete' => 'Obriši',
|
||||
'Edit' => 'Izmeni',
|
||||
'Name' => 'Ime',
|
||||
'Create new block' => 'Kreiraj novi blok',
|
||||
'New block' => 'Novi blok',
|
||||
'Edit block' => 'Izmeni blok',
|
||||
'Save' => 'Sačuvaj',
|
||||
'Save and exit' => 'Sačuvaj i izađi',
|
||||
'Actions' => 'Akcije',
|
||||
'Edit block' => 'Izmeni blok',
|
||||
'Save' => 'Sačuvaj',
|
||||
'Save and exit' => 'Sačuvaj i izađi',
|
||||
'Actions' => 'Akcije',
|
||||
'Required field' => 'Potrebno polje',
|
||||
'This block already exists' => 'Ovaj Blok već postoji',
|
||||
'This block does not exist' => 'Ovaj blok ne postoji',
|
||||
@@ -22,8 +22,8 @@
|
||||
'Your changes to the block <i>:name</i> have been saved.' => 'Tvoje promene na bloku <i>:name</i> su sačuvane.',
|
||||
'Delete block: :block' => 'Obriši blok: :block',
|
||||
'View Embed Code' => 'Vidi embed kod',
|
||||
'Embed Code' => 'Embed Kod',
|
||||
'Embed Code' => 'Embed Kod',
|
||||
'Shortcode' => 'Kratak kod',
|
||||
'PHP Code' => 'PHP kod',
|
||||
)
|
||||
);
|
||||
);
|
||||
|
@@ -4,6 +4,6 @@
|
||||
return array(
|
||||
'Editor' => array(
|
||||
'Editor' => 'Editor',
|
||||
'Editor plugin' => 'Editor dodatak',
|
||||
'Editor plugin' => 'Editor dodatak',
|
||||
)
|
||||
);
|
||||
);
|
||||
|
@@ -4,14 +4,14 @@
|
||||
'filesmanager' => array(
|
||||
'Files' => 'Fajlovi',
|
||||
'Files manager' => 'Menadžer fajlova',
|
||||
'Name' => 'Ime',
|
||||
'Name' => 'Ime',
|
||||
'Actions' => 'Akcije',
|
||||
'Delete' => 'Obriši',
|
||||
'Upload' => 'Dodaj',
|
||||
'directory' => 'Direktorijum',
|
||||
'Delete directory: :dir' => 'Obriši direktorijum: :dir',
|
||||
'Delete directory: :dir' => 'Obriši direktorijum: :dir',
|
||||
'Delete file: :file' => 'Obriši fajl :file',
|
||||
'Extension' => 'Extenzija',
|
||||
'Size' => 'Veličina',
|
||||
)
|
||||
);
|
||||
);
|
||||
|
@@ -9,7 +9,7 @@
|
||||
'Security' => 'Sigurnost',
|
||||
'System' => 'Sistem',
|
||||
'on' => 'uključeno',
|
||||
'off'=> 'isključeno',
|
||||
'off'=> 'isključeno',
|
||||
'Server' => 'Server',
|
||||
'PHP version' => 'PHP Verzija',
|
||||
'SimpleXML module' => 'SimpleXML modul',
|
||||
@@ -17,9 +17,9 @@
|
||||
'Installed' => 'Instalirano',
|
||||
'Not Installed' => 'Nije instalirano',
|
||||
'Security check results' => 'Sigurnosna provera rezultata',
|
||||
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
|
||||
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
|
||||
'Konfiguracioni fajl je nadjen da može biti upisan. Mi vas savetujemo da uklonite dozvole na fajlu defines.php ukoliko vam je svanični sajt.',
|
||||
'The Monstra core directory (":path") and/or files underneath it has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod -R a-w :path</code>' =>
|
||||
'The Monstra core directory (":path") and/or files underneath it has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod -R a-w :path</code>' =>
|
||||
'Monstra direktorijum je (":path") i/ili fajlovi unutar toga su nadjeni da mogu biti zapisani. Mi vas savetujemo da uklonite te dozvole zapisivanja. <br/>Na unix sistemima možete to uraditi sa: <code>chmod -R a-w :path</code>',
|
||||
'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' => 'Monstra je .htaccess fajlu našla mogućnost upisivanja. Mi vas savetujemo da promenite te dozvole. <br/>Na unix sistemima možete to uraditi sa: <code>chmod a-w :path</code>',
|
||||
'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
@@ -36,4 +36,4 @@
|
||||
'Web Server' => 'Web Server',
|
||||
'WebServer to PHP Interface' => 'WebServer to PHP Interface',
|
||||
)
|
||||
);
|
||||
);
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
return array(
|
||||
'menu' => array(
|
||||
'Menu' => 'Menu',
|
||||
'Menu' => 'Menu',
|
||||
'Menu manager' => 'Menu menadžer',
|
||||
'Edit' => 'Izmeni',
|
||||
'Name' => 'Ime',
|
||||
@@ -24,4 +24,4 @@
|
||||
'Select category' => 'Odaberi kategoriju',
|
||||
'Required field' => 'Polje je potrebno',
|
||||
)
|
||||
);
|
||||
);
|
||||
|
@@ -2,15 +2,15 @@
|
||||
|
||||
return array(
|
||||
'pages' => array(
|
||||
'Pages' => 'Strane',
|
||||
'Pages manager' => 'Menadžer strana',
|
||||
'Pages' => 'Strane',
|
||||
'Pages manager' => 'Menadžer strana',
|
||||
'Content' => 'Ssadržaj',
|
||||
'Create new page' => 'Kreiraj novu stranu',
|
||||
'New page' => 'Nova strana',
|
||||
'Edit page' => 'Izemni stranu',
|
||||
'Edit page' => 'Izemni stranu',
|
||||
'Date' => 'Datum',
|
||||
'Clone' => 'Kloniraj',
|
||||
'Edit' => 'Izmeni',
|
||||
'Edit' => 'Izmeni',
|
||||
'Delete' => 'Obriši',
|
||||
'Delete page: :page' => 'Obriši stranu: :page',
|
||||
'Title' => 'Naslov',
|
||||
@@ -51,4 +51,4 @@
|
||||
'Public' => 'Javno',
|
||||
'Registered' => 'Registrovani',
|
||||
)
|
||||
);
|
||||
);
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
|
||||
return array(
|
||||
'plugins' => array(
|
||||
'Plugins' => 'Dodaci',
|
||||
@@ -17,4 +17,4 @@
|
||||
'Install' => 'Instaliraj',
|
||||
'Uninstall' => 'Deinstaliraj',
|
||||
)
|
||||
);
|
||||
);
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
|
||||
return array(
|
||||
'sitemap' => array(
|
||||
'Sitemap' => 'Mapasajta',
|
||||
)
|
||||
);
|
||||
);
|
||||
|
@@ -3,16 +3,16 @@
|
||||
return array(
|
||||
'snippets' => array(
|
||||
'Snippets' => 'Klipovi',
|
||||
'Snippets manager' => 'Menadžer klipova',
|
||||
'Snippets manager' => 'Menadžer klipova',
|
||||
'Actions' => 'Akcije',
|
||||
'Delete' => 'Obriši',
|
||||
'Edit' => 'Izmeni',
|
||||
'Name' => 'Ime',
|
||||
'Create new snippet' => 'Kreiraj novi klip',
|
||||
'New snippet' => 'Novi klip',
|
||||
'Edit snippet' => 'Izmeni klip',
|
||||
'Save' => 'Sačuvaj',
|
||||
'Save and exit' => 'sačuvaj i izađi',
|
||||
'Edit snippet' => 'Izmeni klip',
|
||||
'Save' => 'Sačuvaj',
|
||||
'Save and exit' => 'sačuvaj i izađi',
|
||||
'This snippet already exists' => 'Ovaj klip već postoji',
|
||||
'This snippet does not exist' => 'Ovaj klip ne postoji',
|
||||
'Delete snippet: :snippet' => 'Obriši klip: :snippet',
|
||||
@@ -22,8 +22,8 @@
|
||||
'Delete snippet: :snippet' => 'Obriši klipove: :snippet',
|
||||
'Required field' => 'Potrebno polje',
|
||||
'View Embed Code' => 'Pogledaj Embed Kod',
|
||||
'Embed Code' => 'Embed kod',
|
||||
'Embed Code' => 'Embed kod',
|
||||
'Shortcode' => 'Kratak kod',
|
||||
'PHP Code' => 'PHP kod',
|
||||
)
|
||||
);
|
||||
);
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
|
||||
return array(
|
||||
'system' => array(
|
||||
'System' => 'Sistem',
|
||||
@@ -7,7 +7,7 @@
|
||||
'Sitemap created' => 'Mapa sajta je Kreirana!!!',
|
||||
'Create sitemap' => 'Kreiraj Mapu sajta',
|
||||
'on' => 'uključeno',
|
||||
'off'=> 'isključeno',
|
||||
'off'=> 'isključeno',
|
||||
'Site url' => 'URL sajta',
|
||||
'Maintenance Mode' => 'Mod Održavanja',
|
||||
'Maintenance Mode On' => 'Uključi Mod Održavanja',
|
||||
@@ -22,13 +22,13 @@
|
||||
'Time zone' => 'Vremenska zona',
|
||||
'Language' => 'Jezik',
|
||||
'Save' => 'Sačuvaj',
|
||||
'Site' => 'Sajt',
|
||||
'Site' => 'Sajt',
|
||||
'System version' => 'Sistemska verzija',
|
||||
'System version ID' => 'ID sistemske verzije',
|
||||
'GZIP' => 'GZIP',
|
||||
'Debugging' => 'Odklanjanje grešaka',
|
||||
'Plugin API' => 'Dodatak API',
|
||||
'Plugins active' => 'Aktivni Dodaci',
|
||||
'Plugins active' => 'Aktivni Dodaci',
|
||||
'Actions registered' => 'Actions registered',
|
||||
'Filters registered' => 'Filters registered',
|
||||
'logout' => 'Izloguj se',
|
||||
@@ -79,4 +79,4 @@
|
||||
'Official Support Forum' => 'Zvaničan forum podrške',
|
||||
'Documentation' => 'Dokumentacija',
|
||||
)
|
||||
);
|
||||
);
|
||||
|
@@ -17,7 +17,7 @@
|
||||
'Clone' => 'Kloniraj',
|
||||
'Edit' => 'Izmeni',
|
||||
'Delete' => 'Obriši',
|
||||
'Actions' => 'Akcije',
|
||||
'Actions' => 'Akcije',
|
||||
'Create new chunk' => 'Napravi novi parče',
|
||||
'New chunk' => 'Novo parče',
|
||||
'Chunks' => 'Parčići',
|
||||
@@ -46,4 +46,4 @@
|
||||
'New script' => 'Nova skripta',
|
||||
'Edit script' => 'Izmeni skriptu',
|
||||
)
|
||||
);
|
||||
);
|
||||
|
@@ -64,4 +64,4 @@
|
||||
'About Me' => 'O meni',
|
||||
'Profile' => 'Profil',
|
||||
)
|
||||
);
|
||||
);
|
||||
|
@@ -5,5 +5,5 @@
|
||||
'Captcha' => 'Captcha',
|
||||
'Captcha plugin for Monstra' => 'Captcha dodatak za Monstra',
|
||||
'Captcha code is wrong' => 'Captcha Kod je pogrešan',
|
||||
)
|
||||
);
|
||||
)
|
||||
);
|
||||
|
@@ -6,5 +6,5 @@
|
||||
'Sandbox plugin for Monstra' => 'Sandbox dodatak za Monstra',
|
||||
'Sandbox template' => 'Sandbox šablon',
|
||||
'Save' => 'Save',
|
||||
)
|
||||
);
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user