[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <?php 2 3 /******************************************************************************* 4 * The contents of this file are subject to the following licences: 5 * - SugarCRM Public License Version 1.1.2 http://www.sugarcrm.com/SPL 6 * - vtiger CRM Public License Version 1.0 7 * You may not use this file except in compliance with the License 8 * Software distributed under the License is distributed on an "AS IS" basis, 9 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for 10 * the specific language governing rights and limitations under the License. 11 * The Original Code is: SugarCRM Open Source 12 * The Initial Developer of the Original Code is SugarCRM, Inc. 13 * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.; 14 * Portions created by vtiger are Copyright (C) vtiger. 15 * Portions created by Vicus are Copyright (C) Vicus. 16 * All Rights Reserved. 17 * Feel free to use / redistribute these languagefiles under the VPL 1.0. 18 * This translations is based on earlier work of: 19 * - IT-Online.nl <www.it-online.nl> 20 * - Weltevree.org <www.Weltevree.org> 21 ********************************************************************************/ 22 23 /******************************************************************************* 24 * Vicus eBusiness Solutions Version Control 25 * @package NL-Dutch 26 * Description Dutch language pack for vtiger CRM version 5.3.x 27 * @author $Author: luuk $ 28 * @version $Revision: 1.4 $ $Date: 2011/11/14 17:07:26 $ 29 * @source $Source: /var/lib/cvs/vtiger530/Dutch/cron/phpmailer.lang-nl.php,v $ 30 * @copyright Copyright (c)2005-2011 Vicus eBusiness Solutions bv <[email protected]> 31 * @license vtiger CRM Public License Version 1.0 (by definition) 32 ********************************************************************************/ 33 34 /** 35 * PHPMailer language file. 36 * Dutch Version 37 */ 38 $PHPMAILER_LANG = array(); 39 $PHPMAILER_LANG["provide_address"] = 'U moet ten minste een geldig e-mailadres voor de ontvanger opgeven.'; 40 $PHPMAILER_LANG["mailer_not_supported"] = ' mailer wordt niet ondersteund.'; 41 $PHPMAILER_LANG["execute"] = 'Kan niet opstarten: '; 42 $PHPMAILER_LANG["instantiate"] = 'Kan de mail functie niet opstarten.'; 43 $PHPMAILER_LANG["authenticate"] = 'SMTP Error: Authenticeren onmogelijk.'; 44 $PHPMAILER_LANG["from_failed"] = 'Het volgende FROM: e-mailadres faalde: '; 45 $PHPMAILER_LANG["recipients_failed"] = 'SMTP Error: De volgende ontvangers faalden: '; 46 $PHPMAILER_LANG["data_not_accepted"] = 'SMTP Error: Data niet geaccepteerd.'; 47 $PHPMAILER_LANG["connect_host"] = 'SMTP Error: Kan niet verbinden met SMTP host.'; 48 $PHPMAILER_LANG["file_access"] = 'Kan de het bestand niet benaderen: '; 49 $PHPMAILER_LANG["file_open"] = 'File Error: bestand kan niet worden geopend: '; 50 $PHPMAILER_LANG["encoding"] = 'Onbekende codering: '; 51 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |