Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
ea2b21 1 <?php
899771 2 $wb['limit_maildomain_txt'] = 'メールドメインの最大数';
T 3 $wb['limit_mailbox_txt'] = 'メールボックスの最大数';
4 $wb['limit_mailalias_txt'] = 'メールエイリアスの最大数';
5 $wb['limit_mailforward_txt'] = 'メールフォワードの最大数';
6 $wb['limit_mailcatchall_txt'] = 'キャッチオール・メールアカウントの最大数';
7 $wb['limit_mailrouting_txt'] = 'メール配送経路の最大数';
8 $wb['limit_mailfilter_txt'] = 'メールフィルターの最大数';
9 $wb['limit_fetchmail_txt'] = 'fetchmailアカウントの最大数';
10 $wb['limit_mailquota_txt'] = 'メールボックスの容量';
11 $wb['limit_spamfilter_wblist_txt'] = '迷惑メールのホワイトリスト、ブラックリストフィルターの最大数';
12 $wb['limit_spamfilter_user_txt'] = 'Max. number of spamfilter users';
13 $wb['limit_spamfilter_policy_txt'] = '迷惑メールフィルタのポリシーの最大数';
14 $wb['default_mailserver_txt'] = 'デフォルトのメールサーバー';
15 $wb['company_name_txt'] = '社名';
e3133e 16 $wb['contact_firstname_txt'] = 'Contact firstname';
899771 17 $wb['contact_name_txt'] = '担当者名';
T 18 $wb['username_txt'] = 'ユーザー名';
19 $wb['password_txt'] = 'パスワード';
20 $wb['password_strength_txt'] = 'パスワードの強度';
21 $wb['language_txt'] = '言語';
22 $wb['usertheme_txt'] = 'テーマ';
23 $wb['street_txt'] = '丁目・番地・号';
24 $wb['zip_txt'] = '郵便番号';
25 $wb['city_txt'] = '市区町村';
26 $wb['state_txt'] = '都道府県';
27 $wb['country_txt'] = '国';
28 $wb['telephone_txt'] = '固定電話番号';
29 $wb['mobile_txt'] = '携帯電話番号';
30 $wb['fax_txt'] = 'FAX番号';
31 $wb['email_txt'] = 'メールアドレス';
32 $wb['internet_txt'] = 'ホームページ';
33 $wb['icq_txt'] = 'ICQ';
34 $wb['notes_txt'] = '備考';
35 $wb['company_txt'] = '社名';
36 $wb['title_txt'] = '役職';
37 $wb['firstname_txt'] = '名';
38 $wb['surname_txt'] = '姓';
39 $wb['limit_domain_txt'] = 'limit_domain';
40 $wb['limit_subdomain_txt'] = 'limit_subdomain';
41 $wb['limit_webquota_txt'] = 'limit_webquota';
42 $wb['limit_database_txt'] = 'データベース数の最大値';
43 $wb['limit_cron_txt'] = 'cronジョブの最大数';
44 $wb['limit_cron_type_txt'] = 'Max. type of cron jobs (chrooted and full implies url)';
45 $wb['limit_cron_frequency_txt'] = 'Min. delay between executions';
46 $wb['ip_address_txt'] = 'ip_address';
47 $wb['limit_client_error_notint'] = 'The sub client limit must be a number.';
48 $wb['firstname_error_empty'] = '名を入力してください。';
49 $wb['contact_error_empty'] = '担当者名を入力してください。';
50 $wb['default_webserver_txt'] = 'デフォルトのウェブサーバー';
51 $wb['limit_web_domain_txt'] = 'ウェブドメインの最大数';
52 $wb['limit_web_aliasdomain_txt'] = 'ウェブエイリアスドメインの最大数';
53 $wb['limit_web_subdomain_txt'] = 'ウェブサブドメインの最大数';
54 $wb['limit_ftp_user_txt'] = 'FTPユーザーの最大数';
55 $wb['default_dnsserver_txt'] = 'デフォルトのDNSサーバー';
56 $wb['limit_dns_zone_txt'] = 'DNSゾーンの最大数';
a59731 57 $wb['limit_dns_slave_zone_txt'] = 'Max. number of secondary DNS zones';
899771 58 $wb['limit_dns_record_txt'] = 'DNSレコードの最大数';
T 59 $wb['limit_shell_user_txt'] = 'Shellユーザーの最大数';
60 $wb['limit_client_txt'] = 'クライアントの最大値';
61 $wb['username_error_empty'] = 'ユーザー名を指定してください';
62 $wb['username_error_unique'] = '既に登録済みのユーザー名です。別の名前に変更してください。';
63 $wb['limit_maildomain_error_notint'] = 'メールドメインの最大数は数字で指定してください。';
64 $wb['limit_mailbox_error_notint'] = 'メールボックスの最大数は数字で指定してください。';
65 $wb['limit_mailalias_error_notint'] = 'メールエイリアスの最大数は数字で指定してください。';
66 $wb['limit_mailforward_error_notint'] = 'メールフォワードの最大数は数字で指定してください。';
67 $wb['limit_mailcatchall_error_notint'] = 'キャッチオール・メールアドレスの最大数は数字で指定してください。';
68 $wb['limit_mailrouting_error_notint'] = 'メールの配送経路の最大数は数字で指定してください。';
69 $wb['limit_mailfilter_error_notint'] = 'メールフィルターの最大数は数字で指定してください。';
70 $wb['limit_mailfetchmail_error_notint'] = 'fetchmailアカウントの最大数は数字で指定してください。';
71 $wb['limit_mailquota_error_notint'] = 'メールボックスの最大容量は数字で指定してください。';
72 $wb['limit_spamfilter_wblist_error_notint'] = 'スパムフィルターのホワイトリスト、ブラックリストの最大数は数字で指定してください。';
73 $wb['limit_spamfilter_user_error_notint'] = 'The spamfilter user limit must be a number.';
74 $wb['limit_spamfilter_policy_error_notint'] = 'スパムフィルターのポリシーの最大数は数字で指定してください。';
75 $wb['limit_web_domain_error_notint'] = 'ウェブサイトの最大数は数字で指定してください。';
76 $wb['limit_web_aliasdomain_error_notint'] = 'ウェブサイトのエイリアスドメインの最大数は数字で指定してください。';
77 $wb['limit_web_subdomain_error_notint'] = 'ウェブサイトのサブドメインの最大値は数字で指定してください。';
78 $wb['limit_ftp_user_error_notint'] = 'FTPユーザーの最大数は数字で指定してください。';
79 $wb['limit_shell_user_error_notint'] = 'Shellユーザーの最大数は数字で指定してください。';
80 $wb['limit_dns_zone_error_notint'] = 'DNSレコードの最大数は数字で指定してください。';
a59731 81 $wb['limit_dns_slave_zone_error_notint'] = 'The dns slave zone limit must be a number.';
899771 82 $wb['default_dbserver_txt'] = 'デフォルトのデータベースサーバー';
T 83 $wb['limit_database_error_notint'] = 'データベースの最大数は数字で指定してください。';
84 $wb['limit_cron_error_notint'] = 'cronジョブの最大数は数字で指定してください。';
85 $wb['limit_cron_error_frequency'] = 'The cron frequency limit must be a number.';
86 $wb['username_error_regex'] = 'ユーザー名に不正な文字が含まれています。';
87 $wb['template_master_txt'] = 'マスターテンプレート';
88 $wb['template_additional_txt'] = 'アドオンテンプレート';
89 $wb['ssh_chroot_txt'] = 'SSH-Chrootオプション';
90 $wb['web_php_options_txt'] = 'PHPオプション';
91 $wb['limit_client_error'] = 'クライアントの最大数に達しました。';
92 $wb['limit_mailaliasdomain_txt'] = 'Max. number of domain aliases';
93 $wb['limit_mailaliasdomain_error_notint'] = 'The email domain alias limit must be a number.';
94 $wb['limit_web_quota_txt'] = 'Web Quota';
95 $wb['limit_traffic_quota_txt'] = 'Traffic Quota';
96 $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.';
0d9599 97 $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users';
T 98 $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.';
f40d19 99 $wb['limit_backup_txt'] = 'Backupfunction available';
aa3ea2 100 $wb['customer_no_txt'] = 'Customer No.';
T 101 $wb['vat_id_txt'] = 'VAT ID';
102 $wb['required_fields_txt'] = '* Required fields';
d7be27 103 $wb['limit_mailmailinglist_txt'] = 'Max. number of mailing lists';
T 104 $wb['limit_mailmailinglist_error_notint'] = 'The mailing list record limit must be a number.';
105 $wb['company_id_txt'] = 'Company/Entrepreneur ID';
522ef8 106 $wb['limit_openvz_vm_txt'] = 'Max. number of virtual servers';
T 107 $wb['limit_openvz_vm_template_id_txt'] = 'Force virtual server template';
108 $wb['limit_openvz_vm_error_notint'] = 'The virtual server limit must be a number.';
8cf78b 109 $wb['web_php_options_notempty'] = 'No PHP option(s) selected. Select at least one PHP option.';
T 110 $wb['ssh_chroot_notempty'] = 'No SSH chroot option selected. Select at least one SSH option.';
e94a9f 111 $wb['username_error_collision'] = 'The username may not start with the word -web- or -web- followed by a number.';
142907 112 $wb['add_additional_template_txt'] = 'Add additional template';
T 113 $wb['delete_additional_template_txt'] = 'Delete additional template';
114 $wb['limit_cgi_txt'] = 'CGI available';
115 $wb['limit_ssi_txt'] = 'SSI available';
116 $wb['limit_perl_txt'] = 'Perl available';
117 $wb['limit_ruby_txt'] = 'Ruby available';
118 $wb['limit_python_txt'] = 'Python available';
119 $wb['force_suexec_txt'] = 'SuEXEC forced';
120 $wb['limit_hterror_txt'] = 'Custom error docs available';
121 $wb['limit_wildcard_txt'] = 'Wildcard subdomain available';
122 $wb['limit_ssl_txt'] = 'SSL available';
123 $wb['bank_account_number_txt'] = 'Bank account no.';
124 $wb['bank_code_txt'] = 'Bank code';
125 $wb['bank_name_txt'] = 'Bank name';
126 $wb['bank_account_iban_txt'] = 'IBAN';
127 $wb['bank_account_swift_txt'] = 'BIC / Swift';
128 $wb['web_limits_txt'] = 'Web Limits';
129 $wb['email_limits_txt'] = 'Email Limits';
130 $wb['database_limits_txt'] = 'Database Limits';
131 $wb['cron_job_limits_txt'] = 'Cron Job Limits';
132 $wb['dns_limits_txt'] = 'DNS Limits';
133 $wb['virtualization_limits_txt'] = 'Virtualization Limits';
134 $wb['generate_password_txt'] = 'Generate Password';
135 $wb['repeat_password_txt'] = 'Repeat Password';
136 $wb['password_mismatch_txt'] = 'The passwords do not match.';
137 $wb['password_match_txt'] = 'The passwords do match.';
bfcdef 138 $wb['active_template_additional_txt'] = 'Active Addons';
T 139 $wb['bank_account_owner_txt'] = 'Bank account owner';
140 $wb['email_error_isemail'] = 'Please enter a valid email address.';
141 $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).';
10b4c8 142 $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.';
T 143 $wb['paypal_email_txt'] = 'PayPal Email';
72695f 144 $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.';
cc6568 145 $wb['aps_limits_txt'] = 'APS Installer Limits';
H 146 $wb['limit_aps_txt'] = 'Max. number of APS instances';
147 $wb['limit_aps_error_notint'] = 'The APS instances limit must be a number.';
7b47c0 148 $wb['default_slave_dnsserver_txt'] = 'Default Secondary DNS Server';
992797 149 $wb['locked_txt'] = 'Locked (disables all webs etc.)';
MC 150 $wb['canceled_txt'] = 'Canceled (disables client login)';
151 $wb['gender_txt'] = 'Title';
152 $wb['gender_m_txt'] = 'Mr.';
153 $wb['gender_f_txt'] = 'Ms.';
dc9e64 154 $wb['added_by_txt'] = 'Added by';
TB 155 $wb['added_date_txt'] = 'Added date';
156 $wb['parent_client_id_txt'] = 'Client of reseller';
157 $wb['none_txt'] = 'none';
407003 158 $wb['email_error_empty'] = 'Email is empty';
TB 159 $wb['xmpp_limits_txt'] = 'XMPP Limits';
160 $wb['web_servers_txt'] = 'Webservers';
161 $wb['web_servers_placeholder'] = 'Select webservers';
162 $wb['no_web_server_error'] = 'At least one webserver must be selected.';
163 $wb['web_servers_used'] = 'The server you are trying to remove from this client is used as a webserver. Be sure that this server is not used by this client before you remove it.';
164 $wb['dns_servers_txt'] = 'DNS servers';
165 $wb['dns_servers_placeholder'] = 'Select DNS servers';
166 $wb['no_dns_server_error'] = 'At least one DNS server must be selected.';
167 $wb['dns_servers_used'] = 'The server you are trying to remove from this client is used as a DNS server. Be sure that this server is not used by this client before you remove it.';
168 $wb['db_servers_txt'] = 'Database servers';
169 $wb['db_servers_placeholder'] = 'Select database servers';
170 $wb['no_db_server_error'] = 'At least one Database server must be selected.';
171 $wb['db_servers_used'] = 'The server you are trying to remove from this client is used as a Database server. Be sure that this server is not used by this client before you remove it.';
172 $wb['mail_servers_txt'] = 'Mailservers';
173 $wb['mail_servers_placeholder'] = 'Select mailservers';
174 $wb['no_mail_server_error'] = 'At least one mailserver must be selected.';
175 $wb['mail_servers_used'] = 'The server you are trying to remove from this client is used as a Mailserver. Be sure that this server is not used by this client before you remove it.';
176 $wb['xmpp_servers_txt'] = 'XMPP Servers';
177 $wb['xmpp_servers_placeholder'] = 'Select XMPP Servers';
178 $wb['no_xmpp_server_error'] = 'At least one XMPP Server must be selected.';
179 $wb['xmpp_servers_used'] = 'The server you are trying to remove from this client is used as a XMPP Server. Be sure that this server is not used by this client before you remove it.';
180 $wb['limit_xmpp_domain_error_notint'] = 'The XMPP domain limit must be a number.';
181 $wb['limit_xmpp_user_error_notint'] = 'The XMPP user limit must be a number.';
182 $wb['limit_xmpp_domain_txt'] = 'Max. number of XMPP domains';
183 $wb['limit_xmpp_user_txt'] = 'Max. number of XMPP accounts';
184 $wb['limit_xmpp_muc_txt'] = 'Multiuser chat available';
185 $wb['limit_xmpp_pastebin_txt'] = 'Pastebin for MUC available';
186 $wb['limit_xmpp_httparchive_txt'] = 'HTTP archive for MUC available';
187 $wb['limit_xmpp_anon_txt'] = 'Anonymous host available';
188 $wb['limit_xmpp_vjud_txt'] = 'VJUD user directory available';
189 $wb['limit_xmpp_proxy_txt'] = 'Bytestream proxy available';
190 $wb['limit_xmpp_status_txt'] = 'Status host available';
191 $wb['limit_database_quota_txt'] = 'Database quota';
192 $wb['limit_database_quota_error_notint'] = 'The database quota limit must be a number.';
193 $wb['reseller_txt'] = 'Reseller';
194 $wb['btn_save_txt'] = 'Save';
195 $wb['btn_cancel_txt'] = 'Cancel';
196 $wb['invalid_vat_id'] = 'The VAT ID is invalid.';
7e2a3f 197 $wb['limit_database_user_txt'] = 'Max. Database users';
FS 198 $wb['limit_database_user_error_notint'] = 'The database user limit must be a number.';
ea2b21 199 ?>