Skip to content

Commit b5edc53

Browse files
author
quentusrex
committed
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.
1 parent 94a408a commit b5edc53

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

interface/web/mail/lib/lang/de_mail_user.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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';

interface/web/mail/lib/lang/en_mail_user.lng

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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';

interface/web/mail/lib/lang/nl_mail_user.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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';

interface/web/mail/lib/lang/ru_mail_user.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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';

interface/web/mail/templates/mail_user_mailbox_edit.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)