Files
crm.clientright.ru/languages/de_de/Settings/ITS4YouCalculateFields.php
Fedor ac7467f0b4 Major CRM updates: AI Assistant, Court Status API, S3 integration improvements, and extensive file storage system
- 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.
2025-10-16 11:17:21 +03:00

123 lines
6.3 KiB
PHP

<?php
/* *********************************************************************************
* The content of this file is subject to the ITS4YouCalculateFields license.
* ("License"); You may not use this file except in compliance with the License
* The Initial Developer of the Original Code is IT-Solutions4You s.r.o.
* Portions created by IT-Solutions4You s.r.o. are Copyright(C) IT-Solutions4You s.r.o.
* All Rights Reserved.
* ******************************************************************************* */
$languageStrings = array(
'ITS4YouCalculateFields' => 'Calculate Fields',
'SINGLE_ITS4YouCalculateFields' => 'Calculate Fields',
'LBL_MODULE_NAME' => 'Calculate Fields',
'LBL_UNINSTALL' => 'Uninstall',
'LBL_UNINSTALL_DESC' => 'Remove Module completely from your vTiger.',
'LBL_MODULE' => 'Module',
'LBL_LICENSE_SETTINGS_INFO' => 'Manage your Module License Key',
'LBL_LICENSE' => 'License',
'LBL_LICENSE_DESC' => 'Manage all settings related to your license',
'LBL_URL' => 'Your vtiger url',
'LBL_LICENSE_ACTIVE' => 'Extension is active',
'LBL_LICENSE_INACTIVE' => 'Extension is not active',
'LBL_INSTALLER_NOT_ACTIVE' => 'Install or Activate ITS4YouInstaller module to manage your licenses.',
'LBL_INSTALLER_UPDATE' => 'Update ITS4YouInstaller module for access to ITS4YouCalculateFields',
'LBL_DOWNLOAD' => 'Download',
'LBL_DOWNLOAD_INSTALLER' => 'Download Installer',
'COPYRIGHT' => ':: IT-Solutions4You',
'LBL_UPGRADE' => 'Upgrade',
'LBL_SELECT_MODULE' => 'Please, select target module',
'LBL_WELCOME' => 'Provides calculated fields based on related module records',
'LBL_SELECT_CALCULATE_FIELD' => 'Select target field',
'LBL_CHOOSE_MODULE' => 'Choose Module',
'LBL_ADD_CUSTOM_FIELD' => 'Add Custom Field',
'LBL_CREATE_CUSTOM_FIELD' => 'Create Custom Field',
'LBL_SELECT_FIELD_TYPE' => 'Select Field Type',
'LBL_LABEL_NAME' => 'Label Name',
'LBL_LENGTH' => 'Length',
'LBL_DECIMALS' => 'Decimals',
'LBL_CHOOSE_FIELDTYPE' => 'Choose field type',
'LBL_BLOCKS' => 'Blocks',
'LBL_IN_MODULE' => 'Target module is ',
'LBL_FIELD_IS' => ' and target field is ',
'LBL_FILTERS' => 'Filters',
'LBL_OPERATION' => 'Operation',
'LBL_STEP_1' => 'Step 1: Please, choose source module for calculation and write description',
'LBL_SELECT_RELATED_MODULE' => 'Source Module',
'LBL_SELECT_FILTER' => 'Select Filter',
'LBL_MODULES' => 'Module',
'LBL_NEXT' => 'Next',
'LBL_STEP_2' => 'Step 2: Please, choose filter for calculation or create own conditions',
'LBL_SELECT_CUSTOM_VIEW' => 'Select Filter',
'LBL_DESCRIPTION' => 'Description',
'LBL_COUNT' => 'COUNT',
'LBL_MAX' => 'MAX',
'LBL_MIN' => 'MIN',
'LBL_AVG' => 'AVG',
'LBL_SUM' => 'SUM',
'LBL_SELECT_OPERATION' => 'Operation',
'LBL_CHOOSE_COLUMNS' => 'Choose columns and order (Max 12)',
'LBL_CHOOSE_OWN_CONDITIONS' => 'Create own conditions',
'LBL_STEP_3' => 'Step 3: Please, first choose source column and then define operation',
'LBL_COLUMN' => 'Column',
'LBL_SAVE' => 'Save',
'LBL_INVALID_KEY' => 'Invalid license key! Please contact the vendor of Calculate Fields.',
'LBL_VALIDATION_ERROR' => 'Error occured during validation of license key',
'LBL_CLASS_SOAPCLIENT2_DOES_NOT_EXIST' => 'Class soapclient2 does not exist',
'LBL_DEACTIVATE_ERROR' => 'Deactivate the license key failed.',
'REACTIVATE_SUCCESS' => 'You have successfuly reactivated your Calculate Fields.',
'LBL_INSTALL' => 'installation',
'LBL_VALIDATION' => 'Validation',
'LBL_FINISH' => 'Finish',
'LBL_WELCOME_DESC' => 'This will install Calculate Fields into your vtiger CRM.',
'LBL_WELCOME_FINISH' => 'It is highly recommended to finish the installation without any interruption.',
'LBL_INSERT_KEY' => 'Please insert a license key you received in purchase confirmation email.',
'LBL_ONLINE_ASSURE' => 'Please make sure that your server have internet access in order to run validation.',
'LBL_COMPANY_LICENSE_INFO' => 'Your Company Information',
'LBL_CHANGE_COMPANY_INFORMATION' => 'Change Company Information',
'LICENSE_SETTINGS' => 'Calculate Fields License',
'LBL_LICENCEKEY' => 'License Key',
'LBL_VALIDATE' => 'Validate',
'LBL_ORDER_NOW' => 'Order now',
'LBL_ACTIVATE_KEY' => 'Activate',
'LBL_ACTIVATE_BTN' => 'Activate',
'LBL_REACTIVATE' => 'Reactivate license',
'LBL_ACTIVATE_KEY_TITLE' => 'Set license key active',
'LBL_REACTIVATE_DESC' => 'In case problem with license key.',
'LBL_DEACTIVATE' => 'Deactivate license',
'LICENSE_SETTINGS_INFO' => 'Manage your Calculate Fields License Key',
'LBL_UNINSTALL_CONFIRM' => 'Are you sure to completely remove Calculate Fields from your vTiger and deactivate your Calculate Fields license?',
'LBL_CALCULATE_FIELD' => 'New Calculate Field',
'LBL_ALL' => 'All',
'LBL_SCHEDULER_IS_INACTIVE' => 'NOTE: You should have Workflow cron script configured.',
'LBL_CRON_IS_INACTIVE' => 'Cron Job &quot;ITS4YouCalculateFields&quot; in &quot;Scheduler&quot; is inactive. Please activate this cron job.',
'LBL_SETUP_CRON_JOB_INSTRUCTIONS' => 'Instructions for setup cron job (scheduler)',
'LBL_INSTALL_SUCCESS' => 'Calculate Fields has been installed successfully.',
'LBL_DEACTIVATE_SUCCESS' => 'License key has been deactivated successfully.',
'LBL_BLOCK_SYSTEM_INFORMATION' => 'System Information',
'LBL_EDIT_FIELDS' => 'Fields & Layout',
'LBL_EDIT_WORKFLOWS' => 'Workflows',
'LBL_MODULE_SEQUENCE_NUMBERING' => 'Numbering',
'LBL_VERSION' => 'Version',
'LBL_SCHEDULING_TYPE' => 'Scheduling type',
'cron' => 'Cron Job',
'aftersave' => 'After save',
'From module' => 'From module',
'From field' => 'From field',
'For module' => 'For module',
'For field' => 'For field',
'LBL_INTEGRATION' => 'Integration',
'LBL_MODULE_REQUIREMENTS' => 'Module Requirements',
'LBL_LICENSE_MANAGE' => 'Manage licenses',
'LBL_LICENSE_USED_BY_OTHER_USERS' => 'License used by other users',
);
$jsLanguageStrings = array(
'JS_UNINSTALL_CONFIRM' => 'Are you sure to completely remove module from your vTiger?',
'JS_CUSTOM_FIELD_ADDED' => 'Custom field added.',
'LBL_UNINSTALL_CONFIRM' => 'Are you sure to completely remove Calculate Fields from your vTiger and deactivate your Calculate Fields license?',
'JS_DELETE_QUESTION' => 'Are you sure you want to delete this CalculateField?',
'LBL_DEACTIVATE_QUESTION' => 'Do you really want to deactivate your license key?',
);