Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]

   1  <?php
   2  
   3  /**
   4   * Danish PHPMailer language file: refer to English translation for definitive list
   5   * @package PHPMailer
   6   * @author John Sebastian <jms@iwb.dk>
   7   * Rewrite and extension of the work by Mikael Stokkebro <info@stokkebro.dk>
   8   *
   9   */
  10  
  11  $PHPMAILER_LANG['authenticate']         = 'SMTP fejl: Login mislykkedes.';
  12  $PHPMAILER_LANG['connect_host']         = 'SMTP fejl: Forbindelse til SMTP serveren kunne ikke oprettes.';
  13  $PHPMAILER_LANG['data_not_accepted']    = 'SMTP fejl: Data blev ikke accepteret.';
  14  $PHPMAILER_LANG['empty_message']        = 'Meddelelsen er uden indhold';
  15  $PHPMAILER_LANG['encoding']             = 'Ukendt encode-format: ';
  16  $PHPMAILER_LANG['execute']              = 'Kunne ikke afvikle: ';
  17  $PHPMAILER_LANG['file_access']          = 'Kunne ikke tilgå filen: ';
  18  $PHPMAILER_LANG['file_open']            = 'Fil fejl: Kunne ikke åbne filen: ';
  19  $PHPMAILER_LANG['from_failed']          = 'Følgende afsenderadresse er forkert: ';
  20  $PHPMAILER_LANG['instantiate']          = 'Email funktionen kunne ikke initialiseres.';
  21  $PHPMAILER_LANG['invalid_address']      = 'Udgyldig adresse: ';
  22  $PHPMAILER_LANG['mailer_not_supported'] = ' mailer understøttes ikke.';
  23  $PHPMAILER_LANG['provide_address']      = 'Indtast mindst en modtagers email adresse.';
  24  $PHPMAILER_LANG['recipients_failed']    = 'SMTP fejl: Følgende modtagere er forkerte: ';
  25  $PHPMAILER_LANG['signing']              = 'Signeringsfejl: ';
  26  $PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() fejlede.';
  27  $PHPMAILER_LANG['smtp_error']           = 'SMTP server fejl: ';
  28  $PHPMAILER_LANG['variable_set']         = 'Kunne ikke definere eller nulstille variablen: ';
  29  $PHPMAILER_LANG['extension_missing']    = 'Udvidelse mangler: ';