mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-05 19:42:31 +02:00
more translations (RFE 1702140)
This commit is contained in:
parent
1f444481bc
commit
33017686ee
5 changed files with 12 additions and 11 deletions
|
@ -91,19 +91,19 @@ class inetLocalMailRecipient extends baseModule {
|
|||
'name' => 'inetLocalMailRecipient_routingAdr',
|
||||
'description' => _('Routing address'),
|
||||
'help' => 'routingAdr',
|
||||
'example' => 'smiller@otherdomain.org'
|
||||
'example' => _('smiller@otherdomain.org')
|
||||
),
|
||||
array(
|
||||
'name' => 'inetLocalMailRecipient_localAdr',
|
||||
'description' => _('Local address list'),
|
||||
'help' => 'localAdrList',
|
||||
'example' => 'smiller@yourdomain.org'
|
||||
'example' => _('smiller@yourdomain.org')
|
||||
),
|
||||
array(
|
||||
'name' => 'inetLocalMailRecipient_server',
|
||||
'description' => _('Mail server'),
|
||||
'help' => 'host',
|
||||
'example' => 'mail.yourdomain.org'
|
||||
'example' => _('mail.yourdomain.org')
|
||||
)
|
||||
);
|
||||
// available PDF fields
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue