Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
isp
ISPConfig 3
Commits
0cf0ee8e
Commit
0cf0ee8e
authored
Apr 19, 2012
by
tbrehm
Browse files
Changed description text for email login field, removed "Optional" as this is a required field.
parent
72dcd772
Changes
2
Hide whitespace changes
Inline
Side-by-side
interface/web/mail/lib/lang/de_mail_user.lng
View file @
0cf0ee8e
...
...
@@ -37,7 +37,7 @@ $wb['cc_txt'] = 'Send copy to';
$wb
[
'cc_error_isemail'
]
=
'The Send copy to field does not conatin a valid email address'
;
$wb
[
'login_error_unique'
]
=
'Login wird bereits verwendet.'
;
$wb
[
'login_error_regex'
]
=
'Zulässige Zeichen sind A-Z, a-z, 0-9, ., _ und -.'
;
$wb
[
'login_txt'
]
=
'Login
(optional)
'
;
$wb
[
'login_txt'
]
=
'Login'
;
$wb
[
'error_login_email_txt'
]
=
'Dieser Loginname ist nicht zulässig. Bitte verwenden Sie einen anderen Loginnamen oder die E-Mail-Adresse als Login.'
;
$wb
[
'domain_txt'
]
=
'Domain'
;
$wb
[
'now_txt'
]
=
'Now'
;
...
...
interface/web/mail/lib/lang/en_mail_user.lng
View file @
0cf0ee8e
...
...
@@ -39,6 +39,6 @@ $wb['domain_txt'] = 'Domain';
$wb
[
'now_txt'
]
=
'Now'
;
$wb
[
'login_error_unique'
]
=
'Login is already taken.'
;
$wb
[
'login_error_regex'
]
=
'Valid characters are A-Z, a-z, 0-9, ., _ and -.'
;
$wb
[
'login_txt'
]
=
'Login
(optional)
'
;
$wb
[
'login_txt'
]
=
'Login'
;
$wb
[
'error_login_email_txt'
]
=
'This login is not allowed. Please enter a different login or use the mail address as login.'
;
?>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment