Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/phpmailer/language/phpmailer.lang-dk.php
Go to the documentation of this file.
00001 <?php
00008 $PHPMAILER_LANG['authenticate']         = 'SMTP fejl: Kunne ikke logge på.';
00009 $PHPMAILER_LANG['connect_host']         = 'SMTP fejl: Kunne ikke tilslutte SMTP serveren.';
00010 $PHPMAILER_LANG['data_not_accepted']    = 'SMTP fejl: Data kunne ikke accepteres.';
00011 //$PHPMAILER_LANG['empty_message']        = 'Message body empty';
00012 $PHPMAILER_LANG['encoding']             = 'Ukendt encode-format: ';
00013 $PHPMAILER_LANG['execute']              = 'Kunne ikke køre: ';
00014 $PHPMAILER_LANG['file_access']          = 'Ingen adgang til fil: ';
00015 $PHPMAILER_LANG['file_open']            = 'Fil fejl: Kunne ikke åbne filen: ';
00016 $PHPMAILER_LANG['from_failed']          = 'Følgende afsenderadresse er forkert: ';
00017 $PHPMAILER_LANG['instantiate']          = 'Kunne ikke initialisere email funktionen.';
00018 //$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
00019 $PHPMAILER_LANG['mailer_not_supported'] = ' mailer understøttes ikke.';
00020 $PHPMAILER_LANG['provide_address']      = 'Du skal indtaste mindst en modtagers emailadresse.';
00021 $PHPMAILER_LANG['recipients_failed']    = 'SMTP fejl: Følgende modtagere er forkerte: ';
00022 //$PHPMAILER_LANG['signing']              = 'Signing Error: ';
00023 //$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
00024 //$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
00025 //$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
00026 ?>
 All Data Structures Namespaces Files Functions Variables Enumerations