Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.
   1  <?php
   2  
   3  /**
   4   * Finnish PHPMailer language file: refer to English translation for definitive list
   5   * @package PHPMailer
   6   * @author Jyry Kuukanen
   7   */
   8  
   9  $PHPMAILER_LANG['authenticate']         = 'SMTP-virhe: käyttäjätunnistus epäonnistui.';
  10  $PHPMAILER_LANG['connect_host']         = 'SMTP-virhe: yhteys palvelimeen ei onnistu.';
  11  $PHPMAILER_LANG['data_not_accepted']    = 'SMTP-virhe: data on virheellinen.';
  12  //$PHPMAILER_LANG['empty_message']        = 'Message body empty';
  13  $PHPMAILER_LANG['encoding']             = 'Tuntematon koodaustyyppi: ';
  14  $PHPMAILER_LANG['execute']              = 'Suoritus epäonnistui: ';
  15  $PHPMAILER_LANG['file_access']          = 'Seuraavaan tiedostoon ei ole oikeuksia: ';
  16  $PHPMAILER_LANG['file_open']            = 'Tiedostovirhe: Ei voida avata tiedostoa: ';
  17  $PHPMAILER_LANG['from_failed']          = 'Seuraava lähettäjän osoite on virheellinen: ';
  18  $PHPMAILER_LANG['instantiate']          = 'mail-funktion luonti epäonnistui.';
  19  //$PHPMAILER_LANG['invalid_address']      = 'Invalid address: ';
  20  $PHPMAILER_LANG['mailer_not_supported'] = 'postivälitintyyppiä ei tueta.';
  21  $PHPMAILER_LANG['provide_address']      = 'Aseta vähintään yksi vastaanottajan sähk&ouml;postiosoite.';
  22  $PHPMAILER_LANG['recipients_failed']    = 'SMTP-virhe: seuraava vastaanottaja osoite on virheellinen.';
  23  $PHPMAILER_LANG['encoding']             = 'Tuntematon koodaustyyppi: ';
  24  //$PHPMAILER_LANG['signing']              = 'Signing Error: ';
  25  //$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
  26  //$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
  27  //$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
  28  //$PHPMAILER_LANG['extension_missing']    = 'Extension missing: ';