diff options
author | emkael <emkael@tlen.pl> | 2016-10-31 22:09:16 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-10-31 22:09:16 +0100 |
commit | 6181693f1d4b021da8a699c19f5323a17ffab1de (patch) | |
tree | ef5002fb9846c8d8405535d7afbf97ed19dd3371 /lib/phpmailer/language/phpmailer.lang-eo.php | |
parent | 7271d04e72aca36497f5cc04c5083c7c835cc6ca (diff) |
* PHPMailer library
Diffstat (limited to 'lib/phpmailer/language/phpmailer.lang-eo.php')
-rw-r--r-- | lib/phpmailer/language/phpmailer.lang-eo.php | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/phpmailer/language/phpmailer.lang-eo.php b/lib/phpmailer/language/phpmailer.lang-eo.php new file mode 100644 index 0000000..2cf7d5c --- /dev/null +++ b/lib/phpmailer/language/phpmailer.lang-eo.php @@ -0,0 +1,25 @@ +<?php +/** + * Esperanto PHPMailer language file: refer to English translation for definitive list + * @package PHPMailer + */ + +$PHPMAILER_LANG['authenticate'] = 'Eraro de servilo SMTP : aŭtentigo malsukcesis.'; +$PHPMAILER_LANG['connect_host'] = 'Eraro de servilo SMTP : konektado al servilo malsukcesis.'; +$PHPMAILER_LANG['data_not_accepted'] = 'Eraro de servilo SMTP : neĝustaj datumoj.'; +$PHPMAILER_LANG['empty_message'] = 'Teksto de mesaĝo mankas.'; +$PHPMAILER_LANG['encoding'] = 'Nekonata kodoprezento: '; +$PHPMAILER_LANG['execute'] = 'Lanĉi rulumadon ne eblis: '; +$PHPMAILER_LANG['file_access'] = 'Aliro al dosiero ne sukcesis: '; +$PHPMAILER_LANG['file_open'] = 'Eraro de dosiero: malfermo neeblas: '; +$PHPMAILER_LANG['from_failed'] = 'Jena adreso de sendinto malsukcesis: '; +$PHPMAILER_LANG['instantiate'] = 'Genero de retmesaĝa funkcio neeblis.'; +$PHPMAILER_LANG['invalid_address'] = 'Retadreso ne validas: '; +$PHPMAILER_LANG['mailer_not_supported'] = ' mesaĝilo ne subtenata.'; +$PHPMAILER_LANG['provide_address'] = 'Vi devas tajpi almenaŭ unu recevontan retadreson.'; +$PHPMAILER_LANG['recipients_failed'] = 'Eraro de servilo SMTP : la jenaj poŝtrecivuloj kaŭzis eraron: '; +$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: '; |