Fixing the way some User Interface text was used. For the quota on a mailbox I added 'in MB' so that the user knows what units the quota is in.
| | |
| | | $wb['no_domain_perm'] = 'You have no permission for this domain.'; |
| | | $wb['error_no_pwd'] = 'Password is empty.'; |
| | | $wb['quota_error_isint'] = 'Mailbox size must be a number.'; |
| | | $wb['quota_txt'] = 'quota'; |
| | | $wb['quota_txt'] = 'quota in MB'; |
| | | $wb['server_id_txt'] = 'server_id'; |
| | | $wb['password_txt'] = 'password'; |
| | | $wb['maildir_txt'] = 'maildir'; |
| | |
| | | $wb["no_domain_perm"] = 'You have no permission for this domain.'; |
| | | $wb["error_no_pwd"] = 'Password is empty.'; |
| | | $wb["quota_error_isint"] = 'Mailbox size must be a number.'; |
| | | $wb["quota_txt"] = 'quota'; |
| | | $wb["quota_txt"] = 'quota in MB'; |
| | | $wb["server_id_txt"] = 'server_id'; |
| | | $wb["password_txt"] = 'password'; |
| | | $wb["maildir_txt"] = 'maildir'; |
| | |
| | | $wb["no_domain_perm"] = 'U heeft geen toestemming voor dit domein.';
|
| | | $wb["error_no_pwd"] = 'Wachtwoord is niet ingevuld.';
|
| | | $wb["quota_error_isint"] = 'Mailboxgrootte moet een numerieke waarde zijn.';
|
| | | $wb["quota_txt"] = 'quota';
|
| | | $wb["quota_txt"] = 'quota in MB';
|
| | | $wb["server_id_txt"] = 'server ID';
|
| | | $wb["password_txt"] = 'Wachtwoord';
|
| | | $wb["maildir_txt"] = 'maildir';
|
| | |
| | | $wb["no_domain_perm"] = 'Вы не имеете разрешений для этого домена.'; |
| | | $wb["error_no_pwd"] = 'Пароль пустой.'; |
| | | $wb["quota_error_isint"] = 'Размер должен быть цифрой.'; |
| | | $wb["quota_txt"] = 'квота'; |
| | | $wb["quota_txt"] = 'квота in MB'; |
| | | $wb["server_id_txt"] = 'server_id'; |
| | | $wb["password_txt"] = 'пароль'; |
| | | $wb["maildir_txt"] = 'maildir'; |
| | |
| | | <input type="password" id="password" name="password" value="{tmpl_var name='password'}" size="30" maxlength="255">
|
| | | </span>
|
| | | <span class="wf_oneField">
|
| | | <label for="quota" class="wf_preField">{tmpl_var name='quota_txt'} in MB</label>
|
| | | <label for="quota" class="wf_preField">{tmpl_var name='quota_txt'}</label>
|
| | | <input type="text" id="quota" name="quota" value="{tmpl_var name='quota'}" size="30" maxlength="255">
|
| | | </span>
|
| | | <span class="wf_oneField">
|