From 2b82166547f9143778b9a4c4502d67c16bd4a756 Mon Sep 17 00:00:00 2001 From: dknacht <33971170+dknacht@users.noreply.github.com> Date: Thu, 30 Nov 2017 03:44:03 -0500 Subject: [PATCH] Update phpmailer.lang-eo.php (#1259) Adding the missing translation. Due to the flexibility of Esperanto, there is actually many ways of saying "Extension missing". I selected this one, even tho it's not the literal translation (what would rather be more like "Manki etendo" as the "missing" is used as an adjective, not as a verb), because I think this way is much more understandable. --- language/phpmailer.lang-eo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/phpmailer.lang-eo.php b/language/phpmailer.lang-eo.php index 2cf7d5c7..5ca6cb70 100644 --- a/language/phpmailer.lang-eo.php +++ b/language/phpmailer.lang-eo.php @@ -22,4 +22,4 @@ $PHPMAILER_LANG['signing'] = 'Eraro de subskribo: '; $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP konektado malsukcesis.'; $PHPMAILER_LANG['smtp_error'] = 'Eraro de servilo SMTP : '; $PHPMAILER_LANG['variable_set'] = 'Variablo ne pravalorizeblas aŭ ne repravalorizeblas: '; -//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; +$PHPMAILER_LANG['extension_missing'] = 'Mankas etendo: ';