[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/phpmailer/language/ -> phpmailer.lang-nl.php (source)

   1  <?php
   2  /**
   3   * Dutch PHPMailer language file: refer to class.phpmailer.php for definitive list.
   4   * @package PHPMailer
   5   * @author Tuxion <team@tuxion.nl>
   6   */
   7  
   8  $PHPMAILER_LANG['authenticate']         = 'SMTP-fout: authenticatie mislukt.';
   9  $PHPMAILER_LANG['connect_host']         = 'SMTP-fout: kon niet verbinden met SMTP-host.';
  10  $PHPMAILER_LANG['data_not_accepted']    = 'SMTP-fout: data niet geaccepteerd.';
  11  $PHPMAILER_LANG['empty_message']        = 'Berichttekst is leeg';
  12  $PHPMAILER_LANG['encoding']             = 'Onbekende codering: ';
  13  $PHPMAILER_LANG['execute']              = 'Kon niet uitvoeren: ';
  14  $PHPMAILER_LANG['file_access']          = 'Kreeg geen toegang tot bestand: ';
  15  $PHPMAILER_LANG['file_open']            = 'Bestandsfout: kon bestand niet openen: ';
  16  $PHPMAILER_LANG['from_failed']          = 'Het volgende afzendersadres is mislukt: ';
  17  $PHPMAILER_LANG['instantiate']          = 'Kon mailfunctie niet initialiseren.';
  18  $PHPMAILER_LANG['invalid_address']      = 'Ongeldig adres: ';
  19  $PHPMAILER_LANG['mailer_not_supported'] = ' mailer wordt niet ondersteund.';
  20  $PHPMAILER_LANG['provide_address']      = 'Er moet minstens één ontvanger worden opgegeven.';
  21  $PHPMAILER_LANG['recipients_failed']    = 'SMTP-fout: de volgende ontvangers zijn mislukt: ';
  22  $PHPMAILER_LANG['signing']              = 'Signeerfout: ';
  23  $PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Verbinding mislukt.';
  24  $PHPMAILER_LANG['smtp_error']           = 'SMTP-serverfout: ';
  25  $PHPMAILER_LANG['variable_set']         = 'Kan de volgende variabele niet instellen of resetten: ';
  26  //$PHPMAILER_LANG['extension_missing']    = 'Extension missing: ';


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1