- 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.
235 lines
12 KiB
PHP
235 lines
12 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(
|
|
'Calendar' => 'Calendar' ,
|
|
'SINGLE_Calendar' => 'Compito' ,
|
|
'LBL_ADD_TASK' => 'Add Compito' ,
|
|
'LBL_ADD_EVENT' => 'Aggiungi Evento' ,
|
|
'LBL_RECORDS_LIST' => 'Vista per Lista' ,
|
|
'LBL_EVENTS' => 'Eventi' ,
|
|
'LBL_TODOS' => 'Compito' ,
|
|
'LBL_CALENDAR_SETTINGS' => 'Calendar Settings' , // TODO: Review
|
|
'LBL_CALENDAR_SHARING' => 'Calendar Sharing' , // TODO: Review
|
|
'LBL_DEFAULT_EVENT_DURATION' => 'Default Event Duration' , // TODO: Review
|
|
'LBL_CALL' => 'Call' , // TODO: Review
|
|
'LBL_OTHER_EVENTS' => 'Other Events' , // TODO: Review
|
|
'LBL_MINUTES' => 'Minutes' , // TODO: Review
|
|
'LBL_SELECT_USERS' => 'Select Users' , // TODO: Review
|
|
'LBL_EVENT_OR_TASK' => 'Evento / Compito' ,
|
|
'LBL_TASK_INFORMATION' => 'Compito Informazione' ,
|
|
'LBL_EVENT_INFORMATION' => 'Dettagli evento' ,
|
|
'Subject' => 'Soggetto' ,
|
|
'Start Date & Time' => 'Orario e data inizio' ,
|
|
'Activity Type' => 'Tipo Attività' ,
|
|
'Send Notification' => 'Manda Notifica' ,
|
|
'Location' => 'Luogo' ,
|
|
'End Date & Time' => 'Data e Ora Fine' ,
|
|
'Visibility' => 'Visibilità',
|
|
'Recurrence' => 'Ricorrenza',
|
|
'Private' => 'Privato',
|
|
'Public' => 'Pubblico',
|
|
'LBL_ACTIVITY_TYPES' => 'Activity Types' ,
|
|
'LBL_CONTACTS_SUPPORT_END_DATE' => 'Data Fine Supporto' ,
|
|
'LBL_CONTACTS_BIRTH_DAY' => 'Date of Birth' ,
|
|
'LBL_ADDED_CALENDARS' => 'Added Calendars' , // TODO: Review
|
|
'Call' => 'Chiamata' ,
|
|
'Meeting' => 'Riunione' ,
|
|
'Task' => 'Compito' , // TODO: Review
|
|
'Planned' => 'Pianificato' ,
|
|
'Completed' => 'Completato' ,
|
|
'Pending Input' => 'In Attesa di Input' ,
|
|
'Not Started' => 'Non Iniziato' ,
|
|
'Deferred' => 'Posticipato' ,
|
|
'Held' => 'Tenuto',
|
|
'Not Held' => 'Non Tenuto',
|
|
'Medium' => 'Medio' ,
|
|
'LBL_CHANGE_OWNER' => 'Cambia Proprietario' ,
|
|
'LBL_EVENT' => 'Evento' ,
|
|
'LBL_TASK' => 'Compito' ,
|
|
'LBL_TASKS' => 'Compito',
|
|
'LBL_CALENDAR_VIEW' => 'Calendar View' ,
|
|
'LBL_SHARED_CALENDAR' => 'Shared Calendar' , // TODO: Review
|
|
'LBL_DAY0' => 'Sunday' , // TODO: Review
|
|
'LBL_DAY1' => 'Monday' , // TODO: Review
|
|
'LBL_DAY2' => 'Tuesday' , // TODO: Review
|
|
'LBL_DAY3' => 'Wednesday' , // TODO: Review
|
|
'LBL_DAY4' => 'Thursday' , // TODO: Review
|
|
'LBL_DAY5' => 'Friday' , // TODO: Review
|
|
'LBL_DAY6' => 'Saturday' , // TODO: Review
|
|
'first' => 'First' , // TODO: Review
|
|
'last' => 'Last' , // TODO: Review
|
|
'LBL_DAY_OF_THE_MONTH' => 'day of the month' , // TODO: Review
|
|
'LBL_ON' => 'on' , // TODO: Review
|
|
'Daily' => 'Day(s)' , // TODO: Review
|
|
'Weekly' => 'Week(s)' , // TODO: Review
|
|
'Monthly' => 'Month(s)' , // TODO: Review
|
|
'Yearly' => 'Year' , // TODO: Review
|
|
'LBL_DEFAULT_STATUS_TYPE' => 'Predefinito Stato e tipo' ,
|
|
'LBL_STATUS' => 'Stato' ,
|
|
'LBL_TYPE' => 'Tipo' ,
|
|
//Fixing colors for Shared Calendar and My Calendar
|
|
'LBL_EDIT_COLOR' => 'Modifica colore',
|
|
'LBL_ADD_CALENDAR_VIEW' => 'Aggiungi Calendar View',
|
|
'LBL_SELECT_USER_CALENDAR' => 'Selezionare Calendario utente',
|
|
'LBL_SELECT_CALENDAR_COLOR' => 'Selezionare Calendario Colore',
|
|
'LBL_EDITING_CALENDAR_VIEW' => 'Editing Calendar View',
|
|
'LBL_DELETE_CALENDAR' => 'Elimina Calendario',
|
|
'LBL_SELECT_ACTIVITY_TYPE' => 'Selezionare il tipo di attività',
|
|
'Tasks' => 'Compito',
|
|
'LBL_SELECT_FIELDS_FOR_RANGE' => 'Selezionare i campi per la gamma',
|
|
'LBL_DUPLICATE_VIEW_EXIST' => 'Calendar View esiste già',
|
|
|
|
// For Event Invitation
|
|
'LBL_ACTIVITY_NOTIFICATION' => "Questa è una notifica che un'attività venga assegnato all'utente che è stata",
|
|
'LBL_ACTIVITY_INVITATION' => "Sei stato invitato per un'attività",
|
|
'LBL_DETAILS_STRING' => 'I dettagli sono',
|
|
'LBL_CREATED' => 'creato',
|
|
'LBL_UPDATED' => 'aggiornato',
|
|
'Due Date' => 'Due Date',
|
|
'Priority' => 'Priorità',
|
|
'Related To' => 'Relativi a',
|
|
'LBL_CONTACT_LIST' => 'Elenco dei contatti',
|
|
'LBL_APP_DESCRIPTION' => 'Descrizione',
|
|
'LBL_REGARDS_STRING' => 'Grazie e saluti',
|
|
'LBL_EVENT_INFORMATION' => 'Dettagli evento',
|
|
'LBL_UPDATED_INVITATION' => 'Invito Aggiornato',
|
|
'LBL_INVITATION' => 'Invito',
|
|
//Recurring Events
|
|
'LBL_EDIT_RECURRING_EVENT' => 'Modifica Evento ricorrente',
|
|
'LBL_ALL_EVENTS_EDIT_INFO' => 'Tutti gli eventi della serie saranno cambiati.</br> Saranno mantenute le eventuali modifiche apportate agli altri eventi.',
|
|
'LBL_FUTURE_EVENTS_EDIT_INFO' => 'Questo e tutti i seguenti eventi saranno cambiate.</br> Eventuali modifiche a eventi futuri saranno persi.',
|
|
'LBL_ONLY_THIS_EVENT_EDIT_INFO' => 'Tutti gli altri eventi della serie rimarranno le stesse.',
|
|
'LBL_EDIT_RECURRING_EVENTS_INFO' => 'Vuoi salvare le modifiche per',
|
|
|
|
'LBL_DELETE_RECURRING_EVENT' => 'Elimina Evento ricorrente',
|
|
'LBL_ALL_EVENTS_DELETE_INFO' => 'Tutti gli eventi della serie saranno cancellati.',
|
|
'LBL_FUTURE_EVENTS_DELETE_INFO' => 'Questo e tutti i seguenti eventi sarà cancellata.',
|
|
'LBL_ONLY_THIS_EVENT_DELETE_INFO' => 'Tutti gli altri eventi della serie rimarranno le stesse.',
|
|
'LBL_DELETE_RECURRING_EVENTS_INFO' => 'Vuoi eliminare solo questo evento, tutti gli eventi della serie e questo e tutti gli eventi futuri della serie?',
|
|
'LBL_ONLY_THIS_EVENT' => 'Solo questo evento',
|
|
'LBL_FUTURE_EVENTS' => 'A seguito di eventi',
|
|
'LBL_ALL_EVENTS' => 'Tutti gli eventi',
|
|
|
|
'SINGLE_Events' => 'Evento',
|
|
'LBL_IMPORT_RECORDS' => 'L\'Importazione Dei Record',
|
|
'LBL_RESULT' => 'Risultato',
|
|
'LBL_FINISH' => 'Finitura',
|
|
'LBL_TOTAL_TASKS_IMPORTED' => 'No. di Attività Importato Correttamente ',
|
|
'LBL_TOTAL_TASKS_SKIPPED' => 'No. di Attività Saltato come erano mancanti di uno o più richieste di campo ',
|
|
'LBL_TOTAL_EVENTS_IMPORTED' => 'No. di Eventi Importati Correttamente ',
|
|
'LBL_TOTAL_EVENTS_SKIPPED' => 'No. di Eventi Saltato come erano mancanti di uno o più richieste di campo ',
|
|
'ICAL_FORMAT' => 'Formato iCal',
|
|
'LBL_LAST_IMPORT_UNDONE' => 'La Tua Ultima Importazione È Stata Annullata',
|
|
'LBL_UNDO_LAST_IMPORT' => 'Annulla L\'Ultima Importazione',
|
|
'LBL_REMINDER_NOTIFICATION' => 'Questo è un promemoria di notifica per l\'Attività',
|
|
'LBL_SELECT_EVENT_TYPE' => 'Tipo Di Attività',
|
|
'LBL_THIS_WEEK' => 'Questa Settimana',
|
|
'LBL_ADD_TASK_AND_PRESS_ENTER' => 'Aggiungi Operazione e premere Invio',
|
|
|
|
|
|
'LBL_JANUARY' => 'Gennaio',
|
|
'LBL_FEBRUARY' => 'Febbraio',
|
|
'LBL_MARCH' => 'Marzo',
|
|
'LBL_APRIL' => 'Aprile',
|
|
'LBL_MAY' => 'Può',
|
|
'LBL_JUNE' => 'Giugno',
|
|
'LBL_JULY' => 'Luglio',
|
|
'LBL_AUGUST' => 'Agosto',
|
|
'LBL_SEPTEMBER' => 'Settembre',
|
|
'LBL_OCTOBER' => 'Ottobre',
|
|
'LBL_NOVEMBER' => 'Novembre',
|
|
'LBL_DECEMBER' => 'Dicembre',
|
|
'LBL_CLICK_HERE_TO_VIEW' => 'Clicca qui per vedere',
|
|
|
|
'LBL_TOTAL_EVENTS_DUPLICATED' => 'Numero di eventi duplicati saltato',
|
|
'LBL_TOTAL_TASKS_DUPLICATED' => 'Numero di Task duplicati saltato',
|
|
);
|
|
$jsLanguageStrings = array(
|
|
'LBL_ADD_EVENT_TASK' => 'Add Event / Compito' ,
|
|
'JS_TASK_IS_SUCCESSFULLY_ADDED_TO_YOUR_CALENDAR' => 'Compito is successfully added to your Calendar', // TODO: Review
|
|
'LBL_CANT_SELECT_CONTACT_FROM_LEADS' => 'Impossibile selezionare i contatti correlati per cavi', // TODO: Review
|
|
'JS_FUTURE_EVENT_CANNOT_BE_HELD' => 'Non possiamo essere ritenuti Per Futuro',
|
|
|
|
//Calendar view label translation
|
|
'LBL_MONTH' => 'Month',
|
|
'LBL_TODAY' => 'Today',
|
|
'LBL_DAY' => 'Day',
|
|
'LBL_WEEK' => 'Week',
|
|
|
|
'LBL_SUNDAY' => 'Sunday',
|
|
'LBL_MONDAY' => 'Monday',
|
|
'LBL_TUESDAY' => 'Tuesday',
|
|
'LBL_WEDNESDAY' => 'Wednesday',
|
|
'LBL_THURSDAY' => 'Thursday',
|
|
'LBL_FRIDAY' => 'Friday',
|
|
'LBL_SATURDAY' => 'Saturday',
|
|
|
|
'LBL_SUN' => 'Sun',
|
|
'LBL_MON' => 'Mon',
|
|
'LBL_TUE' => 'Tue',
|
|
'LBL_WED' => 'Wed',
|
|
'LBL_THU' => 'Thu',
|
|
'LBL_FRI' => 'Fri',
|
|
'LBL_SAT' => 'Sat',
|
|
|
|
'LBL_JANUARY' => 'January',
|
|
'LBL_FEBRUARY' => 'February',
|
|
'LBL_MARCH' => 'March',
|
|
'LBL_APRIL' => 'April',
|
|
'LBL_MAY' => 'May',
|
|
'LBL_JUNE' => 'June',
|
|
'LBL_JULY' => 'July',
|
|
'LBL_AUGUST' => 'August',
|
|
'LBL_SEPTEMBER' => 'September',
|
|
'LBL_OCTOBER' => 'October',
|
|
'LBL_NOVEMBER' => 'November',
|
|
'LBL_DECEMBER' => 'December',
|
|
|
|
'LBL_JAN' => 'Jan',
|
|
'LBL_FEB' => 'Feb',
|
|
'LBL_MAR' => 'Mar',
|
|
'LBL_APR' => 'Apr',
|
|
'LBL_MAY' => 'May',
|
|
'LBL_JUN' => 'Jun',
|
|
'LBL_JUL' => 'Jul',
|
|
'LBL_AUG' => 'Aug',
|
|
'LBL_SEP' => 'Sep',
|
|
'LBL_OCT' => 'Oct',
|
|
'LBL_NOV' => 'Nov',
|
|
'LBL_DEC' => 'Dec',
|
|
|
|
'LBL_ALL_DAY' => 'All-Day',
|
|
//End
|
|
|
|
//Fixing colors for Shared Calendar and My Calendar
|
|
'JS_CALENDAR_VIEW_COLOR_UPDATED_SUCCESSFULLY' => 'Vista calendario colore aggiornato con successo',
|
|
'JS_CALENDAR_VIEW_DELETE_CONFIRMATION' => 'Sei sicuro di voler eliminare questo punto di vista Calendar?',
|
|
'JS_CALENDAR_VIEW_ADDED_SUCCESSFULLY' => 'Calendar View aggiunto con successo',
|
|
'JS_CALENDAR_VIEW_DELETED_SUCCESSFULLY' => 'Calendario Vista eliminata correttamente',
|
|
'JS_NO_CALENDAR_VIEWS_TO_ADD' => 'No Calendar View per aggiungere',
|
|
'JS_EDIT_CALENDAR' => 'Modifica Calendario',
|
|
|
|
'LBL_TOMORROW' => 'Domani',
|
|
'JS_EVENT_UPDATED' => 'Evento Aggiornato',
|
|
'JS_NO_EVENTS_F0R_THE_DAY' => 'Nessun evento per il giorno',
|
|
'LBL_AGENDA' => 'Agenda',
|
|
'JS_CALENDAR_VIEW_YOU_ARE_EDITING_NOT_FOUND' => 'Visualizzazione del calendario non trovato',
|
|
'JS_DELETE' => 'Eliminare',
|
|
'JS_EDIT' => 'Modifica',
|
|
'JS_MARK_AS_HELD' => 'Marco tenuta',
|
|
'JS_CREATE_FOLLOW_UP' => 'Creare follow-up',
|
|
'JS_RECURRING_EVENT' => 'Evento ricorrente',
|
|
'JS_DETAILS' => 'Più Dettagli',
|
|
|
|
|
|
'JS_CHECK_START_AND_END_DATE' => 'Fine-Data e Ora deve essere maggiore o uguale alla Data di Inizio e Ora',
|
|
'JS_CHECK_START_AND_END_DATE_SHOULD_BE_GREATER' => 'Fine-Data e Ora dovrebbe essere maggiore di Data di Inizio e Ora',
|
|
|
|
); |