fixed typo
This commit is contained in:
parent
f865f365f6
commit
6b9d12aa80
|
@ -210,7 +210,7 @@ class asteriskVoicemail extends baseModule implements passwordService {
|
||||||
$this->messages['AstContext'][1] = array('ERROR', _('The account context is invalid.'));
|
$this->messages['AstContext'][1] = array('ERROR', _('The account context is invalid.'));
|
||||||
$this->messages['AstContext'][2] = array('ERROR', _('Account %s:') . ' asteriskVoicemail_AstContext', _('The account context is invalid.'));
|
$this->messages['AstContext'][2] = array('ERROR', _('Account %s:') . ' asteriskVoicemail_AstContext', _('The account context is invalid.'));
|
||||||
|
|
||||||
$this->messages['AstVoicemailFullname'][0] = array('ERROR', _('The full name name is invalid.'));
|
$this->messages['AstVoicemailFullname'][0] = array('ERROR', _('The full name is invalid.'));
|
||||||
$this->messages['AstVoicemailEmail'][01] = array('ERROR', _('The email address is invalid.'));
|
$this->messages['AstVoicemailEmail'][01] = array('ERROR', _('The email address is invalid.'));
|
||||||
$this->messages['AstVoicemailPager'][0] = array('ERROR', _('The pager number has bad format.'));
|
$this->messages['AstVoicemailPager'][0] = array('ERROR', _('The pager number has bad format.'));
|
||||||
$this->messages['AstVoicemailOptions'][0] = array('ERROR', _('The options have bad format.'));
|
$this->messages['AstVoicemailOptions'][0] = array('ERROR', _('The options have bad format.'));
|
||||||
|
|
Binary file not shown.
|
@ -6915,7 +6915,7 @@ msgid "The format of this custom script setting is invalid."
|
||||||
msgstr "El format del paràmetre d'aquest script personal és invàlid."
|
msgstr "El format del paràmetre d'aquest script personal és invàlid."
|
||||||
|
|
||||||
#: ../lib/modules/asteriskVoicemail.inc:213
|
#: ../lib/modules/asteriskVoicemail.inc:213
|
||||||
msgid "The full name name is invalid."
|
msgid "The full name is invalid."
|
||||||
msgstr "El nom complet és incorrecte."
|
msgstr "El nom complet és incorrecte."
|
||||||
|
|
||||||
#: ../templates/login.php:431
|
#: ../templates/login.php:431
|
||||||
|
|
Binary file not shown.
|
@ -6529,7 +6529,7 @@ msgid "The format of this custom script setting is invalid."
|
||||||
msgstr "Das Format dieses Skriptes ist ungültig!"
|
msgstr "Das Format dieses Skriptes ist ungültig!"
|
||||||
|
|
||||||
#: ../lib/modules/asteriskVoicemail.inc:213
|
#: ../lib/modules/asteriskVoicemail.inc:213
|
||||||
msgid "The full name name is invalid."
|
msgid "The full name is invalid."
|
||||||
msgstr "Der Wert für den vollständigen Namen ist ungültig."
|
msgstr "Der Wert für den vollständigen Namen ist ungültig."
|
||||||
|
|
||||||
#: ../templates/login.php:431
|
#: ../templates/login.php:431
|
||||||
|
|
Loading…
Reference in New Issue