]> git.mxchange.org Git - mailer.git/blob - inc/phpmailer/language/phpmailer.lang-ro.php
PHPMailer updated to 2.0.4 excluding phpdocs directory
[mailer.git] / inc / phpmailer / language / phpmailer.lang-ro.php
1 <?php\r
2 /**\r
3  * PHPMailer language file.\r
4  * Romanian Version\r
5  * @package PHPMailer\r
6  * @author Catalin Constantin <catalin@dazoot.ro> */\r
7 \r
8 $PHPMAILER_LANG = array();\r
9 \r
10 $PHPMAILER_LANG['provide_address']      = 'Trebuie sa adaugati cel putin un recipient (adresa de mail).';\r
11 $PHPMAILER_LANG['mailer_not_supported'] = ' mailer nu este suportat.';\r
12 $PHPMAILER_LANG['execute']              = 'Nu pot executa:  ';\r
13 $PHPMAILER_LANG['instantiate']          = 'Nu am putut instantia functia mail.';\r
14 $PHPMAILER_LANG['authenticate']         = 'Eroare SMTP: Nu a functionat autentificarea.';\r
15 $PHPMAILER_LANG['from_failed']          = 'Urmatoarele adrese From au dat eroare: ';\r
16 $PHPMAILER_LANG['recipients_failed']    = 'Eroare SMTP: Urmatoarele adrese de mail au dat eroare: ';\r
17 $PHPMAILER_LANG['data_not_accepted']    = 'Eroare SMTP: Continutul mailului nu a fost acceptat.';\r
18 $PHPMAILER_LANG['connect_host']         = 'Eroare SMTP: Nu m-am putut conecta la adresa SMTP.';\r
19 $PHPMAILER_LANG['file_access']          = 'Nu pot accesa fisierul: ';\r
20 $PHPMAILER_LANG['file_open']            = 'Eroare de fisier: Nu pot deschide fisierul: ';\r
21 $PHPMAILER_LANG['encoding']             = 'Encodare necunoscuta: ';\r
22 $PHPMAILER_LANG['signing']              = 'Signing Error: ';\r
23 $PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';\r
24 ?>