- Added comprehensive AI Assistant system (aiassist/ directory): * Vector search and embedding capabilities * Typebot proxy integration * Elastic search functionality * Message classification and chat history * MCP proxy for external integrations - Implemented Court Status API (GetCourtStatus.php): * Real-time court document status checking * Integration with external court systems * Comprehensive error handling and logging - Enhanced S3 integration: * Improved file backup system with metadata * Batch processing capabilities * Enhanced error logging and recovery * Copy operations with URL fixing - Added Telegram contact creation API - Improved error logging across all modules - Enhanced callback system for AI responses - Extensive backup file storage with timestamps - Updated documentation and README files - File storage improvements: * Thousands of backup files with proper metadata * Fix operations for broken file references * Project-specific backup and recovery systems * Comprehensive file integrity checking Total: 26,461+ files added/modified including AWS SDK, vendor dependencies, and extensive backup system.
223 lines
13 KiB
PHP
223 lines
13 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.
|
|
************************************************************************************/
|
|
$languageStrings = array(
|
|
'Reports' => 'Reports' , // TODO: Review
|
|
'SINGLE_Reports' => 'Report' , // TODO: Review
|
|
'LBL_FOLDER_NOT_EMPTY' => 'Folder is not empty' ,
|
|
'LBL_MOVE_REPORT' => 'Move Reports' ,
|
|
'LBL_CUSTOMIZE' => 'Customise' ,
|
|
'LBL_REPORT_EXPORT_EXCEL' => 'Export Excel' ,
|
|
'LBL_REPORT_PRINT' => 'Print' ,
|
|
'LBL_STEP_1' => 'Step 1' ,
|
|
'LBL_STEP_2' => 'Step 2' ,
|
|
'LBL_STEP_3' => 'Step 3' ,
|
|
'LBL_REPORT_DETAILS' => 'Report Details' ,
|
|
'LBL_SELECT_COLUMNS' => 'Select columns' ,
|
|
'LBL_FILTERS' => 'Filters' ,
|
|
'LBL_FOLDERS' => 'Folders' ,
|
|
'LBL_ADD_NEW_FOLDER' => 'Add New Folder' ,
|
|
'LBL_FOLDER_NAME' => 'Folder Name' ,
|
|
'LBL_FOLDER_DESCRIPTION' => 'Folder Description' ,
|
|
'LBL_WRITE_YOUR_DESCRIPTION_HERE' => 'Enter Description' ,
|
|
'LBL_DUPLICATES_EXIST' => 'Duplicate Exists' ,
|
|
'LBL_FOLDERS_LIST' => 'Folders List' ,
|
|
'LBL_DENIED_REPORTS' => 'Denied Reports' ,
|
|
'LBL_NO_OF_RECORDS' => 'Total Records : ' , // TODO: Review
|
|
'LBL_MORE_RECORDS_TXT' => 'Only 500 records are shown below. Please export to see all Records',
|
|
'LBL_ADD_RECORD' => 'Add Report' ,
|
|
'LBL_ADD_FOLDER' => 'Add Folder' ,
|
|
'LBL_REPORT_DELETE_DENIED' => 'Permission denied to delete the Report',
|
|
'LBL_FOLDER_CAN_NOT_BE_DELETED' => 'This folder can not be deleted',
|
|
'LBL_REPORTS_LIST' => 'Reports list' ,
|
|
'LBL_REPORT_NAME' => 'Report Name' ,
|
|
'LBL_REPORT_FOLDER' => 'Report Folder' ,
|
|
'LBL_DESCRIPTION' => 'Description' ,
|
|
'PRIMARY_MODULE' => 'Primary Module' ,
|
|
'LBL_SELECT_RELATED_MODULES' => 'Select Related Modules' ,
|
|
'LBL_MAX' => 'MAX' ,
|
|
'LBL_NEXT' => 'Next' ,
|
|
'LBL_REPORTS' => 'Reports List' ,
|
|
'LBL_GROUP_BY' => 'Group By' ,
|
|
'LBL_SORT_ORDER' => 'Sort Order' ,
|
|
'LBL_ASCENDING' => 'Ascending' ,
|
|
'LBL_DESCENDING' => 'Descending' ,
|
|
'LBL_CALCULATIONS' => 'Calculations' ,
|
|
'LBL_COLUMNS' => 'Columns' ,
|
|
'LBL_SUM_VALUE' => 'Sum' ,
|
|
'LBL_AVERAGE' => 'Average' ,
|
|
'LBL_LOWEST_VALUE' => 'Lowest Value' ,
|
|
'LBL_HIGHEST_VALUE' => 'Highest Value' ,
|
|
'LBL_GENERATE_REPORT' => 'Save & Generate Report' ,
|
|
'LBL_SUM' => 'SUM' ,
|
|
'LBL_AVG' => 'AVG' ,
|
|
'LBL_MIN' => 'MIN' ,
|
|
'LBL_FIELD_NAMES' => 'Field Names' ,
|
|
'LBL_REPORT_CSV' => 'Export CSV' ,
|
|
'LBL_VIEW_DETAILS' => 'View Details' ,
|
|
'LBL_GENERATE_NOW' => 'Generate now' , // TODO: Review
|
|
'Report Name' => 'Report Name' ,
|
|
'Account and Contact Reports' => 'Organisation and Contact Reports',
|
|
'Lead Reports' => 'Lead Reports' ,
|
|
'Potential Reports' => 'Opportunity Reports' ,
|
|
'Activity Reports' => 'Activity Reports' ,
|
|
'HelpDesk Reports' => 'Trouble Tickets Reports' ,
|
|
'Product Reports' => 'Product Reports' ,
|
|
'Quote Reports' => 'Quote Reports' ,
|
|
'PurchaseOrder Reports' => 'Purchase Order Reports' ,
|
|
'SalesOrder Reports' => 'Sales Order Reports' ,
|
|
'Invoice Reports' => 'Invoice Reports' ,
|
|
'Campaign Reports' => 'Campaign Reports' ,
|
|
'Contacts by Accounts' => 'Contacts by Organisation' ,
|
|
'Contacts without Accounts' => 'Contacts without Organisations',
|
|
'Contacts by Potentials' => 'Contacts by Opportunities' ,
|
|
'Contacts related to Accounts' => 'Contacts related to Organisations',
|
|
'Contacts not related to Accounts' => 'Contacts not related to Organisations',
|
|
'Contacts related to Potentials' => 'Contacts related to Opportunities',
|
|
'Lead by Source' => 'Lead by Source' ,
|
|
'Lead Status Report' => 'Lead Status Report' ,
|
|
'Potential Pipeline' => 'Opportunity Pipeline' ,
|
|
'Closed Potentials' => 'Closed Opportunities' ,
|
|
'Potential that have Won' => 'Opportunities that have Won' ,
|
|
'Tickets by Products' => 'Tickets by Products' ,
|
|
'Tickets by Priority' => 'Tickets by Priority' ,
|
|
'Open Tickets' => 'Open Tickets' ,
|
|
'Tickets related to Products' => 'Tickets related to Products' ,
|
|
'Tickets that are Open' => 'Tickets that are Open' ,
|
|
'Product Details' => 'Product Details' ,
|
|
'Products by Contacts' => 'Products by Contacts' ,
|
|
'Product Detailed Report' => 'Product Detailed Report' ,
|
|
'Products related to Contacts' => 'Products related to Contacts',
|
|
'Open Quotes' => 'Open Quotes' ,
|
|
'Quotes Detailed Report' => 'Quotes Detailed Report' ,
|
|
'Quotes that are Open' => 'Quotes that are Open' ,
|
|
'PurchaseOrder by Contacts' => 'Purchase Order by Contacts' ,
|
|
'PurchaseOrder Detailed Report' => 'Purchase Order Detailed Report',
|
|
'PurchaseOrder related to Contacts' => 'Purchase Order related to Contacts',
|
|
'Invoice Detailed Report' => 'Invoice Detailed Report' ,
|
|
'Last Month Activities' => 'Last Month Activities' ,
|
|
'This Month Activities' => 'This Month\'s activities' ,
|
|
'Campaign Expectations and Actuals' => 'Campaign Expectations and Actuals',
|
|
'SalesOrder Detailed Report' => 'Sales Order detailed Report' ,
|
|
'Email Reports' => 'Email Reports' ,
|
|
'Contacts Email Report' => 'Contacts Email Report' ,
|
|
'Accounts Email Report' => 'Organizations Email Report' ,
|
|
'Leads Email Report' => 'Leads Email Report' ,
|
|
'Vendors Email Report' => 'Vendors Email Report' ,
|
|
'Emails sent to Contacts' => 'Emails sent to Contacts' ,
|
|
'Emails sent to Organizations' => 'Emails sent to Organizations',
|
|
'Emails sent to Leads' => 'Emails sent to Leads' ,
|
|
'Emails sent to Vendors' => 'Emails sent to Vendors' ,
|
|
'LBL_PRINT_REPORT' => 'Print Report' , // TODO: Review
|
|
'LBL_RECORDS' => 'Records' , // TODO: Review
|
|
'LBL_LIMIT_EXCEEDED' => 'Only 1000 + records are displayed. Use CSV or Excel Export to see all the records', // TODO: Review
|
|
'LBL_TOP' => 'Top' , // TODO: Review
|
|
'LBL_ALL_REPORTS' => 'All Reports' , // TODO: Review
|
|
'LBL_CALCULATION_CONVERSION_MESSAGE' => 'Calculation are based on the My Preferences currency of your CRM', // TODO: Review
|
|
|
|
'LBL_CREATING_REPORT' => 'Creating Report',
|
|
'LBL_EDITING_REPORT' => 'Editing Report',
|
|
'LBL_SCHEDULE_REPORTS' => 'Schedule Reports',
|
|
'LBL_AT_TIME' => 'At Time',
|
|
'LBL_DAILY' => 'Daily',
|
|
'LBL_WEEKLY' => 'Weekly',
|
|
'LBL_MONTHLY_BY_DATE' => 'Monthly by Date',
|
|
'LBL_YEARLY' => 'Yearly',
|
|
'LBL_SPECIFIC_DATE' => 'On Specific Date',
|
|
'LBL_CHOOSE_DATE' => 'Choose Date',
|
|
'LBL_ON_THESE_DAYS' => 'On these days',
|
|
'LBL_SELECT_MONTH_AND_DAY' => 'Select Month and Date',
|
|
'LBL_SELECTED_DATES' => 'Selected Dates',
|
|
'LBL_EXCEEDING_MAXIMUM_LIMIT' => 'Maximum limit exceeded',
|
|
'LBL_NEXT_TRIGGER_TIME' => 'Next trigger time on',
|
|
'LBL_RUN_REPORT' =>'Run Report',
|
|
'LBL_SELECT_RECIEPIENTS' => 'Select Recipients',
|
|
'LBL_SPECIFIC_EMAIL_ADDRESS' => 'Send to specific email',
|
|
'LBL_SAME_LEVEL_ROLES' => 'Same Level Roles',
|
|
'LBL_SUBORDINATE_ROLES' => 'Subordinate Roles',
|
|
|
|
//Summary/Pivot Reports
|
|
'LBL_CREATING_PIVOT_REPORT' => 'Create Pivot Report',
|
|
'LBL_EDITING_PIVOT_REPORT' => 'Edit Pivot Report',
|
|
'LBL_SELECT_PIVOT_FIELDS' => 'Select Pivot Fields',
|
|
'LBL_SELECT_ROWS' => 'Select Rows ',
|
|
'LBL_SELECT_DATA_FIELDS' => 'Select Data Fields ',
|
|
'LBL_ADD_ROWS' => 'Add Rows',
|
|
'LBL_ADD_COLUMNS' => 'Add Columns',
|
|
'LBL_ADD_DATA_FIELDS' => 'Add Data Fields',
|
|
'LBL_PIVOT_FIELDS' => 'Selected Pivot Fields',
|
|
'LBL_RECORD_COUNT' => 'Record Count',
|
|
'LBL_SELECT_PIVOT_FIELDS_WARNING' => 'Warning : Please select at least one Row field, Column field and Data field.',
|
|
'LBL_PIVOT_DATA_FIELDS_WARNING' => 'Warning : In Data Column - aggregation functions(sum,avg,min and max) should not repeat.',
|
|
'LBL_MODIFY_CONDITIONS' => 'Modify Conditions',
|
|
'LBL_PIVOT_PREVIEW_EX' => 'Pivot Report Preview(Example)',
|
|
|
|
//charts labels
|
|
'LBL_SELECT_CHART_TYPE' => 'Select chart type',
|
|
'LBL_CLICK_THROUGH_NOT_AVAILABLE' => 'Click through not available as you have selected more than one module',
|
|
'LBL_TOTAL_SUM_OF' => 'Total Sum of %s',
|
|
'LBL_AVG_OF' => 'Average of %s',
|
|
'LBL_MIN_OF' => 'Minimum of %s',
|
|
'LBL_MAX_OF' => 'Maximum of %s',
|
|
'LBL_RECORD_COUNT' => 'Record Count',
|
|
'LBL_PIE_CHART' => 'Pie Chart',
|
|
'LBL_VERTICAL_BAR_CHART' => 'Vertical Bar Chart',
|
|
'LBL_HORIZONTAL_BAR_CHART' => 'Horizontal Bar Chart',
|
|
'LBL_LINE_CHART' => 'Line Chart',
|
|
'LBL_SELECT_CHART' => 'Select Chart',
|
|
'LBL_CREATING_CHART_REPORT' => 'Creating Chart Report',
|
|
'LBL_EDITING_CHART_REPORT' => 'Editing Chart Report',
|
|
'LBL_GENERATE_CHART' => 'Generate Chart',
|
|
'LBL_SELECT_GROUP_BY_FIELD' => 'Select Groupby Field',
|
|
'LBL_SELECT_DATA_FIELD' => 'Select Data Fields',
|
|
'LBL_MODIFY_CONDITION' => 'Modify Conditions',
|
|
'LBL_PLEASE_SELECT_ATLEAST_ONE_GROUP_FIELD_AND_DATA_FIELD' => 'Please select at least one Groupby field and one Data field.',
|
|
'LBL_FOR_BAR_GRAPH_AND_LINE_GRAPH_SELECT_3_MAX_DATA_FIELDS' => 'For Bar and Line graph, you can select maximum of 3 Data fields.',
|
|
'LBL_DETAIL_REPORT' => 'Detail Report',
|
|
'LBL_PIVOT_REPORT' => 'Pivot Report',
|
|
'LBL_CHARTS' => 'Charts',
|
|
//Schedule Reports - Mail Content
|
|
'LBL_AUTO_GENERATED_REPORT_EMAIL' => 'This is an auto-generated email sent on behalf of a scheduled report.',
|
|
'LBL_PIN_CHART_TO_DASHBOARD' => 'Pin Chart To DashBoard',
|
|
'LBL_FILE_FORMAT' => 'File Format',
|
|
|
|
'Report Type' => 'Report Type',
|
|
'tabular' => 'Tabular',
|
|
'summary' => 'Tabular',
|
|
'pivot' => 'Pivot',
|
|
'chart' => 'Chart',
|
|
'LBL_REPORTS_MOVED_SUCCESSFULLY'=>'Reports Moved Successfully.',
|
|
'LBL_SAME_SOURCE_AND_TARGET_FOLDER'=>'Target Folder Is Same As Source Folder.',
|
|
'LBL_SEARCH_FOR_FOLDERS' => 'Search for folders',
|
|
'LBL_CHART_REPORT' => 'Chart Report',
|
|
'LBL_UNPIN_CHART_FROM_DASHBOARD' => 'Unpin chart from dashboard',
|
|
|
|
'LBL_SHARE_REPORT' => 'Share Report',
|
|
'LBL_SHARED_REPORTS' => 'Shared With Me',
|
|
'LBL_PINNED' => 'Pinned',
|
|
'LBL_UNPINNED' => 'UnPinned',
|
|
|
|
|
|
'LBL_REPORTS_DELETED_SUCCESSFULLY' => 'Reports Deleted Successfully',
|
|
|
|
);
|
|
$jsLanguageStrings = array(
|
|
'JS_DUPLICATE_RECORD' => 'Duplicate Report' , // TODO: Review
|
|
'JS_CALCULATION_LINE_ITEM_FIELDS_SELECTION_LIMITATION' => 'Limitation: Line Item fields(List Price, Discount & Quantity) can only be used when other calculation fields are not selected.', // TODO: Review
|
|
'JS_CHART_PINNED_TO_DASHBOARD' => 'Chart Pinned To DashBoard',
|
|
'JS_CHART_ALREADY_PINNED_TO_DASHBOARD' => 'Chart Already Pinned To DashBoard',
|
|
'JS_MOVE_REPORTS'=>'Move Reports',
|
|
'JS_SCHEDULED_DATE_TIME_ERROR' => 'Scheduled date and time should be greater than current date and time',
|
|
'JSLBL_PIN_CHART_TO_DASHBOARD' => 'Pin Chart To DashBoard',
|
|
'JSLBL_UNPIN_CHART_FROM_DASHBOARD' => 'Unpin chart from dashboard',
|
|
'JS_CHART_REMOVED_FROM_DASHBOARD' => 'Chart removed from dashboard',
|
|
|
|
'JS_NO_CHART_DATA_AVAILABLE' => 'Data not available, please check the selected fields',
|
|
|
|
); |