- 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.
105 lines
6.9 KiB
PHP
105 lines
6.9 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_IMPORT_STEP_1' => 'Etape 1' ,
|
|
'LBL_IMPORT_STEP_1_DESCRIPTION' => 'Choix du fichier' ,
|
|
'LBL_IMPORT_SUPPORTED_FILE_TYPES' => 'Types de fichier supportés: .CSV, .VCF',
|
|
'LBL_IMPORT_STEP_2' => 'Etape 2' ,
|
|
'LBL_IMPORT_STEP_2_DESCRIPTION' => 'Format' ,
|
|
'LBL_FILE_TYPE' => 'Type de fichier' ,
|
|
'LBL_CHARACTER_ENCODING' => 'Encodage des caractères' ,
|
|
'LBL_DELIMITER' => 'Delimiteur' ,
|
|
'LBL_HAS_HEADER' => 'Contient une ligne d\'entetes',
|
|
'LBL_IMPORT_STEP_3' => 'Etape 3' ,
|
|
'LBL_IMPORT_STEP_3_DESCRIPTION' => 'Option de fusion ' ,
|
|
'LBL_IMPORT_STEP_3_DESCRIPTION_DETAILED' => 'Activer cette option dans le cas de la mise à jour de fiches existantes dans le CRM',
|
|
'LBL_SPECIFY_MERGE_TYPE' => 'Choisir comment les données mises à jour vont être traitées',
|
|
'LBL_SELECT_MERGE_FIELDS' => 'Choisir les champs qui determinent la correspondance entre une ligne de votre fichier et la fiche dans le CRM',
|
|
'LBL_AVAILABLE_FIELDS' => 'Champs disponibles' ,
|
|
'LBL_SELECTED_FIELDS' => 'Champs sélectionnés' ,
|
|
'LBL_NEXT_BUTTON_LABEL' => 'Suivant' ,
|
|
'LBL_IMPORT_STEP_4' => 'Etape 4' ,
|
|
'LBL_IMPORT_STEP_4_DESCRIPTION' => 'Mapping des colonnes des champs du module',
|
|
'LBL_FILE_COLUMN_HEADER' => 'Entêtes' ,
|
|
'LBL_ROW_1' => 'Colonne 1' ,
|
|
'LBL_CRM_FIELDS' => 'Champs du CRM' ,
|
|
'LBL_DEFAULT_VALUE' => 'Valeur par défaut' ,
|
|
'LBL_SAVE_AS_CUSTOM_MAPPING' => 'Sauver ce mapping' ,
|
|
'LBL_IMPORT_BUTTON_LABEL' => 'Import' ,
|
|
'LBL_RESULT' => 'Resultats' ,
|
|
'LBL_TOTAL_RECORDS_IMPORTED' => 'Nombre total d\'enregistrements importés',
|
|
'LBL_NUMBER_OF_RECORDS_CREATED' => 'Nombre total d\'enregistrements créés',
|
|
'LBL_NUMBER_OF_RECORDS_UPDATED' => 'Nombre total d\'enregistrements fusionés',
|
|
'LBL_NUMBER_OF_RECORDS_SKIPPED' => 'Nombre total d\'enregistrements ignorés',
|
|
'LBL_NUMBER_OF_RECORDS_MERGED' => 'Nombre d\'enregistrements fusionnés',
|
|
'LBL_TOTAL_RECORDS_FAILED' => 'Nombre total d\'enregistrements échoués',
|
|
'LBL_IMPORT_MORE' => 'Importer plus d\'éléments' ,
|
|
'LBL_VIEW_LAST_IMPORTED_RECORDS' => 'Derniers enregistrements imoportés',
|
|
'LBL_UNDO_LAST_IMPORT' => 'Annuler le dernier import' ,
|
|
'LBL_FINISH_BUTTON_LABEL' => 'Terminer' ,
|
|
'LBL_UNDO_RESULT' => 'Annler le résultat de l\'import',
|
|
'LBL_TOTAL_RECORDS' => 'Nombre total d\'enregistrements',
|
|
'LBL_NUMBER_OF_RECORDS_DELETED' => 'Nombre d\'enregistrements supprimés',
|
|
'LBL_OK_BUTTON_LABEL' => 'OK' ,
|
|
'LBL_IMPORT_SCHEDULED' => 'Import programmé' ,
|
|
'LBL_RUNNING' => 'En cours' ,
|
|
'LBL_CANCEL_IMPORT' => 'Annuler Import' ,
|
|
'LBL_ERROR' => 'Erreur' ,
|
|
'LBL_CLEAR_DATA' => 'Effacer les données' ,
|
|
'ERR_UNIMPORTED_RECORDS_EXIST' => 'Il existe des données non traités dans le processus d\'import, vous empéchant d\'importer des données pour ce module. <br>
|
|
Purger les données non importées pour relancer un nouvel import',
|
|
'ERR_IMPORT_INTERRUPTED' => 'L\'import courant a été interrompu. Essayez plus tard.',
|
|
'ERR_FAILED_TO_LOCK_MODULE' => 'Impossible de vérouiller ce module pour l\'import. Essayez plus tard',
|
|
'LBL_SELECT_SAVED_MAPPING' => 'Select Saved Mapping' ,
|
|
'LBL_IMPORT_ERROR_LARGE_FILE' => 'Import Error Large file ' , // TODO: Review
|
|
'LBL_FILE_UPLOAD_FAILED' => 'File Upload Failed' , // TODO: Review
|
|
'LBL_IMPORT_CHANGE_UPLOAD_SIZE' => 'Import Change Upload Size' , // TODO: Review
|
|
'LBL_IMPORT_DIRECTORY_NOT_WRITABLE' => 'Import Directory is not writable', // TODO: Review
|
|
'LBL_IMPORT_FILE_COPY_FAILED' => 'Import File copy failed' , // TODO: Review
|
|
'LBL_INVALID_FILE' => 'Invalid File' , // TODO: Review
|
|
'LBL_NO_ROWS_FOUND' => 'No rows found' , // TODO: Review
|
|
'LBL_SCHEDULED_IMPORT_DETAILS' => 'Your import has been scheduled and will start within 15 minutes. You will receive an email after import is completed. <br> <br>
|
|
Please make sure that the Outgoing server and your email address is configured to receive email notification', // TODO: Review
|
|
'LBL_DETAILS' => 'Details' , // TODO: Review
|
|
'skipped' => 'Skipped Records' , // TODO: Review
|
|
'failed' => 'Failed Records' , // TODO: Review
|
|
|
|
'LBL_IMPORT_LINEITEMS_CURRENCY'=> 'Devise (Articles)',
|
|
|
|
'LBL_SKIP_THIS_STEP' => 'Passer cette étape',
|
|
'LBL_UPLOAD_ICS' => 'Téléchargez ICS fichier',
|
|
'LBL_ICS_FILE' => 'ICS fichier',
|
|
'LBL_IMPORT_FROM_ICS_FILE' => "Import d'un fichier ICS",
|
|
'LBL_SELECT_ICS_FILE' => 'Sélectionnez le fichier ICS',
|
|
|
|
'LBL_USE_SAVED_MAPS' => 'L\'Utilisation De Cartes Enregistrées',
|
|
'LBL_IMPORT_MAP_FIELDS' => 'Mapper les colonnes de CRM champs',
|
|
'LBL_UPLOAD_CSV' => 'Télécharger un Fichier CSV',
|
|
'LBL_UPLOAD_VCF' => 'Télécharger Fichier VCF',
|
|
'LBL_DUPLICATE_HANDLING' => 'Double Manipulation',
|
|
'LBL_FIELD_MAPPING' => 'Domaine De La Cartographie',
|
|
'LBL_IMPORT_FROM_CSV_FILE' => 'Importation de fichier CSV',
|
|
'LBL_SELECT_IMPORT_FILE_FORMAT' => 'Où aimeriez-vous importer ?',
|
|
'LBL_CSV_FILE' => 'Fichier CSV',
|
|
'LBL_VCF_FILE' => 'Fichier VCF',
|
|
'LBL_GOOGLE' => 'Google',
|
|
'LBL_IMPORT_COMPLETED' => 'L\'Importation Terminée',
|
|
'LBL_IMPORT_SUMMARY' => 'Résumé de l\'importation',
|
|
'LBL_DELETION_COMPLETED' => 'La Suppression Terminée',
|
|
'LBL_TOTAL_RECORDS_SCANNED' => 'Le nombre Total des enregistrements numérisés',
|
|
'LBL_SKIP_BUTTON' => 'Sauter',
|
|
'LBL_DUPLICATE_RECORD_HANDLING' => 'Copie de l\'enregistrement de la manipulation',
|
|
'LBL_IMPORT_FROM_VCF_FILE' => 'Importation de fichier VCF',
|
|
'LBL_SELECT_VCF_FILE' => 'Sélectionnez fichier VCF',
|
|
'LBL_DONE_BUTTON' => 'Fait',
|
|
'LBL_DELETION_SUMMARY' => 'Supprimer résumé',
|
|
|
|
);
|