47 lines
2.7 KiB
PHP
47 lines
2.7 KiB
PHP
<?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.
|
|
********************************************************************************/
|
|
|
|
$mod_strings = array(
|
|
'LBL_ASSIGN_BUTTON' => 'Assign',
|
|
'ADD_PICKLIST_VALUES' => 'Add picklist values',
|
|
'LBL_EXISTING_PICKLIST_VALUES' => 'Existing picklist values',
|
|
'LBL_PICKLIST_ADDINFO' => 'Add new entries here',
|
|
'LBL_SELECT_ROLES' => 'Select roles',
|
|
'LBL_NON_EDITABLE_PICKLIST_ENTRIES' => 'Non-editable values',
|
|
'EDIT_PICKLIST_VALUE' => 'Edit picklist values',
|
|
'LBL_EDIT_HERE' => 'Replace with: ',
|
|
'LBL_SELECT_TO_EDIT' => 'Select a value to edit: ',
|
|
'DELETE_PICKLIST_VALUES' => 'Delete picklist values',
|
|
'LBL_REPLACE_WITH' => 'Replace with: ',
|
|
'ASSIGN_PICKLIST_VALUES' => 'Assign picklist values',
|
|
'LBL_PICKLIST_VALUES' => 'Available picklist values',
|
|
'LBL_PICKLIST_VALUES_ASSIGNED_TO' => 'Assigned picklist values for ',
|
|
'LBL_ADD_TO_OTHER_ROLES' => 'Add to other roles',
|
|
'LBL_OK_BUTTON_LABEL' => 'OK',
|
|
'LBL_DISPLAYED_VALUES' => 'All accessible values for the role are shown below',
|
|
'LBL_PICKLIST_DEPENDENCY_SETUP' => 'Picklist dependency setup',
|
|
'LBL_PICKLIST_DEPENDENCY_DESCRIPTION' => 'Setup dependency between picklist values in each module',
|
|
'LBL_NEW_DEPENDENCY' => 'New picklist dependency',
|
|
'LBL_TOOLS' => 'Tools',
|
|
'LBL_SOURCE_FIELD' => 'Source field',
|
|
'LBL_TARGET_FIELD' => 'Target field',
|
|
'LBL_BUTTON_SELECTED_SOURCE_VALUES' => 'Select source values',
|
|
'LBL_SELECTED_SOURCE_VALUES_MSG' => 'Select source picklist values to configure mapping',
|
|
'LBL_ERR_CYCLIC_DEPENDENCY' => 'This dependency setup is not allowed as it would create a cyclic dependency',
|
|
'LBL_SELECTED_VALUES' => 'Selected values',
|
|
'LBL_CONFIGURE_DEPENDENCY_HELP_1' => 'Only mapped picklist values of the source field will be shown below (except for first time)',
|
|
'LBL_CONFIGURE_DEPENDENCY_HELP_2' => 'If you want to see or change the mapping for the other picklist values of the source field,<br />you can select the values by clicking on the <b>\'Select Source values\'</b> button on the right',
|
|
'LBL_CONFIGURE_DEPENDENCY_HELP_3' => 'Selected values of the Target field values are highlighted as',
|
|
'LBL_ADD_BUTTON' => 'Add item',
|
|
'LBL_EDIT_BUTTON' => 'Rename item',
|
|
'LBL_DELETE_BUTTON' => 'Delete item',
|
|
'NTC_DELETE_CONFIRMATION' => 'Are you sure you want to delete this picklist dependency?'
|
|
);
|
|
?>
|