- 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' => 'Dokument' ,
|
|
'Documents' => 'Documents' ,
|
|
'LBL_ADD_RECORD' => 'Add Document' ,
|
|
'LBL_RECORDS_LIST' => 'Documents List' ,
|
|
'LBL_NOTE_INFORMATION' => 'Dokumentinformation' ,
|
|
'LBL_FILE_INFORMATION' => 'Dateiinformation' ,
|
|
'LBL_DESCRIPTION' => 'Beschreibung' ,
|
|
'Title' => 'Titel' ,
|
|
'File Name' => 'Dateiname' ,
|
|
'Note' => 'Notiz' ,
|
|
'File Type' => 'Dateityp' ,
|
|
'File Size' => 'Größe' ,
|
|
'Download Type' => 'Download Typ' ,
|
|
'Version' => 'Version' ,
|
|
'Active' => 'aktiv' ,
|
|
'Download Count' => 'Download Anzahl' ,
|
|
'Folder Name' => 'Verzeichnisname' ,
|
|
'Document No' => 'Dokumentennr.' ,
|
|
'Last Modified By' => 'Last Modified By' ,
|
|
'LBL_FOLDER_HAS_DOCUMENTS' => 'Please move documents from folder before deleting',
|
|
'LBL_DOWNLOAD_FILE' => 'Download Datei' ,
|
|
'LBL_CHECK_FILE_INTEGRITY' => 'prüfe Dateiintegrität' ,
|
|
'LBL_INTERNAL' => 'intern' ,
|
|
'LBL_EXTERNAL' => 'extern' ,
|
|
'LBL_MAX_UPLOAD_SIZE' => 'Maximum upload size' ,
|
|
'LBL_MOVE' => 'Verschieben' ,
|
|
'LBL_ADD_FOLDER' => 'Verzeichnis hinzufügen' ,
|
|
'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' => 'Verzeichnis hinzufügen' ,
|
|
'LBL_FOLDER_NAME' => 'Verzeichnisname' ,
|
|
'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' => 'Datei anzeigen',
|
|
'LBL_PREVIEW_NOT_AVAILABLE' => 'Vorschau nicht verfügbar',
|
|
'LBL_VIEW_FILE' => 'Datei anzeigen',
|
|
'LBL_PREVIEW_NOT_AVAILABLE' => 'Vorschau nicht verfügbar',
|
|
'LBL_INTERNAL_DOCUMENT_TYPE' =>'Interne Dokument',
|
|
'LBL_EXTERNAL_DOCUMENT_TYPE' =>'Externe URL',
|
|
'LBL_WEBDOCUMENT_TYPE' =>'Web-Dokumenten',
|
|
'LBL_DRAG_&_DROP_FILE_HERE' => 'Drag & Drop-Datei hier',
|
|
'LBL_WEB' => 'Netz',
|
|
'LBL_UPLOAD_DOCUMENT_TO_VTIGER' => 'Dokumente hochladen, um Vtiger',
|
|
'LBL_ROOT' => 'Wurzel',
|
|
'LBL_AUTHORIZE' => 'Ermächtigen',
|
|
'LBL_DOCUMENT_SOURCE' => 'Dokumentenquelle',
|
|
'LBL_FILE_URL' => 'Datei-URL',
|
|
|
|
'LBL_EMAIL_FILE_AS_ATTACHMENT' => 'E-Mail-Datei als Anhang',
|
|
'LBL_UPLOAD_TO' => 'Hochladen',
|
|
'LBL_NEW_DOCUMENT' => 'Neues Dokument',
|
|
'LBL_VTIGER' => 'Vtiger',
|
|
'LBL_CREATE_YOUR_OWN' => 'Erstellen Sie Ihre eigenen',
|
|
'LBL_SHARE_DOCUMENT' => 'Ein Dokument freigeben',
|
|
'LBL_UPLOAD_TO_VTIGER' => 'Dokument hochladen Vtiger CRM',
|
|
'LBL_UPLOAD' => 'Hochladen',
|
|
'LBL_SELECT_FILE_FROM_COMPUTER' => 'Wählen Sie die Datei von meinem Computer',
|
|
'LBL_FILE_UPLOAD' => 'Datei-Upload',
|
|
'LBL_LINK_EXTERNAL_DOCUMENT' => 'Link Externes Dokument',
|
|
'LBL_TO_SERVICE' => 'Zu %s',
|
|
'LBL_FROM_SERVICE' => 'Von %s',
|
|
'LBL_CREATE_NEW' => 'Erstellen Sie Neue %s',
|
|
'LBL_SELECT_A_FOLDER_TO_MOVE' => 'Bitte wählen Sie einen Ordner verschieben',
|
|
);
|
|
$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' => 'Bitte löschen / Verschieben Sie alle Dokumente im aktuellen Ordner vor dem Löschen',
|
|
'JS_SPECIAL_CHARACTERS' => 'Sonderzeichen wie',
|
|
'JS_NOT_ALLOWED' => 'sind nicht erlaubt',
|
|
'JS_DELETE_AND_TRASH_FILE_IN_DRIVE' => 'Löschen und Trash-Datei im Laufwerk',
|
|
'JS_FAILED_TO_UPLOAD_FILE' => 'Fehler beim Datei-Upload',
|
|
'JS_ARE_YOU_SURE_TO_REVOKE_ACCESS' => 'Sind Sie sicher, dass Sie Zugriff widerrufen wollen?',
|
|
'JS_ACCESS_REVOKED' => 'Zugriff widerrufen',
|
|
'JS_DELETE_AND_TRASH_FILE_IN_DROPBOX' => 'Löschen und Trash-Datei im Dropbox',
|
|
'JS_UPLOAD_SUCCESSFUL' => 'Datei hochgeladen Erfolgreicher',
|
|
'JS_UPLOAD_FAILED' => 'File Upload fehlgeschlagen',
|
|
'JS_DOCUMENT_CREATED' => 'Dokument erstellt',
|
|
'JS_DOCUMENT_CREATION_FAILED' => 'Dokument konnte nicht erstellt werden',
|
|
); |