- 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.
137 lines
6.3 KiB
PHP
137 lines
6.3 KiB
PHP
<?php
|
|
/* +**********************************************************************************
|
|
* The contents of this file are subject to the vtiger CRM Public License Version 1.1
|
|
* ("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(
|
|
'LBL_PUBLISHER' => 'Publisher',
|
|
'LBL_LICENSE' => 'License',
|
|
'LBL_PUBLISHED_ON' => 'Published on',
|
|
'LBL_INSTALL' => 'Install',
|
|
'LBL_UPGRADE' => 'Upgrade',
|
|
'LBL_VERSION' => 'Version',
|
|
'LBL_DECLINE' => 'Decline',
|
|
'LBL_ACCEPT_AND_INSTALL' => 'Accept and Install',
|
|
'LBL_OK' => 'OK',
|
|
'LBL_EXTENSION_NOT_COMPATABLE' => 'Extension is not Compatable',
|
|
'LBL_INVALID_FILE' => 'Invalid File',
|
|
'LBL_NO_LICENSE_PROVIDED' => 'No License Provided',
|
|
'LBL_INSTALLATION' => 'Installation',
|
|
'LBL_FAILED' => 'Failed',
|
|
'LBL_SUCCESSFULL' => 'Successful',
|
|
'LBL_INSTALLATION_LOG' => 'Installation Log',
|
|
'LBL_UPDATED_MODULE' => ' module was updated successfully.',
|
|
'LBL_UPDATING_MODULE' => 'Updating Module',
|
|
'LBL_MARKET_PLACE' => 'Market Place',
|
|
|
|
//Extension Store translations
|
|
'LBL_VTIGER_EXTENSION_STORE' => 'Vtiger Extension Store',
|
|
'LBL_SEARCH_FOR_AN_EXTENSION' => 'Search for an extension..',
|
|
'LBL_DOWNLOADS' => 'Downloads',
|
|
'LBL_NO_EXTENSIONS_FOUND' => 'No Extensions Found',
|
|
'LBL_REGISTER_TO_MARKET_PLACE' => 'Register to Marketplace',
|
|
'LBL_MARKETPLACE_REGISTRATION' => 'Marketplace Registration',
|
|
'LBL_MARKETPLACE_LOGIN' => 'Marketplace Login',
|
|
'LBL_NEW_TO_MARKETPLCAE' => 'New to Marketplace ?',
|
|
'LBL_CREATE_AN_ACCOUNT' => 'Create a new account',
|
|
'LBL_SETUP_CARD_DETAILS' => 'Setup Card Details',
|
|
'LBL_SETUP_CARD' => 'Setup Card',
|
|
'LBL_CARD_NUMBER' => 'Card Number',
|
|
'LBL_EXP_MONTH' => 'Exp Month',
|
|
'LBL_EXP_YEAR' => 'Exp Year',
|
|
'LBL_CVC_CODE' => 'CVC Code',
|
|
'LBL_RESET' => 'Reset',
|
|
'LBL_EXTENSION_STORE' => 'Extension Store',
|
|
'LBL_INSTALLED' => 'Installed',
|
|
'LBL_UPDATE_CARD_DETAILS' => 'Update Card Details',
|
|
'LBL_BY' => 'by',
|
|
'LBL_RATINGS' => 'Ratings',
|
|
'LBL_DESCRIPTION' => 'Description',
|
|
'LBL_AUTHOR_INFORMATION' => 'Author Information',
|
|
'LBL_AUTHOR_NAME' => 'Author Name',
|
|
'LBL_PHONE' => 'Phone',
|
|
'LBL_EMAIL' => 'Email',
|
|
'LBL_SCREEN_SHOTS' => 'Screenshots',
|
|
'LBL_CUSTOMER_RATINGS' => 'Customer Ratings',
|
|
'LBL_CUSTOMER_REVIEWS' => 'Customer Reviews',
|
|
'LBL_WRITE_A_REVIEW' => 'Write a Review',
|
|
'LBL_CUSTOMER_REVIEW' => 'Customer Review',
|
|
'LBL_REVIEW' => 'Review',
|
|
'LBL_CUSTOMERS_REVIEWED' => 'Customers Reviewed',
|
|
'LBL_SINGLE_CUSTOMER_REVIEWED' => 'Single Customer Reviewed',
|
|
'LBL_INSTALLATION_FAILED' => 'Installation Failed',
|
|
'LBL_SUCCESSFULL_INSTALLATION' => 'Successful Installation',
|
|
'LBL_INSTALL_FROM_ZIP' => 'Install from Zip',
|
|
'LBL_MORE_DETAILS' => 'More Details',
|
|
'Install' => 'Install',
|
|
'Upgrade' => 'Upgrade',
|
|
'LBL_RATE_IT' => 'Rate it.',
|
|
'LBL_UNINSTALL' => 'Uninstall',
|
|
'LBL_LAUNCH' => 'Launch',
|
|
'LBL_SIGN_UP_FOR_FREE' => 'Sign up for free',
|
|
'LBL_EMAIL_ADDRESS' => 'Email address',
|
|
'LBL_FIRST_NAME' => 'First name',
|
|
'LBL_LAST_NAME' => 'Last name',
|
|
'LBL_COMPANY_NAME' => 'Company name',
|
|
'LBL_PASSWORD' => 'Password',
|
|
'LBL_CONFIRM_PASSWORD' => 'Confirm password',
|
|
'LBL_REGISTER' => 'Register',
|
|
'LBL_EXTENSION_STORE_LOGIN' => 'Extensionstore Login',
|
|
'LBL_REMEMBER_ME' => 'Remember me',
|
|
'LBL_TRY_IT' => 'Try it',
|
|
'LBL_TRIAL_INSTALLED' => 'Trial Installed',
|
|
'LBL_BUY' => 'Buy ',
|
|
'LBL_LOGIN_TO_MARKET_PLACE' => 'Login to Marketplace',
|
|
'LBL_LOGIN' => 'Login',
|
|
'LBL_PHP_EXTENSION_LOADER_IS_NOT_AVAIABLE' => 'Please install extension loader',
|
|
'LBL_INSTALL_EXTENSION_LOADER' => 'Install Extension Loader',
|
|
'LBL_TO_CONTINUE_USING_EXTENSION_STORE' => 'To continue using Extension Store please install ',
|
|
'LBL_DOWNLOAD' => 'Download',
|
|
'LBL_COMPATIABLE_EXTENSION' => ' and enable it as zend_extension.',
|
|
'LBL_MORE_DETAILS_ON_INSTALLATION' => 'For more details on installation ',
|
|
'LBL_READ_HERE' => 'read here',
|
|
'LBL_REVIEWS' => 'Reviews',
|
|
'LBL_SIGNUP_FOR_MARKET_PLACE' => 'Signup for Marketplace',
|
|
'LBL_UNAUTHORIZED' => 'Unauthorized',
|
|
'LBL_EXPIRY_DATE' => 'Expiry Date',
|
|
'LBL_LOGOUT' => 'Logout',
|
|
|
|
'firstname' => 'First Name',
|
|
'lastname' => 'Last Name',
|
|
'email' => 'Email',
|
|
'company' => 'Company',
|
|
'Phone' => 'Phone',
|
|
'Website' => 'Website',
|
|
'LBL_SECURITY_CODE' => 'Security Code',
|
|
'LBL_WHAT_IS_SECURITY_CODE' => 'What is Security Code ?',
|
|
'LBL_CARD_NUMBER_PLACEHOLDER' => '16 digit number on your card',
|
|
'LBL_SECURITY_CODE_HELP_CONTENT' => 'The CVV Number(Card Verification Value) on your credit/debit card is a 3 digit number on VISA®, MasterCard® etc.. branded credit/debit cards.',
|
|
'LBL_ENTER_REGISTERED_EMAIL' => 'Enter your registered email',
|
|
'LBL_RESET_PASSWORD_LINK_EMAILED' => 'Reset Password link emailed to you!',
|
|
'LBL_FORGOT_PASSWORD' => 'Forgot Password',
|
|
'LBL_ALREADY_INSTALLED_MODULE_BUILDER' => 'Already created by module builder',
|
|
'LBL_REVIEW_RESTRICTED' => 'Reviewing restricted',
|
|
);
|
|
$jsLanguageStrings = array(
|
|
'JS_PLEASE_SETUP_CARD_DETAILS_TO_INSTALL_THIS_EXTENSION' => 'Please setup card details to install this extension',
|
|
'JS_UPDATE_CARD_DETAILS' => 'Update Card Details',
|
|
'JS_ON' => 'on',
|
|
'JS_RATINGS' => 'Ratings',
|
|
'JS_INSTALLED' => 'Installed',
|
|
'JS_TRIAL_INSTALLED' => 'Trial Installed',
|
|
'JS_PLEASE_INSTALL_EXTENSION_LOADER_TO_INSTALL_THIS_EXTENSION_FROM_BELOW_LINK' => 'Please install extension loader to install this extension from below link',
|
|
'JS_PLEASE_LOGIN_TO_MARKETPLACE_FOR_INSTALLING_EXTENSION' => 'Please login to marketplace for installing extension',
|
|
'JS_PLEASE_SETUP_CARD_DETAILS_TO_INSTALL_EXTENSION' => 'Please setup card details to install extension',
|
|
'JS_PLEASE_LOGIN_TO_MARKETPLACE_FOR_UNINSTALLING_EXTENSION' => 'Please login to marketplace for uninstalling extension',
|
|
'JS_LBL_ARE_YOU_SURE_YOU_WANT_TO_INSTALL_THIS_EXTENSION' => 'Are you sure you want to install this extension?',
|
|
'JS_CARD_DETAILS_UPDATED' => 'Card details updated!',
|
|
'JS_LBL_ARE_YOU_SURE_YOU_WANT_TO_LOGOUT_FROM_EXTENSION' => 'Are you sure you want to log out from extension?',
|
|
'JS_PASSWORDS_MISMATCH' => "Passwords didn't match!",
|
|
'JS_ARE_YOU_SURE_UNINSTALL' => 'Are you sure you want to uninstall this Extension',
|
|
'JS_ARE_YOU_SURE_INSTALL' => 'Are you sure you want to install this extension',
|
|
); |