Till Brehm
2014-08-14 9edea9976bd605071e0694a90d704266c0b7e0f9
commit | author | age
6b55a1 1 <?php
df7e6d 2 $wb['conf_format_dateshort'] = "Y-m-d";
b67344 3 $wb['conf_format_dateshort_human_readable'] = "yyyy-mm-dd";
df7e6d 4 $wb['conf_format_datelong'] = "l dS of F Y";
T 5 $wb['conf_format_timeshort'] = "H:i";
6 $wb['conf_format_timelong'] = "H:i:s";
7 $wb['conf_format_datetime'] = "Y-m-d H:i";
36d487 8 $wb['number_format_decimals'] = '4';
M 9 $wb['number_format_decimals_client'] = '2';
1ca823 10 $wb['number_format_dec_point'] = '.';
T 11 $wb['number_format_thousands_sep'] = '';
c4c0e0 12 $wb['error_301'] = "Module not permitted for the current user.";
T 13 $wb['error_302'] = "Module invalid.";
14 $wb['error_1001'] = "The username and password cannot be empty !";
15 $wb['error_1002'] = "The username and/or password are not correct !";
16 $wb['error_1003'] = "The username is deactivated!";
df7e6d 17 $wb['delete_confirmation'] = "Do you really want to delete this record?";
T 18 $wb['error_no_view_permission'] = "You dont have the permission to view this record or this record does not exist!";
19 $wb['error_no_delete_permission'] = "You dont have the permission to delete this record!";
20 $wb['page_txt'] = "Page";
21 $wb['page_of_txt'] = "of";
22 $wb['page_and_txt'] = "and";
23 $wb['page_next_txt'] = "Next";
24 $wb['page_back_txt'] = "Back";
25 $wb['delete_txt'] = "Delete";
26 $wb['filter_txt'] = "Filter";
27 $wb['add_new_record_txt'] = "Add new record";
4d4f22 28 $wb['btn_save_txt'] = "Save";
874c2e 29 $wb['btn_cancel_txt'] = "Back";
40dd9f 30 $wb['top_menu_system'] = 'System';
T 31 $wb['top_menu_client'] = 'Client';
32 $wb['top_menu_email'] = 'Email';
33 $wb['top_menu_monitor'] = 'Monitor';
34 $wb['top_menu_sites'] = 'Sites';
35 $wb['top_menu_dns'] = 'DNS';
36 $wb['top_menu_tools'] = 'Tools';
37 $wb['top_menu_help'] = 'Help';
57540e 38 $wb['top_menu_billing'] = 'Billing';
b0711a 39 $wb['top_menu_mailuser'] = 'Mailuser';
6dfc1f 40 $wb['top_menu_domain'] = 'Domains';
2db42a 41 $wb['top_menu_dashboard'] = 'Home';
b74ef5 42 $wb['top_menu_vm'] = 'VServer';
11b3da 43 $wb['toolsarea_head_txt'] = 'Tools';
fd9ef2 44 $wb['latest_news_txt'] = 'Latest news';
a1911c 45 $wb['logout_txt'] = "Logout";
2fb920 46 $wb['daynamesmin_su'] = "Su";
F 47 $wb['daynamesmin_mo'] = "Mo";
48 $wb['daynamesmin_tu'] = "Tu";
49 $wb['daynamesmin_we'] = "We";
50 $wb['daynamesmin_th'] = "Th";
51 $wb['daynamesmin_fr'] = "Fr";
52 $wb['daynamesmin_sa'] = "Sa";
53 $wb['daynames_sunday'] = "Sunday";
54 $wb['daynames_monday'] = "Monday";
55 $wb['daynames_tuesday'] = "Tuesday";
56 $wb['daynames_wednesday'] = "Wednesday";
57 $wb['daynames_thursday'] = "Thursday";
58 $wb['daynames_friday'] = "Friday";
59 $wb['daynames_saturday'] = "Saturday";
60 $wb['monthnamesshort_jan'] = "Jan";
61 $wb['monthnamesshort_feb'] = "Feb";
62 $wb['monthnamesshort_mar'] = "Mar";
63 $wb['monthnamesshort_apr'] = "Apr";
64 $wb['monthnamesshort_may'] = "May";
65 $wb['monthnamesshort_jun'] = "Jun";
66 $wb['monthnamesshort_jul'] = "Jul";
67 $wb['monthnamesshort_aug'] = "Aug";
68 $wb['monthnamesshort_sep'] = "Sep";
69 $wb['monthnamesshort_oct'] = "Oct";
70 $wb['monthnamesshort_nov'] = "Nov";
71 $wb['monthnamesshort_dec'] = "Dec";
b2673a 72 $wb['datepicker_nextText'] = "Next";
F 73 $wb['datepicker_prevText'] = "Prev";
b67344 74 $wb['submit_confirmation'] = "Do you really want to perform this action?";
59118c 75 $wb['globalsearch_resultslimit_of_txt'] = "of";
F 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";
77dbe5 80 $wb['globalsearch_suggestions_text_txt'] = "Suggestions";
73ec6b 81 $wb['global_tabchange_warning_txt'] = 'Changed data in this tab will be changed if you press OK. On cancel they will be discarded.';
M 82 $wb['global_tabchange_discard_txt'] = 'You have unsaved changes in this tab. Changes will be discarded if you continue.';
bfcdef 83
T 84 $wb['datalog_changes_txt'] = 'The following changes are not yet populated to all servers:';
85 $wb['datalog_changes_end_txt'] = 'Storing updates can take up to one minute. Please be patient.';
86 $wb['datalog_status_i_web_database'] = 'Create new database';
87 $wb['datalog_status_u_web_database'] = 'Update database';
88 $wb['datalog_status_d_web_database'] = 'Delete database';
89 $wb['datalog_status_i_web_database_user'] = 'Create database user for database';
90 $wb['datalog_status_u_web_database_user'] = 'Update database user';
91 $wb['datalog_status_d_web_database_user'] = 'Delete database user';
92 $wb['datalog_status_i_web_domain'] = 'Create new website';
93 $wb['datalog_status_u_web_domain'] = 'Update website settings';
94 $wb['datalog_status_d_web_domain'] = 'Delete website';
95 $wb['datalog_status_i_ftp_user'] = 'Create FTP user';
96 $wb['datalog_status_u_ftp_user'] = 'Update FTP user';
97 $wb['datalog_status_d_ftp_user'] = 'Delete FTP user';
98 $wb['datalog_status_i_mail_domain'] = 'Create email domain';
99 $wb['datalog_status_u_mail_domain'] = 'Update email domain';
100 $wb['datalog_status_d_mail_domain'] = 'Delete email domain';
101 $wb['datalog_status_i_mail_user'] = 'Create email user';
102 $wb['datalog_status_u_mail_user'] = 'Update email user';
103 $wb['datalog_status_d_mail_user'] = 'Delete email user';
104 $wb['datalog_status_i_spamfilter_users'] = 'Create spam filter settings';
105 $wb['datalog_status_u_spamfilter_users'] = 'Update spam filter settings';
106 $wb['datalog_status_d_spamfilter_users'] = 'Delete spam filter settings';
107 $wb['datalog_status_i_mail_forwarding'] = 'Create email address';
108 $wb['datalog_status_u_mail_forwarding'] = 'Update email address';
109 $wb['datalog_status_d_mail_forwarding'] = 'Delete email address';
110 $wb['datalog_status_i_dns_rr'] = 'Create DNS record';
111 $wb['datalog_status_u_dns_rr'] = 'Update DNS record';
112 $wb['datalog_status_d_dns_rr'] = 'Delete DNS record';
113 $wb['datalog_status_i_dns_soa'] = 'Create DNS zone';
114 $wb['datalog_status_u_dns_soa'] = 'Update DNS zone';
115 $wb['datalog_status_d_dns_soa'] = 'Delete DNS zone';
116 $wb['datalog_status_i_cron'] = 'Create cron job';
117 $wb['datalog_status_u_cron'] = 'Update cron job';
118 $wb['datalog_status_d_cron'] = 'Delete cron job';
119 $wb['datalog_status_i_mail_get'] = 'Create mail fetcher account';
120 $wb['datalog_status_u_mail_get'] = 'Update mail fetcher account';
121 $wb['datalog_status_d_mail_get'] = 'Delete mail fetcher account';
122 $wb['datalog_status_i_mail_mailinglist'] = 'Create mailing list';
123 $wb['datalog_status_u_mail_mailinglist'] = 'Update mailing list';
124 $wb['datalog_status_d_mail_mailinglist'] = 'Delete mailing list';
125 $wb['datalog_status_i_shell_user'] = 'Create shell user';
126 $wb['datalog_status_u_shell_user'] = 'Update shell user';
127 $wb['datalog_status_d_shell_user'] = 'Delete shell user';
128 $wb['datalog_status_i_web_folder'] = 'Create folder protection';
129 $wb['datalog_status_u_web_folder'] = 'Update folder protection';
130 $wb['datalog_status_d_web_folder'] = 'Delete folder protection';
131 $wb['datalog_status_i_web_folder_user'] = 'Create folder protection user';
132 $wb['datalog_status_u_web_folder_user'] = 'Update folder protection user';
133 $wb['datalog_status_d_web_folder_user'] = 'Delete folder protection user';
72695f 134 $wb['login_as_txt'] = 'Log in as';
7b47c0 135 $wb["no_domain_perm"] = 'You have no permission for this domain.';
T 136 $wb["no_destination_perm"] = 'You have no permission for this destination.';
992797 137 $wb['client_you_are_locked'] = 'You have no permission to change any settings.';
MC 138 $wb['gender_m_txt'] = 'Mr.';
139 $wb['gender_f_txt'] = 'Ms.';
a0206f 140 $wb['client_cannot_be_deleted_because_of_billing_module_txt'] = 'This client has records in the billing module, therefore he cannot be deleted.';
dd1320 141 $wb['yes_txt'] = 'Yes';
FT 142 $wb['no_txt'] = 'No';
7b9388 143 $wb['None'] = 'None';
MC 144 $wb['strength_1'] = 'Weak';
145 $wb['strength_2'] = 'Fair';
146 $wb['strength_3'] = 'Good';
147 $wb['strength_4'] = 'Strong';
148 $wb['strength_5'] = 'Very Strong';
149 $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}".';
150 $wb['weak_password_length_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length.';
9edea9 151 $wb['security_check1_txt'] = 'Check for security permission:';
TB 152 $wb['security_check2_txt'] = 'failed.';
153 ?>