36 lines
2.3 KiB
PHP
36 lines
2.3 KiB
PHP
<?php
|
|
/*
|
|
* Language definitions for the register module (Croatian(croatia) localization)
|
|
*/
|
|
|
|
define('OGP_LANG_login_name', "Korisničko Ime");
|
|
define('OGP_LANG_users_fname', "Vaše Ime");
|
|
define('OGP_LANG_users_lname', "Prezime");
|
|
define('OGP_LANG_users_passwd', "Lozinka");
|
|
define('OGP_LANG_users_cpasswd', "Potvrditi lozinku");
|
|
define('OGP_LANG_passwd_len', "Lozinka mora sadržati više od 6 znakova");
|
|
define('OGP_LANG_err_password', "Lozinka ne smije biti prazna");
|
|
define('OGP_LANG_err_confirm_password', "Polje za potvrdu lozinke ne smije biti prazna");
|
|
define('OGP_LANG_err_password_mismatch', "Lozinke se ne podudaraju");
|
|
define('OGP_LANG_phone_number', "Broj telefona");
|
|
define('OGP_LANG_users_email', "E-pošta");
|
|
define('OGP_LANG_register_a_new_user', "Registrirati novog korisnika");
|
|
define('OGP_LANG_password_mismatch', "Neodgovarajuće lozinke");
|
|
define('OGP_LANG_confirm_password', "Potvrditi lozinku");
|
|
define('OGP_LANG_successfull', "Uspješno");
|
|
define('OGP_LANG_click_here', "Kliknite ovdje");
|
|
define('OGP_LANG_to_login', "za prijavu.");
|
|
define('OGP_LANG_registered_on', "Registriran na %s.");
|
|
define('OGP_LANG_register_message', "Poštovani,<br><br>Vaš Open Game Panel račun je uspješno kreiran i vi se sada <a href='%s' target='_blank'>možete prijaviti</a>.<br><br>Korisničko ime: %s<br><br>Ne zaboravite često mijenjati zaporku i prvi put kada se prijavite.<br><br>Molimo ne odgovarajte na ovaj email!<br><br>______________________________<br>OGP Pošta");
|
|
define('OGP_LANG_err_captcha', "Captcha se ne podudara.");
|
|
define('OGP_LANG_err_login_name', "Korisničko Ime je prazno ili zauzeto.");
|
|
define('OGP_LANG_err_first_name', "Unesite vaše Ime");
|
|
define('OGP_LANG_err_last_name', "Prezime nije unešeno");
|
|
define('OGP_LANG_err_phone_number', "Broj telefona nije unešen.");
|
|
define('OGP_LANG_err_email_address', "Prazna ili nepostojeća adresa e-pošte.");
|
|
define('OGP_LANG_err_email_address_already_in_use_by', "E-pošta je več zauzeta od <b>%s</b>.");
|
|
define('OGP_LANG_user_registration', "Registracija Korisnika");
|
|
define('OGP_LANG_your_account_details_has_been_sent_by_email_to', "Podaci vašeg računa poslani su preko e-pošte na <b>%s</b>.");
|
|
define('OGP_LANG_account_created', "Vaš račun je uspješno kreiran.");
|
|
define('OGP_LANG_subject', "%s :: Detalji Računa");
|
|
?>
|