Project

General

Profile

« Previous | Next » 

Revision 1020

Added by Matthias almost 15 years ago

Update PHPMailer to version 2.0.4 (ticket #733)

View differences:

phpmailer.lang-no.php
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Norwegian Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"]      = 'Du m&aring; angi e-post adresse ' .
10
                                          'til minst en mottaker .';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer st&oslash;ttes ikke.';
12
$PHPMAILER_LANG["execute"]              = 'Opperasjonen kunne ikke utf&oslash;res: ';
13
$PHPMAILER_LANG["instantiate"]          = 'E-post funksjonen kunne ikke startes.';
14
$PHPMAILER_LANG["authenticate"]         = 'SMTP Feil: Autentifikasjon kunne oppn&aring;es.';
15
$PHPMAILER_LANG["from_failed"]          = 'Det oppstod en feil med denne Fra adressen: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Feil: Feil med følgende ' .
17
                                          'e-post mottaker: ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Feil: Dataene ble ikke akseptert.';
19
$PHPMAILER_LANG["connect_host"]         = 'SMTP Feil: Kunne ikke koble til SMTP verten.';
20
$PHPMAILER_LANG["file_access"]          = 'Fikk ikke tillgang til filen: ';
21
$PHPMAILER_LANG["file_open"]            = 'Fil Feil: Filen kunne ikke &aring;pnes: ';
22
$PHPMAILER_LANG["encoding"]             = 'Ukjent kodingstype: ';
23
$PHPMAILER_LANG["signing"]              = 'Signeringsfeil: ';
24

  
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Norwegian Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG['provide_address']      = 'Du må ha med minst en mottager adresse.';
10
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer er ikke supportert.';
11
$PHPMAILER_LANG['execute']              = 'Kunne ikke utføre: ';
12
$PHPMAILER_LANG['instantiate']          = 'Kunne ikke instantiate mail funksjonen.';
13
$PHPMAILER_LANG['authenticate']         = 'SMTP Feil: Kunne ikke authentisere.';
14
$PHPMAILER_LANG['from_failed']          = 'Følgende Fra feilet: ';
15
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Feil: Følgende mottagere feilet: ';
16
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Feil: Data ble ikke akseptert.';
17
$PHPMAILER_LANG['connect_host']         = 'SMTP Feil: Kunne ikke koble til SMTP host.';
18
$PHPMAILER_LANG['file_access']          = 'Kunne ikke få tilgang til filen: ';
19
$PHPMAILER_LANG['file_open']            = 'Fil feil: Kunne ikke åpne filen: ';
20
$PHPMAILER_LANG['encoding']             = 'Ukjent encoding: ';
21
$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
25 23
?>

Also available in: Unified diff