Project

General

Profile

1
<?php
2
/**
3
* PHPMailer language file: refer to English translation for definitive list
4
* Norwegian Version
5
*/
6

    
7
$PHPMAILER_LANG['authenticate']         = 'SMTP Feil: Kunne ikke authentisere.';
8
$PHPMAILER_LANG['connect_host']         = 'SMTP Feil: Kunne ikke koble til SMTP host.';
9
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Feil: Data ble ikke akseptert.';
10
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
11
$PHPMAILER_LANG['encoding']             = 'Ukjent encoding: ';
12
$PHPMAILER_LANG['execute']              = 'Kunne ikke utføre: ';
13
$PHPMAILER_LANG['file_access']          = 'Kunne ikke få tilgang til filen: ';
14
$PHPMAILER_LANG['file_open']            = 'Fil feil: Kunne ikke åpne filen: ';
15
$PHPMAILER_LANG['from_failed']          = 'Følgende Fra feilet: ';
16
$PHPMAILER_LANG['instantiate']          = 'Kunne ikke instantiate mail funksjonen.';
17
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
18
$PHPMAILER_LANG['provide_address']      = 'Du må ha med minst en mottager adresse.';
19
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer er ikke supportert.';
20
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Feil: Følgende mottagere feilet: ';
21
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
23
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
24
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
25
?>
(22-22/31)