phpmailer.lang-se.php

Go to the documentation of this file.
00001 <?php
00008 $PHPMAILER_LANG = array();
00009 
00010 $PHPMAILER_LANG["provide_address"]      = 'Du måste ange minst en ' .
00011                                           'mottagares e-postadress.';
00012 $PHPMAILER_LANG["mailer_not_supported"] = ' mailer stöds inte.';
00013 $PHPMAILER_LANG["execute"]              = 'Kunde inte köra: ';
00014 $PHPMAILER_LANG["instantiate"]          = 'Kunde inte initiera e-postfunktion.';
00015 $PHPMAILER_LANG["authenticate"]         = 'SMTP fel: Kunde inte autentisera.';
00016 $PHPMAILER_LANG["from_failed"]          = 'Följande avsändaradress är felaktig: ';
00017 $PHPMAILER_LANG["recipients_failed"]    = 'SMTP fel: Följande ' .
00018                                           'mottagare är felaktig: ';
00019 $PHPMAILER_LANG["data_not_accepted"]    = 'SMTP fel: Data accepterades inte.';
00020 $PHPMAILER_LANG["connect_host"]         = 'SMTP fel: Kunde inte ansluta till SMTP-server.';
00021 $PHPMAILER_LANG["file_access"]          = 'Ingen åtkomst till fil: ';
00022 $PHPMAILER_LANG["file_open"]            = 'Fil fel: Kunde inte öppna fil: ';
00023 $PHPMAILER_LANG["encoding"]             = 'Okänt encode-format: ';
00024 $PHPMAILER_LANG["signing"]              = 'Signing Error: ';
00025 
00026 ?>

Generated on Mon Dec 8 01:06:46 2008 for Ship-Simulator by  doxygen 1.5.6