- 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.6 KiB
PHP
28 lines
1.6 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Latvian PHPMailer language file: refer to English translation for definitive list
|
|
* @package PHPMailer
|
|
* @author Eduards M. <e@npd.lv>
|
|
*/
|
|
|
|
$PHPMAILER_LANG['authenticate'] = 'SMTP kļūda: Autorizācija neizdevās.';
|
|
$PHPMAILER_LANG['connect_host'] = 'SMTP Kļūda: Nevar izveidot savienojumu ar SMTP serveri.';
|
|
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Kļūda: Nepieņem informāciju.';
|
|
$PHPMAILER_LANG['empty_message'] = 'Ziņojuma teksts ir tukšs';
|
|
$PHPMAILER_LANG['encoding'] = 'Neatpazīts kodējums: ';
|
|
$PHPMAILER_LANG['execute'] = 'Neizdevās izpildīt komandu: ';
|
|
$PHPMAILER_LANG['file_access'] = 'Fails nav pieejams: ';
|
|
$PHPMAILER_LANG['file_open'] = 'Faila kļūda: Nevar atvērt failu: ';
|
|
$PHPMAILER_LANG['from_failed'] = 'Nepareiza sūtītāja adrese: ';
|
|
$PHPMAILER_LANG['instantiate'] = 'Nevar palaist sūtīšanas funkciju.';
|
|
$PHPMAILER_LANG['invalid_address'] = 'Nepareiza adrese: ';
|
|
$PHPMAILER_LANG['mailer_not_supported'] = ' sūtītājs netiek atbalstīts.';
|
|
$PHPMAILER_LANG['provide_address'] = 'Lūdzu, norādiet vismaz vienu adresātu.';
|
|
$PHPMAILER_LANG['recipients_failed'] = 'SMTP kļūda: neizdevās nosūtīt šādiem saņēmējiem: ';
|
|
$PHPMAILER_LANG['signing'] = 'Autorizācijas kļūda: ';
|
|
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP savienojuma kļūda';
|
|
$PHPMAILER_LANG['smtp_error'] = 'SMTP servera kļūda: ';
|
|
$PHPMAILER_LANG['variable_set'] = 'Nevar piešķirt mainīgā vērtību: ';
|
|
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
|