forked from PHPMailer/PHPMailer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I've created a Galician Translation file, it's a language spoken on Galicia, a region in the northwest of Spain with more than 2.5 millions of speakers.
- Loading branch information
1 parent
873955a
commit 2089a80
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?php | ||
/** | ||
* PHPMailer language file: refer to English translation for definitive list | ||
* Galician version | ||
* Versión en galego | ||
* Edited by Donato Rouco - [email protected] | ||
*/ | ||
|
||
$PHPMAILER_LANG['authenticate'] = 'Erro SMTP: Non puido ser autentificado.'; | ||
$PHPMAILER_LANG['connect_host'] = 'Erro SMTP: Non puido conectar co servidor SMTP.'; | ||
$PHPMAILER_LANG['data_not_accepted'] = 'Erro SMTP: Datos non aceptados.'; | ||
$PHPMAILER_LANG['empty_message'] = 'Corpo da mensaxe vacía'; | ||
$PHPMAILER_LANG['encoding'] = 'Codificación descoñecida: '; | ||
$PHPMAILER_LANG['execute'] = 'Non puido ser executado: '; | ||
$PHPMAILER_LANG['file_access'] = 'Nob puido acceder ó arquivo: '; | ||
$PHPMAILER_LANG['file_open'] = 'Erro de Arquivo: No puido abrir o arquivo: '; | ||
$PHPMAILER_LANG['from_failed'] = 'A(s) seguinte(s) dirección(s) de remitente(s) deron erro: '; | ||
$PHPMAILER_LANG['instantiate'] = 'Non puido crear unha instancia da función Mail.'; | ||
$PHPMAILER_LANG['invalid_address'] = 'Non puido envia-lo correo: dirección de email inválida: '; | ||
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer non está soportado.'; | ||
$PHPMAILER_LANG['provide_address'] = 'Debe engadir polo menos unha dirección de email coma destino.'; | ||
$PHPMAILER_LANG['recipients_failed'] = 'Erro SMTP: Os seguintes destinos fallaron: '; | ||
$PHPMAILER_LANG['signing'] = 'Erro ó firmar: '; | ||
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fallou.'; | ||
$PHPMAILER_LANG['smtp_error'] = 'Erro do servidor SMTP: '; | ||
$PHPMAILER_LANG['variable_set'] = 'Non puidemos axustar ou reaxustar a variábel: '; |