translation update
This commit is contained in:
parent
619d37861c
commit
41c35e23d1
|
@ -81,12 +81,12 @@ class courierMailAlias extends baseModule {
|
||||||
'maildrop' => array(
|
'maildrop' => array(
|
||||||
"Headline" => _("Recipient address"),
|
"Headline" => _("Recipient address"),
|
||||||
"attr" => 'maildrop',
|
"attr" => 'maildrop',
|
||||||
"Text" => _("This is the email address of the recipient user. There can be more than one.")
|
"Text" => _("This is the recipient address of the mail alias. There can be more than one.")
|
||||||
),
|
),
|
||||||
'mailsource' => array(
|
'mailsource' => array(
|
||||||
"Headline" => _("Mail source"),
|
"Headline" => _("Mail source"),
|
||||||
"attr" => 'mailsource',
|
"attr" => 'mailsource',
|
||||||
"Text" => _("The source of email allowed for this alias: local, estmp.")
|
"Text" => _("The mail source can be 'local' or 'estmp'.")
|
||||||
),
|
),
|
||||||
'description' => array(
|
'description' => array(
|
||||||
"Headline" => _("Description"),
|
"Headline" => _("Description"),
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue