108 lines
3.8 KiB
PHP
Raw Permalink Normal View History

<?php
/*******************************************************************************
* The contents of this file are subject to the following licences:
* - SugarCRM Public License Version 1.1.2 http://www.sugarcrm.com/SPL
* - vtiger CRM Public License Version 1.0
* You may not use this file except in compliance with the License
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
* the specific language governing rights and limitations under the License.
* The Original Code is: SugarCRM Open Source
* The Initial Developer of the Original Code is SugarCRM, Inc.
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.;
* Portions created by vtiger are Copyright (C) vtiger.
* Portions created by Vicus are Copyright (C) Vicus.
* All Rights Reserved.
* Feel free to use / redistribute these languagefiles under the VPL 1.0.
* This translations is based on earlier work of:
* - IT-Online.nl <www.it-online.nl>
* - Weltevree.org <www.Weltevree.org>
********************************************************************************/
/*******************************************************************************
* Vicus eBusiness Solutions Version Control
* @package NL-Dutch
* Description Dutch language pack for vtiger CRM version 5.3.x
* @author $Author: luuk $
* @version $Revision: 1.4 $ $Date: 2011/11/14 17:07:26 $
* @source $Source: /var/lib/cvs/vtiger530/Dutch/modules/Campaigns/language/nl_nl.lang.php,v $
* @copyright Copyright (c)2005-2011 Vicus eBusiness Solutions bv <info@vicus.nl>
* @license vtiger CRM Public License Version 1.0 (by definition)
********************************************************************************/
$mod_strings = Array(
// Added in release 5.0
'LBL_CAMPAIGN_INFORMATION'=>'Campagne informatie',
'LBL_CUSTOM_INFORMATION'=>'Klantinformatie',
'LBL_DESCRIPTION_INFORMATION'=>'Omschrijving',
'LBL_EXPECTATIONS_AND_ACTUALS'=>'Verwachting en actueel',
'Campaign Name'=>'Campagne naam',
'Campaign Type'=>'Campagne type',
'Campaign Status'=>'Campagne status',
'Campaign ID'=>'Campagne',
'Expected Close Date'=>'Verwachte sluitingsdatum',
'Expected Revenue'=>'Verwachte omzet',
'Budget Cost'=>'Budget kosten',
'Actual Cost'=>'Actuele kosten',
'Expected Response'=>'Verwachte reactie',
'Assigned To'=>'Toegewezen aan',
'Num Sent'=>'Aantal verzonden',
'Created Time'=>'Aangemaakt',
'Modified Time'=>'Gewijzigd',
'Description'=>'Omschrijving',
'Product'=>'Product',
'Target Audience'=>'Doelgroep',
'TargetSize'=>'Doelgroep grote',
'Sponsor'=>'Sponsor',
'Expected Sales Count'=>'Verwachte verkoop',
'Expected Response Count'=>'Verwachte reactie',
'Expected ROI'=>'Verwachte opbrengsten',
'Actual Sales Count'=>'Actuele verkoop',
'Actual Response Count'=>'Actuele reactie',
'Actual ROI'=>'Actuele opbrengsten',
'Select One'=>'Selecteer',
'LBL_LOAD_LIST'=>'Lijst laden',
//Added for existing Picklist Entries
'Conference'=>'Conferentie',
'Webinar'=>'Webinar',
'Trade Show'=>'Beurs',
'Public Relations'=>'Public Relations',
'Partners'=>'Partners',
'Referral Program'=>'Referral programma',
'Advertisement'=>'Advertie',
'Banner Ads'=>'Banner advertenties',
'Direct Mail'=>'Direct mail',
'Email'=>'E-mail',
'Telemarketing'=>'Telemarketing',
'Others'=>'Anders',
'Planning'=>'Planning',
'Active'=>'Actief',
'Inactive'=>'Inactief',
'Complete'=>'Gereed',
'Cancelled'=>'Afgezegd',
'Excellent'=>'Uitstekend',
'Good'=>'Goed',
'Average'=>'Gemiddeld',
'Poor'=>'Slecht',
//Module Sequence Numbering
'Campaign No'=>'Campagnenummer',
// status fields
'--None--'=>'--None--',
'Contacted - Successful' => 'Contact gehad - Success',
'Contacted - Unsuccessful' => 'Contact gehad - Geen success',
'Contacted - Never Contact Again' => 'Contact gehad - Nooit meer contacten'
// END
);
?>