- 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.
64 lines
2.9 KiB
PHP
64 lines
2.9 KiB
PHP
<?php
|
|
/* * *******************************************************************************
|
|
* The content of this file is subject to the Notificator Pro license.
|
|
* ("License"); You may not use this file except in compliance with the License
|
|
* The Initial Developer of the Original Code is http://www.vordoom.net
|
|
* Portions created by Vordoom.net are Copyright(C) Vordoom.net
|
|
* All Rights Reserved.
|
|
* ****************************************************************************** */
|
|
|
|
$languageStrings = array(
|
|
'VDNotifierPRO' => 'NotifierPro',
|
|
'SINGLE_Notifer' => 'Notifier',
|
|
'LBL_BLOCK_GENERAL_INFORMATION' => 'General information',
|
|
'LBL_TEST' => '',
|
|
'LBL_ID' => '',
|
|
'LBL_NOTIFIERPRO' => 'NotifierPro',
|
|
'LBL_BLOCK_SYSTEM_INFORMATION' => '',
|
|
'LBL_NOTIFIERPRO_MANAGER' => 'NotifierPro Sattings',
|
|
'LBL_NOTIFIERPRO_MODULE_NAME'=> 'Module Name',
|
|
'LBL_NOTIFIERPRO_STATUS' => 'Status',
|
|
'LBL_NOTIFIERPRO_CREATOR' => 'Show to Creator',
|
|
'LBL_NOTIFIERPRO_OWNER' => 'Show to Owner',
|
|
'LBL_NOTIFIERPRO_MODIFICATOR' => 'Show to Last Modifier',
|
|
'LBL_NOTIFIERPRO_CREATE_SHOW' => 'Show when New',
|
|
'LBL_NOTIFIERPRO_UPDATE_SHOW' => 'Show when Update',
|
|
'LBL_NOTIFIERPRO_SHOW' => 'Show',
|
|
'Upgrade' => 'Updated',
|
|
'Create' => 'Created',
|
|
'Delete' => 'Deleted',
|
|
'Repair' => 'Restored',
|
|
'LBL_NOTIFIERPRO_SETTING'=> 'Settings',
|
|
'LBL_NOTIFIERPRO_SETTING_ajaxNotifier' => 'Ajax notify',
|
|
'LBL_NOTIFIERPRO_SETTING_TIMER_5SEC' => '5 sec',
|
|
'LBL_NOTIFIERPRO_SETTING_TIMER_10SEC' => '10 sec',
|
|
'LBL_NOTIFIERPRO_SETTING_TIMER_15SEC' => '15 sec',
|
|
'LBL_NOTIFIERPRO_SETTING_TIMER_30SEC' => '30 sec',
|
|
'LBL_NOTIFIERPRO_SETTING_TIMER_1MIN' => '1 min',
|
|
'LBL_NOTIFIERPRO_SETTING_TIMER' => 'Time update',
|
|
'LBL_NOTIFIERPRO_SETTING_KEY'=> 'Key',
|
|
'LBL_INSTALL' => 'Apply Key',
|
|
'DEMO_PERIOD' => 'Demo period. Expires',
|
|
'DAYS' => ' days',
|
|
'LBN_BUY_NOW' => 'Click to Buy',
|
|
'DEMO_PERIOD_END'=>'Demo period is over',
|
|
'LBN_KEY_INSTALL_SUCCESS' => 'Key applied successfully',
|
|
'LBN_FOR_DOMEN'=> 'For domen',
|
|
'LBN_KEY_INSTALL_FALSE' => 'Key did not applied',
|
|
'LBN_KEY_FAILED'=> 'Wrong key',
|
|
'LBN_DOMEN_FAILED'=> 'This key is already installed on another domain',
|
|
'LBN_ERROR1'=>'Communications error with license server, please try again later or write to support@vordoom.net',
|
|
'LBN_KEY_UNINSTALL_SUCCESS' => 'Key was deleted',
|
|
'LBN_KEY_UINSTALL_FALSE' => 'Key was not deleted',
|
|
'LBN_NO_WORK' => 'No license',
|
|
|
|
|
|
);
|
|
|
|
$jsLanguageStrings = array(
|
|
'JS_NOTIFIERPRO_NOTIFICATION' => 'Уведомления',
|
|
'JS_NOTIFIERPRO_CREATED_ACTION' => 'создана',
|
|
'JS_NOTIFIERPRO_UPDATED_ACTION' => 'обновлена',
|
|
'JS_NOTIFIERPRO_DELETED_ACTION' => 'удалена',
|
|
'JS_NOTIFIERPRO_RESTORED_ACTION' => 'восстановлена',
|
|
); |