[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/Dutch/modules/ -> Project.php (source)

   1  <?php
   2  /*+**********************************************************************************
   3   * The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4   * ("License"); You may not use this file except in compliance with the License
   5   * The Original Code is:  vtiger CRM Open Source
   6   * The Initial Developer of the Original Code is vtiger.
   7   * Portions created by vtiger are Copyright (C) vtiger.
   8   * All Rights Reserved.
   9   * *******************************************************************************

  10   * Vicus eBusiness Solutions (www.vicus.nl) Version Control

  11   * Dutch language pack for vtiger CRM version 6.x

  12   * 

  13   * @package   NL-Dutch

  14   * @version   $Author: luuk $

  15   * @version   CVS: $Revision: 1.5 $ $Date: 2014/09/07 22:42:08 $

  16   * @source    $Source: /var/lib/cvs/vtiger600/languages/nl_nl/Project.php,v $

  17   * @copyright Copyright (c)2005-2014 Vicus eBusiness Solutions B.V. <[email protected]>

  18   * @link      http://www.vicus.nl

  19   ************************************************************************************/
  20  $languageStrings = array(
  21      'SINGLE_Project'               => 'Project'                     , 
  22      'LBL_ADD_RECORD'               => 'Voeg Project toe'            , 
  23      'LBL_RECORDS_LIST'             => 'Projectenlijst'              , 
  24      'LBL_PROJECT_INFORMATION'      => 'Projectinformatie'           , 
  25      'Project Name'                 => 'Project naam'                , 
  26      'Start Date'                   => 'Startdatum'                  , 
  27      'Target End Date'              => 'Doel Einddatum'              , 
  28      'Actual End Date'              => 'Actuele Einddatum'           , 
  29      'Project No'                   => 'Projectnummer'               , 
  30      'Target Budget'                => 'Doel Budget'                 , 
  31      'Project Url'                  => 'Project Url'                 , 
  32      'Progress'                     => 'Voortgang'                   , 
  33      'LBL_TASKS_OPEN'               => 'Taken Open'                  , 
  34      'LBL_TASKS_DUE'                => 'Taken Vervallen'             , 
  35      'LBL_TASKS_COMPLETED'          => 'Taken Afgerond'              , 
  36      'LBL_PEOPLE'                   => 'Mensen'                      , 
  37      'LBL_CHARTS'                   => 'Grafieken'                   , 
  38      'LBL_TASKS_LIST'               => 'Takenlijst'                  ,
  39      'LBL_MILESTONES'               => 'Mijlpalen'                   ,
  40      'LBL_TASKS'                    => 'Taken'                       ,
  41      'LBL_STATUS_IS'                => 'Status is'                   ,
  42      'LBL_STATUS'                   => 'Status'                      ,
  43      'LBL_TICKET_PRIORITY'          => 'Prioriteit'                  ,
  44      'LBL_MORE'                     => 'meer'                        ,
  45      'LBL_DOWNLOAD_FILE'            => 'Download Bestand'            ,
  46      'LBL_MILESTONES_LIST'          => 'Mijlpalenlijst'              ,
  47      'LBL_TASKS_HIGH'               => 'Hoge prioriteit'             ,
  48      'LBL_TASKS_NORMAL'             => 'Normale prioriteit'          ,
  49      'LBL_TASKS_LOW'                => 'Lage prioriteit'             ,
  50      'LBL_TASKS_OTHER'              => 'Andere prioriteiten'         ,  
  51      'LBL_SELECT_PROGRESS'          => 'Selecteer voortgang'         ,
  52  
  53      //picklist values

  54      'prospecting' => 'Onderzoeken',
  55      'in progress' => 'Onder handen',
  56      'initiated' => 'Gestart',
  57      'waiting for feedback' => 'Wachten op feedback',
  58      'on hold' => 'In de wacht',
  59      'archived' => 'Gearchiveerd',
  60      'completed' => 'Voltooid',
  61      'delivered' => 'Geleverd',
  62      'administrative' => 'Administratief',
  63      'operative' => 'Operationeel',
  64      'other' => 'Anders',
  65      'low' => 'Laag',
  66      'normal' => 'Normaal',
  67      'high' => 'Hoog',
  68  );
  69  
  70  // missing? or combined labels?

  71  $languageStrings['Add Project Task'] = 'Voeg Projecttaak toe'; # auto added 2014-04-17 19:04:50

  72  $languageStrings['description'] = 'Omschrijving'; # auto added 2014-04-17 20:04:22

  73  
  74  $jsLanguageStrings = array(
  75      'JS_LBL_SELECT_STATUS' => 'Selecteer Status',
  76      'JS_LBL_SELECT_PROGRESS' => 'Selecteer Voortgang',
  77  );


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1