1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 04:37:51 +02:00

Update and rename sr-yu.lang.php to sr.lang.php

This commit is contained in:
mapadesign
2015-02-27 10:42:33 +01:00
parent d3f6e90d68
commit 1ad40e50e6

View File

@@ -17,15 +17,11 @@
'Installed' => 'Instalirano', 'Installed' => 'Instalirano',
'Not Installed' => 'Nije instalirano', 'Not Installed' => 'Nije instalirano',
'Security check results' => 'Sigurnosna provera rezultata', '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.',
'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>' => '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 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 .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>',
'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 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>' => 'Monstra je pronašla index.php fajl da može da se upisuje. Mi vas savetujemo da promenite dozvole upisivanja. <br>Na unix sistemima možete to uraditi sa: <code>chmod 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>', 'Due to the type and amount of information an error might give intruders when Core::$environment = Core::DEVELOPMENT, we strongly advise setting Core::PRODUCTION in production systems.' => 'Tokom ovolike količine informacija o greškama, moguće je da imate uljeze ili hakerske napade u Core::$environment = Core::DEVELOPMENT, Mi vas savetujemo da se prebacite na Core::PRODUCTION U produkciskim sistemima.',
'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>' =>
'Monstra je pronašla index.php fajl da može da se upisuje. Mi vas savetujemo da promenite dozvole upisivanja. <br>Na unix sistemima možete to uraditi sa: <code>chmod a-w :path</code>',
'Due to the type and amount of information an error might give intruders when Core::$environment = Core::DEVELOPMENT, we strongly advise setting Core::PRODUCTION in production systems.' =>
'Tokom ovolike količine informacija o kreškama, moguće je da imate uljeze ili hakerske napade u Core::$environment = Core::DEVELOPMENT, Mi vas savetujemo da se prebacite na Core::PRODUCTION U produkciskim sistemima.',
'Monstra version' => 'Monstra verzija', 'Monstra version' => 'Monstra verzija',
'Directory Permissions' => 'Dozvole direktorijuma', 'Directory Permissions' => 'Dozvole direktorijuma',
'Directory' => 'Direktorijum', 'Directory' => 'Direktorijum',
@@ -36,4 +32,4 @@
'Web Server' => 'Web Server', 'Web Server' => 'Web Server',
'WebServer to PHP Interface' => 'WebServer to PHP Interface', 'WebServer to PHP Interface' => 'WebServer to PHP Interface',
) )
); );