From 78545161e4b30ebf89af6772745822daab5e9fdb Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 10:22:35 +0100 Subject: [PATCH 01/22] Update and rename plugins/blog/languages to plugins/blog/languages/sr.lang.php Prevod na srpskom, MOSTRA --- plugins/blog/languages/sr.lang.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugins/blog/languages/sr.lang.php diff --git a/plugins/blog/languages/sr.lang.php b/plugins/blog/languages/sr.lang.php new file mode 100644 index 0000000..2f5e981 --- /dev/null +++ b/plugins/blog/languages/sr.lang.php @@ -0,0 +1,11 @@ + array( + 'Blog' => 'Blog', + 'Blog plugin for Monstra' => 'Blog, dodatak za Monstra', + 'begin' => 'početak', + 'end' => 'kraj', + 'prev' => 'predhodna', + 'next' => 'sledeća', + ) + ); From b0f9c22a9b31195e598cf0b6147769a7eb588a82 Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 10:23:26 +0100 Subject: [PATCH 02/22] Update sr.lang.php From 886e674de1e8afc7933a9b684ddda7013d29f3c2 Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 10:24:43 +0100 Subject: [PATCH 03/22] Update and rename sr-yu.lang.php to sr.lang.php --- plugins/box/backup/languages/{sr-yu.lang.php => sr.lang.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename plugins/box/backup/languages/{sr-yu.lang.php => sr.lang.php} (93%) diff --git a/plugins/box/backup/languages/sr-yu.lang.php b/plugins/box/backup/languages/sr.lang.php similarity index 93% rename from plugins/box/backup/languages/sr-yu.lang.php rename to plugins/box/backup/languages/sr.lang.php index 98f55fa..d561862 100644 --- a/plugins/box/backup/languages/sr-yu.lang.php +++ b/plugins/box/backup/languages/sr.lang.php @@ -3,7 +3,7 @@ return array( 'backup' => array( 'Backups' => 'Bekapovi', - 'Backup' => 'Backup', + 'Backup' => 'Backap', 'Create Backup' => 'Kreiraj Bekap', 'Delete' => 'Obriši', 'storage' => 'lokacija arhive', From 3ecf293ebe520e9ac4fce6d871975292d4823969 Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 10:26:08 +0100 Subject: [PATCH 04/22] Update and rename sr-yu.lang.php to sr.lang.php --- plugins/box/blocks/languages/{sr-yu.lang.php => sr.lang.php} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename plugins/box/blocks/languages/{sr-yu.lang.php => sr.lang.php} (96%) diff --git a/plugins/box/blocks/languages/sr-yu.lang.php b/plugins/box/blocks/languages/sr.lang.php similarity index 96% rename from plugins/box/blocks/languages/sr-yu.lang.php rename to plugins/box/blocks/languages/sr.lang.php index d49173b..517c070 100644 --- a/plugins/box/blocks/languages/sr-yu.lang.php +++ b/plugins/box/blocks/languages/sr.lang.php @@ -25,6 +25,6 @@ 'Embed Code' => 'Embed Kod', 'Shortcode' => 'Kratak kod', 'PHP Code' => 'PHP kod', - 'Cancel' => 'Cancel', + 'Cancel' => 'Otkaži', ) - ); \ No newline at end of file + ); From 83fcd1b2fdb72095c33a33d81520474883bc817a Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 10:28:12 +0100 Subject: [PATCH 05/22] Update and rename plugins/box/dashboard/languages to plugins/box/dashboard/languages/sr.lang.php --- plugins/box/dashboard/languages/sr.lang.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugins/box/dashboard/languages/sr.lang.php diff --git a/plugins/box/dashboard/languages/sr.lang.php b/plugins/box/dashboard/languages/sr.lang.php new file mode 100644 index 0000000..3cdff67 --- /dev/null +++ b/plugins/box/dashboard/languages/sr.lang.php @@ -0,0 +1,10 @@ + array( + 'Dashboard' => 'Komandna tabla', + 'Dashboard plugin for Monstra' => 'Komandna tabla dodatak za Monstra', + 'Welcome back' => 'Dobrodošli natrag', + 'Create New' => 'Kreiraj novo', + 'Upload File' => 'Otpremi fajl', + ) + ); From b4721b7d0787c51f1ec4e2daf71355f42e9512b4 Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 10:28:42 +0100 Subject: [PATCH 06/22] Update sr.lang.php From 9e5d66b234a9cf6eb9505696f30a3509a60e107e Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 10:29:21 +0100 Subject: [PATCH 07/22] Rename sr-yu.lang.php to sr.lang.php --- plugins/box/editor/languages/{sr-yu.lang.php => sr.lang.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename plugins/box/editor/languages/{sr-yu.lang.php => sr.lang.php} (95%) diff --git a/plugins/box/editor/languages/sr-yu.lang.php b/plugins/box/editor/languages/sr.lang.php similarity index 95% rename from plugins/box/editor/languages/sr-yu.lang.php rename to plugins/box/editor/languages/sr.lang.php index b4158cb..0fcc977 100644 --- a/plugins/box/editor/languages/sr-yu.lang.php +++ b/plugins/box/editor/languages/sr.lang.php @@ -6,4 +6,4 @@ 'Editor' => 'Editor', 'Editor plugin' => 'Editor dodatak', ) - ); \ No newline at end of file + ); From 4579bb6a1aecb7efbd5e49bb66f1f106caa054f7 Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 10:32:53 +0100 Subject: [PATCH 08/22] New lang sr.lang.php --- plugins/box/emails/languages/sr.lang.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 plugins/box/emails/languages/sr.lang.php diff --git a/plugins/box/emails/languages/sr.lang.php b/plugins/box/emails/languages/sr.lang.php new file mode 100644 index 0000000..9f8d4cb --- /dev/null +++ b/plugins/box/emails/languages/sr.lang.php @@ -0,0 +1,18 @@ + array( + 'Emails' => 'Email', + 'Emails plugin for Monstra' => 'Email dodatak za Monstra', + 'Edit Layout' => 'Izmeni izgled', + 'Email templates' => 'Email šabloni', + 'Edit' => 'Izmeni', + 'Edit Email Template' => 'Izmeni izgled šablonu', + 'Name' => 'Ime', + 'Email template content' => 'Email sadržaj šablona', + 'Save and Exit' => 'Sačuvaj i izađi', + 'Save' => 'Sačuvaj', + 'Cancel' => 'Otkaži', + 'This email template does not exist' => 'Ovaj šablon ne postoji', + 'Your changes to the email template :name have been saved.' => 'Tvoje promene na šablonu :name su uspešno sačuvane.', + ) + ); From d3f6e90d68636cd404e8f147821770acdc2d0cb5 Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 10:39:00 +0100 Subject: [PATCH 09/22] Update and rename sr-yu.lang.php to sr.lang.php New language phrases translated. --- .../box/filesmanager/languages/sr-yu.lang.php | 42 ------------------- .../box/filesmanager/languages/sr.lang.php | 42 +++++++++++++++++++ 2 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 plugins/box/filesmanager/languages/sr-yu.lang.php create mode 100644 plugins/box/filesmanager/languages/sr.lang.php diff --git a/plugins/box/filesmanager/languages/sr-yu.lang.php b/plugins/box/filesmanager/languages/sr-yu.lang.php deleted file mode 100644 index 6009f16..0000000 --- a/plugins/box/filesmanager/languages/sr-yu.lang.php +++ /dev/null @@ -1,42 +0,0 @@ - array( - 'Files' => 'Fajlovi', - 'Files manager' => 'Menadžer fajlova', - 'Name' => 'Ime', - 'Actions' => 'Akcije', - 'Delete' => 'Obriši', - 'Upload' => 'Dodaj', - 'Drop File Here' => 'Drop File Here', - 'Maximum upload file size: :upload_max_filesize' => 'Maximum upload file size: :upload_max_filesize', - 'Rename' => 'Rename', - 'Renamed successfully' => 'Renamed successfully', - 'Failure' => 'Failure', - 'Forbidden file type' => 'Forbidden file type', - 'Upload server error' => 'Upload server error', - 'Can not be empty' => 'Can not be empty', - 'Create New Directory' => 'Create New Directory', - 'Directory Name' => 'Directory Name', - 'Directory:' => 'Directory:', - 'Directory was not created' => 'Directory was not created', - 'Directory was created' => 'Directory was created', - 'Directory was deleted' => 'Directory was deleted', - 'Directory was not deleted' => 'Directory was not deleted', - 'Directory exists' => 'Directory exists', - 'File:' => 'File:', - 'File was uploaded' => 'File was uploaded', - 'File was not uploaded' => 'File was not uploaded', - 'File was deleted' => 'File was deleted', - 'File was not deleted' => 'File was not deleted', - 'File exists' => 'File exists', - 'Cancel' => 'Cancel', - 'Create' => 'Create', - 'directory' => 'Direktorijum', - 'Delete directory: :dir' => 'Obriši direktorijum: :dir', - 'Delete file: :file' => 'Obriši fajl :file', - 'Extension' => 'Extenzija', - 'Size' => 'Veličina', - 'Select file' => 'Select file', - ) - ); diff --git a/plugins/box/filesmanager/languages/sr.lang.php b/plugins/box/filesmanager/languages/sr.lang.php new file mode 100644 index 0000000..cd7aac8 --- /dev/null +++ b/plugins/box/filesmanager/languages/sr.lang.php @@ -0,0 +1,42 @@ + array( + 'Files' => 'Fajlovi', + 'Files manager' => 'Menadžer fajlova', + 'Name' => 'Ime', + 'Actions' => 'Akcije', + 'Delete' => 'Obriši', + 'Upload' => 'Dodaj', + 'Drop File Here' => 'Ostavi fajl ovde', + 'Maximum upload file size: :upload_max_filesize' => 'Maksimum veličina fajla za dodavanje: :upload_max_filesize', + 'Rename' => 'Promeni ime', + 'Renamed successfully' => 'Ime uspešno promenjeno', + 'Failure' => 'Dogodila se greška', + 'Forbidden file type' => 'Zabranjena ekstenzija fajla', + 'Upload server error' => 'Greška prilikom dodavanja servera', + 'Can not be empty' => 'Ne može biti prazno', + 'Create New Directory' => 'Napravi novi direktorijum', + 'Directory Name' => 'Ime direktorijuma', + 'Directory:' => 'Direktorijum:', + 'Directory was not created' => 'Direktorijum nije kreiran', + 'Directory was created' => 'Diektorijum je kreiran', + 'Directory was deleted' => 'Direktorijum je obrisan', + 'Directory was not deleted' => 'Direktorijum nije obrisan', + 'Directory exists' => 'Direktorijum već postoji', + 'File:' => 'Fajl:', + 'File was uploaded' => 'Fajl je dodat', + 'File was not uploaded' => 'Fajl nije dodat', + 'File was deleted' => 'Fajl je obrisan', + 'File was not deleted' => 'Fajl nije obrisan', + 'File exists' => 'Fajl već postoji', + 'Cancel' => 'Otkaži', + 'Create' => 'Kreiraj', + 'directory' => 'Direktorijum', + 'Delete directory: :dir' => 'Obriši direktorijum: :dir', + 'Delete file: :file' => 'Obriši fajl :file', + 'Extension' => 'Extenzija', + 'Size' => 'Veličina', + 'Select file' => 'Odaberi fajl', + ) + ); From 1ad40e50e6800943248a74f38d72ec219dac972c Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 10:42:33 +0100 Subject: [PATCH 10/22] Update and rename sr-yu.lang.php to sr.lang.php --- .../languages/{sr-yu.lang.php => sr.lang.php} | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) rename plugins/box/information/languages/{sr-yu.lang.php => sr.lang.php} (64%) diff --git a/plugins/box/information/languages/sr-yu.lang.php b/plugins/box/information/languages/sr.lang.php similarity index 64% rename from plugins/box/information/languages/sr-yu.lang.php rename to plugins/box/information/languages/sr.lang.php index f24ddc3..e20a1dd 100644 --- a/plugins/box/information/languages/sr-yu.lang.php +++ b/plugins/box/information/languages/sr.lang.php @@ -17,15 +17,11 @@ '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.' => - '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.
You can do this on unix systems with: chmod -R a-w :path' => - 'Monstra direktorijum je (":path") i/ili fajlovi unutar toga su nadjeni da mogu biti zapisani. Mi vas savetujemo da uklonite te dozvole zapisivanja.
Na unix sistemima možete to uraditi sa: chmod -R a-w :path', - 'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path' => 'Monstra je .htaccess fajlu našla mogućnost upisivanja. Mi vas savetujemo da promenite te dozvole.
Na unix sistemima možete to uraditi sa: chmod a-w :path', - 'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path' => - 'Monstra je pronašla index.php fajl da može da se upisuje. Mi vas savetujemo da promenite dozvole upisivanja.
Na unix sistemima možete to uraditi sa: chmod a-w :path', - '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.', + '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.
You can do this on unix systems with: chmod -R a-w :path' => 'Monstra direktorijum je (":path") i/ili fajlovi unutar toga su nadjeni da mogu biti zapisani. Mi vas savetujemo da uklonite te dozvole zapisivanja.
Na unix sistemima možete to uraditi sa: chmod -R a-w :path', + 'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path' => 'Monstra je .htaccess fajlu našla mogućnost upisivanja. Mi vas savetujemo da promenite te dozvole.
Na unix sistemima možete to uraditi sa: chmod a-w :path', + 'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path' => 'Monstra je pronašla index.php fajl da može da se upisuje. Mi vas savetujemo da promenite dozvole upisivanja.
Na unix sistemima možete to uraditi sa: chmod a-w :path', + '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.', 'Monstra version' => 'Monstra verzija', 'Directory Permissions' => 'Dozvole direktorijuma', 'Directory' => 'Direktorijum', @@ -36,4 +32,4 @@ 'Web Server' => 'Web Server', 'WebServer to PHP Interface' => 'WebServer to PHP Interface', ) - ); \ No newline at end of file + ); From 19481f7e451072897058ab5b76f7c0802bbbc6a2 Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 10:43:22 +0100 Subject: [PATCH 11/22] Update and rename sr-yu.lang.php to sr.lang.php --- plugins/box/menu/languages/{sr-yu.lang.php => sr.lang.php} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename plugins/box/menu/languages/{sr-yu.lang.php => sr.lang.php} (95%) diff --git a/plugins/box/menu/languages/sr-yu.lang.php b/plugins/box/menu/languages/sr.lang.php similarity index 95% rename from plugins/box/menu/languages/sr-yu.lang.php rename to plugins/box/menu/languages/sr.lang.php index e0a6bad..27e7da3 100644 --- a/plugins/box/menu/languages/sr-yu.lang.php +++ b/plugins/box/menu/languages/sr.lang.php @@ -23,6 +23,6 @@ 'Category' => 'Kategorija', 'Select category' => 'Odaberi kategoriju', 'Required field' => 'Polje je potrebno', - 'Cancel' => 'Cancel', + 'Cancel' => 'Otkaži', ) - ); \ No newline at end of file + ); From 62e0417fb80e0603af12f2c4ba4f53f2f37a6312 Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 10:44:56 +0100 Subject: [PATCH 12/22] Update and rename sr-yu.lang.php to sr.lang.php Languages phrases --- plugins/box/pages/languages/{sr-yu.lang.php => sr.lang.php} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename plugins/box/pages/languages/{sr-yu.lang.php => sr.lang.php} (96%) diff --git a/plugins/box/pages/languages/sr-yu.lang.php b/plugins/box/pages/languages/sr.lang.php similarity index 96% rename from plugins/box/pages/languages/sr-yu.lang.php rename to plugins/box/pages/languages/sr.lang.php index 887a80e..2da13d4 100644 --- a/plugins/box/pages/languages/sr-yu.lang.php +++ b/plugins/box/pages/languages/sr.lang.php @@ -4,7 +4,7 @@ 'pages' => array( 'Pages' => 'Strane', 'Pages manager' => 'Menadžer strana', - 'Content' => 'Ssadržaj', + 'Content' => 'Sadržaj', 'Create new page' => 'Kreiraj novu stranu', 'New page' => 'Nova strana', 'Edit page' => 'Izemni stranu', @@ -50,6 +50,6 @@ 'Access' => 'Pristup', 'Public' => 'Javno', 'Registered' => 'Registrovani', - 'Cancel' => 'Cancel', + 'Cancel' => 'Otkaži', ) - ); \ No newline at end of file + ); From 5986dc65c86fe63a90dea7cd21400873f72f60c7 Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 10:45:50 +0100 Subject: [PATCH 13/22] Update and rename sr-yu.lang.php to sr.lang.php --- plugins/box/plugins/languages/{sr-yu.lang.php => sr.lang.php} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename plugins/box/plugins/languages/{sr-yu.lang.php => sr.lang.php} (90%) diff --git a/plugins/box/plugins/languages/sr-yu.lang.php b/plugins/box/plugins/languages/sr.lang.php similarity index 90% rename from plugins/box/plugins/languages/sr-yu.lang.php rename to plugins/box/plugins/languages/sr.lang.php index b6368a8..cc54c12 100644 --- a/plugins/box/plugins/languages/sr-yu.lang.php +++ b/plugins/box/plugins/languages/sr.lang.php @@ -16,6 +16,6 @@ 'Get More Plugins' => 'Dodaj još dodataka', 'Install' => 'Instaliraj', 'Uninstall' => 'Deinstaliraj', - 'README.md not found' => 'README.md not found', + 'README.md not found' => 'README.md Nije nađeno', ) - ); \ No newline at end of file + ); From cee7e89ae0f118765f29f75604c6aee26274e223 Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 10:46:41 +0100 Subject: [PATCH 14/22] Update and rename sr-yu.lang.php to sr.lang.php --- plugins/box/sitemap/languages/{sr-yu.lang.php => sr.lang.php} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename plugins/box/sitemap/languages/{sr-yu.lang.php => sr.lang.php} (59%) diff --git a/plugins/box/sitemap/languages/sr-yu.lang.php b/plugins/box/sitemap/languages/sr.lang.php similarity index 59% rename from plugins/box/sitemap/languages/sr-yu.lang.php rename to plugins/box/sitemap/languages/sr.lang.php index 5c5a272..4547d31 100644 --- a/plugins/box/sitemap/languages/sr-yu.lang.php +++ b/plugins/box/sitemap/languages/sr.lang.php @@ -2,6 +2,6 @@ return array( 'sitemap' => array( - 'Sitemap' => 'Mapasajta', + 'Sitemap' => 'Mapa sajta', ) - ); \ No newline at end of file + ); From d1bed0529a34e41fdf9a4adae2a48ddb866952d6 Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 11:20:59 +0100 Subject: [PATCH 15/22] Update and rename sr-yu.lang.php to sr.lang.php --- .../box/snippets/languages/{sr-yu.lang.php => sr.lang.php} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename plugins/box/snippets/languages/{sr-yu.lang.php => sr.lang.php} (92%) diff --git a/plugins/box/snippets/languages/sr-yu.lang.php b/plugins/box/snippets/languages/sr.lang.php similarity index 92% rename from plugins/box/snippets/languages/sr-yu.lang.php rename to plugins/box/snippets/languages/sr.lang.php index 0225769..f2b3ea4 100644 --- a/plugins/box/snippets/languages/sr-yu.lang.php +++ b/plugins/box/snippets/languages/sr.lang.php @@ -12,7 +12,7 @@ 'New snippet' => 'Novi klip', 'Edit snippet' => 'Izmeni klip', 'Save' => 'Sačuvaj', - 'Save and exit' => 'sačuvaj i izađi', + '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', @@ -25,6 +25,6 @@ 'Embed Code' => 'Embed kod', 'Shortcode' => 'Kratak kod', 'PHP Code' => 'PHP kod', - 'Cancel' => 'Cancel', + 'Cancel' => 'Otkaži', ) - ); \ No newline at end of file + ); From 295c90b69c51c01af3392aeb1a4485068995d762 Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 11:24:24 +0100 Subject: [PATCH 16/22] Update and rename sr-yu.lang.php to sr.lang.php --- .../system/languages/{sr-yu.lang.php => sr.lang.php} | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) rename plugins/box/system/languages/{sr-yu.lang.php => sr.lang.php} (94%) diff --git a/plugins/box/system/languages/sr-yu.lang.php b/plugins/box/system/languages/sr.lang.php similarity index 94% rename from plugins/box/system/languages/sr-yu.lang.php rename to plugins/box/system/languages/sr.lang.php index 1419a17..bd7119a 100644 --- a/plugins/box/system/languages/sr-yu.lang.php +++ b/plugins/box/system/languages/sr.lang.php @@ -3,7 +3,7 @@ return array( 'system' => array( 'System' => 'Sistem', - 'Published a new version of the :monstra' => 'Objavi novu verziju :monstr-e', + 'Published a new version of the :monstra' => 'Objavili smo novu verziju :monstr-e', 'Sitemap created' => 'Mapa sajta je Kreirana!!!', 'Create sitemap' => 'Kreiraj Mapu sajta', 'on' => 'uključeno', @@ -30,8 +30,8 @@ 'Debugging' => 'Odklanjanje grešaka', 'Plugin API' => 'Dodatak API', 'Plugins active' => 'Aktivni Dodaci', - 'Actions registered' => 'Actions registered', - 'Filters registered' => 'Filters registered', + 'Actions registered' => 'Akcije su registrovane', + 'Filters registered' => 'Filteri su registrovani', 'logout' => 'Izloguj se', 'site' => 'Sajt', 'Core' => 'Sistem', @@ -44,15 +44,14 @@ 'Extends' => 'Proširenja', 'View site' => 'Pogledaj sajt', 'Welcome, :username' => 'Dobrodošao, :username', - 'Reset Password' => 'resetuj šifru', + 'Reset Password' => 'Resetuj šifru', 'Back to Website' => 'Nazad da websajt', 'Forgot your password ?' => 'Zaboravio si svoju šifru ?', 'Administration' => 'Administracija', - 'Send New Password' => 'Pošaljki novu šifru', + 'Send New Password' => 'Pošalji novu šifru', 'This user does not exist' => 'Ovaj korisnik ne postoji', 'Version' => 'Verzija', 'Plugin does not exist' => 'Ovaj Dodatak ne postoji', - 'Install script writable' => 'Instaliraj skriptu', 'Install script not writable' => 'Nemoguće je instalirati skriptu', 'Directory: :dir writable' => 'Direktorijum: :dir dozvoljen za pisanje', From f188413070657759d858dce8a2b8b2508c13b121 Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 11:25:15 +0100 Subject: [PATCH 17/22] Rename sr-yu.lang.php to sr.lang.php --- plugins/box/themes/languages/{sr-yu.lang.php => sr.lang.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename plugins/box/themes/languages/{sr-yu.lang.php => sr.lang.php} (99%) diff --git a/plugins/box/themes/languages/sr-yu.lang.php b/plugins/box/themes/languages/sr.lang.php similarity index 99% rename from plugins/box/themes/languages/sr-yu.lang.php rename to plugins/box/themes/languages/sr.lang.php index 14515e9..2f0885f 100644 --- a/plugins/box/themes/languages/sr-yu.lang.php +++ b/plugins/box/themes/languages/sr.lang.php @@ -47,4 +47,4 @@ 'New script' => 'Nova skripta', 'Edit script' => 'Izmeni skriptu', ) - ); \ No newline at end of file + ); From 547f414c32148316cfb86abb11427b113a258736 Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 11:29:39 +0100 Subject: [PATCH 18/22] Update and rename sr-yu.lang.php to sr.lang.php minor linguistic changes --- .../users/languages/{sr-yu.lang.php => sr.lang.php} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename plugins/box/users/languages/{sr-yu.lang.php => sr.lang.php} (94%) diff --git a/plugins/box/users/languages/sr-yu.lang.php b/plugins/box/users/languages/sr.lang.php similarity index 94% rename from plugins/box/users/languages/sr-yu.lang.php rename to plugins/box/users/languages/sr.lang.php index 18b9026..4bc8c42 100644 --- a/plugins/box/users/languages/sr-yu.lang.php +++ b/plugins/box/users/languages/sr.lang.php @@ -8,8 +8,8 @@ 'Password' => 'Šifra', 'Registered' => 'Registrovan', 'Email' => 'Email', - 'Role' => 'uloga', - 'Roles' => 'uloge', + 'Role' => 'Uloga', + 'Roles' => 'Uloge', 'Edit' => 'Izmeni', 'Actions' => 'Akcije', 'Delete' => 'Obriši', @@ -26,7 +26,7 @@ 'Admin' => 'Admin', 'User' => 'Korisnik', 'Editor' => 'Editor', - 'Register' => 'registrovan', + 'Register' => 'Registrovan', 'Edit profile' => 'Izmeni profil', 'Save' => 'Sačuvaj', 'Firstname' => 'Prvo ime', @@ -63,7 +63,7 @@ 'Your login details for :site_name' => 'Vaši podaci za logovanje na :site_name', 'About Me' => 'O meni', 'Profile' => 'Profil', - 'You are banned for 10 minutes. Try again later' => 'You are banned for 10 minutes. Try again later', - 'Cancel' => 'Cancel', + 'You are banned for 10 minutes. Try again later' => 'Vi ste banovani na 10 minuta. Pokušajte kasnije', + 'Cancel' => 'Otkaži', ) - ); \ No newline at end of file + ); From e63e4eb5ce7494490584d2a8db6deea9aea5e984 Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 11:30:30 +0100 Subject: [PATCH 19/22] Rename sr-yu.lang.php to sr.lang.php --- plugins/captcha/languages/{sr-yu.lang.php => sr.lang.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename plugins/captcha/languages/{sr-yu.lang.php => sr.lang.php} (97%) diff --git a/plugins/captcha/languages/sr-yu.lang.php b/plugins/captcha/languages/sr.lang.php similarity index 97% rename from plugins/captcha/languages/sr-yu.lang.php rename to plugins/captcha/languages/sr.lang.php index 8464265..6bffc55 100644 --- a/plugins/captcha/languages/sr-yu.lang.php +++ b/plugins/captcha/languages/sr.lang.php @@ -6,4 +6,4 @@ 'Captcha plugin for Monstra' => 'Captcha dodatak za Monstra', 'Captcha code is wrong' => 'Captcha Kod je pogrešan', ) - ); \ No newline at end of file + ); From 08974eb996f9d144bcf55ad9bb6da8fac1450ee5 Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 11:31:55 +0100 Subject: [PATCH 20/22] Update and rename sr-yu.lang.php to sr.lang.php minor linguistic changes --- plugins/sandbox/languages/{sr-yu.lang.php => sr.lang.php} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename plugins/sandbox/languages/{sr-yu.lang.php => sr.lang.php} (84%) diff --git a/plugins/sandbox/languages/sr-yu.lang.php b/plugins/sandbox/languages/sr.lang.php similarity index 84% rename from plugins/sandbox/languages/sr-yu.lang.php rename to plugins/sandbox/languages/sr.lang.php index cefba7f..6fd5ff5 100644 --- a/plugins/sandbox/languages/sr-yu.lang.php +++ b/plugins/sandbox/languages/sr.lang.php @@ -5,6 +5,6 @@ 'Sandbox' => 'Sandbox', 'Sandbox plugin for Monstra' => 'Sandbox dodatak za Monstra', 'Sandbox template' => 'Sandbox šablon', - 'Save' => 'Save', + 'Save' => 'Sačuvaj', ) - ); \ No newline at end of file + ); From 8803b22705fab3e52255bc4ce4fd36c8b3f0f3ee Mon Sep 17 00:00:00 2001 From: mapadesign Date: Fri, 27 Feb 2015 11:33:08 +0100 Subject: [PATCH 21/22] Update sr.lang.php minor linguistic changes From 9e3e49a3f1e1e57433feccbc99eda2b544e1aeb8 Mon Sep 17 00:00:00 2001 From: mapadesign Date: Mon, 9 Mar 2015 03:08:55 +0100 Subject: [PATCH 22/22] Update I18n.php 'sr-yu' => 'Serbian', to 'sr' => 'Srpski', --- engine/Plugin/I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/Plugin/I18n.php b/engine/Plugin/I18n.php index 99058f4..f9a653e 100644 --- a/engine/Plugin/I18n.php +++ b/engine/Plugin/I18n.php @@ -50,7 +50,7 @@ class I18n 'sk' => 'Slovenčina', 'sl' => 'Slovenščina', 'sv' => 'Svenska', - 'sr-yu' => 'Serbian', + 'sr' => 'Srpski', 'tr' => 'Türkçe', 'uk' => 'Українська', 'zh-cn' => '中文',