~ubuntu-branches/ubuntu/hoary/moodle/hoary

« back to all changes in this revision

Viewing changes to lib/phpmailer/language/phpmailer.lang-nl.php

  • Committer: Bazaar Package Importer
  • Author(s): Isaac Clerencia
  • Date: 2004-12-29 00:49:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041229004952-gliyqzpj2w3e7clx
Tags: 1.4.3-1
* Urgency high as upstream release fixes several security bugs
* New upstream release
* Write database creation errors and warn the user about it, 
closes: #285842, #285842

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
 * PHPMailer language file.
 
4
 * Dutch Version
 
5
 */
 
6
 
 
7
$PHPMAILER_LANG = array();
 
8
 
 
9
$PHPMAILER_LANG["provide_address"] = 'U moet op zijn minst ��n ontvanger ' .
 
10
                                     'opgeven';
 
11
$PHPMAILER_LANG["mailer_not_supported"] = ' e-mail service wordt niet ondersteund.';
 
12
$PHPMAILER_LANG["execute"] = 'Kan niet worden uitgevoerd: ';
 
13
$PHPMAILER_LANG["instantiate"] = 'Kan mail functie niet op gang brengen.';
 
14
$PHPMAILER_LANG["authenticate"] = 'SMTP fout: Ongeldige gebruikersnaam of wachtwoord.';
 
15
$PHPMAILER_LANG["from_failed"] = 'De volgende afzenders zijn ongeldig: ';
 
16
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Fout: Kon email niet verzend ' .
 
17
                                       'naar de volgende ontvangers : ';
 
18
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Fout: Data niet geaccepteerd.';
 
19
$PHPMAILER_LANG["connect_host"] = 'SMTP Fout: Kan geen verbinding maken met de SMTP server.';
 
20
$PHPMAILER_LANG["file_access"] = 'Bijlage kon niet worden geopend: ';
 
21
$PHPMAILER_LANG["file_open"] = 'Bijlage kon niet worden geopend: ';
 
22
$PHPMAILER_LANG["encoding"] = 'Onbekende codering: ';
 
23
?>
 
 
b'\\ No newline at end of file'