Files
crm.clientright.ru/languages/nl_nl/ProjectMilestone.php

27 lines
1.5 KiB
PHP
Raw Normal View History

<?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.
************************************************************************************/
$languageStrings = array(
'SINGLE_ProjectMilestone' => 'Project Mijlpaal' ,
'LBL_ADD_RECORD' => 'Voeg Project Mijlpaal toe' ,
'LBL_RECORDS_LIST' => 'Project Mijlpalenlijst' ,
'LBL_PROJECTS_LIST' => 'Projecten Lijst' ,
'LBL_TASKS_LIST' => 'Taken Lijst' ,
'LBL_MILESTONES_LIST' => 'Mijlpalen Lijst' ,
'LBL_PROJECT_MILESTONE_INFORMATION' => 'Project Mijlpaal Informatie' ,
'Project Milestone Name' => 'Mijlpaal Naam' ,
'Milestone Date' => 'Mijlpaal Datum' ,
'Project Milestone No' => 'Mijlpaal Nr' ,
'Type' => 'Type' ,
'Related to' => 'Gerelateerd aan' ,
//picklist values
'administrative' => 'Administratief',
'operative' => 'Arbeider',
'other' => 'Ander',
);