summaryrefslogtreecommitdiff
path: root/lib/phpmailer/language/phpmailer.lang-nl.php
diff options
context:
space:
mode:
authorjustauser <[email protected]>2013-05-26 11:27:42 -0400
committerjustauser <[email protected]>2013-05-26 11:27:42 -0400
commit6dd01fcea230dc96bd3955aa74cf16aa1c5c17ca (patch)
tree8c5084e9a7e0ba790d99803f8582546f3be24c2f /lib/phpmailer/language/phpmailer.lang-nl.php
parentdf2655e01566f3c59337a020b1d70054ff585d75 (diff)
Changes to support a new version of the phpmailer. Adds a new setting SMTP_SECURE,
which cna have a value of tls, ssl or be empty. This is used for secure SMTP servers. Also added the ability to have multiple email addresses in the to field. Addresses are separated by semicolons (;)
Diffstat (limited to 'lib/phpmailer/language/phpmailer.lang-nl.php')
-rw-r--r--lib/phpmailer/language/phpmailer.lang-nl.php25
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/phpmailer/language/phpmailer.lang-nl.php b/lib/phpmailer/language/phpmailer.lang-nl.php
new file mode 100644
index 000000000..a8b2a7a13
--- /dev/null
+++ b/lib/phpmailer/language/phpmailer.lang-nl.php
@@ -0,0 +1,25 @@
+<?php
+/**
+* PHPMailer language file: refer to class.phpmailer.php for definitive list.
+* Dutch Version by Tuxion <[email protected]>
+*/
+
+$PHPMAILER_LANG['provide_address'] = 'Er moet tenmiste één ontvanger e-mailadres opgegeven worden.';//You must provide at least one recipient email address.
+$PHPMAILER_LANG['mailer_not_supported'] = ' mailer wordt niet ondersteund.';// mailer is not supported.
+$PHPMAILER_LANG['execute'] = 'Kon niet uitvoeren: ';//Could not execute:
+$PHPMAILER_LANG['instantiate'] = 'Kon mailfunctie niet initialiseren.';//Could not instantiate mail function.
+$PHPMAILER_LANG['authenticate'] = 'SMTP-fout: authenticatie mislukt.';//SMTP Error: Could not authenticate.
+$PHPMAILER_LANG['from_failed'] = 'Het volgende afzendersadres is mislukt: ';//The following From address failed:
+$PHPMAILER_LANG['recipients_failed'] = 'SMTP-fout: de volgende ontvangers zijn mislukt: ';//SMTP Error: The following recipients failed:
+$PHPMAILER_LANG['data_not_accepted'] = 'SMTP-fout: data niet geaccepteerd.';//SMTP Error: Data not accepted.
+$PHPMAILER_LANG['connect_host'] = 'SMTP-fout: kon niet verbinden met SMTP-host.';//SMTP Error: Could not connect to SMTP host.
+$PHPMAILER_LANG['file_access'] = 'Kreeg geen toegang tot bestand: ';//Could not access file:
+$PHPMAILER_LANG['file_open'] = 'Bestandsfout: kon bestand niet openen: ';//File Error: Could not open file:
+$PHPMAILER_LANG['encoding'] = 'Onbekende codering: ';//Unknown encoding:
+$PHPMAILER_LANG['signing'] = 'Signeerfout: ';//Signing Error:
+$PHPMAILER_LANG['smtp_error'] = 'SMTP-serverfout: ';//SMTP server error:
+$PHPMAILER_LANG['empty_message'] = 'Berichttekst is leeg';//Message body empty
+$PHPMAILER_LANG['invalid_address'] = 'Ongeldig adres';//Invalid address
+$PHPMAILER_LANG['variable_set'] = 'Kan de volgende variablen niet instellen of resetten: ';//Cannot set or reset variable:
+
+?>