first commit

This commit is contained in:
Konstantin
2026-05-30 09:27:58 +03:00
commit de0344d218
2371 changed files with 661486 additions and 0 deletions
@@ -0,0 +1,19 @@
<?php
// * @source See SOURCE.txt for source and other copyright.
// * @license GNU General Public License version 3; see LICENSE.txt
// Heading
$_['heading_title'] = 'API Магазина дополнений OpenCart';
// Text
$_['text_success'] = 'Настройки успешно изменены!';
$_['text_signup'] = 'Введите информацию об API OpenCart, которую вы можете получить <a href="https://www.opencart.com/index.php?route=account/store" target="_blank" class="alert-link">тут</a>.';
// Entry
$_['entry_username'] = 'Логин';
$_['entry_secret'] = 'Ключ';
// Error
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
$_['error_username'] = 'Необходим логин!';
$_['error_secret'] = 'Необходим ключ!';
@@ -0,0 +1,23 @@
<?php
// * @source See SOURCE.txt for source and other copyright.
// * @license GNU General Public License version 3; see LICENSE.txt
// Heading
$_['heading_title'] = 'События';
// Text
$_['text_success'] = 'Настройки успешно изменены!';
$_['text_list'] = 'Список событий';
$_['text_event'] = 'События используются расширениями для переопределения стандартных функций вашего магазина. Если у вас есть проблемы, вы можете отключить или включить события здесь.';
$_['text_info'] = 'Информация о мероприятии';
$_['text_trigger'] = 'Trigger';
$_['text_action'] = 'Действие';
// Column
$_['column_code'] = 'Код события';
$_['column_status'] = 'Статус';
$_['column_sort_order'] = 'Порядок сортировки';
$_['column_action'] = 'Действие';
// Error
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
@@ -0,0 +1,12 @@
<?php
// * @source See SOURCE.txt for source and other copyright.
// * @license GNU General Public License version 3; see LICENSE.txt
// Heading
$_['heading_title'] = 'Расширения';
// Text
$_['text_success'] = 'Настройки успешно изменены!';
$_['text_list'] = 'Список расширений';
$_['text_type'] = 'Выберите тип расширения';
$_['text_filter'] = 'Фильтр';
@@ -0,0 +1,21 @@
<?php
// * @source See SOURCE.txt for source and other copyright.
// * @license GNU General Public License version 3; see LICENSE.txt
// Text
$_['text_success'] = 'Настройки успешно изменены!';
$_['text_unzip'] = 'Распаковка файлов!';
$_['text_move'] = 'Копирование файлов!';
$_['text_xml'] = 'Применение модификатора!';
$_['text_remove'] = 'Удаление временных файлов!';
// Error
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
$_['error_install'] = 'Установка не удалась подождите несколько секунд чтобы попробовать снова!';
$_['error_unzip'] = 'Zip архив не удалось распаковать!';
$_['error_file'] = 'Файл не найден!';
$_['error_directory'] = 'Каталог, содержащий файлы для загрузки не найден!';
$_['error_code'] = 'Модификация требуется уникальный идентификационный код!';
$_['error_xml'] = 'Модификация %s уже используется!';
$_['error_exists'] = 'Этот файл %s уже используется!';
$_['error_allowed'] = 'Этот каталог %s не доступен для записи!';
@@ -0,0 +1,33 @@
<?php
// * @source See SOURCE.txt for source and other copyright.
// * @license GNU General Public License version 3; see LICENSE.txt
// Heading
$_['heading_title'] = 'Установка расширений';
// Text
$_['text_progress'] = 'Процесс установки';
$_['text_upload'] = 'Загрузите свои расширения';
$_['text_history'] = 'История установок';
$_['text_success'] = 'Расширение успешно установлено!';
$_['text_install'] = 'Установка';
// Column
$_['column_filename'] = 'Имя файла';
$_['column_date_added'] = 'Дата добавления';
$_['column_action'] = 'Действие';
// Entry
$_['entry_upload'] = 'Загрузить файл';
$_['entry_progress'] = 'Процесс';
// Help
$_['help_upload'] = 'Расширение модификатора или модуля должно быть \'.ocmod.zip\'.';
// Error
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
$_['error_install'] = 'Установка не удалась подождите несколько секунд чтобы попробовать снова!';
$_['error_upload'] = 'Файл не был загружен!';
$_['error_filetype'] = 'Неправильный тип файла!';
$_['error_file'] = 'Файл не найден!';
@@ -0,0 +1,94 @@
<?php
// * @source See SOURCE.txt for source and other copyright.
// * @license GNU General Public License version 3; see LICENSE.txt
// Heading
$_['heading_title'] = 'Модификаторы';
// Text
$_['text_success'] = 'Список дополнений OCMOD успешно обновлен!';
$_['text_refresh'] = 'Когда вы включаете / отключаете или удаляете одно из дополнений, необходимо нажать на кнопку "Обновить" - чтобы обновить Кэш!';
$_['text_list'] = 'Список установленных дополнений OCMOD';
$_['text_form'] = 'Редактирование OCMOD дополнения';
$_['text_success'] = 'Дополнение успешно обновлено!';
$_['text_xml'] = 'Применение изменений';
$_['text_remove'] = 'Удаление временных файлов';
$_['text_clear'] = 'Временные файлы успешно очищены!';
$_['text_clear'] = 'Временные файлы успешно очищены!';
// Tabs
$_['tab_backup'] = 'Резервная копия';
// Help
$_['help_upload'] = 'Требуются файл текущей модификации code.ocmod.xml';
// Download
$_['button_download'] = 'Скачать xml файл';
$_['button_update'] = 'Применить изменения';
$_['button_restore'] = 'Восстановить с резервной копии';
$_['button_history'] = 'Очистить все резервные копии';
// Entry
$_['entry_name'] = 'Название';
$_['entry_filename'] = 'Путь к файлу относительно корня сайта';
$_['entry_code'] = 'Код';
$_['entry_version'] = 'Версия';
$_['entry_author'] = 'Автор';
$_['entry_link'] = 'Ссылка';
$_['select_action_replace'] = "Найти и заменить";
$_['select_action_before'] = "Найти и добавить выше";
$_['select_action_after'] = "Найти и добавить ниже";
$_['text_help_search'] = 'Найти код';
$_['text_help_replace'] = 'Заменить на';
$_['text_help_after'] = 'Добавить ниже';
$_['text_help_before'] = 'Добавить выше';
$_['entry_comment'] = "Комментарий к операции";
$_['text_remove'] = "Удалить операцию";
$_['text_remove_1'] = "Удалить эту операцию?";
$_['text_add'] = "Добавить операцию";
$_['text_file_remove'] = "Удалить все операции с этим файлом?";
$_['text_file_add'] = "Добавить файл";
$_['text_access_regex'] = "Использовать регулярные выражения (regex)";
$_['text_access_trim'] = "Обрезать строку поиска (trim)";
$_['text_search_limit'] = 'Количество замен:';
$_['text_search_offset'] = 'Cмещение от строки:';
$_['text_select_error'] = "Действие в случае ошибки";
$_['text_select_error_log'] = "Записать в лог";
$_['text_select_error_skip'] = "Пропустить операцию";
$_['text_select_error_error'] = "Остановить работу модификатора";
$_['text_search_index'] = "Заменять с вхождения";
$_['entry_xml'] = 'Код';
$_['entry_upload'] = 'Загрузить файл';
$_['entry_overwrite'] = 'Файлы будут перезаписаны';
$_['entry_progress'] = 'Обновление XML';
$_['text_collapse'] = 'Скрыть/показать действия';
// Column
$_['column_name'] = 'Название модификатора';
$_['column_author'] = 'Автор';
$_['column_version'] = 'Версия';
$_['column_status'] = 'Статус';
$_['column_date_added'] = 'Дата добавления';
$_['column_action'] = 'Действие';
$_['column_id'] = 'ID';
$_['column_code'] = 'Идентификатор OCMOD дополнения';
$_['column_restore'] = 'Восстановить';
// Error
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
$_['error_upload'] = 'Файл не может быть загружен!';
$_['error_filetype'] = 'Неверный тип файла!';
$_['error_file'] = 'Файл не найден!';
$_['error_code'] = 'Модификатору требуется уникальный ID код!';
$_['error_exists'] = 'Модификатор %s уже использует уникальный ID код который вы пытаетесь загрузить!';
$_['error_directory'] = 'Не найдена папка с файлами для загрузки!';
@@ -0,0 +1,95 @@
<?php
// Heading
$_['heading_title'] = 'OpenBay Pro';
// Buttons
$_['button_retry'] = 'Retry';
$_['button_update'] = 'Update';
$_['button_patch'] = 'Patch';
$_['button_faq'] = 'View FAQ topic';
// Tab
$_['tab_setting'] = 'Settings';
$_['tab_update'] = 'Software updates';
$_['tab_developer'] = 'Developer';
// Text
$_['text_dashboard'] = 'Dashboard';
$_['text_success'] = 'Success: Settings have been saved';
$_['text_products'] = 'Items';
$_['text_orders'] = 'Orders';
$_['text_manage'] = 'Manage';
$_['text_help'] = 'Help';
$_['text_tutorials'] = 'Tutorials';
$_['text_suggestions'] = 'Ideas';
$_['text_version_latest'] = 'You are running the latest version';
$_['text_version_check'] = 'Checking software version';
$_['text_version_installed'] = 'Installed version of OpenBay Pro: v';
$_['text_version_current'] = 'Your version is';
$_['text_version_available'] = 'the latest is';
$_['text_language'] = 'API response language';
$_['text_getting_messages'] = 'Getting OpenBay Pro messages';
$_['text_complete'] = 'Complete';
$_['text_patch_complete'] = 'Patch has been applied';
$_['text_updated'] = 'Module has been updated (v.%s)';
$_['text_update_description'] = 'The update tool will make changes to your shop file system. Make sure you have a complete file and database backup before updating.';
$_['text_patch_description'] = 'If you uploaded the update files manually, you need to run the patch to complete the update';
$_['text_clear_faq'] = 'Clear hidden FAQ popups';
$_['text_clear_faq_complete'] = 'Notifications will now show again';
$_['text_install_success'] = 'Marketplace has been installed';
$_['text_uninstall_success'] = 'Marketplace has been removed';
$_['text_title_messages'] = 'Messages &amp; notifications';
$_['text_marketplace_shipped'] = 'The order status will be updated to shipped on the marketplace';
$_['text_action_warning'] = 'This action is dangerous so is password protected.';
$_['text_check_new'] = 'Checking for newer version';
$_['text_downloading'] = 'Downloading update files';
$_['text_extracting'] = 'Extracting files';
$_['text_running_patch'] = 'Running patch files';
$_['text_fail_patch'] = 'Unable to extract update files';
$_['text_updated_ok'] = 'Update complete, installed version is now ';
$_['text_check_server'] = 'Checking server requirements';
$_['text_version_ok'] = 'Software is already up to date, installed version is ';
$_['text_remove_files'] = 'Removing files no longer required';
$_['text_confirm_backup'] = 'Ensure that you have a full backup before continuing';
$_['text_software_update'] = 'OpenBay Pro software update';
$_['text_patch_option'] = 'Manual patching';
// Column
$_['column_name'] = 'Plugin name';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
// Entry
$_['entry_patch'] = 'Manual update patch';
$_['entry_courier'] = 'Courier';
$_['entry_courier_other'] = 'Other courier';
$_['entry_tracking'] = 'Tracking #';
$_['entry_empty_data'] = 'Empty store data?';
$_['entry_password_prompt'] = 'Please enter the data wipe password';
$_['entry_update'] = 'Easy 1 click update';
$_['entry_beta'] = 'Use beta version';
// Error
$_['error_admin'] = 'Admin directory expected';
$_['error_failed'] = 'Failed to load, retry?';
$_['error_tracking_id_format'] = 'Your tracking ID cannot contain the characters > or <';
$_['error_tracking_courier'] = 'You must select a courier if you want to add a tracking ID';
$_['error_tracking_custom'] = 'Please leave courier field empty if you want to use custom courier';
$_['error_permission'] = 'You do not have permission to modify the OpenBay Pro extension';
$_['error_file_delete'] = 'Unable to remove these files, you should delete them manually';
$_['error_mkdir'] = 'PHP function "mkdir" is disabled, contact your host';
$_['error_openssl_encrypt'] = 'PHP function "openssl_encrypt" is not enabled. Contact your hosting provider.';
$_['error_openssl_decrypt'] = 'PHP function "openssl_decrypt" is not enabled. Contact your hosting provider.';
$_['error_fopen'] = 'PHP function "fopen" is not enabled. Contact your hosting provider.';
$_['error_url_fopen'] = '"allow_url_fopen" directive is disabled by your host - you will be unable to import images when importing products from eBay';
$_['error_curl'] = 'PHP library "CURL" is not enabled. Contact your hosting provider.';
$_['error_zip'] = 'ZIP extension needs to be loaded. Contact your hosting provider.';
$_['error_mbstring'] = 'PHP library "mb strings" is not enabled. Contact your hosting provider.';
$_['error_oc_version'] = 'Your version of OpenCart is not tested to work with this module. You may experience problems.';
// Help
$_['help_clear_faq'] = 'Show all of the help notifications again';
$_['help_empty_data'] = 'This can cause serious damage, do not use it if you do not know what it does!';
$_['help_easy_update'] = 'Click update to install the latest version of OpenBay Pro automatically';
$_['help_patch'] = 'Click to run the patch scripts';
$_['help_beta'] = 'Caution! The beta version is the latest development version. It may not be stable and could contain bugs.';