98 lines
3.4 KiB
PHP
98 lines
3.4 KiB
PHP
|
<?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.5 $ $Date: 2011/11/14 17:07:26 $
|
||
|
* @source $Source: /var/lib/cvs/vtiger530/Dutch/modules/Vendors/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(
|
||
|
|
||
|
'LBL_VENDOR_INFORMATION'=>'Leveranciersinformatie:',
|
||
|
'LBL_CUSTOM_INFORMATION'=>'Overige informatie',
|
||
|
'LBL_VENDOR_ADDRESS_INFORMATION'=>'Adresinformatie:',
|
||
|
'LBL_DESCRIPTION_INFORMATION'=>'Omschrijving naam:',
|
||
|
|
||
|
|
||
|
'Vendor Name'=>'Naam leverancier',
|
||
|
'Name'=>'Naam',
|
||
|
'Company Name'=>'Bedrijfsnaam',
|
||
|
'Phone'=>'Telefoon',
|
||
|
'Email'=>'E-mail',
|
||
|
'Website'=>'Website',
|
||
|
'GL Account'=>'Grootboekrekening',
|
||
|
'Category'=>'Categorie',
|
||
|
'Street'=>'Straat',
|
||
|
'City'=>'Plaats',
|
||
|
'State'=>'Provincie',
|
||
|
'Postal Code'=>'Postcode',
|
||
|
'Country'=>'Land',
|
||
|
'Description'=>'Omschrijving',
|
||
|
'Po Box'=>'Postbus',
|
||
|
'Vendor'=>'Leverancier',
|
||
|
|
||
|
//Added for existing Picklist entries
|
||
|
|
||
|
'300-Sales-Software'=>'300-Verkoop-Software',
|
||
|
'301-Sales-Hardware'=>'301-Verkoop-Hardware',
|
||
|
'302-Rental-Income'=>'302-Huur-Inkomsten',
|
||
|
'303-Interest-Income'=>'303-Rente-Inkomsten',
|
||
|
'304-Sales-Software-Support'=>'304-Verkoop-Software-Ondersteuning',
|
||
|
'305-Sales Other'=>'305-Verkoop anders',
|
||
|
'306-Internet Sales'=>'306-Internet verkoop',
|
||
|
'307-Service-Hardware Labor'=>'307-Dienst-Hardware arbeid',
|
||
|
'308-Sales-Books'=>'308-Verkoop-Boeken',
|
||
|
|
||
|
// Added/Updated for vtiger CRM 5.0.4
|
||
|
'Created Time'=>'Gemaakt',
|
||
|
'Modified Time'=>'Gewijzigd',
|
||
|
|
||
|
// Added after 5.0.4 GA
|
||
|
|
||
|
//added for find duplicate
|
||
|
'LBL_DUPLICATE_DATA_IN'=>'Dupliceer ',
|
||
|
'LBL_DELETE'=>'Verwijder',
|
||
|
'LBL_MERGE_SELECT'=>'Voeg Geselecteerde Samen',
|
||
|
'LBL_MERGE'=>'Samenvoegen',
|
||
|
'LBL_MERGE_DATA_IN'=>'Voeg samen in ',
|
||
|
'LBL_ACTION'=>'Actie',
|
||
|
'LBL_FIELDLISTS'=> 'Lijst van de velden',
|
||
|
'LBL_RECORD'=>'Regel #',
|
||
|
|
||
|
// Module Sequence Numbering
|
||
|
'Vendor No' => 'Leverancier Nr',
|
||
|
// END
|
||
|
|
||
|
|
||
|
/*
|
||
|
* 5.2.0 changes
|
||
|
*/
|
||
|
'LBL_MODULE_NAME'=>'Leveranciers',
|
||
|
);
|
||
|
?>
|