00001 <?php 00007 $PHPMAILER_LANG = array(); 00008 00009 $PHPMAILER_LANG["provide_address"] = 'Du må ha med minst en' . 00010 'mottager adresse.'; 00011 $PHPMAILER_LANG["mailer_not_supported"] = ' mailer er ikke supportert.'; 00012 $PHPMAILER_LANG["execute"] = 'Kunne ikke utføre: '; 00013 $PHPMAILER_LANG["instantiate"] = 'Kunne ikke instantiate mail funksjonen.'; 00014 $PHPMAILER_LANG["authenticate"] = 'SMTP Feil: Kunne ikke authentisere.'; 00015 $PHPMAILER_LANG["from_failed"] = 'Følgende Fra feilet: '; 00016 $PHPMAILER_LANG["recipients_failed"] = 'SMTP Feil: Følgende' . 00017 'mottagere feilet: '; 00018 $PHPMAILER_LANG["data_not_accepted"] = 'SMTP Feil: Data ble ikke akseptert.'; 00019 $PHPMAILER_LANG["connect_host"] = 'SMTP Feil: Kunne ikke koble til SMTP host.'; 00020 $PHPMAILER_LANG["file_access"] = 'Kunne ikke få tilgang til filen: '; 00021 $PHPMAILER_LANG["file_open"] = 'Fil feil: Kunne ikke åpne filen: '; 00022 $PHPMAILER_LANG["encoding"] = 'Ukjent encoding: '; 00023 $PHPMAILER_LANG["signing"] = 'Signing Error: '; 00024 00025 ?>
1.5.6