- 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.
29 lines
2.2 KiB
PHP
29 lines
2.2 KiB
PHP
<?php
|
||
|
||
/**
|
||
* Serbian PHPMailer language file: refer to English translation for definitive list
|
||
* @package PHPMailer
|
||
* @author Александар Јевремовић <ajevremovic@gmail.com>
|
||
* @author Miloš Milanović <mmilanovic016@gmail.com>
|
||
*/
|
||
|
||
$PHPMAILER_LANG['authenticate'] = 'SMTP грешка: аутентификација није успела.';
|
||
$PHPMAILER_LANG['connect_host'] = 'SMTP грешка: повезивање са SMTP сервером није успело.';
|
||
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP грешка: подаци нису прихваћени.';
|
||
$PHPMAILER_LANG['empty_message'] = 'Садржај поруке је празан.';
|
||
$PHPMAILER_LANG['encoding'] = 'Непознато кодирање: ';
|
||
$PHPMAILER_LANG['execute'] = 'Није могуће извршити наредбу: ';
|
||
$PHPMAILER_LANG['file_access'] = 'Није могуће приступити датотеци: ';
|
||
$PHPMAILER_LANG['file_open'] = 'Није могуће отворити датотеку: ';
|
||
$PHPMAILER_LANG['from_failed'] = 'SMTP грешка: слање са следећих адреса није успело: ';
|
||
$PHPMAILER_LANG['recipients_failed'] = 'SMTP грешка: слање на следеће адресе није успело: ';
|
||
$PHPMAILER_LANG['instantiate'] = 'Није могуће покренути mail функцију.';
|
||
$PHPMAILER_LANG['invalid_address'] = 'Порука није послата. Неисправна адреса: ';
|
||
$PHPMAILER_LANG['mailer_not_supported'] = ' мејлер није подржан.';
|
||
$PHPMAILER_LANG['provide_address'] = 'Дефинишите бар једну адресу примаоца.';
|
||
$PHPMAILER_LANG['signing'] = 'Грешка приликом пријаве: ';
|
||
$PHPMAILER_LANG['smtp_connect_failed'] = 'Повезивање са SMTP сервером није успело.';
|
||
$PHPMAILER_LANG['smtp_error'] = 'Грешка SMTP сервера: ';
|
||
$PHPMAILER_LANG['variable_set'] = 'Није могуће задати нити ресетовати променљиву: ';
|
||
$PHPMAILER_LANG['extension_missing'] = 'Недостаје проширење: ';
|