]> git.mxchange.org Git - mailer.git/blob - inc/phpmailer/language/phpmailer.lang-no.php
PHPMailer updated to 2.0.4 excluding phpdocs directory
[mailer.git] / inc / phpmailer / language / phpmailer.lang-no.php
1 <?php\r
2 /**\r
3  * PHPMailer language file.\r
4  * Norwegian Version\r
5  */\r
6 \r
7 $PHPMAILER_LANG = array();\r
8 \r
9 $PHPMAILER_LANG['provide_address']      = 'Du må ha med minst en mottager adresse.';\r
10 $PHPMAILER_LANG['mailer_not_supported'] = ' mailer er ikke supportert.';\r
11 $PHPMAILER_LANG['execute']              = 'Kunne ikke utføre: ';\r
12 $PHPMAILER_LANG['instantiate']          = 'Kunne ikke instantiate mail funksjonen.';\r
13 $PHPMAILER_LANG['authenticate']         = 'SMTP Feil: Kunne ikke authentisere.';\r
14 $PHPMAILER_LANG['from_failed']          = 'Følgende Fra feilet: ';\r
15 $PHPMAILER_LANG['recipients_failed']    = 'SMTP Feil: Følgende mottagere feilet: ';\r
16 $PHPMAILER_LANG['data_not_accepted']    = 'SMTP Feil: Data ble ikke akseptert.';\r
17 $PHPMAILER_LANG['connect_host']         = 'SMTP Feil: Kunne ikke koble til SMTP host.';\r
18 $PHPMAILER_LANG['file_access']          = 'Kunne ikke få tilgang til filen: ';\r
19 $PHPMAILER_LANG['file_open']            = 'Fil feil: Kunne ikke åpne filen: ';\r
20 $PHPMAILER_LANG['encoding']             = 'Ukjent encoding: ';\r
21 $PHPMAILER_LANG['signing']              = 'Signing Error: ';\r
22 $PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';\r
23 ?>