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.
   1  <?php
   2  
   3  /**
   4   * Afrikaans PHPMailer language file: refer to English translation for definitive list
   5   * @package PHPMailer
   6   */
   7  
   8  $PHPMAILER_LANG['authenticate']         = 'SMTP-fout: kon nie geverifieer word nie.';
   9  $PHPMAILER_LANG['connect_host']         = 'SMTP-fout: kon nie aan SMTP-verbind nie.';
  10  $PHPMAILER_LANG['data_not_accepted']    = 'SMTP-fout: data nie aanvaar nie.';
  11  $PHPMAILER_LANG['empty_message']        = 'Boodskapliggaam leeg.';
  12  $PHPMAILER_LANG['encoding']             = 'Onbekende kodering: ';
  13  $PHPMAILER_LANG['execute']              = 'Kon nie uitvoer nie: ';
  14  $PHPMAILER_LANG['file_access']          = 'Kon nie lêer oopmaak nie: ';
  15  $PHPMAILER_LANG['file_open']            = 'Lêerfout: Kon nie lêer oopmaak nie: ';
  16  $PHPMAILER_LANG['from_failed']          = 'Die volgende Van adres misluk: ';
  17  $PHPMAILER_LANG['instantiate']          = 'Kon nie posfunksie instansieer nie.';
  18  $PHPMAILER_LANG['invalid_address']      = 'Ongeldige adres: ';
  19  $PHPMAILER_LANG['mailer_not_supported'] = ' mailer word nie ondersteun nie.';
  20  $PHPMAILER_LANG['provide_address']      = 'U moet ten minste een ontvanger e-pos adres verskaf.';
  21  $PHPMAILER_LANG['recipients_failed']    = 'SMTP-fout: Die volgende ontvangers het misluk: ';
  22  $PHPMAILER_LANG['signing']              = 'Ondertekening Fout: ';
  23  $PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP-verbinding () misluk.';
  24  $PHPMAILER_LANG['smtp_error']           = 'SMTP-bediener fout: ';
  25  $PHPMAILER_LANG['variable_set']         = 'Kan nie veranderlike instel of herstel nie: ';
  26  $PHPMAILER_LANG['extension_missing']    = 'Uitbreiding ontbreek: ';