]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/phpmailer/language/phpmailer.lang-ca.php
Release 6.5.3
[Github/sugarcrm.git] / include / phpmailer / language / phpmailer.lang-ca.php
1 <?php
2 /**
3 * PHPMailer language file: refer to English translation for definitive list
4 * Catalan Version
5 * By Ivan: web AT microstudi DOT com
6 */
7
8 $PHPMAILER_LANG['authenticate']         = 'Error SMTP: No s\'hapogut autenticar.';
9 $PHPMAILER_LANG['connect_host']         = 'Error SMTP: No es pot connectar al servidor SMTP.';
10 $PHPMAILER_LANG['data_not_accepted']    = 'Error SMTP: Dades no acceptades.';
11 //$PHPMAILER_LANG['empty_message']        = 'Message body empty';
12 $PHPMAILER_LANG['encoding']             = 'Codificació desconeguda: ';
13 $PHPMAILER_LANG['execute']              = 'No es pot executar: ';
14 $PHPMAILER_LANG['file_access']          = 'No es pot accedir a l\'arxiu: ';
15 $PHPMAILER_LANG['file_open']            = 'Error d\'Arxiu: No es pot obrir l\'arxiu: ';
16 $PHPMAILER_LANG['from_failed']          = 'La(s) següent(s) adreces de remitent han fallat: ';
17 $PHPMAILER_LANG['instantiate']          = 'No s\'ha pogut crear una instància de la funció Mail.';
18 //$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
19 $PHPMAILER_LANG['mailer_not_supported'] = ' mailer no està suportat';
20 $PHPMAILER_LANG['provide_address']      = 'S\'ha de proveir almenys una adreça d\'email com a destinatari.';
21 $PHPMAILER_LANG['recipients_failed']    = 'Error SMTP: Els següents destinataris han fallat: ';
22 //$PHPMAILER_LANG['signing']              = 'Signing Error: ';
23 //$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
24 //$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
25 //$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
26 ?>