- 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.7 KiB
PHP
87 lines
3.7 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' => "Kaart",
|
|
'EXTENTIONNAME' => "Google",
|
|
'LBL_UPDATES_CRM' => "Updates in CRM",
|
|
'LBL_UPDATES_GOOGLE' => "Updates in Google",
|
|
'LBL_UPDATED' => "Bijgewerkt",
|
|
'LBL_ADDED' => "Toegevoegd",
|
|
'LBL_DELETED' => "Verwijderde",
|
|
'LBL_SYNCRONIZED' => "Gesynchroniseerd",
|
|
'LBL_NOT_SYNCRONIZED' => "U bent nog niet gesynchroniseerd",
|
|
'LBL_SYNC_BUTTON' => "Nu synchroniseren",
|
|
'LBL_REMOVE_SYNC' => "Verwijder Sync",
|
|
'LBL_MORE_VTIGER' => "Er zijn meer records worden gesynchroniseerd vtiger",
|
|
'LBL_MORE_GOOGLE' => "Er zijn meer records worden gesynchroniseerd in Google",
|
|
'Contact Name' => "Contact Naam",
|
|
'Email' => "E-mail",
|
|
'Mobile Phone' => "Mobile Phone",
|
|
'Address' => "Adres",
|
|
'Event Title' => "Event titel",
|
|
'Start Date' => "Startdatum",
|
|
'Until Date' => "Tot Datum",
|
|
'Description' => "Beschrijving",
|
|
'Office Phone' => 'Office Telefoon',
|
|
'Work Phone' => 'Telefoon werk',
|
|
'Home Phone' => 'Telefoon thuis',
|
|
'SYNC_SETTINGS' => 'Contacten Sync Settings',
|
|
'LBL_SELECT_GOOGLE_GROUP_TO_SYNC' => 'Selecteer Google Group',
|
|
'LBL_ADD_CUSTOM_FIELD_MAPPING' => 'Voeg Custom Mapping',
|
|
'LBL_EMAIL' => 'E-mail',
|
|
'LBL_PHONE' => 'Telefoon',
|
|
'LBL_URL' => 'Url',
|
|
'LBL_CUSTOM' => 'Gewoonte',
|
|
'LBL_SELECT_SYNC_DIRECTION' => 'Selecteer Sync Direction',
|
|
'LBL_BI_DIRECTIONAL_SYNC' => 'Synchroniseren beide manieren',
|
|
'LBL_ONLY_SYNC_FROM_GOOGLE_TO_VTIGER' => 'Van Google naar Vtiger alleen',
|
|
'LBL_ONLY_SYNC_FROM_VTIGER_TO_GOOGLE' => 'Van Vtiger naar Google alleen',
|
|
'Job Title' => 'Titel',
|
|
'Company' => 'Vennootschap',
|
|
'Birthday' => 'Verjaardag',
|
|
'Phone' => 'Telefoon',
|
|
'URL' => 'Url',
|
|
'phone' => 'Telefoon',
|
|
'email' => 'E-mail',
|
|
'url' => 'Url',
|
|
'home' => 'Huis',
|
|
'work' => 'Werk',
|
|
'custom' => 'Gewoonte',
|
|
'mobile' => 'Mobiel',
|
|
'main' => 'Hoofd-',
|
|
'work_fax' => 'Fax',
|
|
'home_fax' => 'Thuis Fax',
|
|
'pager' => 'Pieper',
|
|
'profile' => 'Profiel',
|
|
'blog' => 'Blog',
|
|
'home-page' => 'Homepage',
|
|
'CALENDAR_SYNC_SETTINGS' => 'Kalender synchronisatie-instellingen',
|
|
'LBL_SELECT_GOOGLE_CALENDAR_TO_SYNC' => 'Selecteer Google Calendar',
|
|
'LBL_SAVE_AND_START_SYNC' => 'Opslaan en beginnen Sync',
|
|
'LBL_PRIMARY' => 'Primair',
|
|
'LBL_SYNC_FROM_GOOGLE_TO_VTIGER' => 'Sync van google naar vtiger',
|
|
'LBL_SYNC_FROM_VTIGER_TO_GOOGLE' => 'Synchroniseren van vtiger to google',
|
|
'LBL_GOOGLE_CONNECT_MSG' => 'Verbinding maken met een Google-account op te halen',
|
|
'LBL_SIGN_IN_WITH_GOOGLE' => 'Meld je aan met Google',
|
|
'LBL_GOOGLE_ACCOUNT_DETAILS' => 'Google-account Details',
|
|
'LBL_GOOGLE_ACCOUNT_SYNCED_WITH' => 'Google-account gesynchroniseerd met',
|
|
'LBL_CHANGE_USER' => 'Gebruiker wijzigen',
|
|
|
|
'LBL_SAVE_AND_IMPORT' => 'Opslaan en Importeren',
|
|
'LBL_IMPORT_RESULTS_GOOGLE' => 'Google Importeren resultaten',
|
|
|
|
'LBL_REDIRECT_URL' => 'redirect url',
|
|
'LBL_REDIRECT_URL_MESSAGE' => 'Kopieer de volgende redirect url en plakken in uw Google-authenticatie project als afbeelding laat zien',
|
|
);
|
|
$jsLanguageStrings = array(
|
|
'LBL_SYNC_BUTTON' => "Nu synchroniseren",
|
|
'LBL_SYNCRONIZING' => "Synchroniseren ....",
|
|
'LBL_NOT_SYNCRONIZE' => "U bent nog niet gesynchroniseerd",
|
|
); |