mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
32 lines
1.3 KiB
PHP
32 lines
1.3 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',
|
|
'LBL_ADD_VALUE'=>'Add Value',
|
|
'Code'=>'Code',
|
|
'LBL_EMPTY'=>'No entries',
|
|
'LBL_ERROR_GENERIC'=>'Operation error',
|
|
'LBL_SUCCESS'=>'Operation completed successfully',
|
|
'LBL_CODE_NOT_UNIQUE'=>'The code is not unique, please insert a different one',
|
|
'LBL_MANDATORY'=>'Fields marked with (*) are mandatory',
|
|
);
|
|
?>
|