source: trunk/spip/esqueleto-redcta/plugins/zabomailmans/class/phpmailer/language/phpmailer.lang-ro.php

Last change on this file was 76, checked in by sebas, 16 years ago

plugin de abonomailman para enviar boletin electronico
basado sobre los cambios de sebas para arreglar los envios.

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1<?php
2/**
3 * PHPMailer language file. 
4 * Romanian Version
5 * @package PHPMailer
6 * @author Catalin Constantin <catalin@dazoot.ro>
7 */
8
9$PHPMAILER_LANG = array();
10
11$PHPMAILER_LANG["provide_address"] = 'Trebuie sa adaugati cel putin un recipient (adresa de mail).';
12$PHPMAILER_LANG["mailer_not_supported"] = ' mailer nu este suportat.';
13$PHPMAILER_LANG["execute"] = 'Nu pot executa:  ';
14$PHPMAILER_LANG["instantiate"] = 'Nu am putut instantia functia mail.';
15$PHPMAILER_LANG["authenticate"] = 'Eroare SMTP: Nu a functionat autentificarea.';
16$PHPMAILER_LANG["from_failed"] = 'Urmatoarele adrese From au dat eroare: ';
17$PHPMAILER_LANG["recipients_failed"] = 'Eroare SMTP: Urmatoarele adrese de mail au dat eroare: ';
18$PHPMAILER_LANG["data_not_accepted"] = 'Eroare SMTP: Continutul mailului nu a fost acceptat.';
19$PHPMAILER_LANG["connect_host"] = 'Eroare SMTP: Nu m-am putut conecta la adresa SMTP.';
20$PHPMAILER_LANG["file_access"] = 'Nu pot accesa fisierul: ';
21$PHPMAILER_LANG["file_open"] = 'Eroare de fisier: Nu pot deschide fisierul: ';
22$PHPMAILER_LANG["encoding"] = 'Encodare necunoscuta: ';
23?>
Note: See TracBrowser for help on using the repository browser.