- 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.
76 lines
3.5 KiB
PHP
76 lines
3.5 KiB
PHP
<?php
|
||
|
||
/*+**********************************************************************************
|
||
* The contents of this file are subject to the vtiger CRM Public License Version 1.1
|
||
* ("License"); You may not use this file except in compliance with the License
|
||
* The Original Code is: SalesPlatform Ltd
|
||
* The Initial Developer of the Original Code is SalesPlatform Ltd.
|
||
* All Rights Reserved.
|
||
* If you have any questions or comments, please email: devel@salesplatform.ru
|
||
************************************************************************************/
|
||
|
||
$languageStrings = Array (
|
||
'MyExtension' => 'My Extension',
|
||
"LBL_MODULE_NAME"=>"Шаблоны PDF",
|
||
"LBL_TEMPLATE_GENERATOR"=>"Шаблоны PDF",
|
||
"LBL_TEMPLATE_GENERATOR_DESCRIPTION"=>"Редактирование шаблонов печатных форм.",
|
||
"LBL_DELETE"=>"Удалить",
|
||
"LBL_ADD_TEMPLATE"=>"Создать шаблон",
|
||
"LBL_LIST_SELECT"=>"Выбрать",
|
||
"LBL_TEMPLATES_LIST"=>"Список шаблонов",
|
||
"LBL_TEMPLATE_NAME"=>"Название шаблона",
|
||
"LBL_MODULENAMES"=>"Модуль",
|
||
"LBL_RECIPIENT_FIELDS"=>"Поля получателя (Кому)",
|
||
"LBL_DESCRIPTION"=>"Описание",
|
||
"LBL_ACTION"=>"Действие",
|
||
"LBL_TEMPLATE"=>"Шаблон",
|
||
"LBL_EDIT"=>"Изменить",
|
||
"LBL_NEW_TEMPLATE"=>"Создать шаблон",
|
||
"LBL_PROPERTIES"=>"Свойства",
|
||
"portrait"=>"Книжная",
|
||
"landscape"=>"Альбомная",
|
||
"LBL_MARGINS"=>"Отступы",
|
||
"LBL_TOP"=>"Верх",
|
||
"LBL_BOTTOM"=>"Низ",
|
||
"LBL_LEFT"=>"Слева",
|
||
"LBL_RIGHT"=>"Справа",
|
||
"LBL_PLS_SELECT"=>"Пожалуйста, выберите ...",
|
||
"LBL_COMPANY_USER_INFO"=>"Данные о компании и пользователе",
|
||
"LBL_OTHER_INFO"=>"Прочая информация",
|
||
"LBL_INSERT_TO_TEXT"=>"Вставить в шаблон",
|
||
"LBL_INSERT_BARCODE_TO_TEXT"=>"Вставить штрих-код в шаблон",
|
||
"LBL_COMPANY_INFO"=>"Данные о компании",
|
||
"LBL_USER_INFO"=>"Назначенный пользователь",
|
||
"LBL_LOGGED_USER_INFO"=>"Пользователь, вошедший в систему",
|
||
"LBL_PDF_TEMPLATE"=>"Шаблон PDF",
|
||
"LBL_DUPLICATE"=>"Дублировать",
|
||
"LBL_CANCEL_BUTTON_LABEL"=>"Отменить",
|
||
"LBL_SAVE_BUTTON_LABEL"=>"Сохранить",
|
||
"LBL_EDIT_BUTTON_LABEL"=>"Изменить",
|
||
"LBL_DUPLICATE_BUTTON"=>"Дублировать",
|
||
|
||
//other
|
||
"LBL_CHANGE_MODULE"=>"Сменить модуль",
|
||
"LBL_PROPERTIES_TAB"=>"Свойства",
|
||
"LBL_MODULE_ERROR"=>"Пожалуйста, выберите модуль.",
|
||
"LBL_MISSING_FIELDS"=>"Отсутствуют обязательные поля:",
|
||
"LBL_VIEWING"=>"Просмотр",
|
||
"SELECT_TEMPLATE"=>"Пожалуйста, выберите шаблон сообщения",
|
||
"CRM_TEMPLATES_DONT_EXIST"=>"Для этого модуля не создано ни одного шаблона сообщений.",
|
||
"CRM_TEMPLATES_ADMIN"=>"Вы можете создать новый шаблон сообщений ",
|
||
"TEMPLATE_CREATE_HERE"=>"здесь.",
|
||
"LBL_BODY"=>"Тело",
|
||
|
||
|
||
"LBL_HEADER_SIZE"=>"Размер заголовка",
|
||
"LBL_FOOTER_SIZE"=>"Размер нижнего колонтитула",
|
||
"LBL_PAGE_ORIENTATION"=>"Ориентация страницы",
|
||
"Portrait"=>"Книжная",
|
||
"Landscape"=>"Альбомная",
|
||
"PDF Templates"=>"Шаблоны PDF",
|
||
"SPPDFTemplates"=>"Шаблоны PDF",
|
||
);
|
||
|
||
// SalesPlatform.ru begin SPConfiguration fix
|
||
include 'renamed/SPPDFTemplates.php';
|
||
// SalesPlatform.ru end
|