mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-11 00:26:18 +02:00
83 lines
4.4 KiB
PHP
83 lines
4.4 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'system' => 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: <b> :dir </b> writable' => 'Direktorijum: <b> :dir </b> dozvoljen za pisanje',
|
|
'Directory: <b> :dir </b> not writable' => 'Direktorijum: <b> :dir </b> 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',
|
|
)
|
|
);
|