| | |
| | | <?php |
| | | $wb['database_user_txt'] = 'Database user'; |
| | | $wb['database_password_txt'] = 'Database password'; |
| | | $wb['password_strength_txt'] = 'Password strength'; |
| | | $wb['client_txt'] = 'Client'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['database_user_txt'] = 'Korisnik baze'; |
| | | $wb['database_password_txt'] = 'Šifra za bazu'; |
| | | $wb['password_strength_txt'] = 'Jačina šifre'; |
| | | $wb['client_txt'] = 'Klijent'; |
| | | $wb['active_txt'] = 'Aktivno'; |
| | | $wb['database_user_error_empty'] = 'Database user is empty.'; |
| | | $wb['database_user_error_unique'] = 'There is already a database user with this name on the server. To get a unique name, e.g. prepend your domain name to the username.'; |
| | | $wb['database_user_error_unique'] = 'There is already a database user with this name on the server. To get a unique name, npr. prepend your domain name to the username.'; |
| | | $wb['database_user_error_regex'] = 'Invalid database user name. The username may contain these characters: a-z, A-Z, 0-9 and the underscore. Length: 2 - 64 characters.'; |
| | | $wb['database_user_error_len'] = 'Database username - {user} - too long. The max. database username length incl. prefix is 16 chars.'; |
| | | $wb['btn_save_txt'] = 'Save'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | $wb['generate_password_txt'] = 'Generate Password'; |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['globalsearch_resultslimit_of_txt'] = 'of'; |
| | | $wb['globalsearch_resultslimit_results_txt'] = 'results'; |
| | | $wb['globalsearch_noresults_text_txt'] = 'No results.'; |
| | | $wb['globalsearch_noresults_limit_txt'] = '0 results'; |
| | | $wb['globalsearch_searchfield_watermark_txt'] = 'Search'; |
| | | $wb['globalsearch_suggestions_text_txt'] = 'Suggestions'; |
| | | $wb['btn_save_txt'] = 'Spremi'; |
| | | $wb['btn_cancel_txt'] = 'Odustani'; |
| | | $wb['generate_password_txt'] = 'Generiraj šifru'; |
| | | $wb['repeat_password_txt'] = 'Ponovi šifru'; |
| | | $wb['password_mismatch_txt'] = 'Šifre nisu identične.'; |
| | | $wb['password_match_txt'] = 'Šifre su identične.'; |
| | | $wb['globalsearch_resultslimit_of_txt'] = 'od'; |
| | | $wb['globalsearch_resultslimit_results_txt'] = 'rezultata'; |
| | | $wb['globalsearch_noresults_text_txt'] = 'Nema rezultata.'; |
| | | $wb['globalsearch_noresults_limit_txt'] = '0 rezultata'; |
| | | $wb['globalsearch_searchfield_watermark_txt'] = 'Traži'; |
| | | $wb['globalsearch_suggestions_text_txt'] = 'Sugestija'; |
| | | $wb['limit_database_user_txt'] = 'The max. number of database users is reached.'; |
| | | ?> |