~patrix-sbs/oraculum/git

« back to all changes in this revision

Viewing changes to library/components/phpmailer/language/phpmailer.lang-dk.php

  • Committer: Patrick Kaminski
  • Date: 2009-09-02 02:33:07 UTC
  • Revision ID: git-v1:943803254fca67bfb4c0374422b1b836b14dc518
Tags: v0.1a
Sending Oraculum Framework v0.1 alpha

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
 * PHPMailer language file.
 
4
 * Danish Version
 
5
 * Author: Mikael Stokkebro <info@stokkebro.dk> */
 
6
 
 
7
$PHPMAILER_LANG = array();
 
8
 
 
9
$PHPMAILER_LANG["provide_address"]      = 'Du skal indtaste mindst en ' .
 
10
                                          'modtagers emailadresse.';
 
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer understøttes ikke.';
 
12
$PHPMAILER_LANG["execute"]              = 'Kunne ikke køre: ';
 
13
$PHPMAILER_LANG["instantiate"]          = 'Kunne ikke initialisere email funktionen.';
 
14
$PHPMAILER_LANG["authenticate"]         = 'SMTP fejl: Kunne ikke logge på.';
 
15
$PHPMAILER_LANG["from_failed"]          = 'Følgende afsenderadresse er forkert: ';
 
16
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP fejl: Følgende' .
 
17
                                          'modtagere er forkerte: ';
 
18
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP fejl: Data kunne ikke accepteres.';
 
19
$PHPMAILER_LANG["connect_host"]         = 'SMTP fejl: Kunne ikke tilslutte SMTP serveren.';
 
20
$PHPMAILER_LANG["file_access"]          = 'Ingen adgang til fil: ';
 
21
$PHPMAILER_LANG["file_open"]            = 'Fil fejl: Kunne ikke åbne filen: ';
 
22
$PHPMAILER_LANG["encoding"]             = 'Ukendt encode-format: ';
 
23
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
 
24
 
 
25
?>
 
 
b'\\ No newline at end of file'