[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/Dutch/modules/Settings/ -> Picklist.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/Picklist.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_SELECT_PICKLIST_IN'       => 'Select Selectielijst in'          , // TODO: Review
  22      'LBL_ADD_VALUE'                => 'Add Value'                   , // TODO: Review
  23      'LBL_RENAME_VALUE'             => 'Rename Value'                , // TODO: Review
  24      'LBL_DELETE_VALUE'             => 'Delete Value'                , // TODO: Review
  25      'LBL_ITEMS'                    => 'Values'                      , // TODO: Review
  26      'LBL_DRAG_ITEMS_TO_RESPOSITION' => 'Drag items to reposition them', // TODO: Review
  27      'LBL_SELECT_AN_ITEM_TO_RENAME_OR_DELETE' => 'Kies een item to rename or delete', // TODO: Review
  28      'LBL_TO_DELETE_MULTIPLE_HOLD_CONTROL_KEY' => 'To Delete multiple items hold Ctrl key down while selecting items', // TODO: Review
  29      'LBL_ADD_ITEM_TO'              => 'Add Item to'                 , // TODO: Review
  30      'LBL_ITEM_VALUE'               => 'Item value'                  , // TODO: Review
  31      'LBL_ITEM_TO_RENAME'           => 'Item to rename'              , // TODO: Review
  32      'LBL_ENTER_NEW_NAME'           => 'Enter new Name'              , // TODO: Review
  33      'LBL_RENAME_PICKLIST_ITEM'     => 'Rename PickList Item'        , // TODO: Review
  34      'LBL_DELETE_PICKLIST_ITEMS'    => 'Delete PickList Items'       , // TODO: Review
  35      'LBL_ITEMS_TO_DELETE'          => 'Items to Delete'             , // TODO: Review
  36      'LBL_REPLACE_IT_WITH'          => 'Replace it with'             , // TODO: Review
  37      'LBL_ASSIGN_TO_ROLE'           => 'Assign to Role'              , // TODO: Review
  38      'LBL_ALL_ROLES'                => 'All Roles'                   , // TODO: Review
  39      'LBL_CHOOSE_ROLES'             => 'Choose Roles'                , // TODO: Review
  40      'LBL_ALL_VALUES'               => 'All values'                  , // TODO: Review
  41      'LBL_VALUES_ASSIGNED_TO_A_ROLE' => 'Values assigned to a role'   , // TODO: Review
  42      'LBL_ASSIGN_VALUE'             => 'Assign Value'                , // TODO: Review
  43      'LBL_SAVE_ORDER'               => 'Save Order'                  , // TODO: Review
  44      'LBL_ROLE_NAME'                => 'Role name'                   , // TODO: Review
  45      'LBL_SELECTED_VALUES_MESSGAE'  => 'will appear for the user with this role', // TODO: Review
  46      'LBL_ENABLE/DISABLE_MESSGAE'   => 'Click on value to Enable/Disable it.After done click on save', // TODO: Review
  47      'LBL_ASSIGN_VALUES_TO_ROLES'   => 'Assign Values to Roles'      , // TODO: Review
  48      'LBL_SELECTED_VALUES'          => 'Geselecteerd Values'             , // TODO: Review
  49      'NO_PICKLIST_FIELDS'           => 'do not have any picklist fields', // TODO: Review
  50  
  51      //Translation for module

  52      'Calendar'                       => 'Te doen'                        ,
  53  );
  54  
  55  );
  56  $jsLanguageStrings = array(
  57      'JS_ITEM_RENAMED_SUCCESSFULLY' => 'Item Renamed Succesvol'   , // TODO: Review
  58      'JS_ITEM_ADDED_SUCCESSFULLY'   => 'Item added Succesvol'     , // TODO: Review
  59      'JS_NO_ITEM_SELECTED'          => 'No item Geselecteerd'            , // TODO: Review
  60      'JS_MORE_THAN_ONE_ITEM_SELECTED' => 'More than one Item geselecteerd' , // TODO: Review
  61      'JS_ITEMS_DELETED_SUCCESSFULLY' => 'Items Succesvol verwijderd'  , // TODO: Review
  62      'JS_YOU_CANNOT_DELETE_ALL_THE_VALUES' => 'You cannot delete all the values', // TODO: Review
  63      'JS_ALL_ROLES_SELECTED'        => 'All Roles Geselecteerd'          , // TODO: Review
  64      'JS_LIST_UPDATED_SUCCESSFULLY' => 'List updated Succesvol'   , // TODO: Review
  65      'JS_SEQUENCE_UPDATED_SUCCESSFULLY' => 'Sequence updated succesvol', // TODO: Review
  66      'JS_VALUE_ASSIGNED_SUCCESSFULLY' => 'Value assigned succesvol' , // TODO: Review
  67      'JS_PLEASE_SELECT_MODULE'      => 'Please seelct module'        , // TODO: Review
  68  );


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