phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] email/inc/phpmailer/language phpmailer.lang-tr.php, 1


From: skwashd
Subject: [Phpgroupware-cvs] email/inc/phpmailer/language phpmailer.lang-tr.php, 1.1 phpmailer.lang-se.php, 1.1 phpmailer.lang-no.php, 1.1 phpmailer.lang-it.php, 1.1 phpmailer.lang-nl.php, 1.1 phpmailer.lang-fr.php, 1.1 phpmailer.lang-es.php, 1.1 phpmailer.lang-de.php, 1.1 phpmailer.lang-en.php, 1.1 phpmailer.lang-cz.php, 1.1 phpmailer.lang-br.php, 1.1
Date: Mon, 14 Mar 2005 00:22:00 +0100

Update of email/inc/phpmailer/language

Added Files:
     Branch: MAIN
            phpmailer.lang-tr.php 
            phpmailer.lang-se.php 
            phpmailer.lang-no.php 
            phpmailer.lang-it.php 
            phpmailer.lang-nl.php 
            phpmailer.lang-fr.php 
            phpmailer.lang-es.php 
            phpmailer.lang-de.php 
            phpmailer.lang-en.php 
            phpmailer.lang-cz.php 
            phpmailer.lang-br.php 

Log Message:
should have done this a while ago - SaD code

====================================================
Index: phpmailer.lang-tr.php
<?php
/**
 * PHPMailer dil dosyasý.
 * Türkçe Versiyonu
 */ÝZYAZILIM - Elçin Özel - Can Yýlmaz - Mehmet Benlioðlu

$PHPMAILER_LANG = array();

$PHPMAILER_LANG["provide_address"] = 'En az bir tane mail adresi belirtmek 
zorundasýnýz ' .
                                     'alýcýnýn email adresi.';
$PHPMAILER_LANG["mailer_not_supported"] = ' mailler desteklenmemektedir.';
$PHPMAILER_LANG["execute"] = 'Çalýþtýrýlamýyor: ';
$PHPMAILER_LANG["instantiate"] = 'Örnek mail fonksiyonu yaratýlamadý.';
$PHPMAILER_LANG["authenticate"] = 'SMTP Hatasý: Doðrulanamýyor.';
$PHPMAILER_LANG["from_failed"] = 'Baþarýsýz olan gönderici adresi: ';
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Hatasý:  ' .
                                       'alýcýlara ulaþmadý: ';
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Hatasý: Veri kabul edilmedi.';
$PHPMAILER_LANG["connect_host"] = 'SMTP Hatasý: SMTP hosta baðlanýlamýyor.';
$PHPMAILER_LANG["file_access"] = 'Dosyaya eriþilemiyor: ';
$PHPMAILER_LANG["file_open"] = 'Dosya Hatasý: Dosya açýlamýyor: ';
$PHPMAILER_LANG["encoding"] = 'Bilinmeyen þifreleme: ';

?>

====================================================
Index: phpmailer.lang-se.php
<?php
/**
 * PHPMailer language file.
 * Swedish Version
 * Author: Johan Linnér <address@hidden>
 */

$PHPMAILER_LANG = array();

$PHPMAILER_LANG["provide_address"] = 'Du måste ange minst en ' .
                                     'mottagares e-postadress.';
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer stöds inte.';
$PHPMAILER_LANG["execute"] = 'Kunde inte köra: ';
$PHPMAILER_LANG["instantiate"] = 'Kunde inte initiera e-postfunktion.';
$PHPMAILER_LANG["authenticate"] = 'SMTP fel: Kunde inte autentisera.';
$PHPMAILER_LANG["from_failed"] = 'Följande avsändaradress är felaktig: ';
$PHPMAILER_LANG["recipients_failed"] = 'SMTP fel: Följande ' .
                                       'mottagare är felaktig: ';
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP fel: Data accepterades inte.';
$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: ';
?>

====================================================
Index: phpmailer.lang-no.php
<?php
/**
 * Norwegian language file.
 * English Version
 */

$PHPMAILER_LANG = array();

$PHPMAILER_LANG["provide_address"] = 'Du må ha med minst en' .
                                     'mottager adresse.';
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer er ikke supportert.';
$PHPMAILER_LANG["execute"] = 'Kunne ikke utføre: ';
$PHPMAILER_LANG["instantiate"] = 'Kunne ikke instantiate mail funksjonen.';
$PHPMAILER_LANG["authenticate"] = 'SMTP Feil: Kunne ikke authentisere.';
$PHPMAILER_LANG["from_failed"] = 'Følgende Fra feilet: ';
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Feil: Følgende' .
                                       'mottagere feilet: ';
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Feil: Data ble ikke akseptert.';
$PHPMAILER_LANG["connect_host"] = 'SMTP Feil: Kunne ikke koble til SMTP host.';
$PHPMAILER_LANG["file_access"] = 'Kunne ikke få tilgang til filen: ';
$PHPMAILER_LANG["file_open"] = 'Fil feil: Kunne ikke åpne filen: ';
$PHPMAILER_LANG["encoding"] = 'Ukjent encoding: ';
?>

====================================================
Index: phpmailer.lang-it.php
<?php
/**
* PHPMailer language file.
* Italian version
* @package PHPMailer
* @author Ilias Bartolini <address@hidden>
*/

$PHPMAILER_LANG = array();

$PHPMAILER_LANG["provide_address"] = 'Deve essere fornito almeno un'.
                                     ' indirizzo ricevente';
$PHPMAILER_LANG["mailer_not_supported"] = 'Mailer non supportato';
$PHPMAILER_LANG["execute"] = "Impossibile eseguire l'operazione: ";
$PHPMAILER_LANG["instantiate"] = 'Impossibile istanziare la funzione mail';
$PHPMAILER_LANG["authenticate"] = 'SMTP Error: Impossibile autenticarsi.';
$PHPMAILER_LANG["from_failed"] = 'I seguenti indirizzi mittenti hanno'.
                                 ' generato errore: ';
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Error: I seguenti indirizzi'.
                                       'destinatari hanno generato errore: ';
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Error: Data non accettati dal'.
                                       'server.';
$PHPMAILER_LANG["connect_host"] = 'SMTP Error: Impossibile connettersi'.
                                  ' all\'host SMTP.';
$PHPMAILER_LANG["file_access"] = 'Impossibile accedere al file: ';
$PHPMAILER_LANG["file_open"] = 'File Error: Impossibile aprire il file: ';
$PHPMAILER_LANG["encoding"] = 'Encoding set dei caratteri sconosciuto: ';
?>

====================================================
Index: phpmailer.lang-nl.php
<?php
/**
 * PHPMailer language file.
 * Dutch Version
 */

$PHPMAILER_LANG = array();

$PHPMAILER_LANG["provide_address"] = 'U moet op zijn minst één ontvanger ' .
                                     'opgeven';
$PHPMAILER_LANG["mailer_not_supported"] = ' e-mail service wordt niet 
ondersteund.';
$PHPMAILER_LANG["execute"] = 'Kan niet worden uitgevoerd: ';
$PHPMAILER_LANG["instantiate"] = 'Kan mail functie niet op gang brengen.';
$PHPMAILER_LANG["authenticate"] = 'SMTP fout: Ongeldige gebruikersnaam of 
wachtwoord.';
$PHPMAILER_LANG["from_failed"] = 'De volgende afzenders zijn ongeldig: ';
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Fout: Kon email niet verzend ' .
                                       'naar de volgende ontvangers : ';
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Fout: Data niet geaccepteerd.';
$PHPMAILER_LANG["connect_host"] = 'SMTP Fout: Kan geen verbinding maken met de 
SMTP server.';
$PHPMAILER_LANG["file_access"] = 'Bijlage kon niet worden geopend: ';
$PHPMAILER_LANG["file_open"] = 'Bijlage kon niet worden geopend: ';
$PHPMAILER_LANG["encoding"] = 'Onbekende codering: ';
?>

====================================================
Index: phpmailer.lang-fr.php
<?php
/**
 * PHPMailer language file.
 * French Version
 * address@hidden 09.08.2003
 */

$PHPMAILER_LANG = array();

$PHPMAILER_LANG["provide_address"] = 'Vous devez fournir au moins ' .
                                     'une adresse de destinataire.';
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer non supporté.';
$PHPMAILER_LANG["execute"] = 'Ne peut pas lancer l\'exécution: ';
$PHPMAILER_LANG["instantiate"] = 'Impossible d\'instancier la fonction mail.';
$PHPMAILER_LANG["authenticate"] = 'SMTP Erreur: Echec de l\'authentification.';
$PHPMAILER_LANG["from_failed"] = 'L\'adresse From suivante a échoué : ';
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Erreur: Les destinataires ' .
                                       'suivants sont en erreur : ';
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Erreur: Data non acceptée.';
$PHPMAILER_LANG["connect_host"] = 'SMTP Erreur: Impossible de connecter le 
serveur SMTP .';
$PHPMAILER_LANG["file_access"] = 'N\'arrive pas à accéder au fichier: ';
$PHPMAILER_LANG["file_open"] = 'Erreur Fichier: ouverture impossible: ';
$PHPMAILER_LANG["encoding"] = 'Encodage inconnu: ';
?>

====================================================
Index: phpmailer.lang-es.php
<?php
/**
 * PHPMailer language file.
 * Versión en español
 */

$PHPMAILER_LANG = array();

$PHPMAILER_LANG["provide_address"] = 'Debe proveer al menos una ' .
                                     'dirección de email como destinatario.';
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer no está soportado.';
$PHPMAILER_LANG["execute"] = 'No puedo ejecutar: ';
$PHPMAILER_LANG["instantiate"] = 'No pude crear una instancia de la función 
Mail.';
$PHPMAILER_LANG["authenticate"] = 'Error SMTP: No se pudo autentificar.';
$PHPMAILER_LANG["from_failed"] = 'La(s) siguiente(s) direcciones de remitente 
fallaron: ';
$PHPMAILER_LANG["recipients_failed"] = 'Error SMTP: Los siguientes ' .
                                       'destinatarios fallaron: ';
$PHPMAILER_LANG["data_not_accepted"] = 'Error SMTP: Datos no aceptados.';
$PHPMAILER_LANG["connect_host"] = 'Error SMTP: No puedo conectar al servidor 
SMTP.';
$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: ';
?>

====================================================
Index: phpmailer.lang-de.php
<?php
/**
 * PHPMailer language file.
 * German Version
 */

$PHPMAILER_LANG = array();

$PHPMAILER_LANG["provide_address"] = 'Bitte geben Sie mindestens eine ' .
                                     'Empf&auml;nger Emailadresse an.';
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer wird nicht 
unterst&uuml;tzt.';
$PHPMAILER_LANG["execute"] = 'Konnte folgenden Befehl nicht ausf&uuml;hren: ';
$PHPMAILER_LANG["instantiate"] = 'Mail Funktion konnte nicht initialisiert 
werden.';
$PHPMAILER_LANG["authenticate"] = 'SMTP Fehler: Authentifizierung 
fehlgeschlagen.';
$PHPMAILER_LANG["from_failed"] = 'Die folgende Absenderadresse ist nicht 
korrekt: ';
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Fehler: Die folgenden ' .
                                       'Empf&auml;nger sind nicht korrekt: ';
$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 &ouml;ffnen: ';
$PHPMAILER_LANG["encoding"] = 'Unbekanntes Encoding-Format: ';
?>

====================================================
Index: phpmailer.lang-en.php
<?php
/**
 * PHPMailer language file.
 * English Version
 */

$PHPMAILER_LANG = array();

$PHPMAILER_LANG["provide_address"] = 'You must provide at least one ' .
                                     'recipient email address.';
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer is not supported.';
$PHPMAILER_LANG["execute"] = 'Could not execute: ';
$PHPMAILER_LANG["instantiate"] = 'Could not instantiate mail function.';
$PHPMAILER_LANG["authenticate"] = 'SMTP Error: Could not authenticate.';
$PHPMAILER_LANG["from_failed"] = 'The following From address failed: ';
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Error: The following ' .
                                       'recipients failed: ';
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Error: Data not accepted.';
$PHPMAILER_LANG["connect_host"] = 'SMTP Error: Could not connect to SMTP host.';
$PHPMAILER_LANG["file_access"] = 'Could not access file: ';
$PHPMAILER_LANG["file_open"] = 'File Error: Could not open file: ';
$PHPMAILER_LANG["encoding"] = 'Unknown encoding: ';
?>

====================================================
Index: phpmailer.lang-cz.php
<?php
/**
 * PHPMailer language file.
 * Czech Version
 */

$PHPMAILER_LANG = array();

$PHPMAILER_LANG["provide_address"] = 'Musíte zadat alespoò jednu ' .
                                     'emailovou adresu pøíjemce.';
$PHPMAILER_LANG["mailer_not_supported"] = ' mailový klient není podporován.';
$PHPMAILER_LANG["execute"] = 'Nelze provést: ';
$PHPMAILER_LANG["instantiate"] = 'Nelze vytvoøit instanci emailové funkce.';
$PHPMAILER_LANG["authenticate"] = 'SMTP Error: Chyba autentikace.';
$PHPMAILER_LANG["from_failed"] = 'Následující adresa From je nesprávná: ';
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Error: Adresy pøíjemcù ' .
                                       'nejsou správné ' .
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Error: Data nebyla pøijata';
$PHPMAILER_LANG["connect_host"] = 'SMTP Error: Nelze navázat spojení se ' .
                                  ' SMTP serverem.';
$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í: ';
?>

====================================================
Index: phpmailer.lang-br.php
<?php
/**
 * PHPMailer language file.
 * Portuguese Version
 * By Paulo Henrique Garcia - address@hidden
 */

$PHPMAILER_LANG = array();
$PHPMAILER_LANG["provide_address"] = 'Você deve fornecer pelo menos um endereço 
de destinatário de email.';
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer não suportado.';
$PHPMAILER_LANG["execute"] = 'Não foi possível executar: ';
$PHPMAILER_LANG["instantiate"] = 'Não foi possível instanciar a função mail.';
$PHPMAILER_LANG["authenticate"] = 'Erro de SMTP: Não foi possível autenticar.';
$PHPMAILER_LANG["from_failed"] = 'Os endereços de rementente a seguir falharam: 
';
$PHPMAILER_LANG["recipients_failed"] = 'Erro de SMTP: Os endereços de 
destinatário a seguir falharam: ';
$PHPMAILER_LANG["data_not_accepted"] = 'Erro de SMTP: Dados não aceitos.';
$PHPMAILER_LANG["connect_host"] = 'Erro de SMTP: Não foi possível conectar com 
o servidor SMTP.';
$PHPMAILER_LANG["file_access"] = 'Não foi possível acessar o arquivo: ';
$PHPMAILER_LANG["file_open"] = 'Erro de Arquivo: Não foi possível abrir o 
arquivo: ';
$PHPMAILER_LANG["encoding"] = 'Codificação desconhecida: ';
?>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]