Till Brehm
2014-04-03 a08e6c32e70561a3fadbd6062ca02c5f8c94b81d
commit | author | age
f99b12 1 <?php
598bc4 2 $wb['conf_format_dateshort'] = 'd.m.Y.';
T 3 $wb['conf_format_datelong'] = 'l d. F Y.';
4 $wb['conf_format_timeshort'] = 'H:i';
5 $wb['conf_format_timelong'] = 'H:i:s';
6 $wb['conf_format_datetime'] = 'd.m.Y. H:i';
36d487 7 $wb['number_format_decimals'] = '4';
M 8 $wb['number_format_decimals_client'] = '2';
598bc4 9 $wb['number_format_dec_point'] = ',';
T 10 $wb['number_format_thousands_sep'] = '.';
02bf99 11 $wb['delete_confirmation'] = 'Da li želite obrisati ovaj DNS zapis?';
T 12 $wb['error_no_view_permission'] = 'Nemate dozvolu za pregled DNS zapisa ili zapis ne postoji!';
13 $wb['error_no_delete_permission'] = 'Nemate dozvolu za brisanje DNS zapisa!';
598bc4 14 $wb['page_txt'] = 'Stranica';
T 15 $wb['page_of_txt'] = 'od';
16 $wb['page_and_txt'] = 'i';
17 $wb['page_next_txt'] = 'Naprijed';
18 $wb['page_back_txt'] = 'Natrag';
19 $wb['delete_txt'] = 'Obriši';
20 $wb['filter_txt'] = 'Filter';
8cf78b 21 $wb['add_new_record_txt'] = 'Dodaj';
598bc4 22 $wb['btn_save_txt'] = 'Spremi';
T 23 $wb['btn_cancel_txt'] = 'Natrag';
24 $wb['top_menu_system'] = 'Sistem';
02bf99 25 $wb['top_menu_client'] = 'Klijenti';
598bc4 26 $wb['top_menu_email'] = 'Email';
T 27 $wb['top_menu_monitor'] = 'Monitoring';
28 $wb['top_menu_sites'] = 'Stranice';
29 $wb['top_menu_dns'] = 'DNS';
30 $wb['top_menu_tools'] = 'Postavke';
31 $wb['top_menu_help'] = 'Podrška';
32 $wb['top_menu_billing'] = 'Naplata';
33 $wb['top_menu_domain'] = 'Domene';
34 $wb['top_menu_dashboard'] = 'Početna';
35 $wb['toolsarea_head_txt'] = 'Postavke';
36 $wb['latest_news_txt'] = 'Vijesti';
8ab3cd 37 $wb['error_301'] = 'Ne možete koristiti ovaj modul.';
T 38 $wb['error_302'] = 'Greška u modulu.';
39 $wb['error_1001'] = 'Korisničko ime i šifra ne mogu biti prazni!';
40 $wb['error_1002'] = 'Korisničko ime i/ili šifra nisu ispravni!';
41 $wb['error_1003'] = 'Korisničko ime je deaktivirano!';
42 $wb['top_menu_vm'] = 'VServer';
8cf78b 43 $wb['daynamesmin_su'] = 'Ned';
T 44 $wb['daynamesmin_mo'] = 'Pon';
45 $wb['daynamesmin_tu'] = 'Uto';
46 $wb['daynamesmin_we'] = 'Sri';
47 $wb['daynamesmin_th'] = 'Čet';
48 $wb['daynamesmin_fr'] = 'Pet';
49 $wb['daynamesmin_sa'] = 'Sub';
50 $wb['daynames_sunday'] = 'Nedjelja';
51 $wb['daynames_monday'] = 'Ponedjeljak';
52 $wb['daynames_tuesday'] = 'Utorak';
53 $wb['daynames_wednesday'] = 'Srijeda';
54 $wb['daynames_thursday'] = 'Četvrtak';
55 $wb['daynames_friday'] = 'Petak';
56 $wb['daynames_saturday'] = 'Subota';
57 $wb['monthnamesshort_jan'] = 'Sij';
58 $wb['monthnamesshort_feb'] = 'Velj';
59 $wb['monthnamesshort_mar'] = 'Ožu';
60 $wb['monthnamesshort_apr'] = 'Tra';
61 $wb['monthnamesshort_may'] = 'Svi';
62 $wb['monthnamesshort_jun'] = 'Lip';
63 $wb['monthnamesshort_jul'] = 'Srp';
64 $wb['monthnamesshort_aug'] = 'Kol';
65 $wb['monthnamesshort_sep'] = 'Ruj';
66 $wb['monthnamesshort_oct'] = 'Lis';
67 $wb['monthnamesshort_nov'] = 'Stu';
68 $wb['monthnamesshort_dec'] = 'Pro';
69 $wb['datepicker_nextText'] = 'Naprijed';
70 $wb['datepicker_prevText'] = 'Natrag';
02bf99 71 $wb['logout_txt'] = 'Odjavi';
b67344 72 $wb['conf_format_dateshort_human_readable'] = 'yyyy-mm-dd';
02bf99 73 $wb['submit_confirmation'] = 'Do you really want to perform this action?';
142907 74 $wb['top_menu_mailuser'] = 'Mailuser';
T 75 $wb['globalsearch_resultslimit_of_txt'] = 'of';
76 $wb['globalsearch_resultslimit_results_txt'] = 'results';
77 $wb['globalsearch_noresults_text_txt'] = 'No results.';
78 $wb['globalsearch_noresults_limit_txt'] = '0 results';
79 $wb['globalsearch_searchfield_watermark_txt'] = 'Search';
80 $wb['globalsearch_suggestions_text_txt'] = 'Suggestions';
bfcdef 81 $wb['global_tabchange_warning_txt'] = 'Changed data in this tab will be changed if you press OK. On cancel they will be discarded.';
T 82 $wb['global_tabchange_discard_txt'] = 'You have unsaved changes in this tab. Changes will be discarded if you continue.';
83 $wb['datalog_changes_txt'] = 'The following changes are not yet populated to all servers:';
84 $wb['datalog_changes_end_txt'] = 'Storing updates can take up to one minute. Please be patient.';
85 $wb['datalog_status_i_web_database'] = 'Create new database';
86 $wb['datalog_status_u_web_database'] = 'Update database';
87 $wb['datalog_status_d_web_database'] = 'Delete database';
88 $wb['datalog_status_i_web_database_user'] = 'Create database user for database';
89 $wb['datalog_status_u_web_database_user'] = 'Update database user';
90 $wb['datalog_status_d_web_database_user'] = 'Delete database user';
91 $wb['datalog_status_i_web_domain'] = 'Create new website';
92 $wb['datalog_status_u_web_domain'] = 'Update website settings';
93 $wb['datalog_status_d_web_domain'] = 'Delete website';
94 $wb['datalog_status_i_ftp_user'] = 'Create FTP user';
95 $wb['datalog_status_u_ftp_user'] = 'Update FTP user';
96 $wb['datalog_status_d_ftp_user'] = 'Delete FTP user';
97 $wb['datalog_status_i_mail_domain'] = 'Create email domain';
98 $wb['datalog_status_u_mail_domain'] = 'Update email domain';
99 $wb['datalog_status_d_mail_domain'] = 'Delete email domain';
100 $wb['datalog_status_i_mail_user'] = 'Create email user';
101 $wb['datalog_status_u_mail_user'] = 'Update email user';
102 $wb['datalog_status_d_mail_user'] = 'Delete email user';
103 $wb['datalog_status_i_mail_forwarding'] = 'Create email address';
104 $wb['datalog_status_u_mail_forwarding'] = 'Update email address';
105 $wb['datalog_status_d_mail_forwarding'] = 'Delete email address';
106 $wb['datalog_status_i_dns_rr'] = 'Create DNS record';
107 $wb['datalog_status_u_dns_rr'] = 'Update DNS record';
108 $wb['datalog_status_d_dns_rr'] = 'Delete DNS record';
109 $wb['datalog_status_i_dns_soa'] = 'Create DNS zone';
110 $wb['datalog_status_u_dns_soa'] = 'Update DNS zone';
111 $wb['datalog_status_d_dns_soa'] = 'Delete DNS zone';
112 $wb['datalog_status_i_cron'] = 'Create cron job';
113 $wb['datalog_status_u_cron'] = 'Update cron job';
114 $wb['datalog_status_d_cron'] = 'Delete cron job';
115 $wb['datalog_status_i_mail_get'] = 'Create mail fetcher account';
116 $wb['datalog_status_u_mail_get'] = 'Update mail fetcher account';
117 $wb['datalog_status_d_mail_get'] = 'Delete mail fetcher account';
118 $wb['datalog_status_i_mail_mailinglist'] = 'Create mailing list';
119 $wb['datalog_status_u_mail_mailinglist'] = 'Update mailing list';
120 $wb['datalog_status_d_mail_mailinglist'] = 'Delete mailing list';
121 $wb['datalog_status_i_shell_user'] = 'Create shell user';
122 $wb['datalog_status_u_shell_user'] = 'Update shell user';
123 $wb['datalog_status_d_shell_user'] = 'Delete shell user';
124 $wb['datalog_status_i_web_folder'] = 'Create folder protection';
125 $wb['datalog_status_u_web_folder'] = 'Update folder protection';
126 $wb['datalog_status_d_web_folder'] = 'Delete folder protection';
127 $wb['datalog_status_i_web_folder_user'] = 'Create folder protection user';
128 $wb['datalog_status_u_web_folder_user'] = 'Update folder protection user';
129 $wb['datalog_status_d_web_folder_user'] = 'Delete folder protection user';
10b4c8 130 $wb['datalog_status_i_spamfilter_users'] = 'Create spam filter settings';
T 131 $wb['datalog_status_u_spamfilter_users'] = 'Update spam filter settings';
132 $wb['datalog_status_d_spamfilter_users'] = 'Delete spam filter settings';
526b99 133 $wb['login_as_txt'] = 'Log in as';
7b47c0 134 $wb['no_domain_perm'] = 'You have no permission for this domain.';
T 135 $wb['no_destination_perm'] = 'You have no permission for this destination.';
dc9e64 136 $wb['client_you_are_locked'] = 'You have no permission to change any settings.';
TB 137 $wb['gender_m_txt'] = 'Mr.';
138 $wb['gender_f_txt'] = 'Ms.';
139 $wb['client_cannot_be_deleted_because_of_billing_module_txt'] = 'This client has records in the billing module, therefore he cannot be deleted.';
140 $wb['yes_txt'] = 'Yes';
141 $wb['no_txt'] = 'No';
142 $wb['None'] = 'None';
143 $wb['strength_1'] = 'Weak';
144 $wb['strength_2'] = 'Fair';
145 $wb['strength_3'] = 'Good';
146 $wb['strength_4'] = 'Strong';
147 $wb['strength_5'] = 'Very Strong';
a08e6c 148 $wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of \\"{strength}\\".';
dc9e64 149 $wb['weak_password_length_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length.';
f99b12 150 ?>