46 lines
1.9 KiB
PHP
Raw Permalink Normal View History

<?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 (
'SINGLE_ModTracker' => 'ModTracker Record',
'ModTracker' => 'ModTracker',
'Visible'=>'Visibility of Modules',
'LBL_DISABLE'=>'Disable',
'LBL_ENABLE' =>'Enable',
'LBL_MODULE'=>'Module',
'LBL_VIEW_ALL_RECORD'=>'Select the Related Modules ?',
'LBL_TURN_OFF_HIGHLIGHTING' => 'Turn off highlighting',
'LBL_TURN_ON_HIGHLIGHTING' => 'Turn on highlighting',
'LBL_BASIC_SETTINGS'=>'Basic Settings',
'LBL_Field' => 'Field',
'LBL_Earlier' => 'Earlier Value',
'LBL_Present' => 'Present Value',
'LBL_YOUR_CHANGES' => 'Your changes',
'LBL_NOT_PERMITTED_TO_ACCESS_INFORMATION' => 'You are not permitted to access this information.',
'LBL_ACCESS_RESTRICTED' => 'Access Restricted',
'LBL_REPORTNAME'=>'Report Name',
'LBL_EXPORTPDF_BUTTON' => 'Export to PDF',
'LBL_EXPORTXL_BUTTON' => 'Export to Excel',
'LBL_PRINT_REPORT' => 'Print Report',
'LBL_FILTER'=>'Filter',
'LBL_GENERATE_NOW'=>'Generate Now',
'LBL_THERE_IS_NO_HISTORY_AVAILABLE' => 'There is no history for this record',
'lastmodifiedtime' => 'Last Modified Time',
'firstname' => 'First Name',
'lastname' => 'Last Name',
'changedon' => 'Modified On',
'whodid' => 'User Name',
'YES'=>'Yes',
'NO'=>'No',
'LBL_CANNOT_DISABLE'=>'Cannot disable',
'LBL_CHANGED_BY'=>'Changed by',
'LBL_ACCESS_TO_FIELD_CHANGES_DENIED'=>'Either you are not permitted to view modified fields <br>(OR)<br> The record has been restored at this point.'
);
?>