| Server IP : 138.197.176.125 / Your IP : 216.73.216.41 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/googleoffice365SuiteTesting/languages/nl_nl/ |
Upload File : |
<?php
/*+**********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
* *******************************************************************************
* Vicus eBusiness Solutions (www.vicus.nl) Version Control
* Dutch language pack for vtiger CRM version 6.x
*
* @package NL-Dutch
* @version $Author: luuk $
* @version CVS: $Revision: 1.5 $ $Date: 2014/09/07 22:42:08 $
* @source $Source: /var/lib/cvs/vtiger600/languages/nl_nl/ProjectTask.php,v $
* @copyright Copyright (c)2005-2014 Vicus eBusiness Solutions B.V. <info@vicus.nl>
* @link http://www.vicus.nl
************************************************************************************/
$languageStrings = array(
'SINGLE_ProjectTask' => 'Projecttaak' ,
'LBL_ADD_RECORD' => 'Voeg Projecttaak toe' ,
'LBL_RECORDS_LIST' => 'Projecttaak Lijst' ,
'LBL_PROJECT_TASK_INFORMATION' => 'Projecttaak Informatie' ,
'LBL_PROJECTS_LIST' => 'Projectenlijst' ,
'LBL_TASKS_LIST' => 'Takenlijst' ,
'LBL_MILESTONES_LIST' => 'Mijlpalenlijst' ,
//Field Labels
'Project Task Name' => 'Projecttaak Naam',
'Project Task No' => 'Projecttaak Nr',
'Project Task Number' => 'Projecttaak Nummer',
'Status' => 'Status',
'Priority' => 'Prioriteit',
'Progress' => 'Voortgang',
'Type'=>'Type',
'Worked Hours'=>'Gewerkte uren',
'Start Date'=>'Startdatum',
'End Date'=>'Einddatum',
'Related to' => 'Gerelateerd aan',
'administrative' => 'Administratief',
'operative' => 'Operationeel',
'other' => 'Anders',
'low' => 'Laag',
'normal' => 'Normaal',
'high' => 'Hoog',
'Created Time' => 'Gemaakt tijd',
'Modified Time' => 'Gewijzigd tijd',
'description' => 'Omschrijving',
'Assigned To' => 'Toegewezen aan',
'Open' => 'Open',
'In Progress' => 'Onder handen',
'Completed' => 'Afgerond',
'Deferred' => 'Uitgesteld',
'Canceled ' => 'Geannuleerd',
);