mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
25 lines
1.0 KiB
PHP
25 lines
1.0 KiB
PHP
<?php
|
|
/*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************/
|
|
$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',
|
|
);
|
|
?>
|