- 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.
41 lines
2.7 KiB
PHP
41 lines
2.7 KiB
PHP
<?php
|
|
/* ********************************************************************************
|
|
* The content of this file is subject to the VTEStore ("License");
|
|
* You may not use this file except in compliance with the License
|
|
* The Initial Developer of the Original Code is VTExperts.com
|
|
* Portions created by VTExperts.com. are Copyright(C) VTExperts.com.
|
|
* All Rights Reserved.
|
|
* ****************************************************************************** */
|
|
|
|
$languageStrings = array(
|
|
'VTiger Premium' => 'Extension Pack',
|
|
);
|
|
|
|
$jsLanguageStrings = array(
|
|
'JS_LBL_ARE_YOU_SURE_YOU_WANT_TO_INSTALL_THIS_EXTENSION'=>'Are you sure you want to install this extension?',
|
|
'JS_PLEASE_LOGIN_TO_VTE_STORE_FOR_INSTALLING_EXTENSION'=>'Please login to Extension Pack for installing extension',
|
|
'JS_ARE_YOU_SURE_YOU_WANT_TO_UPGRADE_THIS_EXTENSION'=>'Are you sure you want to upgrade this extension?',
|
|
'JS_ARE_YOU_SURE_WANT_TO_LOGOUT_VTE_STORE'=>'Are you sure want to logout Extension Pack?',
|
|
'JS_FILTER' => 'Filter',
|
|
'JS_CLICK_TO_RESET_THE_SEARCH' => 'Click to Reset the Search',
|
|
'Your email is invalid or used for other customer'=>'Your email is invalid or used for other customer',
|
|
'Updated information.'=>'Updated information.',
|
|
'JS_LBL_ARE_YOU_SURE_YOU_WANT_TO_UNINSTALL_THIS_EXTENSION'=>'Are you sure want to uninstall this extension?',
|
|
'JS_LBL_ARE_YOU_SURE_WANT_TO_UNINSTALL_ALL_EXTENSIONS'=>'Are you sure want to uninstall all extensions',
|
|
'JS_UNINSTALLING_ALL_EXTENSIONS'=>'Uninstalling all extensions',
|
|
'JS_UNINSTALLING_EXTENSION'=>'Uninstalling extension',
|
|
'JS_PLEASE_WAIT'=>'Please wait... page is refreshing',
|
|
'JS_INSTALLING_EXTENSION'=>'Installing Extension ...',
|
|
'JS_UPGRADING_EXTENSION'=>'Upgrading Extension',
|
|
'JS_ARE_YOU_SURE_YOU_WANT_TO_UPGRADE_VTE_STORE_MODULE'=>'Are you sure want to upgrade Extension Pack module?',
|
|
'JS_UPGRADING_VTE_STORE_MODULE'=>'Upgrading Extension Pack',
|
|
'JS_LBL_ARE_YOU_SURE_WANT_TO_UPGRADE_ALL_EXTENSIONS'=>'Are you sure want to upgrade all extensions',
|
|
'JS_UPGRADING_ALL_EXTENSIONS'=>'Upgrading all extensions',
|
|
'JS_REGENERATING_LICENSE'=>'Regenerating License...',
|
|
'JS_MSG_REFRESH'=>'If you just signed and the status is still trial/expired - please click Yes to retrieve the latest account data. Note, this process might take up to 2 minutes',
|
|
'JS_RESET_PASSWORD'=>'Your request has been submitted, please check your email.',
|
|
'JS_YOU_MUST_AGREE_MOVE_YOUR_ACCOUNT'=>'You must agree to move your account to new VTiger instance.',
|
|
'JS_MOVE_URL_SUCCESSFULLY'=>'Your account has been moved, you can now install and use Extension Pack.',
|
|
'JS_CHECKING'=>'Checking...',
|
|
''=>'',
|
|
); |