119 lines
4.2 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.4 $ $Date: 2011/11/14 17:07:26 $
* @source $Source: /var/lib/cvs/vtiger530/Dutch/modules/Project/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_MODULE_NAME'=>'Projecten',
'LBL_MODULE_TITLE'=>'Projecten',
'LBL_NEW_PROJECT'=>'Nieuw Project',
'LBL_PROJECTS'=>'Projecten',
'LBL_PROJECT'=>'Project',
'projectname' => 'Project naam',
'projects' => 'Projecten',
'project' => 'Projecten',
//added this to translate the module name in the main app menu
'Project'=>'Projecten',
//
'SINGLE_Project' => 'Project',
'LBL_CUSTOM_INFORMATION' => 'Extra Informatie',
'LBL_PROJECT_INFORMATION' => 'Project informatie',
'LBL_DESCRIPTION_INFORMATION' => 'Omschrijving',
'projectid' => 'Project ID',
'Project ID'=>'Project ID',
'Assigned To' => 'Toegewezen aan',
'startdate' => 'Startdatum',
'targetenddate' => 'Doel einddatum',
'actualenddate' => 'Daadwerkelijke einddatum',
// since vtiger 5.3
'Start Date' => 'Startdatum',
'Target End Date' => 'Doel Einddatum',
'Actual End Date' => 'Actuele Einddatum',
'projectstatus'=>'Status',
'projecttype'=>'Type',
'linktoaccountscontacts'=>'Link aan',
'targetbudget'=>'Doel Budget',
'projecturl'=>'Project url',
// since vtiger 5.3
'Status'=>'Status',
'Type'=>'Type',
'Target Budget'=>'Doel Budget',
'Project Url'=>'Url',
'projectpriority'=>'Project prioriteit',
'progress'=>'Voortgang (%)',
// since vtiger 5.3
'Priority'=>'Prioriteit',
'Progress'=>'Voortgang (%)',
'linktopotentials'=>'Link naar',
'Related To' => 'Gerelateerd aan',
'administrative' => 'administratief',
'operative' => 'operationeel',
'other' => 'anders',
'low' => 'laag',
'normal' => 'normaal',
'high' => 'hoog',
'prospecting' => 'voorbereiding',
'in progress' => 'in behandeling',
'in planning' => 'in planning',
'on hold' => 'in de wacht',
'archived' => 'gearchiveerd',
'complete' => 'afgerond',
'Created Time' => 'Aangemaakt',
'Modified Time' => 'Gewijzigd',
'Description' => 'Omschrijving',
'description' => 'Omschrijving',
'--none--' => '--geen--',
'Deadline' => 'Deadline',
'Operation' => 'Taak',
'Project Name' => 'Project naam',
'LBL_RELATED_OPERATIONS' => 'Project Taken',
'LBL_RELATED_DEADLINES' => 'Project Dealines',
'Charts' => 'Grafieken',
'LBL_PROGRESS_CHART' => 'Voortgangs Grafiek',
'Project No' => 'Project Nr',
'Project Milestones' => 'Project Mijlpalen',
'Project Tasks' => 'Project Taken',
'Project Team' => 'Project Team',
);
?>