|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00007 $PHPMAILER_LANG['authenticate'] = 'SMTP Feil: Kunne ikke authentisere.'; 00008 $PHPMAILER_LANG['connect_host'] = 'SMTP Feil: Kunne ikke koble til SMTP host.'; 00009 $PHPMAILER_LANG['data_not_accepted'] = 'SMTP Feil: Data ble ikke akseptert.'; 00010 //$PHPMAILER_LANG['empty_message'] = 'Message body empty'; 00011 $PHPMAILER_LANG['encoding'] = 'Ukjent encoding: '; 00012 $PHPMAILER_LANG['execute'] = 'Kunne ikke utføre: '; 00013 $PHPMAILER_LANG['file_access'] = 'Kunne ikke få tilgang til filen: '; 00014 $PHPMAILER_LANG['file_open'] = 'Fil feil: Kunne ikke åpne filen: '; 00015 $PHPMAILER_LANG['from_failed'] = 'Følgende Fra feilet: '; 00016 $PHPMAILER_LANG['instantiate'] = 'Kunne ikke instantiate mail funksjonen.'; 00017 //$PHPMAILER_LANG['invalid_email'] = 'Not sending, email address is invalid: '; 00018 $PHPMAILER_LANG['provide_address'] = 'Du må ha med minst en mottager adresse.'; 00019 $PHPMAILER_LANG['mailer_not_supported'] = ' mailer er ikke supportert.'; 00020 $PHPMAILER_LANG['recipients_failed'] = 'SMTP Feil: Følgende mottagere feilet: '; 00021 //$PHPMAILER_LANG['signing'] = 'Signing Error: '; 00022 //$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.'; 00023 //$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: '; 00024 //$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: '; 00025 ?>