[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/Dutch/modules/Settings/ -> PickListDependency.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   * @author    $Author: luuk $

  15   * @version   CVS: $Revision: 1.3 $ $Date: 2014/09/07 21:06:45 $

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

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

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

  19   ************************************************************************************/
  20  $languageStrings = array(
  21      'LBL_ADD_RECORD'               => 'Add Selectielijst Dependency'     , // TODO: Review
  22      'LBL_PICKLIST_DEPENDENCY'      => 'Selectielijst Dependency'         , // TODO: Review
  23      'LBL_SELECT_MODULE'            => 'Module'                      , // TODO: Review
  24      'LBL_SOURCE_FIELD'             => 'Source Field'                , // TODO: Review
  25      'LBL_TARGET_FIELD'             => 'Target Field'                , // TODO: Review
  26      'LBL_SELECT_FIELD'             => 'Select field'                , // TODO: Review
  27      'LBL_CONFIGURE_DEPENDENCY_INFO' => 'Click on the respective cell to change the mapping for picklist values of target field', // TODO: Review
  28      'LBL_CONFIGURE_DEPENDENCY_HELP_1' => 'Only mapped picklist values of the Source field will be shown below (except for first time)', // TODO: Review
  29      'LBL_CONFIGURE_DEPENDENCY_HELP_2' => 'If you want to see or change the mapping for the other picklist values of Source field, <br/>
  30                                          then you can select the values by clicking on <b>\'Select Source values\'</b> button on the right side', // TODO: Review
  31      'LBL_CONFIGURE_DEPENDENCY_HELP_3' => 'Geselecteerd values of the Target field values, are highlighted as', // TODO: Review
  32      'LBL_SELECT_SOURCE_VALUES'     => 'Select Source Values'        , // TODO: Review
  33      'LBL_SELECT_SOURCE_PICKLIST_VALUES' => 'Select Source Selectielijst Values', // TODO: Review
  34      'LBL_ERR_CYCLIC_DEPENDENCY'    => 'This dependency setup is not allowed as it ends up in some cyclic dependency', // TODO: Review
  35  );
  36  $jsLanguageStrings = array(
  37      'JS_LBL_ARE_YOU_SURE_YOU_WANT_TO_DELETE' => 'Are you sure you want to delete this picklist dependency?', // TODO: Review
  38      'JS_DEPENDENCY_DELETED_SUEESSFULLY' => 'Dependency Succesvol verwijderd', // TODO: Review
  39      'JS_PICKLIST_DEPENDENCY_SAVED' => 'Selectielijst Dependency Saved'   , // TODO: Review
  40      'JS_DEPENDENCY_ATLEAST_ONE_VALUE' => 'You need to select atleast one value for', // TODO: Review
  41      'JS_SOURCE_AND_TARGET_FIELDS_SHOULD_NOT_BE_SAME' => 'Source field and Target field should not be same', // TODO: Review
  42      'JS_SELECT_SOME_VALUE'         => 'Select some value'           , // TODO: Review
  43  );


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