- 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.
85 lines
3.4 KiB
PHP
85 lines
3.4 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.
|
|
* Portions created by JPL TSolucio, S.L. are Copyright (C) jpl tsolucio.
|
|
* All Rights Reserved.
|
|
* ********************************************************************************
|
|
* Language : Español es_es
|
|
* Version : 6.0.0
|
|
* Created Date : 2012-10-25
|
|
* Author : JPL TSolucio, S. L. Joe Bordes
|
|
* Last change : 2013-05-03
|
|
* Author : JPL TSolucio, S. L. Joe Bordes
|
|
************************************************************************************/
|
|
$languageStrings = array(
|
|
'Events' => 'Eventos',
|
|
'SINGLE_Events' => 'Evento',
|
|
'LBL_ADD_RECORD' => 'Añadir Evento',
|
|
'LBL_RECORDS_LIST' => 'Vista de Lista',
|
|
'LBL_EVENTS' => 'Eventos',
|
|
'LBL_TODOS' => 'Tarea',
|
|
'LBL_EVENT_INFORMATION' => 'Detalles del Evento',
|
|
'LBL_RECURRENCE_INFORMATION' => 'Detalles Recurrencia',
|
|
'Start Date & Time' => 'Fecha y Hora de Inicio',
|
|
'Recurrence' => 'Eventos Recurrentes',
|
|
'Send Notification' => 'Enviar notificación',
|
|
'Location' => 'Localización',
|
|
'Send Reminder' => 'Enviar Recordatorio',
|
|
'End Date & Time' => 'Fecha y Hora de Fin',
|
|
'End Date' => 'Fecha y Hora de Fin',
|
|
'Activity Type' => 'Tipo de Evento',
|
|
'Visibility' => 'Visibilidad',
|
|
'Private' => 'Privado',
|
|
'Public' => 'Público',
|
|
'Call' => 'Llamada',
|
|
'Meeting' => 'Reunión',
|
|
'Planned' => 'Planeado',
|
|
'Held' => 'Realizada',
|
|
'Not Held' => 'Pendiente',
|
|
'Related To' => 'En relación con',
|
|
'LBL_DAYS' => 'Días',
|
|
'LBL_HOURS' => 'Horas',
|
|
'LBL_CALENDAR_VIEW' => 'Vista de Calendario',
|
|
'LBL_HOLD_FOLLOWUP_ON' => 'Mantenga Seguimiento On',
|
|
'LBL_CREATE_FOLLOWUP_EVENT' => 'Crear Seguimiento de eventos',
|
|
'LBL_RELATED_TO' => 'Relacionado con',
|
|
'LBL_DAYS_TYPE' => 'Día(s)',
|
|
'LBL_WEEKS_TYPE' => 'Semana(s)',
|
|
'LBL_MONTHS_TYPE' => 'Mes(es)',
|
|
'LBL_YEAR_TYPE' => 'Año',
|
|
'LBL_FIRST' => 'Primer',
|
|
'LBL_LAST' => 'Ultimo',
|
|
'LBL_SM_SUN' => 'Dom',
|
|
'LBL_SM_MON' => 'Lun',
|
|
'LBL_SM_TUE' => 'Mar',
|
|
'LBL_SM_WED' => 'Mié',
|
|
'LBL_SM_THU' => 'Jue',
|
|
'LBL_SM_FRI' => 'Vie',
|
|
'LBL_SM_SAT' => 'Sab',
|
|
'LBL_DAY0' => 'Domingo',
|
|
'LBL_DAY1' => 'Lunes',
|
|
'LBL_DAY2' => 'Martes',
|
|
'LBL_DAY3' => 'Miércoles',
|
|
'LBL_DAY4' => 'Jueves',
|
|
'LBL_DAY5' => 'Vierne',
|
|
'LBL_DAY6' => 'Sábado',
|
|
'Daily' => 'Día(s)',
|
|
'Weekly' => 'Semana(s)',
|
|
'Monthly' => 'Mes(es)',
|
|
'Yearly' => 'Año',
|
|
'LBL_REPEATEVENT' => 'Una vez en cada',
|
|
'LBL_UNTIL' => 'Hasta',
|
|
'LBL_DAY_OF_THE_MONTH' => 'díay del mes',
|
|
'LBL_ON' => 'en',
|
|
'LBL_INVITE_USER_BLOCK' => 'Invita',
|
|
'LBL_INVITE_USERS' => 'Invita Usuarios',
|
|
'LBL_INVITE_PEOPLE' => 'Invitar a la gente',
|
|
|
|
'INVITATION' => ' Invitación ',
|
|
'Busy' => 'Ocupado',
|
|
|
|
); |