- 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.
28 lines
1.7 KiB
PHP
28 lines
1.7 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Galician PHPMailer language file: refer to English translation for definitive list
|
|
* @package PHPMailer
|
|
* @author by Donato Rouco <donatorouco@gmail.com>
|
|
*/
|
|
|
|
$PHPMAILER_LANG['authenticate'] = 'Erro SMTP: Non puido ser autentificado.';
|
|
$PHPMAILER_LANG['connect_host'] = 'Erro SMTP: Non puido conectar co servidor SMTP.';
|
|
$PHPMAILER_LANG['data_not_accepted'] = 'Erro SMTP: Datos non aceptados.';
|
|
$PHPMAILER_LANG['empty_message'] = 'Corpo da mensaxe vacía';
|
|
$PHPMAILER_LANG['encoding'] = 'Codificación descoñecida: ';
|
|
$PHPMAILER_LANG['execute'] = 'Non puido ser executado: ';
|
|
$PHPMAILER_LANG['file_access'] = 'Nob puido acceder ó arquivo: ';
|
|
$PHPMAILER_LANG['file_open'] = 'Erro de Arquivo: No puido abrir o arquivo: ';
|
|
$PHPMAILER_LANG['from_failed'] = 'A(s) seguinte(s) dirección(s) de remitente(s) deron erro: ';
|
|
$PHPMAILER_LANG['instantiate'] = 'Non puido crear unha instancia da función Mail.';
|
|
$PHPMAILER_LANG['invalid_address'] = 'Non puido envia-lo correo: dirección de email inválida: ';
|
|
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer non está soportado.';
|
|
$PHPMAILER_LANG['provide_address'] = 'Debe engadir polo menos unha dirección de email coma destino.';
|
|
$PHPMAILER_LANG['recipients_failed'] = 'Erro SMTP: Os seguintes destinos fallaron: ';
|
|
$PHPMAILER_LANG['signing'] = 'Erro ó firmar: ';
|
|
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fallou.';
|
|
$PHPMAILER_LANG['smtp_error'] = 'Erro do servidor SMTP: ';
|
|
$PHPMAILER_LANG['variable_set'] = 'Non puidemos axustar ou reaxustar a variábel: ';
|
|
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
|