From 376508306eb39d1f5b278a92a1fd850d174e33c8 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 19 Mar 2006 02:03:02 +0000 Subject: [PATCH] Updating phpmailer to 1.73. Language files. --- lib/phpmailer/language/phpmailer.lang-ca.php | 22 +++++++++++++++ lib/phpmailer/language/phpmailer.lang-cz.php | 2 +- lib/phpmailer/language/phpmailer.lang-de.php | 4 +-- lib/phpmailer/language/phpmailer.lang-dk.php | 24 +++++++++++++++++ lib/phpmailer/language/phpmailer.lang-es.php | 2 +- lib/phpmailer/language/phpmailer.lang-fi.php | 23 ++++++++++++++++ lib/phpmailer/language/phpmailer.lang-fo.php | 25 +++++++++++++++++ lib/phpmailer/language/phpmailer.lang-hu.php | 23 ++++++++++++++++ lib/phpmailer/language/phpmailer.lang-ja.php | 25 +++++++++++++++++ lib/phpmailer/language/phpmailer.lang-nl.php | 28 ++++++++++---------- lib/phpmailer/language/phpmailer.lang-no.php | 6 ++--- lib/phpmailer/language/phpmailer.lang-pl.php | 24 +++++++++++++++++ lib/phpmailer/language/phpmailer.lang-ro.php | 23 ++++++++++++++++ lib/phpmailer/language/phpmailer.lang-ru.php | 23 ++++++++++++++++ lib/phpmailer/language/phpmailer.lang-se.php | 2 +- lib/phpmailer/language/phpmailer.lang-tr.php | 2 +- 16 files changed, 235 insertions(+), 23 deletions(-) create mode 100644 lib/phpmailer/language/phpmailer.lang-ca.php create mode 100644 lib/phpmailer/language/phpmailer.lang-dk.php create mode 100644 lib/phpmailer/language/phpmailer.lang-fi.php create mode 100644 lib/phpmailer/language/phpmailer.lang-fo.php create mode 100644 lib/phpmailer/language/phpmailer.lang-hu.php create mode 100644 lib/phpmailer/language/phpmailer.lang-ja.php create mode 100644 lib/phpmailer/language/phpmailer.lang-pl.php create mode 100644 lib/phpmailer/language/phpmailer.lang-ro.php create mode 100644 lib/phpmailer/language/phpmailer.lang-ru.php diff --git a/lib/phpmailer/language/phpmailer.lang-ca.php b/lib/phpmailer/language/phpmailer.lang-ca.php new file mode 100644 index 0000000000..82d476d93b --- /dev/null +++ b/lib/phpmailer/language/phpmailer.lang-ca.php @@ -0,0 +1,22 @@ + diff --git a/lib/phpmailer/language/phpmailer.lang-cz.php b/lib/phpmailer/language/phpmailer.lang-cz.php index f272f92bde..c6ef2aab79 100755 --- a/lib/phpmailer/language/phpmailer.lang-cz.php +++ b/lib/phpmailer/language/phpmailer.lang-cz.php @@ -21,4 +21,4 @@ $PHPMAILER_LANG["connect_host"] = 'SMTP Error: Nelze nav $PHPMAILER_LANG["file_access"] = 'Soubor nenalezen: '; $PHPMAILER_LANG["file_open"] = 'File Error: Nelze otevøít soubor pro ètení: '; $PHPMAILER_LANG["encoding"] = 'Neznámé kódování: '; -?> \ No newline at end of file +?> diff --git a/lib/phpmailer/language/phpmailer.lang-de.php b/lib/phpmailer/language/phpmailer.lang-de.php index a7d34af85a..d21836ad00 100755 --- a/lib/phpmailer/language/phpmailer.lang-de.php +++ b/lib/phpmailer/language/phpmailer.lang-de.php @@ -18,6 +18,6 @@ $PHPMAILER_LANG["recipients_failed"] = 'SMTP Fehler: Die folgenden ' . $PHPMAILER_LANG["data_not_accepted"] = 'SMTP Fehler: Daten werden nicht akzeptiert.'; $PHPMAILER_LANG["connect_host"] = 'SMTP Fehler: Konnte keine Verbindung zum SMTP-Host herstellen.'; $PHPMAILER_LANG["file_access"] = 'Zugriff auf folgende Datei fehlgeschlagen: '; -$PHPMAILER_LANG["file_open"] = 'Datei Fehler: Konnte Date nicht öffnen: '; +$PHPMAILER_LANG["file_open"] = 'Datei Fehler: konnte folgende Datei nicht öffnen: '; $PHPMAILER_LANG["encoding"] = 'Unbekanntes Encoding-Format: '; -?> \ No newline at end of file +?> diff --git a/lib/phpmailer/language/phpmailer.lang-dk.php b/lib/phpmailer/language/phpmailer.lang-dk.php new file mode 100644 index 0000000000..375dba0c06 --- /dev/null +++ b/lib/phpmailer/language/phpmailer.lang-dk.php @@ -0,0 +1,24 @@ + + */ + +$PHPMAILER_LANG = array(); + +$PHPMAILER_LANG["provide_address"] = 'Du skal indtaste mindst en ' . + 'modtagers emailadresse.'; +$PHPMAILER_LANG["mailer_not_supported"] = ' mailer understøttes ikke.'; +$PHPMAILER_LANG["execute"] = 'Kunne ikke køre: '; +$PHPMAILER_LANG["instantiate"] = 'Kunne ikke initialisere email funktionen.'; +$PHPMAILER_LANG["authenticate"] = 'SMTP fejl: Kunne ikke logge på.'; +$PHPMAILER_LANG["from_failed"] = 'Følgende afsenderadresse er forkert: '; +$PHPMAILER_LANG["recipients_failed"] = 'SMTP fejl: Følgende' . + 'modtagere er forkerte: '; +$PHPMAILER_LANG["data_not_accepted"] = 'SMTP fejl: Data kunne ikke accepteres.'; +$PHPMAILER_LANG["connect_host"] = 'SMTP fejl: Kunne ikke tilslutte SMTP serveren.'; +$PHPMAILER_LANG["file_access"] = 'Ingen adgang til fil: '; +$PHPMAILER_LANG["file_open"] = 'Fil fejl: Kunne ikke åbne filen: '; +$PHPMAILER_LANG["encoding"] = 'Ukendt encode-format: '; +?> diff --git a/lib/phpmailer/language/phpmailer.lang-es.php b/lib/phpmailer/language/phpmailer.lang-es.php index 9e7713716a..dac6578cae 100755 --- a/lib/phpmailer/language/phpmailer.lang-es.php +++ b/lib/phpmailer/language/phpmailer.lang-es.php @@ -20,4 +20,4 @@ $PHPMAILER_LANG["connect_host"] = 'Error SMTP: No puedo conectar al servidor SMT $PHPMAILER_LANG["file_access"] = 'No puedo acceder al archivo: '; $PHPMAILER_LANG["file_open"] = 'Error de Archivo: No puede abrir el archivo: '; $PHPMAILER_LANG["encoding"] = 'Codificación desconocida: '; -?> \ No newline at end of file +?> diff --git a/lib/phpmailer/language/phpmailer.lang-fi.php b/lib/phpmailer/language/phpmailer.lang-fi.php new file mode 100644 index 0000000000..fc6799aabe --- /dev/null +++ b/lib/phpmailer/language/phpmailer.lang-fi.php @@ -0,0 +1,23 @@ + diff --git a/lib/phpmailer/language/phpmailer.lang-fo.php b/lib/phpmailer/language/phpmailer.lang-fo.php new file mode 100644 index 0000000000..1b9e5f4704 --- /dev/null +++ b/lib/phpmailer/language/phpmailer.lang-fo.php @@ -0,0 +1,25 @@ + diff --git a/lib/phpmailer/language/phpmailer.lang-hu.php b/lib/phpmailer/language/phpmailer.lang-hu.php new file mode 100644 index 0000000000..c7a130d34d --- /dev/null +++ b/lib/phpmailer/language/phpmailer.lang-hu.php @@ -0,0 +1,23 @@ + diff --git a/lib/phpmailer/language/phpmailer.lang-ja.php b/lib/phpmailer/language/phpmailer.lang-ja.php new file mode 100644 index 0000000000..56a39e5551 --- /dev/null +++ b/lib/phpmailer/language/phpmailer.lang-ja.php @@ -0,0 +1,25 @@ + diff --git a/lib/phpmailer/language/phpmailer.lang-nl.php b/lib/phpmailer/language/phpmailer.lang-nl.php index 9cd3a7a19b..4da3c76745 100755 --- a/lib/phpmailer/language/phpmailer.lang-nl.php +++ b/lib/phpmailer/language/phpmailer.lang-nl.php @@ -1,23 +1,23 @@ \ No newline at end of file +?> diff --git a/lib/phpmailer/language/phpmailer.lang-no.php b/lib/phpmailer/language/phpmailer.lang-no.php index cc42131bab..1def30a614 100755 --- a/lib/phpmailer/language/phpmailer.lang-no.php +++ b/lib/phpmailer/language/phpmailer.lang-no.php @@ -1,7 +1,7 @@ \ No newline at end of file +?> diff --git a/lib/phpmailer/language/phpmailer.lang-pl.php b/lib/phpmailer/language/phpmailer.lang-pl.php new file mode 100644 index 0000000000..be7aa428bc --- /dev/null +++ b/lib/phpmailer/language/phpmailer.lang-pl.php @@ -0,0 +1,24 @@ + diff --git a/lib/phpmailer/language/phpmailer.lang-ro.php b/lib/phpmailer/language/phpmailer.lang-ro.php new file mode 100644 index 0000000000..a330b4ad6e --- /dev/null +++ b/lib/phpmailer/language/phpmailer.lang-ro.php @@ -0,0 +1,23 @@ + + */ + +$PHPMAILER_LANG = array(); + +$PHPMAILER_LANG["provide_address"] = 'Trebuie sa adaugati cel putin un recipient (adresa de mail).'; +$PHPMAILER_LANG["mailer_not_supported"] = ' mailer nu este suportat.'; +$PHPMAILER_LANG["execute"] = 'Nu pot executa: '; +$PHPMAILER_LANG["instantiate"] = 'Nu am putut instantia functia mail.'; +$PHPMAILER_LANG["authenticate"] = 'Eroare SMTP: Nu a functionat autentificarea.'; +$PHPMAILER_LANG["from_failed"] = 'Urmatoarele adrese From au dat eroare: '; +$PHPMAILER_LANG["recipients_failed"] = 'Eroare SMTP: Urmatoarele adrese de mail au dat eroare: '; +$PHPMAILER_LANG["data_not_accepted"] = 'Eroare SMTP: Continutul mailului nu a fost acceptat.'; +$PHPMAILER_LANG["connect_host"] = 'Eroare SMTP: Nu m-am putut conecta la adresa SMTP.'; +$PHPMAILER_LANG["file_access"] = 'Nu pot accesa fisierul: '; +$PHPMAILER_LANG["file_open"] = 'Eroare de fisier: Nu pot deschide fisierul: '; +$PHPMAILER_LANG["encoding"] = 'Encodare necunoscuta: '; +?> diff --git a/lib/phpmailer/language/phpmailer.lang-ru.php b/lib/phpmailer/language/phpmailer.lang-ru.php new file mode 100644 index 0000000000..064b76768b --- /dev/null +++ b/lib/phpmailer/language/phpmailer.lang-ru.php @@ -0,0 +1,23 @@ + diff --git a/lib/phpmailer/language/phpmailer.lang-se.php b/lib/phpmailer/language/phpmailer.lang-se.php index 349c2ce441..d8b1f40ccb 100755 --- a/lib/phpmailer/language/phpmailer.lang-se.php +++ b/lib/phpmailer/language/phpmailer.lang-se.php @@ -21,4 +21,4 @@ $PHPMAILER_LANG["connect_host"] = 'SMTP fel: Kunde inte ansluta till SMTP-server $PHPMAILER_LANG["file_access"] = 'Ingen åtkomst till fil: '; $PHPMAILER_LANG["file_open"] = 'Fil fel: Kunde inte öppna fil: '; $PHPMAILER_LANG["encoding"] = 'Okänt encode-format: '; -?> \ No newline at end of file +?> diff --git a/lib/phpmailer/language/phpmailer.lang-tr.php b/lib/phpmailer/language/phpmailer.lang-tr.php index 2d229e5297..2b56a37a6c 100755 --- a/lib/phpmailer/language/phpmailer.lang-tr.php +++ b/lib/phpmailer/language/phpmailer.lang-tr.php @@ -22,4 +22,4 @@ $PHPMAILER_LANG["file_access"] = 'Dosyaya eri $PHPMAILER_LANG["file_open"] = 'Dosya Hatasý: Dosya açýlamýyor: '; $PHPMAILER_LANG["encoding"] = 'Bilinmeyen þifreleme: '; -?> \ No newline at end of file +?> -- 2.39.5