diff --git a/engine/Plugin/I18n.php b/engine/Plugin/I18n.php index 658ae06..5ce7686 100644 --- a/engine/Plugin/I18n.php +++ b/engine/Plugin/I18n.php @@ -48,6 +48,7 @@ class I18n 'sk' => 'Slovenčina', 'sl' => 'Slovenščina', 'sv' => 'Svenska', + 'sr-yu' => 'Serbian', 'tr' => 'Türkçe', 'uk' => 'Українська', 'zh' => '中文', diff --git a/plugins/box/backup/languages/sr-yu.lang.php b/plugins/box/backup/languages/sr-yu.lang.php new file mode 100644 index 0000000..8b3baf9 --- /dev/null +++ b/plugins/box/backup/languages/sr-yu.lang.php @@ -0,0 +1,17 @@ + array( + 'Backups' => 'Bekapovi', + 'Backup date' => 'Backup datum', + 'Create backup' => 'Kreiraj Bekap', + 'Delete' => 'Obriši', + 'storage' => 'lokacija arhive', + 'public' => 'Javno', + 'plugins' => 'Dodaci', + 'Size' => 'Veličina', + 'Actions' => 'Akcija', + 'Delete backup: :backup' => 'Obriši bekap: :backup', + 'Creating...' => 'Kreiranje...', + ) + ); diff --git a/plugins/box/blocks/languages/sr-yu.lang.php b/plugins/box/blocks/languages/sr-yu.lang.php new file mode 100644 index 0000000..6c00df0 --- /dev/null +++ b/plugins/box/blocks/languages/sr-yu.lang.php @@ -0,0 +1,29 @@ + array( + 'Blocks' => 'Blokovi', + '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', + 'Required field' => 'Potrebno polje', + 'This block already exists' => 'Ovaj Blok već postoji', + 'This block does not exist' => 'Ovaj blok ne postoji', + 'Delete block: :block' => 'Obriši blok: :block', + 'Block content' => 'Sadržaj bloka', + 'Block :name deleted' => 'Blok :name je obrisan', + 'Your changes to the block :name have been saved.' => 'Tvoje promene na bloku :name su sačuvane.', + 'Delete block: :block' => 'Obriši blok: :block', + 'View Embed Code' => 'Vidi embed kod', + 'Embed Code' => 'Embed Kod', + 'Shortcode' => 'Kratak kod', + 'PHP Code' => 'PHP kod', + ) + ); \ No newline at end of file diff --git a/plugins/box/editor/languages/sr-yu.lang.php b/plugins/box/editor/languages/sr-yu.lang.php new file mode 100644 index 0000000..b4158cb --- /dev/null +++ b/plugins/box/editor/languages/sr-yu.lang.php @@ -0,0 +1,9 @@ + + array( + 'Editor' => 'Editor', + 'Editor plugin' => 'Editor dodatak', + ) + ); \ No newline at end of file diff --git a/plugins/box/filesmanager/languages/sr-yu.lang.php b/plugins/box/filesmanager/languages/sr-yu.lang.php new file mode 100644 index 0000000..f4ac4d5 --- /dev/null +++ b/plugins/box/filesmanager/languages/sr-yu.lang.php @@ -0,0 +1,17 @@ + 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', + ) + ); \ No newline at end of file diff --git a/plugins/box/information/languages/sr-yu.lang.php b/plugins/box/information/languages/sr-yu.lang.php new file mode 100644 index 0000000..07acc9d --- /dev/null +++ b/plugins/box/information/languages/sr-yu.lang.php @@ -0,0 +1,39 @@ + array( + 'Information' => 'Informacije', + 'Debugging' => 'Debugging', + 'Name' => 'Ime', + 'Value' => 'Vrednost', + 'Security' => 'Sigurnost', + 'System' => 'Sistem', + 'on' => 'uključeno', + 'off'=> 'isključeno', + 'Server' => 'Server', + 'PHP version' => 'PHP Verzija', + 'SimpleXML module' => 'SimpleXML modul', + 'DOM module' => 'DOM modul', + '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.', + 'Monstra version' => 'Monstra verzija', + 'Directory Permissions' => 'Dozvole direktorijuma', + 'Directory' => 'Direktorijum', + 'Writable' => 'Dozvoljen ua pisanje', + 'Unwritable' => 'Zabranjen za pisanje', + 'Status' => 'Status', + 'PHP Built On' => 'PHP građen na', + 'Web Server' => 'Web Server', + 'WebServer to PHP Interface' => 'WebServer to PHP Interface', + ) + ); \ No newline at end of file diff --git a/plugins/box/menu/languages/sr-yu.lang.php b/plugins/box/menu/languages/sr-yu.lang.php new file mode 100644 index 0000000..b330b1d --- /dev/null +++ b/plugins/box/menu/languages/sr-yu.lang.php @@ -0,0 +1,27 @@ + array( + 'Menu' => 'Menu', + 'Menu manager' => 'Menu menadžer', + 'Edit' => 'Izmeni', + 'Name' => 'Ime', + 'Delete' => 'Obriši', + 'Order' => 'Poređenje', + 'Actions' => 'Akcije', + 'Create new item' => 'Kreiraj novu stavku', + 'New item' => 'Nova stavka', + 'Item name' => 'Ime', + 'Item order' => 'Poredjenje', + 'Item target' => 'Otvaranje stranice', + 'Item link' => 'Link', + 'Item category' => 'Kategorija', + 'Save' => 'Sačuvaj', + 'Edit item' => 'Izmeni', + 'Delete item :name' => 'Obriši stavku :name', + 'Select page' => 'Odaberi stranicu', + 'Category' => 'Kategorija', + 'Select category' => 'Odaberi kategoriju', + 'Required field' => 'Polje je potrebno', + ) + ); \ No newline at end of file diff --git a/plugins/box/pages/languages/sr-yu.lang.php b/plugins/box/pages/languages/sr-yu.lang.php new file mode 100644 index 0000000..065a49c --- /dev/null +++ b/plugins/box/pages/languages/sr-yu.lang.php @@ -0,0 +1,54 @@ + array( + 'Pages' => 'Strane', + 'Pages manager' => 'Menadžer strana', + 'Content' => 'Ssadržaj', + 'Create new page' => 'Kreiraj novu stranu', + 'New page' => 'Nova strana', + 'Edit page' => 'Izemni stranu', + 'Date' => 'Datum', + 'Clone' => 'Kloniraj', + 'Edit' => 'Izmeni', + 'Delete' => 'Obriši', + 'Delete page: :page' => 'Obriši stranu: :page', + 'Title' => 'Naslov', + 'Name' => 'Ime', + 'Author' => 'Autor', + 'Name (slug)' => 'Ime (SEO)', + 'Description' => 'Opis', + 'Keywords' => 'Ključne reči', + 'Parent' => 'Roditelj', + 'Template' => 'Šablon', + 'Year' => 'Godina', + 'Day' => 'dan', + 'Month' => 'mesec', + 'Hour' => 'Sat', + 'Minute' => 'Minut', + 'Second' => 'Sekunda', + 'This field should not be empty' => 'Ovo polje ne sme biti prazno', + 'This page already exists' => 'Ova strana već postoji', + 'Extra' => 'Dodatno polje', + 'Save' => 'Sačuvaj', + 'Save and exit' => 'Sačuvaj i izadji', + 'Your changes to the page :page have been saved.' => 'Vaše promene na stranici :page su sačuvane.', + 'The page :page cloned.' => 'Strana :page je klonirana.', + 'Status' => 'Status', + 'Actions' => 'Akcija', + 'Add' => 'Dodaj', + 'Published' => 'Objavljeno', + 'Draft' => 'Nacrt', + 'Published on' => 'Objavljeno od', + 'Edit 404 page' => 'Izmeni 404 stranu', + 'Page :page deleted' => 'Strana :page je obrisana', + 'Search Engines Robots' => 'Roboti pretrage', + 'Page' => 'Strana', + 'Metadata' => 'Metadata', + 'Settings' => 'Podešavanja', + 'Required field' => 'Potrebno', + 'Access' => 'Pristup', + 'Public' => 'Javno', + 'Registered' => 'Registrovani', + ) + ); \ No newline at end of file diff --git a/plugins/box/plugins/languages/sr-yu.lang.php b/plugins/box/plugins/languages/sr-yu.lang.php new file mode 100644 index 0000000..0aba28b --- /dev/null +++ b/plugins/box/plugins/languages/sr-yu.lang.php @@ -0,0 +1,20 @@ + array( + 'Plugins' => 'Dodaci', + 'Name' => 'Ime', + 'Actions' => 'Akcije', + 'Description' => 'Opis', + 'Installed' => 'Instalirani', + 'Install New' => 'Instaliraj novi', + 'Delete' => 'Obriši', + 'Delete plugin :plugin' => 'Obriši dodatak :plugin', + 'This plugin does not exist' => 'Ovaj dodatak ne postoji', + 'Version' => 'Verzija', + 'Author' => 'Autor', + 'Get More Plugins' => 'Dodaj još dodataka', + 'Install' => 'Instaliraj', + 'Uninstall' => 'Deinstaliraj', + ) + ); \ No newline at end of file diff --git a/plugins/box/sitemap/languages/sr-yu.lang.php b/plugins/box/sitemap/languages/sr-yu.lang.php new file mode 100644 index 0000000..5c5a272 --- /dev/null +++ b/plugins/box/sitemap/languages/sr-yu.lang.php @@ -0,0 +1,7 @@ + array( + 'Sitemap' => 'Mapasajta', + ) + ); \ No newline at end of file diff --git a/plugins/box/snippets/languages/sr-yu.lang.php b/plugins/box/snippets/languages/sr-yu.lang.php new file mode 100644 index 0000000..88e1465 --- /dev/null +++ b/plugins/box/snippets/languages/sr-yu.lang.php @@ -0,0 +1,29 @@ + array( + 'Snippets' => 'Klipovi', + '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', + 'This snippet already exists' => 'Ovaj klip već postoji', + 'This snippet does not exist' => 'Ovaj klip ne postoji', + 'Delete snippet: :snippet' => 'Obriši klip: :snippet', + 'Snippet content' => 'Sadržaj klipa', + 'Snippet :name deleted' => 'Klip :name je uspešno obrisan', + 'Your changes to the snippet :name have been saved.' => 'Promene na klipu :name su uspešno sačuvane.', + 'Delete snippet: :snippet' => 'Obriši klipove: :snippet', + 'Required field' => 'Potrebno polje', + 'View Embed Code' => 'Pogledaj Embed Kod', + 'Embed Code' => 'Embed kod', + 'Shortcode' => 'Kratak kod', + 'PHP Code' => 'PHP kod', + ) + ); \ No newline at end of file diff --git a/plugins/box/system/languages/sr-yu.lang.php b/plugins/box/system/languages/sr-yu.lang.php new file mode 100644 index 0000000..b36d62a --- /dev/null +++ b/plugins/box/system/languages/sr-yu.lang.php @@ -0,0 +1,82 @@ + array( + 'System' => 'Sistem', + 'Published a new version of the :monstra' => 'Objavi novu verziju :monstr-e', + 'Sitemap created' => 'Mapa sajta je Kreirana!!!', + 'Create sitemap' => 'Kreiraj Mapu sajta', + 'on' => 'uključeno', + 'off'=> 'isključeno', + 'Site url' => 'URL sajta', + 'Maintenance Mode' => 'Mod Održavanja', + 'Maintenance Mode On' => 'Uključi Mod Održavanja', + 'Maintenance Mode Off' => 'Isključi Mod Održavanja', + 'Site settings' => 'Podešavanja sajta', + 'System settings' => 'Podešavanja sistema', + 'Site name' => 'Ime sajta', + 'Site description' => 'Opis sajta', + 'Site keywords' => 'Ključne reči sajta', + 'Site slogan' => 'Slogan sajta', + 'Default page' => 'Početna stranica', + 'Time zone' => 'Vremenska zona', + 'Language' => 'Jezik', + 'Save' => 'Sačuvaj', + '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', + 'Actions registered' => 'Actions registered', + 'Filters registered' => 'Filters registered', + 'logout' => 'Izloguj se', + 'site' => 'Sajt', + 'Core' => 'Sistem', + 'Delete temporary files' => 'Obriši privremene datoteke', + 'Download the latest version' => 'Preuzmi poslednju verziju', + 'Powered by' => 'Pokreće', + 'Administration' => 'Administracija', + 'Settings' => 'Podesavanja', + 'Temporary files deleted' => 'Privremeni fajlovi obrisani', + 'Extends' => 'Proširenja', + 'View site' => 'Pogledaj sajt', + 'Welcome, :username' => 'Dobrodošao, :username', + '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', + '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', + 'Directory: :dir not writable' => 'Direktorijum: :dir nije dozvoljen za posanje', + 'PHP Version' => 'PHP Verzija', + 'Module DOM is installed' => 'Modul DOM je instaliran', + 'Module DOM is required' => 'Modul DOM je Potreban', + 'Module Mod Rewrite is installed' => 'Modul Mod Rewrite je instaliran', + 'Module SimpleXML is installed' => 'Modul SimpleXML je instaliran', + 'PHP 5.2 or greater is required' => 'PHP 5.2 ili noviji je potreban', + 'Apache Mod Rewrite is required' => 'Apache Mod Rewrite je potreban', + 'SimpleXML module is required' => 'SimpleXML modul je potreban', + 'Field "Site name" is empty' => 'Polje "Site name" je prazno', + 'Field "Email" is empty' => 'Polje "Email" je prazno', + 'Field "Username" is empty' => 'Polje "Username" je prazno', + 'Field "Password" is empty' => 'Polje "Password" je prazno', + 'Field "Site url" is empty' => 'Polje "Site url" je prazno', + 'Email not valid' => 'Email nije validan', + 'Install' => 'Instaliraj', + '...Monstra says...' => '...Monstra kaže...', + 'Sitemap file writable' => 'Sitemap Fajl je doyvoljen za pisanje', + 'Sitemap file not writable' => 'Sitemap Fajl nije dozvoljen za pisanje', + 'Main .htaccess file writable' => 'Glavni .htaccess je dozvoljen za pisanje', + 'Main .htaccess file not writable' => 'Glavni .htaccess nije dozvoljen za pisanje', + 'Official Support Forum' => 'Zvaničan forum podrške', + 'Documentation' => 'Dokumentacija', + ) + ); \ No newline at end of file diff --git a/plugins/box/themes/languages/sr-yu.lang.php b/plugins/box/themes/languages/sr-yu.lang.php new file mode 100644 index 0000000..3849b9e --- /dev/null +++ b/plugins/box/themes/languages/sr-yu.lang.php @@ -0,0 +1,49 @@ + array( + 'Themes' => 'Šabloni', + 'Themes manager' => 'Menadžer šablona', + 'Select theme' => 'Odaberi temu', + 'Save' => 'Sačuvaj', + 'Save and exit' => 'Sačuvaj i izađi', + 'Name' => 'Ime', + 'Create new template' => 'Kreiraj novi šablon', + 'New template' => 'Novi šablon', + 'Delete template: :name' => 'Obriši šablon: :name', + 'Delete chunk: :name' => 'Obriši komade: :name', + 'Delete styles: :name' => 'Obriši stilove: :name', + 'Templates' => 'Šabloni', + 'Clone' => 'Kloniraj', + 'Edit' => 'Izmeni', + 'Delete' => 'Obriši', + 'Actions' => 'Akcije', + 'Create new chunk' => 'Napravi novi parče', + 'New chunk' => 'Novo parče', + 'Chunks' => 'Parčići', + 'Create new styles' => 'Kreiraj novi stil', + 'New styles' => 'Novi stil', + 'Styles' => 'Stilovi', + 'Template content' => 'Sadržaj šablona', + 'Styles content' => 'Stil sadržaja', + 'Chunk content' => 'Sadržaj komada', + 'Edit template' => 'Izmeni šablon', + 'Edit chunk' => 'Izmeni komad', + 'Edit styles' => 'Izmeni stil', + 'Current site theme' => 'Trenutni šablon sajta', + 'Current admin theme' => 'Trenutni administratorski šablon', + 'This template already exists' => 'Ovaj šablon već postoji', + 'This chunk already exists' => 'Ovaj komad već postoji', + 'This styles already exist' => 'Ovaj stil već postoji', + 'Components templates' => 'Komponente šablona', + 'Your changes to the chunk :name have been saved.' => 'Vaše promene na komadićima :name su sačuvane.', + 'Your changes to the styles :name have been saved.' => 'Promene na stilovima :name su sačuvane.', + 'Your changes to the template :name have been saved.' => 'Promene na šablonu :name su sačuvane.', + 'Required field' => 'Potrebno polje', + 'Scripts' => 'Skripte', + 'Create new script' => 'Kreiraj novu skriptu', + 'Script content' => 'Sadržaj skripte', + 'New script' => 'Nova skripta', + 'Edit script' => 'Izmeni skriptu', + ) + ); \ No newline at end of file diff --git a/plugins/box/users/languages/sr-yu.lang.php b/plugins/box/users/languages/sr-yu.lang.php new file mode 100644 index 0000000..2a722a2 --- /dev/null +++ b/plugins/box/users/languages/sr-yu.lang.php @@ -0,0 +1,67 @@ + array( + 'Users' => 'Korisnici', + 'Login' => 'Uloguj se', + 'Username' => 'Korisničko ime', + 'Password' => 'Šifra', + 'Registered' => 'Registrovan', + 'Email' => 'Email', + 'Role' => 'uloga', + 'Roles' => 'uloge', + 'Edit' => 'Izmeni', + 'Actions' => 'Akcije', + 'Delete' => 'Obriši', + 'Enter' => 'Udji', + 'Logout' => 'Izloguj se', + 'Register new user' => 'registruj novog korisnika', + 'New User Registration' => 'registracija novog korisnika', + 'Delete user: :user' => 'Obriši korisnika: :user', + 'User :user have been deleted.' => 'Korisnik :user je uklonjen.', + 'This user already exists' => 'Ovaj korisnik već postoji', + 'This email already exists' => 'Ovaj email već postoji', + 'Changes saved' => 'Promene su sačuvane', + 'Wrong old password' => 'Pogrešan unos stare šifre', + 'Admin' => 'Admin', + 'User' => 'Korisnik', + 'Editor' => 'Editor', + 'Register' => 'registrovan', + 'Edit profile' => 'Izmeni profil', + 'Save' => 'Sačuvaj', + 'Firstname' => 'Prvo ime', + 'Lastname' => 'Prezime', + 'Old password' => 'Stara šifra', + 'New password' => 'Nova šifra', + 'Welcome' => 'Dobrodošli', + 'Wrong username or password' => 'Pogrešno KOrisničko ime ili šifra ', + 'Your changes have been saved.' => 'Vaša podešavanja su sačuvana.', + 'New user have been registered.' => 'novi korisnik je registrovan.', + 'Captcha' => 'Captcha', + 'Registration' => 'Registracija', + 'Username' => 'Korisničko ime', + 'User email is invalid' => 'Korisnički mail je netačan', + 'Reset Password' => 'Resetuj šifru', + 'Send New Password' => 'Pošalji novu šifru', + 'This user doesnt alredy exist' => 'Ovaj korisnik još uvek ne postoji', + 'Users - Profile' => 'Korisnici -- profil', + 'Users - Edit Profile' => 'Korisnici - Izmena profila', + 'Users - Login' => 'Korisnici - Uloguj se.', + 'Users - Registration' => 'Korisnici - registracija', + 'Users - Password Recover' => 'Korisnici - Potsetnik šifre', + 'New Password' => 'Nova šifra', + 'Forgot your password?' => 'Zaboravljena šifra?', + 'New password has been sent' => 'Nova šifra je poslata', + 'Monstra says: This is not your profile...' => 'Monstra kaže: Ovo nije vaš profil...', + 'User registration is closed.' => 'registracija novih korisnika je zatvorena.', + 'Allow user registration' => 'Dozvoli registraciju korisnika', + 'Required field' => 'Potrebna polja.', + 'This user doesnt exist' => 'Ovaj korisnik ne postoji', + 'Captcha code is wrong' => 'Captcha kod je pogrešan', + 'Your login details for :site_name has been sent' => 'vaši detalji logovanja na sajtu :site_name su poslati', + 'Your new password for :site_name' => 'Vaša šifra za :site_name', + 'Your login details for :site_name' => 'Vaši podaci za logovanje na :site_name', + 'About Me' => 'O meni', + 'Profile' => 'Profil', + ) + ); \ No newline at end of file diff --git a/plugins/captcha/languages/sr-yu.lang.php b/plugins/captcha/languages/sr-yu.lang.php new file mode 100644 index 0000000..8464265 --- /dev/null +++ b/plugins/captcha/languages/sr-yu.lang.php @@ -0,0 +1,9 @@ + array( + 'Captcha' => 'Captcha', + 'Captcha plugin for Monstra' => 'Captcha dodatak za Monstra', + 'Captcha code is wrong' => 'Captcha Kod je pogrešan', + ) + ); \ No newline at end of file diff --git a/plugins/sandbox/languages/sr-yu.lang.php b/plugins/sandbox/languages/sr-yu.lang.php new file mode 100644 index 0000000..cefba7f --- /dev/null +++ b/plugins/sandbox/languages/sr-yu.lang.php @@ -0,0 +1,10 @@ + array( + 'Sandbox' => 'Sandbox', + 'Sandbox plugin for Monstra' => 'Sandbox dodatak za Monstra', + 'Sandbox template' => 'Sandbox šablon', + 'Save' => 'Save', + ) + ); \ No newline at end of file