[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
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/LayoutEditor.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_FIELDS_AND_LAYOUT_EDITOR' => 'Velden en Layout Editor' , // TODO: Review 22 'LBL_CREATE_CUSTOM_FIELD' => 'Maak Custom Field' , // TODO: Review 23 'LBL_DETAILVIEW_LAYOUT' => 'Detail View Layout' , // TODO: Review 24 'LBL_ARRANGE_RELATED_TABS' => 'Schikken Gerelateerde Tabs' , // TODO: Review 25 'LBL_ADD_CUSTOM_FIELD' => 'Voeg Custom Field toe' , // TODO: Review 26 'LBL_ADD_CUSTOM_BLOCK' => 'Voeg Custom Block toe' , // TODO: Review 27 'LBL_SAVE_FIELD_SEQUENCE' => 'Opslaan veldvolgorde' , // TODO: Review 28 'LBL_BLOCK_NAME' => 'Block Name' , // TODO: Review 29 'LBL_ADD_AFTER' => 'Add After' , // TODO: Review 30 'LBL_ACTIONS' => 'Actions' , // TODO: Review 31 'LBL_ALWAYS_SHOW' => 'Always Show' , // TODO: Review 32 'LBL_INACTIVE_FIELDS' => 'Inactive Fields' , // TODO: Review 33 'LBL_DELETE_CUSTOM_BLOCK' => 'Delete Custom Block' , // TODO: Review 34 'LBL_MANDATORY_FIELD' => 'Mandatory Field' , // TODO: Review 35 'LBL_ACTIVE' => 'Active' , // TODO: Review 36 'LBL_QUICK_CREATE' => 'Snel aanmaken' , // TODO: Review 37 'LBL_SUMMARY_FIELD' => 'Summary View' , // TODO: Review 38 'LBL_MASS_EDIT' => 'Mass Edit' , // TODO: Review 39 'LBL_DEFAULT_VALUE' => 'Default Value' , // TODO: Review 40 'LBL_SELECT_FIELD_TYPE' => 'Select Field Type' , // TODO: Review 41 'LBL_LABEL_NAME' => 'Label Name' , // TODO: Review 42 'LBL_LENGTH' => 'Length' , // TODO: Review 43 'LBL_DECIMALS' => 'Decimals' , // TODO: Review 44 'LBL_ENTER_PICKLIST_VALUES' => 'Enter Selectielijst Values..' , // TODO: Review 45 'LBL_PICKLIST_VALUES' => 'Selectielijst Values' , // TODO: Review 46 'LBL_REACTIVATE' => 'Reactivate' , // TODO: Review 47 'LBL_ARRANGE_RELATED_LIST' => 'Arrange Gerelateerd List' , // TODO: Review 48 'LBL_SELECT_MODULE_TO_ADD' => 'Select Module To Add' , // TODO: Review 49 'LBL_NO_RELATED_INFORMATION' => 'No Gerelateerd Information' , // TODO: Review 50 'LBL_RELATED_LIST_INFO' => 'Drag and drop the module to reorder the list', // TODO: Review 51 'LBL_REMOVE_INFO' => 'Click on the close icon to remove the module from the list', // TODO: Review 52 'LBL_ADD_MODULE_INFO' => 'Select the module from the removed modules to add back to list', // TODO: Review 53 'LBL_SELECT_MODULE' => 'Select Module..' , // TODO: Review 54 'LBL_DUPLICATES_EXIST' => 'Block Name already exists' , // TODO: Review 55 'LBL_NON_ROLE_BASED_PICKLIST' => 'Non Role Based Selectielijst' , // TODO: Review 56 'LBL_DUPLICATE_FIELD_EXISTS' => 'Duplicate Field Exists' , // TODO: Review 57 'LBL_WRONG_FIELD_TYPE' => 'Wrong Field Type' , // TODO: Review 58 'LBL_ROLE_BASED_PICKLIST' => 'Role Based Selectielijst' , // TODO: Review 59 60 //Translation for module 61 'Calendar' => 'Te doen' , 62 ); 63 $jsLanguageStrings = array( 64 'JS_BLOCK_VISIBILITY_SHOW' => 'Block show enabled' , // TODO: Review 65 'JS_BLOCK_VISIBILITY_HIDE' => 'Block hide enabled' , // TODO: Review 66 'JS_CUSTOM_BLOCK_ADDED' => 'New Custom Block added' , // TODO: Review 67 'JS_BLOCK_SEQUENCE_UPDATED' => 'Blocks Sequence Updated' , // TODO: Review 68 'JS_SELECTED_FIELDS_REACTIVATED' => 'Geselecteerd Fields Reactivated' , // TODO: Review 69 'JS_FIELD_DETAILS_SAVED' => 'Field Details Saved' , // TODO: Review 70 'JS_CUSTOM_BLOCK_DELETED' => 'Custom Block Deleted' , // TODO: Review 71 'JS_CUSTOM_FIELD_ADDED' => 'New Custom Field Added' , // TODO: Review 72 'JS_CUSTOM_FIELD_DELETED' => 'Custom Field Deleted' , // TODO: Review 73 'JS_LENGTH_SHOULD_BE_LESS_THAN_EQUAL_TO' => 'Length Should be less than or equal to', // TODO: Review 74 'JS_PLEASE_ENTER_NUMBER_IN_RANGE_2TO5' => 'Decimal should be in the range 2 to 5', // TODO: Review 75 'JS_SAVE_THE_CHANGES_TO_UPDATE_FIELD_SEQUENCE' => 'Save the changes to update Field sequence', // TODO: Review 76 'JS_RELATED_INFO_SAVED' => 'Gerelateerd Info Saved' , // TODO: Review 77 'JS_BLOCK_NAME_EXISTS' => 'Block Name already exists' , // TODO: Review 78 'JS_NO_HIDDEN_FIELDS_EXISTS' => 'No Inactive Fields' , // TODO: Review 79 'JS_SPECIAL_CHARACTERS' => 'Special Characters like' , // TODO: Review 80 'JS_NOT_ALLOWED' => 'are not allowed' , // TODO: Review 81 ); 82 83 84 $languageStrings['LayoutEditor'] = 'LayoutEditor'; # auto added 2014-04-17 22:04:27
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |