1 <?php 2 3 /** 4 * Norwegian Bokmål PHPMailer language file: refer to English translation for definitive list 5 * @package PHPMailer 6 */ 7 8 $PHPMAILER_LANG['authenticate'] = 'SMTP Feil: Kunne ikke autentisere.'; 9 $PHPMAILER_LANG['connect_host'] = 'SMTP Feil: Kunne ikke koble til SMTP tjener.'; 10 $PHPMAILER_LANG['data_not_accepted'] = 'SMTP Feil: Datainnhold ikke akseptert.'; 11 $PHPMAILER_LANG['empty_message'] = 'Meldingsinnhold mangler'; 12 $PHPMAILER_LANG['encoding'] = 'Ukjent koding: '; 13 $PHPMAILER_LANG['execute'] = 'Kunne ikke utføre: '; 14 $PHPMAILER_LANG['file_access'] = 'Får ikke tilgang til filen: '; 15 $PHPMAILER_LANG['file_open'] = 'Fil Feil: Kunne ikke åpne filen: '; 16 $PHPMAILER_LANG['from_failed'] = 'Følgende Frå adresse feilet: '; 17 $PHPMAILER_LANG['instantiate'] = 'Kunne ikke initialisere post funksjon.'; 18 $PHPMAILER_LANG['invalid_address'] = 'Ugyldig adresse: '; 19 $PHPMAILER_LANG['mailer_not_supported'] = ' sender er ikke støttet.'; 20 $PHPMAILER_LANG['provide_address'] = 'Du må opppgi minst en mottakeradresse.'; 21 $PHPMAILER_LANG['recipients_failed'] = 'SMTP Feil: Følgende mottakeradresse feilet: '; 22 $PHPMAILER_LANG['signing'] = 'Signering Feil: '; 23 $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP connect() feilet.'; 24 $PHPMAILER_LANG['smtp_error'] = 'SMTP server feil: '; 25 $PHPMAILER_LANG['variable_set'] = 'Kan ikke skrive eller omskrive variabel: '; 26 $PHPMAILER_LANG['extension_missing'] = 'Utvidelse mangler: ';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body