- 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.
124 lines
4.8 KiB
PHP
124 lines
4.8 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_CloudFile' => 'CloudFile',
|
|
'SINGLE_CloudFile' => 'File',
|
|
'CloudFile ID' => 'File ID',
|
|
|
|
'LBL_DESCRIPTION_INFORMATION' => 'Description',
|
|
'LBL_CLOUDFILE_INFORMATION' => 'File information',
|
|
|
|
'LBL_LOADING_FILES' => 'Files will be loaded',
|
|
|
|
'ModuleFieldLabel' => 'ModuleFieldLabel Text',
|
|
|
|
"LBL_CLOUDFILE_CONNECTIONS" => "Cloud Connection",
|
|
"LBL_CLOUD_SYSTEM" => "System",
|
|
"LBL_FILENAME" => "Filename",
|
|
"LBL_HEADER_ACTIONS" => "Actions",
|
|
|
|
"LBL_STATE_UNCHECKED" => "unchecked",
|
|
"LBL_STATE_UNAVAILABLE" => "not available",
|
|
"LBL_NEVER" => "never",
|
|
"LBL_STATE_OK" => "available",
|
|
|
|
"LBL_SETTINGS_CONNECTION_MANAGER_DESCR" => "Configure Cloud Services",
|
|
"LBL_SETTINGS_CONNECTION_MANAGER" => "Connection Manager",
|
|
|
|
"LBL_SETTINGS_CONNECTION_MODULE" => "Manage linked Module",
|
|
"LBL_SETTINGS_CONNECTION_MODULE_DESCR" => "Which Module have CloudFile Support",
|
|
|
|
"LBL_SETTINGS_LICENSE" => "License",
|
|
"LBL_SETTINGS_LICENSE_DESCR" => "License management",
|
|
|
|
"LBL_LICENSE_CODE" => "Your Licensekey",
|
|
"LBL_LICENSE_CODE_SAVE" => "save Licensekey",
|
|
"LBL_LICENSE_ACCEPT" => "License activated!",
|
|
"LBL_LICENSE_DECLINE" => "Error during activation process!<brPlease check, if your vtigerCRM System could connect to the Internet.",
|
|
"LBL_FOR" => "for",
|
|
|
|
"LBL_HEAD_CONNECTION_MANAGER" => "Connection Manager",
|
|
"LBL_BUTTON_CREATE_CONNECTION" => "Create new Connection",
|
|
|
|
"LBL_CHOOSE_NEW_ADAPTER" => "Choose adapter for new Connection",
|
|
"LBL_BUTTON_EDIT" => "Edit",
|
|
"LBL_BUTTON_REMOVE" => "Remove",
|
|
|
|
"LBL_CONNECTION_TITLE" => "Connectiontitle",
|
|
"LBL_SAVE" => "Save",
|
|
|
|
"LBL_TITLE" => "Title",
|
|
"LBL_MODIFIED" => "last modified",
|
|
|
|
"LBL_FILESYSTEM_ROOT_DIRECTORY" => "root directory",
|
|
"LBL_BACK" => "back",
|
|
|
|
"LBL_CONNECTION_ADAPTER" => "adapter",
|
|
|
|
"LBL_AUTHORIZE_FAILURE" => "No connection could be created!",
|
|
"LBL_ACTION_CHECK_STATE" => "Check filestate",
|
|
"LBL_LAST_CHECK" => "last filecheck",
|
|
"LBL_CHECK_STATE" => "Filestate",
|
|
|
|
"LBL_FTP_SERVER" => "Server",
|
|
"LBL_FTP_USERNAME" => "Username",
|
|
"LBL_FTP_PASSWORD" => "Password",
|
|
|
|
# Samba Adapter
|
|
"LBL_SAMBA_SERVER" => "Server",
|
|
"LBL_SAMBA_USERNAME" => "Username",
|
|
"LBL_SAMBA_DOMAIN" => "Domain / Workgroup",
|
|
"LBL_SAMBA_PASSWORD" => "Password",
|
|
"LBL_SAMBA_SHARE" => "Share",
|
|
"LBL_SAMBA_SMBCLIENT" => "Path to smbclient command",
|
|
"LBL_SAMBA_ENCODING" => "encoding",
|
|
|
|
"LBL_LICENSE_UPDATE_INFO" => "CloudFile License successfully Updated!",
|
|
"BTN_ADD_FILE" => "add File",
|
|
"BTN_CREATE_BOOKMARK" => "add Bookmark",
|
|
"LBL_GLOBAL_BOOKMARKS" => "global Bookmarks",
|
|
"LBL_CONNECTION_SETTINGS" => "Connection settings",
|
|
"LBL_SETTINGS" => "Settings",
|
|
|
|
"ERR_LICENSE_ERROR" => "License Error",
|
|
"ERR_LICENSE_ERROR_LINK" => "Please enter your License on this Page.",
|
|
|
|
"LBL_SETTINGS_UPDATE" => "Update",
|
|
"LBL_SETTINGS_UPDATE_DESCR" => "Check if there is an available update.",
|
|
"LBL_CLOUDFILE_LICENSE_OK" => "License ok!",
|
|
|
|
"LBL_AUTH_TYPE" => "WebDAV Login Type (Basic / Digest)",
|
|
"LBL_ADAPTER_SUPPORT_LINK" => "Support page with Instructions for this provider",
|
|
'LBL_NO_EXISTING_CONNECTIONS' => 'no existing Connections',
|
|
'LBL_LICENSE_MANAGER' => 'License management',
|
|
'LBL_LICENSE_IS' => 'Lizenz ist',
|
|
'LBL_LICENSE_STATE' => 'License version',
|
|
'LBL_REVALIDATE_LICENSE' => 'Revalidate License',
|
|
'LBL_REMOVE_LICENSE' => 'remove License',
|
|
'LBL_LICENSE_ACTIVE'=>'License active',
|
|
'LBL_LICENSE_INACTIVE'=>'License inactive',
|
|
'LBL_LICENSE_FOR' => 'License for',
|
|
|
|
'LBL_ACCESS_PERMISSIONS' => 'individual access permissions',
|
|
|
|
'LBL_PERMISSION_NONE' => 'no access',
|
|
'LBL_PERMISSION_READ' => 'Read',
|
|
'LBL_PERMISSION_CONNECT' => 'Connect',
|
|
'LBL_PERMISSION_WRITE' => 'Upload',
|
|
'LBL_PERMISSION_DELETE' => 'Delete',
|
|
'LBL_USER' => 'User',
|
|
'LBL_ROLE' => 'Role',
|
|
'LBL_GROUP' => 'Group',
|
|
'LBL_GLOBAL' => 'All',
|
|
'LBL_ADD_PERMISSION' => 'add permission',
|
|
'LBL_SET_START_PATH' => 'make start path',
|
|
'LBL_START_PATH' => 'start path',
|
|
);
|