File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ $wb['autoresponder_txt'] = 'Autoresponder';
1212$wb['no_domain_perm'] = 'You have no permission for this domain.';
1313$wb['error_no_pwd'] = 'Password is empty.';
1414$wb['quota_error_isint'] = 'Mailbox size must be a number.';
15- $wb['quota_txt'] = 'quota';
15+ $wb['quota_txt'] = 'quota in MB ';
1616$wb['server_id_txt'] = 'server_id';
1717$wb['password_txt'] = 'password';
1818$wb['maildir_txt'] = 'maildir';
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ $wb["email_txt"] = 'Email';
66$wb["cryptpwd_txt"] = 'Password';
77$wb["active_txt"] = 'Active';
88$wb["email_error_isemail"] = 'Email address is invalid.';
9- $wb["email_error_unique"] = 'Duplicate Emailaddress .';
9+ $wb["email_error_unique"] = 'Duplicate Email address .';
1010$wb["autoresponder_text_txt"] = 'Text';
1111$wb["autoresponder_txt"] = 'Autoresponder';
1212$wb["no_domain_perm"] = 'You have no permission for this domain.';
1313$wb["error_no_pwd"] = 'Password is empty.';
1414$wb["quota_error_isint"] = 'Mailbox size must be a number.';
15- $wb["quota_txt"] = 'quota';
15+ $wb["quota_txt"] = 'quota in MB ';
1616$wb["server_id_txt"] = 'server_id';
1717$wb["password_txt"] = 'password';
1818$wb["maildir_txt"] = 'maildir';
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ $wb["autoresponder_txt"] = 'Autoresponder';
1212$wb["no_domain_perm"] = 'U heeft geen toestemming voor dit domein.';
1313$wb["error_no_pwd"] = 'Wachtwoord is niet ingevuld.';
1414$wb["quota_error_isint"] = 'Mailboxgrootte moet een numerieke waarde zijn.';
15- $wb["quota_txt"] = 'quota';
15+ $wb["quota_txt"] = 'quota in MB ';
1616$wb["server_id_txt"] = 'server ID';
1717$wb["password_txt"] = 'Wachtwoord';
1818$wb["maildir_txt"] = 'maildir';
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ $wb["autoresponder_txt"] = 'Автоответчик';
1212$wb["no_domain_perm"] = 'Вы не имеете разрешений для этого домена.';
1313$wb["error_no_pwd"] = 'Пароль пустой.';
1414$wb["quota_error_isint"] = 'Размер должен быть цифрой.';
15- $wb["quota_txt"] = 'квота';
15+ $wb["quota_txt"] = 'квота in MB ';
1616$wb["server_id_txt"] = 'server_id';
1717$wb["password_txt"] = 'пароль';
1818$wb["maildir_txt"] = 'maildir';
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
1414 < input type ="password " id ="password " name ="password " value ="{tmpl_var name='password'} " size ="30 " maxlength ="255 ">
1515 </ span >
1616 < span class ="wf_oneField ">
17- < label for ="quota " class ="wf_preField "> {tmpl_var name='quota_txt'} in MB </ label >
17+ < label for ="quota " class ="wf_preField "> {tmpl_var name='quota_txt'}</ label >
1818 < input type ="text " id ="quota " name ="quota " value ="{tmpl_var name='quota'} " size ="30 " maxlength ="255 ">
1919 </ span >
2020 < span class ="wf_oneField ">
You can’t perform that action at this time.
0 commit comments