- 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.
87 lines
3.5 KiB
PHP
87 lines
3.5 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(
|
|
'Map' => "Map",
|
|
'EXTENTIONNAME' => "Google",
|
|
'LBL_UPDATES_CRM' => "Updates in CRM",
|
|
'LBL_UPDATES_GOOGLE' => "Updates in Google",
|
|
'LBL_UPDATED' => "Updated",
|
|
'LBL_ADDED' => "Added",
|
|
'LBL_DELETED' => "Deleted",
|
|
'LBL_SYNCRONIZED' => "Synchronized",
|
|
'LBL_NOT_SYNCRONIZED' => "You have not synchronized yet",
|
|
'LBL_SYNC_BUTTON' => "Synchronize Now",
|
|
'LBL_REMOVE_SYNC' => "Remove Sync",
|
|
'LBL_MORE_VTIGER' => "There are more records to be synchronized in vtiger",
|
|
'LBL_MORE_GOOGLE' => "There are more records to be synchronized in Google",
|
|
'Contact Name' => "Contact Name",
|
|
'Email' => "Email",
|
|
'Mobile Phone' => "Mobile Phone",
|
|
'Address' => "Address",
|
|
'Event Title' => "Event Title",
|
|
'Start Date' => "Start Date",
|
|
'Until Date' => "Until Date",
|
|
'Description' => "Description",
|
|
'Office Phone' => 'Office Phone',
|
|
'Work Phone' => 'Work Phone',
|
|
'Home Phone' => 'Home Phone',
|
|
'SYNC_SETTINGS' => 'Contacts Sync Settings',
|
|
'LBL_SELECT_GOOGLE_GROUP_TO_SYNC' => 'Select Google Group',
|
|
'LBL_ADD_CUSTOM_FIELD_MAPPING' => 'Add Custom Mapping',
|
|
'LBL_EMAIL' => 'Email',
|
|
'LBL_PHONE' => 'Phone',
|
|
'LBL_URL' => 'Url',
|
|
'LBL_CUSTOM' => 'Custom',
|
|
'LBL_SELECT_SYNC_DIRECTION' => 'Select Sync Direction',
|
|
'LBL_BI_DIRECTIONAL_SYNC' => 'Sync both ways',
|
|
'LBL_ONLY_SYNC_FROM_GOOGLE_TO_VTIGER' => 'From Google to Vtiger only',
|
|
'LBL_ONLY_SYNC_FROM_VTIGER_TO_GOOGLE' => 'From Vtiger to Google only',
|
|
'Job Title' => 'Title',
|
|
'Company' => 'Company',
|
|
'Birthday' => 'Birthday',
|
|
'Phone' => 'Phone',
|
|
'URL' => 'Url',
|
|
'home' => 'Home',
|
|
'work' => 'Work',
|
|
'custom' => 'Custom',
|
|
'mobile' => 'Mobile',
|
|
'main' => 'Main',
|
|
'work_fax' => 'Fax',
|
|
'home_fax' => 'Home Fax',
|
|
'pager' => 'Pager',
|
|
'profile' => 'Profile',
|
|
'blog' => 'Blog',
|
|
'home-page' => 'Homepage',
|
|
'CALENDAR_SYNC_SETTINGS' => 'Calendar Sync Settings',
|
|
'LBL_SELECT_GOOGLE_CALENDAR_TO_SYNC' => 'Select Google Calendar',
|
|
'LBL_SAVE_AND_START_SYNC' => 'Save and Start Sync',
|
|
'LBL_PRIMARY' => 'Primary',
|
|
'LBL_SYNC_FROM_GOOGLE_TO_VTIGER' => 'Sync from google to vtiger',
|
|
'LBL_SYNC_FROM_VTIGER_TO_GOOGLE' => 'Sync from vtiger to google',
|
|
'LBL_GOOGLE_CONNECT_MSG' => 'Connect to a Google account to fetch',
|
|
'LBL_SIGN_IN_WITH_GOOGLE' => 'Sign in with Google',
|
|
'LBL_GOOGLE_ACCOUNT_DETAILS' => 'Google Account Details',
|
|
'LBL_GOOGLE_ACCOUNT_SYNCED_WITH' => 'Google Account Synced with',
|
|
'LBL_CHANGE_USER' => 'Change User',
|
|
|
|
'phone' => 'Phone',
|
|
'email' => 'Email',
|
|
'url' => 'Url',
|
|
'LBL_SAVE_AND_IMPORT' => 'Save and Import',
|
|
'LBL_IMPORT_RESULTS_GOOGLE' => 'Google Import results',
|
|
|
|
'LBL_REDIRECT_URL' => 'Redirect url',
|
|
'LBL_REDIRECT_URL_MESSAGE' => 'Copy the following redirect url and paste in your google auth project as image shows',
|
|
);
|
|
$jsLanguageStrings = array(
|
|
'LBL_SYNC_BUTTON' => "Synchronize Now",
|
|
'LBL_SYNCRONIZING' => "Synchronizing....",
|
|
'LBL_NOT_SYNCRONIZE' => "You have not synchronized yet",
|
|
); |