- 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.
97 lines
5.6 KiB
PHP
97 lines
5.6 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(
|
|
'SINGLE_Documents' => 'Documento' ,
|
|
'Documents' => 'Documents' , // TODO: Review
|
|
'LBL_ADD_RECORD' => 'Add Document' ,
|
|
'LBL_RECORDS_LIST' => 'Documents List' ,
|
|
'LBL_NOTE_INFORMATION' => 'Informazioni Base' ,
|
|
'LBL_FILE_INFORMATION' => 'Informazioni file' ,
|
|
'LBL_DESCRIPTION' => 'Descrizione' ,
|
|
'Title' => 'Titolo' ,
|
|
'File Name' => 'Nome file' ,
|
|
'Note' => 'Note' ,
|
|
'File Type' => 'Tipo file' ,
|
|
'File Size' => 'Grandezza' ,
|
|
'Download Type' => 'Tipo download' ,
|
|
'Version' => 'Versione' ,
|
|
'Active' => 'Attivo' ,
|
|
'Download Count' => 'Conteggio download' ,
|
|
'Folder Name' => 'Nome cartella' ,
|
|
'Document No' => '>Numero documento' ,
|
|
'Last Modified By' => 'Last Modified By' ,
|
|
'LBL_FOLDER_HAS_DOCUMENTS' => 'Please move documents from folder before deleting',
|
|
'LBL_DOWNLOAD_FILE' => 'Download file' ,
|
|
'LBL_CHECK_FILE_INTEGRITY' => 'Controllo di integrità' ,
|
|
'LBL_INTERNAL' => 'Interno' ,
|
|
'LBL_EXTERNAL' => 'Esterno' ,
|
|
'LBL_MAX_UPLOAD_SIZE' => 'Maximum upload size' ,
|
|
'LBL_MOVE' => 'Muovi' ,
|
|
'LBL_ADD_FOLDER' => 'Aggiungi cartella' ,
|
|
'LBL_FOLDERS_LIST' => 'Folders List' ,
|
|
'LBL_FOLDERS' => 'Folders' ,
|
|
'LBL_DOCUMENTS_MOVED_SUCCESSFULLY' => 'Documents Moved Successfully',
|
|
'LBL_DENIED_DOCUMENTS' => 'Denied Documents' ,
|
|
'MB' => 'MB' ,
|
|
'LBL_ADD_NEW_FOLDER' => 'Aggiungi cartella' ,
|
|
'LBL_FOLDER_NAME' => 'Nome cartella' ,
|
|
'LBL_FOLDER_DESCRIPTION' => 'Folder Description' ,
|
|
'LBL_FILE_AVAILABLE' => 'File is available for download',
|
|
'LBL_FILE_NOT_AVAILABLE' => 'This Document is not available for Download',
|
|
'LBL_VIEW_FILE' => 'Visualizza File',
|
|
'LBL_PREVIEW_NOT_AVAILABLE' => 'Anteprima non disponibile',
|
|
'LBL_VIEW_FILE' => 'Visualizza File',
|
|
'LBL_PREVIEW_NOT_AVAILABLE' => 'Anteprima non disponibile',
|
|
'LBL_INTERNAL_DOCUMENT_TYPE' =>'Documento interno',
|
|
'LBL_EXTERNAL_DOCUMENT_TYPE' =>'URL esterno',
|
|
'LBL_WEBDOCUMENT_TYPE' =>'Documento Web',
|
|
'LBL_DRAG_&_DROP_FILE_HERE' => 'Drag & Drop File qui',
|
|
'LBL_WEB' => 'Tela',
|
|
'LBL_UPLOAD_DOCUMENT_TO_VTIGER' => 'Carica Documents To Vtiger',
|
|
'LBL_ROOT' => 'Radice',
|
|
'LBL_AUTHORIZE' => 'Autorizzare',
|
|
'LBL_DOCUMENT_SOURCE' => 'Origine documento',
|
|
'LBL_FILE_URL' => 'Url File',
|
|
|
|
'LBL_EMAIL_FILE_AS_ATTACHMENT' => 'E-mail un file come allegato',
|
|
'LBL_UPLOAD_TO' => 'Caricare',
|
|
'LBL_NEW_DOCUMENT' => 'Nuovo Documento',
|
|
'LBL_VTIGER' => 'Vtiger',
|
|
'LBL_CREATE_YOUR_OWN' => 'Creare il proprio',
|
|
'LBL_SHARE_DOCUMENT' => 'Condividere un Documento',
|
|
'LBL_UPLOAD_TO_VTIGER' => 'Caricare il Documento di Vtiger',
|
|
'LBL_UPLOAD' => 'Caricare',
|
|
'LBL_SELECT_FILE_FROM_COMPUTER' => 'Selezionare il File dal mio Computer',
|
|
'LBL_FILE_UPLOAD' => 'Upload Di File',
|
|
'LBL_LINK_EXTERNAL_DOCUMENT' => 'Link Esterni Al Documento',
|
|
'LBL_TO_SERVICE' => 'Di %s',
|
|
'LBL_FROM_SERVICE' => 'Da %s',
|
|
'LBL_CREATE_NEW' => 'Creare Nuova %s',
|
|
'LBL_SELECT_A_FOLDER_TO_MOVE' => 'Si prega di selezionare una cartella di muoversi',
|
|
);
|
|
$jsLanguageStrings = array(
|
|
'JS_NEW_FOLDER' => 'New Folder' ,
|
|
'JS_MOVE_DOCUMENTS' => 'Move Documents' ,
|
|
'JS_ARE_YOU_SURE_YOU_WANT_TO_MOVE_DOCUMENTS_TO' => 'Are you sure you want to move the file(s) to',
|
|
'JS_FOLDER' => 'folder' ,
|
|
'JS_OPERATION_DENIED' => 'Operation Denied' ,
|
|
'JS_FOLDER_IS_NOT_EMPTY' => 'Si prega Elimina / Sposta tutti i documenti contenuti nella cartella corrente prima di cancellarla',
|
|
'JS_SPECIAL_CHARACTERS' => 'Caratteri speciali come',
|
|
'JS_NOT_ALLOWED' => 'non sono ammessi',
|
|
'JS_DELETE_AND_TRASH_FILE_IN_DRIVE' => 'Eliminare file e trash in auto',
|
|
'JS_FAILED_TO_UPLOAD_FILE' => 'Impossibile caricare il file',
|
|
'JS_ARE_YOU_SURE_TO_REVOKE_ACCESS' => 'Sei sicuro di voler revocare l\'accesso?',
|
|
'JS_ACCESS_REVOKED' => 'Accesso revocato',
|
|
'JS_DELETE_AND_TRASH_FILE_IN_DROPBOX' => 'Eliminare file e trash in dropbox',
|
|
'JS_UPLOAD_SUCCESSFUL' => 'Caricato con successo File',
|
|
'JS_UPLOAD_FAILED' => 'File Upload non riuscito',
|
|
'JS_DOCUMENT_CREATED' => 'Documento creato',
|
|
'JS_DOCUMENT_CREATION_FAILED' => 'La creazione di documenti fallita',
|
|
); |