Files
crm.clientright.ru/languages/fr_fr/Settings/Picklist.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

64 lines
4.2 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(
'LBL_SELECT_PICKLIST_IN' => 'Select Picklist in' , // TODO: Review
'LBL_ADD_VALUE' => 'Add Value' , // TODO: Review
'LBL_RENAME_VALUE' => 'Rename Value' , // TODO: Review
'LBL_DELETE_VALUE' => 'Delete Value' , // TODO: Review
'LBL_ITEMS' => 'Values' , // TODO: Review
'LBL_DRAG_ITEMS_TO_RESPOSITION' => 'Drag items to reposition them', // TODO: Review
'LBL_SELECT_AN_ITEM_TO_RENAME_OR_DELETE' => 'Select an item to rename or delete', // TODO: Review
'LBL_TO_DELETE_MULTIPLE_HOLD_CONTROL_KEY' => 'To Delete multiple items hold Ctrl key down while selecting items', // TODO: Review
'LBL_ADD_ITEM_TO' => 'Add Item to' , // TODO: Review
'LBL_ITEM_VALUE' => 'Item value' , // TODO: Review
'LBL_ITEM_TO_RENAME' => 'Item to rename' , // TODO: Review
'LBL_ENTER_NEW_NAME' => 'Enter new Name' , // TODO: Review
'LBL_RENAME_PICKLIST_ITEM' => 'Rename PickList Item' , // TODO: Review
'LBL_DELETE_PICKLIST_ITEMS' => 'Delete PickList Items' , // TODO: Review
'LBL_ITEMS_TO_DELETE' => 'Items to Delete' , // TODO: Review
'LBL_REPLACE_IT_WITH' => 'Replace it with' , // TODO: Review
'LBL_ASSIGN_TO_ROLE' => 'Assign to Role' , // TODO: Review
'LBL_ALL_ROLES' => 'All Roles' , // TODO: Review
'LBL_CHOOSE_ROLES' => 'Choose Roles' , // TODO: Review
'LBL_ALL_VALUES' => 'All values' , // TODO: Review
'LBL_VALUES_ASSIGNED_TO_A_ROLE' => 'Values assigned to a role' , // TODO: Review
'LBL_ASSIGN_VALUE' => 'Assign Value' , // TODO: Review
'LBL_SAVE_ORDER' => 'Save Order' , // TODO: Review
'LBL_ROLE_NAME' => 'Role name' , // TODO: Review
'LBL_SELECTED_VALUES_MESSGAE' => 'will appear for the user with this role', // TODO: Review
'LBL_ENABLE/DISABLE_MESSGAE' => 'Click on value to Enable/Disable it.After done click on save', // TODO: Review
'LBL_ASSIGN_VALUES_TO_ROLES' => 'Assign Values to Roles' , // TODO: Review
'LBL_SELECTED_VALUES' => 'Selected Values' , // TODO: Review
'NO_PICKLIST_FIELDS' => 'do not have any picklist fields', // TODO: Review
'LBL_EDIT_PICKLIST_ITEM' => 'Modifier Picklist article',
//Translation for module
'Calendar' => 'Tâche',
'LBL_NON_EDITABLE_PICKLIST_VALUES' => 'Non Modifiable Valeurs',
);
$jsLanguageStrings = array(
'JS_ITEM_RENAMED_SUCCESSFULLY' => 'Item Renamed Successfully' , // TODO: Review
'JS_ITEM_ADDED_SUCCESSFULLY' => 'Item added Successfully' , // TODO: Review
'JS_NO_ITEM_SELECTED' => 'No item Selected' , // TODO: Review
'JS_MORE_THAN_ONE_ITEM_SELECTED' => 'More than one Item selected' , // TODO: Review
'JS_ITEMS_DELETED_SUCCESSFULLY' => 'Items Deleted Successfully' , // TODO: Review
'JS_YOU_CANNOT_DELETE_ALL_THE_VALUES' => 'You cannot delete all the values', // TODO: Review
'JS_ALL_ROLES_SELECTED' => 'All Roles Selected' , // TODO: Review
'JS_LIST_UPDATED_SUCCESSFULLY' => 'List updated Successfully' , // TODO: Review
'JS_SEQUENCE_UPDATED_SUCCESSFULLY' => 'Sequence updated successfully', // TODO: Review
'JS_VALUE_ASSIGNED_SUCCESSFULLY' => 'Value assigned successfully' , // TODO: Review
'JS_PLEASE_SELECT_MODULE' => 'Please seelct module' , // TODO: Review
'JS_SPECIAL_CHARACTERS' => 'Les Caractères spéciaux comme',
'JS_NOT_ALLOWED' => 'ne sont pas autorisés',
);