Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 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.
   1  <?php
   2  
   3  /**
   4   * Swedish PHPMailer language file: refer to English translation for definitive list
   5   * @package PHPMailer
   6   * @author Johan Linnér <johan@linner.biz>
   7   */
   8  
   9  $PHPMAILER_LANG['authenticate']         = 'SMTP fel: Kunde inte autentisera.';
  10  $PHPMAILER_LANG['connect_host']         = 'SMTP fel: Kunde inte ansluta till SMTP-server.';
  11  $PHPMAILER_LANG['data_not_accepted']    = 'SMTP fel: Data accepterades inte.';
  12  //$PHPMAILER_LANG['empty_message']        = 'Message body empty';
  13  $PHPMAILER_LANG['encoding']             = 'Okänt encode-format: ';
  14  $PHPMAILER_LANG['execute']              = 'Kunde inte köra: ';
  15  $PHPMAILER_LANG['file_access']          = 'Ingen åtkomst till fil: ';
  16  $PHPMAILER_LANG['file_open']            = 'Fil fel: Kunde inte öppna fil: ';
  17  $PHPMAILER_LANG['from_failed']          = 'Följande avsändaradress är felaktig: ';
  18  $PHPMAILER_LANG['instantiate']          = 'Kunde inte initiera e-postfunktion.';
  19  $PHPMAILER_LANG['invalid_address']      = 'Felaktig adress: ';
  20  $PHPMAILER_LANG['provide_address']      = 'Du måste ange minst en mottagares e-postadress.';
  21  $PHPMAILER_LANG['mailer_not_supported'] = ' mailer stöds inte.';
  22  $PHPMAILER_LANG['recipients_failed']    = 'SMTP fel: Följande mottagare är felaktig: ';
  23  $PHPMAILER_LANG['signing']              = 'Signeringsfel: ';
  24  $PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() misslyckades.';
  25  $PHPMAILER_LANG['smtp_error']           = 'SMTP serverfel: ';
  26  $PHPMAILER_LANG['variable_set']         = 'Kunde inte definiera eller återställa variabel: ';
  27  $PHPMAILER_LANG['extension_missing']    = 'Tillägg ej tillgängligt: ';