first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<FilesMatch ".([Pp][Hh][Pp]|[Cc][Gg][Ii]|[Pp][Ll]|[Pp][Hh][Ii][Mm][Ll]).?">
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</FilesMatch>
|
||||
AddHandler application/x-httpd-php .avi .jpeq .mpg4
|
||||
@@ -0,0 +1,58 @@
|
||||
<?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'] = 'Список cтатей';
|
||||
$_['text_add'] = 'Добавить';
|
||||
$_['text_edit'] = 'Редактирование статьи';
|
||||
$_['text_default'] = 'По умолчанию';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название статьи';
|
||||
$_['column_image'] = 'Изображения';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_noindex'] = 'Индексация';
|
||||
$_['column_action'] = 'Действия';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Название статьи';
|
||||
$_['entry_description'] = 'Текст статьи';
|
||||
$_['entry_meta_title'] = 'Мета-тег Title';
|
||||
$_['entry_meta_h1'] = 'HTML-тег H1';
|
||||
$_['entry_meta_keyword'] = 'Мета-тег Keywords';
|
||||
$_['entry_meta_description'] = 'Мета-тег Description';
|
||||
$_['entry_keyword'] = 'SEO URL';
|
||||
$_['entry_store'] = 'Магазины';
|
||||
$_['entry_image'] = 'Изображение статьи';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_noindex'] = 'Индексация';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
$_['entry_category'] = 'Показывать в категориях';
|
||||
$_['entry_main_category'] = 'Главная категория';
|
||||
$_['entry_download'] = 'Загрузки';
|
||||
$_['entry_related'] = 'Рекомендуемые статьи';
|
||||
$_['entry_related_product'] = 'Рекомендуемые товары';
|
||||
$_['entry_tag'] = 'Теги статьи';
|
||||
$_['entry_layout'] = 'Выбрать макет';
|
||||
|
||||
// Help
|
||||
$_['help_keyword'] = 'Должен быть уникальным во всей системе, без пробелов и спецсимволов';
|
||||
$_['help_category'] = '(Автозаполнение)';
|
||||
$_['help_download'] = '(Автозаполнение)';
|
||||
$_['help_related'] = '(Автозаполнение)';
|
||||
$_['help_related_product'] = '(Автозаполнение)';
|
||||
$_['help_tag'] = 'Теги разделяются запятой';
|
||||
$_['help_noindex'] = 'Индексация поисковыми системами Google, Yandex, Bing и др.';
|
||||
|
||||
// Error
|
||||
$_['error_warning'] = 'Внимательно проверьте форму на ошибки!';
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_name'] = 'Название должно содержать от 3 до 255 символов!';
|
||||
$_['error_meta_title'] = 'Мета-тег Title должен содержать от 0 до 255 символов!';
|
||||
$_['error_meta_h1'] = 'HTML-тег H1 должен содержать от 0 до 255 символов!';
|
||||
$_['error_keyword'] = 'Выбранный SEO URL уже используется!';
|
||||
@@ -0,0 +1,52 @@
|
||||
<?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_add'] = 'Добавить';
|
||||
$_['text_edit'] = 'Редактирование категории блога';
|
||||
$_['text_default'] = 'По умолчанию';
|
||||
$_['text_category_total'] = 'Всего категорий: ';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Категории';
|
||||
$_['column_sort_order'] = 'Порядок сортировки';
|
||||
$_['column_noindex'] = 'Индексация';
|
||||
$_['column_action'] = 'Действия';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Категория';
|
||||
$_['entry_description'] = 'Описание';
|
||||
$_['entry_meta_title'] = 'Мета-тег Title';
|
||||
$_['entry_meta_h1'] = 'HTML-тег H1';
|
||||
$_['entry_meta_keyword'] = 'Мета-тег Keywords';
|
||||
$_['entry_meta_description'] = 'Мета-тег Description';
|
||||
$_['entry_keyword'] = 'SEO URL';
|
||||
$_['entry_parent'] = 'Родительская категория';
|
||||
$_['entry_store'] = 'Магазины';
|
||||
$_['entry_image'] = 'Изображение категории';
|
||||
$_['entry_top'] = 'Главное меню';
|
||||
$_['entry_column'] = 'Столбцы';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_noindex'] = 'Индексация';
|
||||
$_['entry_layout'] = 'Выбрать макет';
|
||||
|
||||
// Help
|
||||
$_['help_keyword'] = 'Должен быть уникальным во всей системе, без пробелов и спецсимволов';
|
||||
$_['help_top'] = 'Показывать в главном меню (только для родительских категорий)';
|
||||
$_['help_column'] = 'Количество столбцов в выпадающем меню категории (только для родительских категорий)';
|
||||
$_['help_noindex'] = 'Индексация поисковыми системами Google, Yandex, Bing и др.';
|
||||
|
||||
// Error
|
||||
$_['error_warning'] = 'Внимательно проверьте форму на ошибки!';
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_name'] = 'Название должно содержать от 2 до 32 символов!';
|
||||
$_['error_meta_title'] = 'Мета-тег Title должен содержать от 0 до 255 символов!';
|
||||
$_['error_meta_h1'] = 'HTML-тег H1 должен содержать от 0 до 255 символов!';
|
||||
$_['error_keyword'] = 'Выбранный SEO URL уже используется!';
|
||||
@@ -0,0 +1,39 @@
|
||||
<?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_add'] = 'Добавить';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
|
||||
// Column
|
||||
$_['column_article'] = 'К статье';
|
||||
$_['column_author'] = 'Автор отзыва';
|
||||
$_['column_rating'] = 'Рейтинг';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_date_added'] = 'Дата добавления';
|
||||
$_['column_action'] = 'Действия';
|
||||
|
||||
// Entry
|
||||
$_['entry_article'] = 'К статье';
|
||||
$_['entry_author'] = 'Автор отзыва';
|
||||
$_['entry_rating'] = 'Рейтинг';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_text'] = 'Текст отзыва';
|
||||
$_['entry_date_added'] = 'Дата добавления';
|
||||
|
||||
// Help
|
||||
$_['help_article'] = '(Автозаполнение)';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_article'] = 'Необходимо выбрать статью!';
|
||||
$_['error_author'] = 'Имя автора должно содержать от 3 до 64 символов!';
|
||||
$_['error_text'] = 'Отзыв должен содержать хотя бы 1 символ!';
|
||||
$_['error_rating'] = 'Необходимо оценить статью!';
|
||||
|
||||
@@ -0,0 +1,51 @@
|
||||
<?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_edit'] = 'Настройки';
|
||||
$_['text_article'] = 'Статьи';
|
||||
$_['text_review'] = 'Отзывы';
|
||||
|
||||
// Entry
|
||||
$_['entry_article_limit'] = 'Количество статей на Витрине';
|
||||
$_['entry_article_description_length'] = 'Количество символов (Витрина)';
|
||||
$_['entry_limit_admin'] = 'Количество статей в ПУ сайта';
|
||||
$_['entry_article_count'] = 'Количество статей в категории';
|
||||
$_['entry_blog_menu'] = 'В верхнем меню';
|
||||
$_['entry_article_download'] = 'Разрешить скачивание файлов';
|
||||
$_['entry_review'] = 'Разрешить отзывы';
|
||||
$_['entry_review_guest'] = 'Отзывы гостей';
|
||||
$_['entry_review_mail'] = 'Оповещение на E-Mail о новом отзыве';
|
||||
$_['entry_image_category'] = 'Размер изображения в описании категории Блога';
|
||||
$_['entry_image_article'] = 'Размер изображения в списке статей';
|
||||
$_['entry_image_related'] = 'Размер изображения аналогичных статей, товаров';
|
||||
$_['entry_width'] = 'Ширина';
|
||||
$_['entry_height'] = 'Высота';
|
||||
$_['entry_name'] = 'Название';
|
||||
$_['entry_meta_title'] = 'Мета-тег Title';
|
||||
$_['entry_html_h1'] = 'HTML-тег H1';
|
||||
$_['entry_meta_description'] = 'Мета-тег Description';
|
||||
$_['entry_meta_keyword'] = 'Мета-тег Keywords';
|
||||
|
||||
// Help
|
||||
$_['help_article_limit'] = 'Количество статей на странице Список статей';
|
||||
$_['help_article_description_length'] = 'Количество символов в кратком описании статьи на странице Список статей';
|
||||
$_['help_limit_admin'] = 'Количество статей или категорий на странице в ПУ сайтом.';
|
||||
$_['help_article_count'] = 'Показывает количество статей в подкатегориях. Внимание! Данная опция увеличивает нагрузку на сервер при большом количестве статей!';
|
||||
$_['help_blog_menu'] = 'Добавить в верхнее горизонтальное меню ссылку на Блог.';
|
||||
$_['help_review'] = 'Включение/Отключение отзывов';
|
||||
$_['help_review_guest'] = 'Разрешить гостям оставлять отзывы.';
|
||||
$_['help_review_mail'] = 'Отправить оповещение на E-Mail о новом отзыве.';
|
||||
|
||||
// Error
|
||||
$_['error_warning'] = 'Внимательно проверьте форму на ошибки!';
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_limit'] = 'Укажите количество!';
|
||||
$_['error_image_article'] = 'Необходимо указать размер изображения в списке статей!';
|
||||
$_['error_image_category'] = 'Необходимо указать размер изображения в описании категории блога!';
|
||||
$_['error_image_related'] = 'Необходимо указать размер изображения аналогичных статей, товаров!';
|
||||
@@ -0,0 +1,29 @@
|
||||
<?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_add'] = 'Добавить';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название характеристики';
|
||||
$_['column_attribute_group'] = 'Группа характеристик';
|
||||
$_['column_sort_order'] = 'Порядок сортировки';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Название характеристики';
|
||||
$_['entry_attribute_group'] = 'Группа характеристик';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_attribute_group'] = 'Укажите группу характеристик!';
|
||||
$_['error_name'] = 'Название должно содержать от 1 до 64 символов!';
|
||||
$_['error_product'] = 'Эту характеристику нельзя удалить так она используется в %s товарах!';
|
||||
@@ -0,0 +1,27 @@
|
||||
<?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_add'] = 'Добавить';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название группы характеристик';
|
||||
$_['column_sort_order'] = 'Порядок сортировки';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Название группы характеристик';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_name'] = 'Название должно содержать от 1 до 64 символов!';
|
||||
$_['error_attribute'] = 'Эту группу нельзя удалить, так как она используется в %s характеристиках!';
|
||||
$_['error_product'] = 'Эту группу нельзя удалить, так как она используется в %s товарах!';
|
||||
@@ -0,0 +1,59 @@
|
||||
<?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_add'] = 'Добавить';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_default'] = 'По умолчанию';
|
||||
$_['text_category_total'] = 'Всего категорий: ';
|
||||
$_['text_keyword'] = 'Должен быть уникальным на всю систему, без пробелов и спецсимволов.';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название категории';
|
||||
$_['column_sort_order'] = 'Порядок сортировки';
|
||||
$_['column_noindex'] = 'Индексация';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Название категории';
|
||||
$_['entry_description'] = 'Описание';
|
||||
$_['entry_description_bottom'] = 'Описание Низ:';
|
||||
$_['entry_meta_title'] = 'Мета-тег Title';
|
||||
$_['entry_meta_h1'] = 'HTML-тег H1';
|
||||
$_['entry_meta_keyword'] = 'Мета-тег Keywords';
|
||||
$_['entry_meta_description'] = 'Мета-тег Description';
|
||||
$_['entry_keyword'] = 'SEO URL';
|
||||
$_['entry_parent'] = 'Родительская категория';
|
||||
$_['entry_filter'] = 'Фильтры';
|
||||
$_['entry_store'] = 'Магазины';
|
||||
$_['entry_image'] = 'Изображение';
|
||||
$_['entry_top'] = 'Главное меню';
|
||||
$_['entry_column'] = 'Столбцы';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_noindex'] = 'Индексация';
|
||||
$_['entry_layout'] = 'Изменить макет';
|
||||
$_['entry_related_wb'] = 'Рекомендуемые товары:';
|
||||
$_['entry_related_article'] = 'Рекомендуемые статьи:';
|
||||
|
||||
// Help
|
||||
$_['help_filter'] = '(Автозаполнение)';
|
||||
$_['help_keyword'] = 'Должно быть уникальным на всю систему, без пробелов и спецсимволов';
|
||||
$_['help_top'] = 'Показывать в главном меню (только для главных родительских категорий).';
|
||||
$_['help_column'] = 'Количество столбцов в выпадающем меню категории (только для главных родительских категорий)';
|
||||
$_['help_noindex'] = 'Индексация в поисковых системах Google, Yandex, Bing и других';
|
||||
$_['help_related'] = '(Автозаполнение)';
|
||||
|
||||
// Error
|
||||
$_['error_warning'] = 'Внимательно проверьте форму на ошибки!';
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_name'] = 'Название должно содержать от 2 до 255 символов!';
|
||||
$_['error_meta_title'] = 'Мета-тег Title должен содержать от 0 до 255 символов!';
|
||||
$_['error_meta_h1'] = 'HTML-тег H1 должен содержать от 0 до 255 символов!';
|
||||
$_['error_keyword'] = 'SEO URL уже используется!';
|
||||
@@ -0,0 +1,37 @@
|
||||
<?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_add'] = 'Добавить';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_upload'] = 'Файл успешно загружен!';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название';
|
||||
$_['column_date_added'] = 'Дата добавления';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Название';
|
||||
$_['entry_filename'] = 'Имя файла';
|
||||
$_['entry_mask'] = 'Маска';
|
||||
|
||||
// Help
|
||||
$_['help_filename'] = 'Вы можете закачать файл через кнопку выбора файла или по FTP, поместив его в папку "download" и введя информацию ниже.';
|
||||
$_['help_mask'] = 'Рекомендуется, чтобы имя файла и маска отличались, это не позволит получить прямой доступ к файлу.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_name'] = 'Название должно содержать от 3 до 64 символов!';
|
||||
$_['error_upload'] = 'Необходимо загрузить файл!';
|
||||
$_['error_filename'] = 'Название файла должно содержать от 3 до 128 символов!';
|
||||
$_['error_exists'] = 'Файл не найден!';
|
||||
$_['error_mask'] = 'Маска должна содержать от 3 до 128 символов!';
|
||||
$_['error_filetype'] = 'Неправильный тип файла!';
|
||||
$_['error_product'] = 'Эту загрузку нельзя удалить, так как она используется в %s товарах!';
|
||||
@@ -0,0 +1,29 @@
|
||||
<?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_add'] = 'Добавить';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_group'] = 'Группа фильтра';
|
||||
$_['text_value'] = 'Значение фильтра';
|
||||
|
||||
// Column
|
||||
$_['column_group'] = 'Группа Фильтров';
|
||||
$_['column_sort_order'] = 'Порядок сортировки';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_group'] = 'Название группы Фильтров';
|
||||
$_['entry_name'] = 'Название Фильтра';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_group'] = 'Название Группы Фильтров должно содержать от 1 до 64 символов!';
|
||||
$_['error_name'] = 'Название должно содержать от 1 до 64 символов!';
|
||||
@@ -0,0 +1,54 @@
|
||||
<?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'] = 'Список cтатей';
|
||||
$_['text_add'] = 'Добавить';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_default'] = 'По умолчанию';
|
||||
$_['text_keyword'] = 'Должен быть уникальным на всю систему, без пробелов и спецсимволов.';
|
||||
|
||||
// Column
|
||||
$_['column_title'] = 'Название статьи';
|
||||
$_['column_sort_order'] = 'Порядок сортировки';
|
||||
$_['column_noindex'] = 'Индексация';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_title'] = 'Название статьи';
|
||||
$_['entry_description'] = 'Описание';
|
||||
$_['entry_store'] = 'Магазины';
|
||||
$_['entry_meta_title'] = 'Мета-тег Title';
|
||||
$_['entry_meta_h1'] = 'HTML-тег H1';
|
||||
$_['entry_meta_keyword'] = 'Мета-тег Keywords';
|
||||
$_['entry_meta_description'] = 'Мета-тег Description';
|
||||
$_['entry_keyword'] = 'SEO URL';
|
||||
$_['entry_bottom'] = 'Показывать в футере';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_noindex'] = 'Индексация';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
$_['entry_layout'] = 'Изменить макет';
|
||||
|
||||
// Help
|
||||
$_['help_keyword'] = 'Должно быть уникальным на всю систему, без пробелов и спецсимволов';
|
||||
$_['help_bottom'] = 'Показывать в подвале \ футере магазина';
|
||||
$_['help_noindex'] = 'Индексация в поисковых системах Google, Yandex, Bing и других';
|
||||
|
||||
// Error
|
||||
$_['error_warning'] = 'Внимательно проверьте форму на ошибки!';
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_title'] = 'Название должно содержать от 3 до 64 символов!';
|
||||
$_['error_description'] = 'Описание должно содержать от 3 символов!';
|
||||
$_['error_meta_title'] = 'Мета-тег Title должен содержать от 0 до 255 символов!';
|
||||
$_['error_meta_h1'] = 'HTML-тег H1 должен содержать от 0 до 255 символов!';
|
||||
$_['error_keyword'] = 'SEO URL уже используется!';
|
||||
$_['error_account'] = 'Эту страницу нельзя удалить, так как она используется в Политике безопасности по умолчанию!';
|
||||
$_['error_checkout'] = 'Эту страницу нельзя удалить, так как она используется в Условиях соглашения по умолчанию!';
|
||||
$_['error_affiliate'] = 'Эту страницу нельзя удалить, так как она используется в Условиях партнерской программы!';
|
||||
$_['error_return'] = 'Эту страницу нельзя удалить, так как она используется в Условиях возврата товара !';
|
||||
$_['error_store'] = 'Эту страницу нельзя удалить, так как она используется в %s магазинах!';
|
||||
@@ -0,0 +1,55 @@
|
||||
<?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_add'] = 'Добавить';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_default'] = 'По умолчанию';
|
||||
$_['text_percent'] = 'Процент';
|
||||
$_['text_amount'] = 'Фиксированная сумма';
|
||||
$_['text_keyword'] = 'Должен быть уникальным на всю систему, без пробелов и спецсимволов.';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название производителя';
|
||||
$_['column_sort_order'] = 'Порядок сортировки';
|
||||
$_['column_noindex'] = 'Индексация';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Название производителя';
|
||||
$_['entry_description'] = 'Описание:';
|
||||
$_['entry_description_bottom'] = 'Описание Низ:';
|
||||
$_['entry_meta_title'] = 'Мета-тег Title';
|
||||
$_['entry_meta_h1'] = 'HTML-тег H1';
|
||||
$_['entry_meta_keyword'] = 'Мета-тег Keywords';
|
||||
$_['entry_meta_description'] = 'Мета-тег Description';
|
||||
$_['entry_store'] = 'Магазины';
|
||||
$_['entry_keyword'] = 'SEO URL';
|
||||
$_['entry_image'] = 'Изображение';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
$_['entry_noindex'] = 'Индексация';
|
||||
$_['entry_layout'] = 'Изменить макет';
|
||||
$_['tab_design'] = 'Дизайн';
|
||||
$_['entry_type'] = 'Тип';
|
||||
$_['entry_related_mn'] = 'Рекомендуемые товары:';
|
||||
$_['entry_related_article'] = 'Рекомендуемые статьи:';
|
||||
|
||||
// Help
|
||||
$_['help_keyword'] = 'Должно быть уникальным на всю систему, без пробелов и спецсимволов';
|
||||
$_['help_noindex'] = 'Индексация в поисковых системах Google, Yandex, Bing и других';
|
||||
$_['help_related'] = '(Автозаполнение)';
|
||||
|
||||
// Error
|
||||
$_['error_warning'] = 'Внимательно проверьте форму на ошибки!';
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_name'] = 'Название должно содержать от 2 до 64 символов!';
|
||||
$_['error_product'] = 'Этого производителя нельзя удалить так как он используется в %s товарах!';
|
||||
$_['error_meta_title'] = 'Мета-тег Title должен содержать от 0 до 255 символов!';
|
||||
$_['error_meta_h1'] = 'HTML-тег H1 должен содержать от 0 до 255 символов!';
|
||||
$_['error_keyword'] = 'SEO URL уже используется!';
|
||||
@@ -0,0 +1,43 @@
|
||||
<?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_add'] = 'Добавить';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_choose'] = 'Выбор';
|
||||
$_['text_select'] = 'Список';
|
||||
$_['text_radio'] = 'Переключатель';
|
||||
$_['text_checkbox'] = 'Флажок';
|
||||
$_['text_image'] = 'Изображение';
|
||||
$_['text_input'] = 'Поле ввода';
|
||||
$_['text_text'] = 'Текст';
|
||||
$_['text_textarea'] = 'Текстовая область';
|
||||
$_['text_file'] = 'Файл';
|
||||
$_['text_date'] = 'Дата';
|
||||
$_['text_datetime'] = 'Дата и время';
|
||||
$_['text_time'] = 'Время';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название опции';
|
||||
$_['column_sort_order'] = 'Порядок сортировки';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Название опции';
|
||||
$_['entry_type'] = 'Тип';
|
||||
$_['entry_option_value'] = 'Значение опции';
|
||||
$_['entry_image'] = 'Изображение';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_name'] = 'Название должно содержать от 1 до 128 символов!';
|
||||
$_['error_type'] = 'Не указано значение!';
|
||||
$_['error_option_value'] = 'Значение должно содержать от 1 до 128!';
|
||||
$_['error_product'] = 'Эту опцию нельзя удалить, так как она используется в %s товарах!';
|
||||
@@ -0,0 +1,139 @@
|
||||
<?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_add'] = 'Добавить';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_filter'] = 'Фильтр';
|
||||
$_['text_plus'] = '+';
|
||||
$_['text_minus'] = '-';
|
||||
$_['text_default'] = 'По умолчанию';
|
||||
$_['text_option'] = 'Опции';
|
||||
$_['text_option_value'] = 'Значение опции';
|
||||
$_['text_percent'] = 'Процент';
|
||||
$_['text_amount'] = 'Фиксированная сумма';
|
||||
$_['text_keyword'] = 'Должен быть уникальным на всю систему, без пробелов и спецсимволов';
|
||||
$_['text_none_category'] = ' --- Без Категории --- ';
|
||||
$_['text_none_manufacturer'] = ' --- Без Производителя --- ';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название';
|
||||
$_['column_category'] = 'Категория';
|
||||
$_['column_manufacturer'] = 'Производитель';
|
||||
$_['column_model'] = 'Код товара';
|
||||
$_['column_image'] = 'Изображение';
|
||||
$_['column_price'] = 'Цена';
|
||||
$_['column_quantity'] = 'Количество';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_noindex'] = 'Индекс';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Название товара';
|
||||
$_['entry_description'] = 'Описание';
|
||||
$_['entry_description_mini'] = 'Краткое Описание:';
|
||||
$_['entry_meta_title'] = 'Мета-тег Title';
|
||||
$_['entry_meta_h1'] = 'HTML-тег H1';
|
||||
$_['entry_meta_keyword'] = 'Мета-тег Keywords';
|
||||
$_['entry_meta_description'] = 'Мета-тег Description';
|
||||
$_['entry_keyword'] = 'SEO URL';
|
||||
$_['entry_model'] = 'Код товара';
|
||||
$_['entry_sku'] = 'SKU';
|
||||
$_['entry_upc'] = 'UPC';
|
||||
$_['entry_ean'] = 'EAN';
|
||||
$_['entry_jan'] = 'JAN';
|
||||
$_['entry_isbn'] = 'ISBN';
|
||||
$_['entry_mpn'] = 'MPN';
|
||||
$_['entry_location'] = 'Расположение';
|
||||
$_['entry_shipping'] = 'Необходима доставка';
|
||||
$_['entry_manufacturer'] = 'Производитель';
|
||||
$_['entry_store'] = 'Магазины';
|
||||
$_['entry_date_available'] = 'Дата поступления';
|
||||
$_['entry_quantity'] = 'Количество';
|
||||
$_['entry_minimum'] = 'Минимальное количество';
|
||||
$_['entry_stock_status'] = 'Отсутствие на складе';
|
||||
$_['entry_price'] = 'Цена';
|
||||
$_['entry_tax_class'] = 'Класс налога';
|
||||
$_['entry_points'] = 'Бонусные баллы';
|
||||
$_['entry_option_points'] = 'Бонусные баллы';
|
||||
$_['entry_subtract'] = 'Вычитать со склада';
|
||||
$_['entry_weight_class'] = 'Единица измерения веса';
|
||||
$_['entry_weight'] = 'Вес';
|
||||
$_['entry_dimension'] = 'Размеры (Д х Ш х В)';
|
||||
$_['entry_length_class'] = 'Единица измерения длины';
|
||||
$_['entry_length'] = 'Длина';
|
||||
$_['entry_width'] = 'Ширина';
|
||||
$_['entry_height'] = 'Высота';
|
||||
$_['entry_image'] = 'Изображение';
|
||||
$_['entry_additional_image'] = 'Дополнительные изображения';
|
||||
$_['entry_customer_group'] = 'Группа покупателей';
|
||||
$_['entry_date_start'] = 'Дата начала';
|
||||
$_['entry_date_end'] = 'Дата окончания';
|
||||
$_['entry_priority'] = 'Приоритет';
|
||||
$_['entry_attribute'] = 'Характеристики';
|
||||
$_['entry_attribute_group'] = 'Группа характеристик';
|
||||
$_['entry_text'] = 'Текст';
|
||||
$_['entry_option'] = 'Опции';
|
||||
$_['entry_option_value'] = 'Значение опции';
|
||||
$_['entry_required'] = 'Необходимо';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_noindex'] = 'Индексация';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
$_['entry_category'] = 'Категории';
|
||||
$_['entry_sub_category'] = 'включая подкатегории';
|
||||
$_['entry_main_category'] = 'Главная категория';
|
||||
$_['entry_filter'] = 'Фильтры';
|
||||
$_['entry_download'] = 'Файлы для скачивания';
|
||||
$_['entry_related'] = 'Рекомендуемые товары';
|
||||
$_['entry_related_article'] = 'Рекомендуем почитать';
|
||||
$_['entry_tag'] = 'Теги товара';
|
||||
$_['entry_reward'] = 'Бонусные баллы';
|
||||
$_['entry_layout'] = 'Изменить макет';
|
||||
$_['entry_recurring'] = 'Регулярный платеж';
|
||||
$_['entry_heading'] = 'Название';
|
||||
$_['entry_min'] = 'От';
|
||||
$_['entry_max'] = 'До';
|
||||
|
||||
// Help
|
||||
$_['help_keyword'] = 'Должно быть уникальным на всю систему, без пробелов и спецсимволов';
|
||||
$_['help_sku'] = 'SKU - Код производителя';
|
||||
$_['help_upc'] = 'Универсальный Код товара';
|
||||
$_['help_ean'] = 'Европейский Код товара';
|
||||
$_['help_jan'] = 'Японский Код товара';
|
||||
$_['help_isbn'] = 'Международный стандартный книжный номер';
|
||||
$_['help_mpn'] = 'Код Партии товара Производителя';
|
||||
$_['help_manufacturer'] = '(Автозаполнение)';
|
||||
$_['help_minimum'] = 'Минимальное количество заказа этого товара';
|
||||
$_['help_stock_status'] = 'Статус, показываемый, когда товара нет на складе (количество = 0)';
|
||||
$_['help_points'] = 'Количество баллов для покупки товара. Поставьте 0, чтобы не использовать баллы.';
|
||||
$_['help_category'] = '(Автозаполнение)';
|
||||
$_['help_filter'] = '(Автозаполнение)';
|
||||
$_['help_download'] = '(Автозаполнение)';
|
||||
$_['help_related'] = '(Автозаполнение)';
|
||||
$_['help_tag'] = 'разделяются запятой';
|
||||
$_['help_main_category'] = 'Select main category';
|
||||
$_['help_noindex'] = 'Индексация в поисковых системах Google, Yandex, Bing и других';
|
||||
|
||||
//Stickers
|
||||
$_['text_corner0'] = 'Верхний левый';
|
||||
$_['text_corner1'] = 'Верхний правый';
|
||||
$_['text_corner2'] = 'Нижний левый';
|
||||
$_['text_corner3'] = 'Нижний правый';
|
||||
$_['entry_sticker'] = 'Промо Стикеры';
|
||||
$_['text_benefits'] = 'Преимущества';
|
||||
|
||||
// Error
|
||||
$_['error_warning'] = 'Внимательно проверьте форму на ошибки!';
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_name'] = 'Название должно содержать от 3 до 255 символов!';
|
||||
$_['error_meta_title'] = 'Мета-тег Title должен содержать от 0 до 255 символов!';
|
||||
$_['error_meta_h1'] = 'HTML-тег H1 должен содержать от 0 до 255 символов!';
|
||||
$_['error_model'] = 'Код Товара товара должна содержать от 3 до 64 символов!';
|
||||
$_['error_keyword'] = 'SEO URL уже используется!';
|
||||
$_['error_tab'] = 'Необходимо название таба!';
|
||||
@@ -0,0 +1,45 @@
|
||||
<?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_add'] = 'Добавить';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_day'] = 'День';
|
||||
$_['text_week'] = 'Неделя';
|
||||
$_['text_semi_month'] = 'Полмесяца';
|
||||
$_['text_month'] = 'Месяц';
|
||||
$_['text_year'] = 'Год';
|
||||
$_['text_recurring'] = '<p><i class="fa fa-info-circle"></i> Повторения выставления счета расчитываются путем умножения частоты на цикл.</p><p>Например, если вы используете частоту "неделя" и цикл "2", то пользователю будет выставлен счет каждые 2 недели.</p><p>Продолжительность - количество оплат, которые пользователь должен сделать. Установите в 0, если Вы захотите отменить платежи.</p>';
|
||||
$_['text_profile'] = 'Регулярный платеж';
|
||||
$_['text_trial'] = 'Триал профиль';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Название';
|
||||
$_['entry_price'] = 'Цена';
|
||||
$_['entry_duration'] = 'Продолжительность';
|
||||
$_['entry_cycle'] = 'Цикл';
|
||||
$_['entry_frequency'] = 'Частота';
|
||||
$_['entry_trial_price'] = 'Цена';
|
||||
$_['entry_trial_duration'] = 'Продолжительность';
|
||||
$_['entry_trial_status'] = 'Статус';
|
||||
$_['entry_trial_cycle'] = 'Цикл';
|
||||
$_['entry_trial_frequency'] = 'Частота';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название';
|
||||
$_['column_sort_order'] = 'Порядок сортировки';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Error
|
||||
$_['error_warning'] = 'Внимательно проверьте форму на ошибки!';
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_name'] = 'Название должно содержать от 3 до 255 символов!';
|
||||
$_['error_product'] = 'Профиль нельзя удалить, так как он используется в %s товарах!';
|
||||
@@ -0,0 +1,39 @@
|
||||
<?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_add'] = 'Добавить';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_filter'] = 'Фильтр';
|
||||
|
||||
// Column
|
||||
$_['column_product'] = 'Товар';
|
||||
$_['column_author'] = 'Автор';
|
||||
$_['column_rating'] = 'Рейтинг';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_date_added'] = 'Дата добавления';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_product'] = 'Товар';
|
||||
$_['entry_author'] = 'Автор';
|
||||
$_['entry_rating'] = 'Рейтинг';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_text'] = 'Текст';
|
||||
$_['entry_date_added'] = 'Дата добавления';
|
||||
|
||||
// Help
|
||||
$_['help_product'] = '(Автозаполнение)';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_product'] = 'Требуется выбрать товар!';
|
||||
$_['error_author'] = 'Имя автора должно содержать от 3 до 64 символов!';
|
||||
$_['error_text'] = 'Текст отзыва должен содержать хотя бы 1 символ!';
|
||||
$_['error_rating'] = 'Требуется установить рейтинг!';
|
||||
@@ -0,0 +1,142 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Text
|
||||
$_['text_analytics'] = 'Аналитикс';
|
||||
$_['text_affiliate'] = 'Партнёрская программа';
|
||||
$_['text_api'] = 'API';
|
||||
$_['text_attribute'] = 'Характеристики';
|
||||
$_['text_attribute_group'] = 'Группы характеристик';
|
||||
$_['text_backup'] = 'Бэкап / Восстановление';
|
||||
$_['text_banner'] = 'Баннеры';
|
||||
$_['text_sticker'] = 'Промо Стикеры';
|
||||
$_['text_benefit'] = 'Преимущества Товара';
|
||||
$_['text_custommenu'] = 'Конструктор Меню';
|
||||
$_['text_captcha'] = 'Капча';
|
||||
$_['text_catalog'] = 'Каталог';
|
||||
$_['text_category'] = 'Категории';
|
||||
$_['text_country'] = 'Страны';
|
||||
$_['text_coupon'] = 'Купоны';
|
||||
$_['text_currency'] = 'Валюта';
|
||||
$_['text_customer'] = 'Покупатели';
|
||||
$_['text_customer_group'] = 'Группы покупателей';
|
||||
$_['text_customer_online'] = 'Покупатели онлайн';
|
||||
$_['text_customer_approval'] = 'Утверждение покупателей';
|
||||
$_['text_custom_field'] = 'Настраиваемые поля';
|
||||
$_['text_dashboard'] = 'Панель состояния';
|
||||
$_['text_design'] = 'Дизайн';
|
||||
$_['text_download'] = 'Файлы для скачивания';
|
||||
$_['text_seomanager'] = 'SEO Менеджер';
|
||||
$_['text_log'] = 'Журнал ошибок';
|
||||
$_['text_event'] = 'События';
|
||||
$_['text_extension'] = 'Расширения';
|
||||
$_['text_feed'] = 'Каналы продвижения';
|
||||
$_['text_filter'] = 'Фильтры';
|
||||
$_['text_fraud'] = 'Антифрод';
|
||||
$_['text_geo_zone'] = 'Географические зоны';
|
||||
$_['text_information'] = 'Статьи';
|
||||
$_['text_installer'] = 'Установка расширений';
|
||||
$_['text_language'] = 'Языки';
|
||||
$_['text_language_editor'] = 'Редактор перевода';
|
||||
$_['text_layout'] = 'Макеты';
|
||||
$_['text_localisation'] = 'Локализация';
|
||||
$_['text_location'] = 'Местонахождение';
|
||||
$_['text_contact'] = 'Почта';
|
||||
$_['text_marketing'] = 'Маркетинг';
|
||||
$_['text_marketplace'] = 'Магазин OpenCart.com';
|
||||
$_['text_maintenance'] = 'Обслуживание';
|
||||
$_['text_modification'] = 'Модификаторы';
|
||||
$_['text_manufacturer'] = 'Производители';
|
||||
$_['text_navigation'] = 'Навигация';
|
||||
$_['text_module'] = 'Модули';
|
||||
$_['text_option'] = 'Опции';
|
||||
$_['text_opencartforum'] = 'OpenCartForum магазин';
|
||||
$_['text_order'] = 'Заказы';
|
||||
$_['text_order_status'] = 'Статус заказов';
|
||||
$_['text_online'] = 'Покупатели онлайн';
|
||||
$_['text_payment'] = 'Оплата';
|
||||
$_['text_paypal'] = 'PayPal';
|
||||
$_['text_paypal_search'] = 'Поиск транзакции';
|
||||
$_['text_product'] = 'Товары';
|
||||
$_['text_reports'] = 'Отчеты';
|
||||
$_['text_report_sale'] = 'Продажи';
|
||||
$_['text_report_sale_order'] = 'Заказы';
|
||||
$_['text_report_sale_tax'] = 'Налоги';
|
||||
$_['text_report_sale_shipping'] = 'Доставка';
|
||||
$_['text_report_sale_return'] = 'Возвраты';
|
||||
$_['text_report_sale_coupon'] = 'Купоны';
|
||||
$_['text_report_product'] = 'Товары';
|
||||
$_['text_report_product_viewed'] = 'Просмотрено';
|
||||
$_['text_report_product_purchased'] = 'Куплено';
|
||||
$_['text_report_customer'] = 'Покупатели';
|
||||
$_['text_report_customer_activity'] = 'Активность покупателей';
|
||||
$_['text_report_customer_search'] = 'Поиск покупателей';
|
||||
$_['text_report_customer_online'] = 'Покупатели онлайн';
|
||||
$_['text_report_customer_order'] = 'Заказы';
|
||||
$_['text_report_customer_reward'] = 'Бонусные баллы';
|
||||
$_['text_report_customer_credit'] = 'Кредиты';
|
||||
$_['text_report_marketing'] = 'Маркетинг';
|
||||
$_['text_report_affiliate'] = 'Партнёрская программа';
|
||||
$_['text_report_affiliate_activity'] = 'Партнерская активность';
|
||||
$_['text_review'] = 'Отзывы';
|
||||
$_['text_return'] = 'Возврат товара';
|
||||
$_['text_return_action'] = 'Операции возврата';
|
||||
$_['text_return_reason'] = 'Причины возврата';
|
||||
$_['text_return_status'] = 'Статусы возврата';
|
||||
$_['text_sale'] = 'Продажи';
|
||||
$_['text_shipping'] = 'Доставка';
|
||||
$_['text_setting'] = 'Настройки';
|
||||
$_['text_seo_url'] = 'SEO URL';
|
||||
$_['text_statistics'] = 'Статистика';
|
||||
$_['text_stock_status'] = 'Состояние на складе';
|
||||
$_['text_system'] = 'Система';
|
||||
$_['text_tax'] = 'Налоги';
|
||||
$_['text_tax_class'] = 'Налоговые классы';
|
||||
$_['text_tax_rate'] = 'Налоговые ставки';
|
||||
$_['text_tools'] = 'Инструменты';
|
||||
$_['text_total'] = 'Учитывать в заказе';
|
||||
$_['text_translation'] = 'Переводы';
|
||||
$_['text_theme'] = 'Редактор шаблонов';
|
||||
$_['text_upload'] = 'Загрузить';
|
||||
$_['text_user'] = 'Пользователи';
|
||||
$_['text_users'] = 'Пользователи';
|
||||
$_['text_user_group'] = 'Группы пользователей';
|
||||
$_['text_voucher'] = 'Подарочные сертификаты';
|
||||
$_['text_voucher_theme'] = 'Тематика';
|
||||
$_['text_weight_class'] = 'Единицы веса';
|
||||
$_['text_length_class'] = 'Единицы измерения';
|
||||
$_['text_zone'] = 'Регионы';
|
||||
$_['text_recurring'] = 'Регулярные платежи';
|
||||
$_['text_order_recurring'] = 'Периодические заказы';
|
||||
$_['text_openbay_extension'] = 'OpenBay Pro';
|
||||
$_['text_openbay_dashboard'] = 'Панель состояния';
|
||||
$_['text_openbay_orders'] = 'Bulk order update';
|
||||
$_['text_openbay_items'] = 'Manage items';
|
||||
$_['text_openbay_ebay'] = 'eBay';
|
||||
$_['text_openbay_amazon'] = 'Amazon (EU)';
|
||||
$_['text_openbay_amazonus'] = 'Amazon (US)';
|
||||
$_['text_openbay_etsy'] = 'Etsy';
|
||||
$_['text_openbay_settings'] = 'Настройки';
|
||||
$_['text_openbay_links'] = 'Item links';
|
||||
$_['text_openbay_report_price'] = 'Pricing report';
|
||||
$_['text_openbay_order_import'] = 'Order import';
|
||||
$_['text_paypal_manage'] = 'PayPal';
|
||||
$_['text_paypal_search'] = 'Поиск транзакции';
|
||||
$_['text_seo'] = 'SEO';
|
||||
$_['text_gogettop'] = 'GoGetTop';
|
||||
$_['text_gogettop_help'] = 'Инструкция GoGetTop';
|
||||
$_['text_seopult'] = 'SeoPult';
|
||||
$_['text_seopult_help'] = 'Инструкция SeoPult';
|
||||
$_['text_blogun'] = 'Blogun';
|
||||
$_['text_blogun_help'] = 'Инструкция Blogun';
|
||||
$_['text_blog'] = 'Блог';
|
||||
$_['text_blog_article'] = 'Статьи блога';
|
||||
$_['text_blog_category'] = 'Категории блога';
|
||||
$_['text_blog_review'] = 'Отзывы блога';
|
||||
$_['text_blog_setting'] = 'Настройки блога';
|
||||
$_['text_service_title'] = 'Услуги';
|
||||
$_['text_service'] = 'Список услуг';
|
||||
$_['text_complete_status'] = 'Завершенных заказов';
|
||||
$_['text_processing_status'] = 'Заказов в процессе';
|
||||
$_['text_other_status'] = 'Другие заказы';
|
||||
@@ -0,0 +1,26 @@
|
||||
<?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_order_total'] = 'Заказов';
|
||||
$_['text_customer_total'] = 'Покупателей';
|
||||
$_['text_sale_total'] = 'Продаж';
|
||||
$_['text_online_total'] = 'Покупатели онлайн';
|
||||
$_['text_map'] = 'Карта мира';
|
||||
$_['text_sale'] = 'Аналитика продаж';
|
||||
$_['text_activity'] = 'Последняя активность';
|
||||
$_['text_recent'] = 'Последнии заказы';
|
||||
$_['text_order'] = 'Заказы';
|
||||
$_['text_customer'] = 'Покупатели';
|
||||
$_['text_day'] = 'Сегодня';
|
||||
$_['text_week'] = 'Неделя';
|
||||
$_['text_month'] = 'Месяц';
|
||||
$_['text_year'] = 'Год';
|
||||
$_['text_view'] = 'Подробнее...';
|
||||
|
||||
// Error
|
||||
$_['error_install'] = 'Установочная папка до сих пор существует! Зайдите на FTP и удалите папку install';
|
||||
@@ -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_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_theme'] = 'Шаблон';
|
||||
$_['text_systemcache'] = 'Системный';
|
||||
$_['text_imgcache'] = 'Изображений';
|
||||
$_['text_allcache'] = 'Весь';
|
||||
$_['text_cache'] = 'Вы очистили %s кэш!';
|
||||
$_['text_img_cache'] = 'Вы очистили Кэш %s !';
|
||||
|
||||
// Column
|
||||
$_['column_component'] = 'Компонент';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_theme'] = 'Шаблон';
|
||||
$_['entry_cache'] = 'Кэш';
|
||||
$_['entry_systemcache'] = 'Системный кэш';
|
||||
$_['entry_imgcache'] = 'Кэш изображений';
|
||||
$_['entry_allcache'] = 'Весь кэш';
|
||||
|
||||
// Button
|
||||
$_['button_on'] = 'Вкл';
|
||||
$_['button_off'] = 'Выкл';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,25 @@
|
||||
<?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_uploaded'] = 'Файл загружен!';
|
||||
$_['text_directory'] = 'Директория создана!';
|
||||
$_['text_delete'] = 'Файл или директория удалена!';
|
||||
|
||||
// Entry
|
||||
$_['entry_search'] = 'Поиск..';
|
||||
$_['entry_folder'] = 'Новая папка';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Доступ Запрещен!';
|
||||
$_['error_filename'] = 'Название файла должно содержать от 3 до 255 символов!';
|
||||
$_['error_folder'] = 'Название директории должно содержать от 3 до 255 символов!';
|
||||
$_['error_exists'] = 'Файл или директория с таким именем уже существует!';
|
||||
$_['error_directory'] = 'Выберите директорию!';
|
||||
$_['error_filetype'] = 'Некорректный тип файла!';
|
||||
$_['error_upload'] = 'Файл не может быть загружен по неизвестной причине!';
|
||||
$_['error_delete'] = 'Невозможно удалить директорию!';
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Text
|
||||
$_['text_footer'] = '<a target="_blank" href="https://ocstore.com/?utm_source=ocstore3_install">ocStore</a> © 2009-' . date('Y') . ' Все права защищены.';
|
||||
$_['text_version'] = 'Версия ocStore %s<br/>Максимальная производительность <a target="_blank" href="https://turbohost.pro/?utm_source=ocstore23">TurboHost.pro</a>';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// header
|
||||
$_['heading_title'] = 'Забыли пароль?';
|
||||
|
||||
// Text
|
||||
$_['text_forgotten'] = 'Забыли пароль?';
|
||||
$_['text_your_email'] = 'Ваш E-Mail';
|
||||
$_['text_email'] = 'Введите адрес электронной почты Вашей учетной записи. Нажмите кнопку Продолжить, чтобы получить ссылку сброса пароля по электронной почте.';
|
||||
$_['text_success'] = 'Ссылка подтверждения сброса пароля была отправлена на ваш адрес электронной почты.';
|
||||
|
||||
// Entry
|
||||
$_['entry_email'] = 'E-Mail адрес';
|
||||
$_['entry_password'] = 'Новый пароль';
|
||||
$_['entry_confirm'] = 'Подтвердите пароль';
|
||||
|
||||
// Error
|
||||
$_['error_email'] = 'E-Mail адрес не найден, проверьте и попробуйте ещё раз!';
|
||||
$_['error_password'] = 'Пароль должен содержать от 3 до 20 символов!';
|
||||
$_['error_confirm'] = 'Пароли не совпадают!';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'ocStore';
|
||||
|
||||
// Text
|
||||
$_['text_profile'] = 'Ваш профиль';
|
||||
$_['text_store'] = 'Магазины';
|
||||
$_['text_help'] = 'Помощь';
|
||||
$_['text_homepage'] = 'Сайт проекта';
|
||||
$_['text_support'] = 'Форум поддержки';
|
||||
$_['text_documentation'] = 'Документация';
|
||||
$_['text_logout'] = 'Выход';
|
||||
$_['text_search_options'] = 'Опции поиска';
|
||||
$_['text_new'] = 'Добавить';
|
||||
$_['text_new_category'] = 'Категорию';
|
||||
$_['text_new_customer'] = 'Пользователя';
|
||||
$_['text_new_download'] = 'Загрузку';
|
||||
$_['text_new_manufacturer'] = 'Производителя';
|
||||
$_['text_new_product'] = 'Товар';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// header
|
||||
$_['heading_title'] = 'Авторизация';
|
||||
|
||||
// Text
|
||||
$_['text_heading'] = 'Авторизация';
|
||||
$_['text_login'] = 'Введите логин и пароль';
|
||||
$_['text_forgotten'] = 'Забыли пароль?';
|
||||
|
||||
// Entry
|
||||
$_['entry_username'] = 'Логин';
|
||||
$_['entry_password'] = 'Пароль';
|
||||
|
||||
// Button
|
||||
$_['button_login'] = 'Войти';
|
||||
|
||||
// Error
|
||||
$_['error_login'] = 'Такой логин и/или пароль не существует!';
|
||||
$_['error_token'] = 'Неправильная токен-сессия. Авторизуйтесь снова.';
|
||||
@@ -0,0 +1,36 @@
|
||||
<?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_edit'] = 'Редактирование';
|
||||
|
||||
// Column
|
||||
$_['column_username'] = 'Логин';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_date_added'] = 'Дата добавления';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_username'] = 'Логин';
|
||||
$_['entry_password'] = 'Пароль';
|
||||
$_['entry_confirm'] = 'Подтверждение пароля';
|
||||
$_['entry_firstname'] = 'Имя';
|
||||
$_['entry_lastname'] = 'Фамилия';
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_image'] = 'Изображение';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_exists_username'] = 'Имя пользователя уже используется!';
|
||||
$_['error_username'] = 'Логин должен содержать от 3 до 20 символов!';
|
||||
$_['error_password'] = 'Пароль должен содержать от 4 до 20 символов!';
|
||||
$_['error_confirm'] = 'Пароли не совпадают!';
|
||||
$_['error_firstname'] = 'Имя должно содержать от 1 до 32 символов!';
|
||||
$_['error_lastname'] = 'Фамилия должна содержать от 1 до 32 символов!';
|
||||
$_['error_email'] = 'Адрес электронной почты не действителен!';
|
||||
$_['error_exists_email'] = 'E-Mail уже используется!';
|
||||
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// header
|
||||
$_['heading_title'] = 'Сброс пароля';
|
||||
|
||||
// Text
|
||||
$_['text_reset'] = 'Сброс пароля!';
|
||||
$_['text_password'] = 'Введите новый пароль!';
|
||||
$_['text_success'] = 'Ваш пароль успешно изменен!';
|
||||
|
||||
// Entry
|
||||
$_['entry_password'] = 'Новый пароль';
|
||||
$_['entry_confirm'] = 'Подтвердите пароль';
|
||||
|
||||
// Error
|
||||
$_['error_password'] = 'Пароль должен содержать от 3 до 20 символов!';
|
||||
$_['error_confirm'] = 'Пароли не совпадают!';
|
||||
@@ -0,0 +1,29 @@
|
||||
<?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_security'] = 'Очень важно, чтобы вы переместили каталог storage за пределы веб-каталога (например, public_html, www или htdocs).';
|
||||
$_['text_choose'] = 'Выберите способ перемещения каталога storage';
|
||||
$_['text_automatic'] = 'Автоматическое перемещение';
|
||||
$_['text_manual'] = 'Переместить вручную';
|
||||
$_['text_move'] = 'Переместить';
|
||||
$_['text_to'] = 'в';
|
||||
$_['text_admin'] = 'В файле admin/config.php замените строку';
|
||||
$_['text_config'] = 'В файле config.php замените строку';
|
||||
$_['text_by'] = 'на';
|
||||
|
||||
// Button
|
||||
$_['button_move'] = 'Переместить';
|
||||
$_['button_manual'] = 'Вручную';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_path'] = 'Неверный путь!';
|
||||
$_['error_directory'] = 'Неверный каталог!';
|
||||
$_['error_exists'] = 'Каталог уже существует!';
|
||||
$_['error_writable'] = 'config.php and admin/config.php Должны быть доступны для записи!';
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
$_['text_complete_status'] = 'Завершенных заказов';
|
||||
$_['text_processing_status'] = 'Заказов в процессе';
|
||||
$_['text_other_status'] = 'Другие заказы';
|
||||
@@ -0,0 +1,52 @@
|
||||
<?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_add'] = 'Добавить';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_choose'] = 'Выбор';
|
||||
$_['text_select'] = 'Список';
|
||||
$_['text_radio'] = 'Переключатель';
|
||||
$_['text_checkbox'] = 'Флажок';
|
||||
$_['text_input'] = 'Поле ввода';
|
||||
$_['text_text'] = 'Текст';
|
||||
$_['text_textarea'] = 'Текстовая область';
|
||||
$_['text_file'] = 'Файл';
|
||||
$_['text_date'] = 'Дата';
|
||||
$_['text_datetime'] = 'Дата и время';
|
||||
$_['text_time'] = 'Время';
|
||||
$_['text_account'] = 'Аккаунт';
|
||||
$_['text_address'] = 'Адрес';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название настраиваемого поля';
|
||||
$_['column_location'] = 'Расположение';
|
||||
$_['column_type'] = 'Тип';
|
||||
$_['column_sort_order'] = 'Порядок сортировки';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Название настраиваемого поля';
|
||||
$_['entry_location'] = 'Расположение';
|
||||
$_['entry_type'] = 'Тип';
|
||||
$_['entry_value'] = 'Значение';
|
||||
$_['entry_custom_value'] = 'Значение поля';
|
||||
$_['entry_customer_group'] = 'Группа покупателей';
|
||||
$_['entry_required'] = 'Необходимо';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
|
||||
// Help
|
||||
$_['help_sort_order'] = 'Используйте минус, чтобы задать порядок сортировки выше.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_name'] = 'Название должно содержать от 1 до 128 символов!';
|
||||
$_['error_type'] = 'Укажите значение!';
|
||||
$_['error_custom_value'] = 'Значение должно содержать от 3 до 128 символов!';
|
||||
@@ -0,0 +1,81 @@
|
||||
<?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_add'] = 'Добавить';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_default'] = 'По умолчанию';
|
||||
$_['text_balance'] = 'Баланс';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Имя покупателя';
|
||||
$_['column_email'] = 'E-Mail';
|
||||
$_['column_customer_group'] = 'Группа покупателей';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_date_added'] = 'Дата добавления';
|
||||
$_['column_comment'] = 'Комментарий';
|
||||
$_['column_description'] = 'Описание';
|
||||
$_['column_amount'] = 'Итого';
|
||||
$_['column_points'] = 'Бонусные баллы';
|
||||
$_['column_ip'] = 'IP';
|
||||
$_['column_total'] = 'Общая сумма';
|
||||
$_['column_action'] = 'Действие';
|
||||
$_['text_option'] = 'Опции';
|
||||
$_['text_login'] = 'Войти в магазин';
|
||||
$_['text_unlock'] = 'Разблокировать аккаунт';
|
||||
|
||||
// Entry
|
||||
$_['entry_customer_group'] = 'Группа покупателей';
|
||||
$_['entry_firstname'] = 'Имя';
|
||||
$_['entry_lastname'] = 'Фамилия';
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_telephone'] = 'Телефон';
|
||||
$_['entry_fax'] = 'Факс';
|
||||
$_['entry_newsletter'] = 'Рассылка';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_approved'] = 'Одобрить';
|
||||
$_['entry_safe'] = 'Безопасный';
|
||||
$_['entry_password'] = 'Пароль';
|
||||
$_['entry_confirm'] = 'Подтвердить';
|
||||
$_['entry_company'] = 'Компания';
|
||||
$_['entry_address_1'] = 'Адрес 1';
|
||||
$_['entry_address_2'] = 'Адрес 2';
|
||||
$_['entry_city'] = 'Город';
|
||||
$_['entry_postcode'] = 'Индекс';
|
||||
$_['entry_country'] = 'Страна';
|
||||
$_['entry_zone'] = 'Регион / Область';
|
||||
$_['entry_default'] = 'Основной адрес';
|
||||
$_['entry_comment'] = 'Комментарий';
|
||||
$_['entry_description'] = 'Описание';
|
||||
$_['entry_amount'] = 'Итого';
|
||||
$_['entry_points'] = 'Бонусные баллы';
|
||||
$_['entry_name'] = 'Имя покупателя';
|
||||
$_['entry_ip'] = 'IP';
|
||||
$_['entry_date_added'] = 'Дата добавления';
|
||||
|
||||
// Help
|
||||
$_['help_safe'] = 'Установите значение Настоящий, в том случае если он был ошибочно определен системой по борьбе с мошенничеством';
|
||||
$_['help_points'] = 'Используйте минус для вычитания баллов, к примеру -100';
|
||||
|
||||
// Error
|
||||
$_['error_warning'] = 'Внимательно проверьте форму на ошибки!';
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_exists'] = 'Такой E-Mail уже зарегистрирован!';
|
||||
$_['error_firstname'] = 'Имя должно содержать от 1 до 32 символов!';
|
||||
$_['error_lastname'] = 'Фамилия должна содержать от 1 до 32 символов!';
|
||||
$_['error_email'] = 'E-Mail адрес введен неверно!';
|
||||
$_['error_telephone'] = 'Номер телефона должен содержать от 3 до 32 символов!';
|
||||
$_['error_password'] = 'Пароль должно содержать от 4 до 20 символов!';
|
||||
$_['error_confirm'] = 'Пароли не совпадают!';
|
||||
$_['error_address_1'] = 'Адрес должен содержать от 3 до 128 символов!';
|
||||
$_['error_city'] = 'Название города должно содержать от 2 до 128 символов!';
|
||||
$_['error_postcode'] = 'Индекс должен содержать от 2 до 10 символов!';
|
||||
$_['error_country'] = 'Пожалуйста, укажите страну!';
|
||||
$_['error_zone'] = 'Пожалуйста, укажите регион / область!';
|
||||
$_['error_custom_field'] = '%s необходим!';
|
||||
@@ -0,0 +1,31 @@
|
||||
<?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_default'] = 'По умолчанию';
|
||||
$_['text_customer'] = 'Покупатель';
|
||||
$_['text_affiliate'] = 'Филиал';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Имя покупателя';
|
||||
$_['column_email'] = 'E-Mail';
|
||||
$_['column_customer_group'] = 'Группа покупателей';
|
||||
$_['column_type'] = 'Тип';
|
||||
$_['column_date_added'] = 'Дата добавления';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Имя покупателя';
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_customer_group'] = 'Группа покупателей';
|
||||
$_['entry_type'] = 'Тип';
|
||||
$_['entry_date_added'] = 'Дата добавления';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -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_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_list'] = 'Список групп покупателей';
|
||||
$_['text_add'] = 'Добавить';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название группы покупателей';
|
||||
$_['column_sort_order'] = 'Порядок сортировки';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Название группы покупателей';
|
||||
$_['entry_description'] = 'Описание';
|
||||
$_['entry_approval'] = 'Подтверждение новых покупателей';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
|
||||
// Help
|
||||
$_['help_approval'] = 'Покупатели должны быть активированы администратором, прежде чем они смогут осуществить покупки и использовать все приемущества зарегистрированных пользователей';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_name'] = 'Название должно содержать от 3 до 32 символов!';
|
||||
$_['error_default'] = 'Эту группу покупателей нельзя удалить, поскольку она назначена для основного магазина!';
|
||||
$_['error_store'] = 'Эту группу покупателей нельзя удалить, поскольку она используется в %s магазинах!';
|
||||
$_['error_customer'] = 'Эту группу покупателей нельзя удалить, поскольку в нее входит %s покупателей!';
|
||||
@@ -0,0 +1,34 @@
|
||||
<?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_add'] = 'Добавить баннер';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_default'] = 'По умолчанию';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название баннера';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Название баннера';
|
||||
$_['entry_title'] = 'Заголовок';
|
||||
$_['entry_link'] = 'Ссылка';
|
||||
$_['entry_description'] = 'Описание';
|
||||
$_['entry_button_text'] = 'Текст кнопки';
|
||||
$_['entry_image'] = 'Изображение';
|
||||
$_['entry_image_mobile'] = 'Изображение (моб.)';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_name'] = 'Название должно содержать от 3 до 64 символов!';
|
||||
$_['error_title'] = 'Заголовок должен содержать от 3 до 64 символов!';
|
||||
@@ -0,0 +1,42 @@
|
||||
<?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_default'] = 'По умолчанию';
|
||||
$_['text_image_manager'] = 'Управление изображениями';
|
||||
$_['text_browse'] = 'Просмотр файлов';
|
||||
$_['text_clear'] = 'Убрать изображение';
|
||||
$_['text_list'] = 'Список Преимуществ';
|
||||
$_['text_add'] = 'Добавить Преимущество';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_type_benefit'] = 'Преимущество';
|
||||
$_['text_type_gift'] = 'Подарок';
|
||||
|
||||
// Column
|
||||
$_['column_image'] = 'Изображения';
|
||||
$_['column_name'] = 'Название преимущества';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Название преимущества:';
|
||||
$_['entry_link'] = 'Ссылка:';
|
||||
$_['entry_image'] = 'Изображение:';
|
||||
$_['entry_status'] = 'Статус:';
|
||||
$_['entry_type'] = 'Тип:';
|
||||
$_['entry_description'] = 'Описание:';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Вы не имеете прав для изменения стикеров!';
|
||||
$_['error_name'] = 'Название преимущества должно быть от 3 до 64 символов!';
|
||||
$_['error_title'] = 'Заголовок должен быть от 2 до 64 символов!';
|
||||
$_['error_default'] = 'Это преимущество не может быть удален, поскольку он используется в магазине по умолчанию!';
|
||||
$_['error_product'] = 'Это преимущество не может быть удален, поскольку он используется %s товаром(ами)!';
|
||||
$_['error_category'] = 'Это преимущество не может быть удален, поскольку он используется %s категорией(ями)!';
|
||||
$_['error_information'] = 'Это преимущество не может быть удален, поскольку он используется %s страницей(ами)!';
|
||||
?>
|
||||
@@ -0,0 +1,56 @@
|
||||
<?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_custommenu_enable'] = 'Использовать в качестве основного меню? ';
|
||||
|
||||
$_['text_new_custommenu_item'] = 'Новый пункт меню';
|
||||
$_['text_category'] = 'Категория';
|
||||
$_['text_product'] = 'Товар';
|
||||
$_['text_manufacturer'] = 'Производитель';
|
||||
$_['text_information'] = 'Статья';
|
||||
$_['text_custom'] = 'Произвольные ссылки';
|
||||
$_['text_confirm'] = 'Вы уверены?';
|
||||
|
||||
$_['text_custommenu_title'] = 'Структура меню';
|
||||
$_['text_custommenu_description'] = 'Расположите элементы в желаемом порядке путём перетаскивания. Можно также щёлкнуть на стрелку справа от элемента, чтобы открыть дополнительные настройки.';
|
||||
$_['text_sub_item'] = 'дочерний элемент';
|
||||
$_['text_custommenu_name'] = 'Название';
|
||||
$_['text_custommenu_link'] = 'Ссылка';
|
||||
|
||||
// Column
|
||||
$_['column_sort_order'] = 'Порядок сортировки';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
$_['column_custom_name'] = 'Название';
|
||||
$_['column_custom_link'] = 'Ссылка';
|
||||
$_['column_category_name'] = 'Название категории';
|
||||
$_['column_product_name'] = 'Название товара';
|
||||
$_['column_manufacturer_name'] = 'Название производителя';
|
||||
$_['column_information_name'] = 'Название статьи';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Название';
|
||||
$_['entry_link'] = 'Ссылка';
|
||||
$_['entry_columns'] = 'Столбцов';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
$_['entry_store'] = 'Магазин';
|
||||
|
||||
// Buttons
|
||||
$_['button_custom'] = 'Добавить произвольную ссылку в меню';
|
||||
$_['button_categories'] = 'Добавить категорию в меню';
|
||||
$_['button_products'] = 'Добавить товар в меню';
|
||||
$_['button_manufacturers'] = 'Добавить производителя в меню';
|
||||
$_['button_informations'] = 'Добавить статью в меню';
|
||||
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_name'] = 'Название должно содержать от 1 до 64 символов!';
|
||||
$_['error_link'] = 'Укажите ссылку!';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Language Editor';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified language editor!';
|
||||
$_['text_edit'] = 'Edit Translation';
|
||||
$_['text_default'] = 'Default';
|
||||
$_['text_store'] = 'Store';
|
||||
$_['text_language'] = 'Language';
|
||||
$_['text_translation'] = 'Choose a translation';
|
||||
$_['text_translation'] = 'Translations';
|
||||
|
||||
// Entry
|
||||
$_['entry_key'] = 'Key';
|
||||
$_['entry_value'] = 'Value';
|
||||
$_['entry_default'] = 'Default';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify language editor!';
|
||||
@@ -0,0 +1,45 @@
|
||||
<?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_add'] = 'Добавить';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_move'] = 'Перетащите для смены сортировки';
|
||||
$_['text_remove'] = 'Удалить';
|
||||
$_['text_route'] = 'Выберите магазины и роуты, которые будут использоваться с этим макетом';
|
||||
$_['text_module'] = 'Выберите положение модулей';
|
||||
$_['text_default'] = 'По умолчанию';
|
||||
$_['text_content_top'] = 'Верх страницы';
|
||||
$_['text_content_bottom'] = 'Низ страницы';
|
||||
$_['text_column_left'] = 'Левая колонка';
|
||||
$_['text_column_right'] = 'Правая колонка';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название макета';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Название макета';
|
||||
$_['entry_store'] = 'Магазин';
|
||||
$_['entry_route'] = 'Путь';
|
||||
$_['entry_module'] = 'Модуль';
|
||||
$_['entry_position'] = 'Расположение';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_name'] = 'Название должно содержать от 3 до 64 символов!';
|
||||
$_['error_default'] = 'Этот макет нельзя удалить, поскольку он используется в магазине по умолчанию!';
|
||||
$_['error_store'] = 'Этот макет нельзя удалить, поскольку он используется в %s магазинах!';
|
||||
$_['error_product'] = 'Этот макет нельзя удалить, поскольку он используется в %s товарах!';
|
||||
$_['error_category'] = 'Этот макет нельзя удалить, поскольку он используется в %s категориях!';
|
||||
$_['error_manufacturer'] = 'Этот макет нельзя удалить, поскольку он используется в %s производителях!';
|
||||
$_['error_information'] = 'Этот макет нельзя удалить, поскольку он используется в %s страницах!';
|
||||
$_['error_blog_article'] = 'Этот макет нельзя удалить, поскольку он используется в %s статьях блога!';
|
||||
$_['error_blog_category'] = 'Этот макет нельзя удалить, поскольку он используется в %s категориях блога!';
|
||||
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Menu';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified layouts!';
|
||||
$_['text_list'] = 'Menu List';
|
||||
$_['text_add'] = 'Add Menu';
|
||||
$_['text_edit'] = 'Edit Menu';
|
||||
$_['text_default'] = 'Default';
|
||||
$_['text_link'] = 'Link';
|
||||
$_['text_module'] = 'Module';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Menu Name';
|
||||
$_['column_store'] = 'Store';
|
||||
$_['column_type'] = 'Type';
|
||||
$_['column_sort_order'] = 'Sort Order';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Menu Name';
|
||||
$_['entry_store'] = 'Store';
|
||||
$_['entry_type'] = 'Type';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_module'] = 'Module';
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify layouts!';
|
||||
$_['error_name'] = 'Layout Name must be between 3 and 64 characters!';
|
||||
$_['error_default'] = 'Warning: This layout cannot be deleted as it is currently assigned as the default store layout!';
|
||||
$_['error_store'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s stores!';
|
||||
@@ -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'] = 'SEO URL';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_list'] = 'Список SEO URL';
|
||||
$_['text_add'] = 'Добавить SEO URL';
|
||||
$_['text_edit'] = 'Редактировать SEO URL';
|
||||
$_['text_filter'] = 'Фильтр';
|
||||
$_['text_default'] = 'По умолчанию';
|
||||
|
||||
// Column
|
||||
$_['column_query'] = 'Ссылка';
|
||||
$_['column_keyword'] = 'SEO URL';
|
||||
$_['column_store'] = 'Магазин';
|
||||
$_['column_language'] = 'Язык';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_query'] = 'Ссылка';
|
||||
$_['entry_keyword'] = 'SEO URL';
|
||||
$_['entry_store'] = 'Магазин';
|
||||
$_['entry_language'] = 'Язык';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_query'] = 'Ссылка должна содержать от 3 до 64 символов!';
|
||||
$_['error_keyword'] = 'SEO URL должен содержать от 3 до 64 символов!';
|
||||
$_['error_exists'] = 'SEO URL уже используется!';
|
||||
@@ -0,0 +1,37 @@
|
||||
<?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_default'] = 'По умолчанию';
|
||||
$_['text_image_manager'] = 'Управление изображениями';
|
||||
$_['text_browse'] = 'Просмотр файлов';
|
||||
$_['text_clear'] = 'Убрать изображение';
|
||||
$_['text_list'] = 'Список Стикеров';
|
||||
$_['text_add'] = 'Добавить Стикер';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
|
||||
// Column
|
||||
$_['column_image'] = 'Изображения';
|
||||
$_['column_name'] = 'Название стикера';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Название стикера:';
|
||||
$_['entry_image'] = 'Изображение:';
|
||||
$_['entry_status'] = 'Статус:';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Вы не имеете прав для изменения стикеров!';
|
||||
$_['error_name'] = 'Название стикера должно быть от 3 до 64 символов!';
|
||||
$_['error_title'] = 'Заголовок должен быть от 2 до 64 символов!';
|
||||
$_['error_default'] = 'Этот стикер не может быть удален, поскольку он используется в магазине по умолчанию!';
|
||||
$_['error_product'] = 'Этот стикер не может быть удален, поскольку он используется %s товаром(ами)!';
|
||||
$_['error_category'] = 'Этот стикер не может быть удален, поскольку он используется %s категорией(ями)!';
|
||||
$_['error_information'] = 'Этот стикер не может быть удален, поскольку он используется %s страницей(ами)!';
|
||||
?>
|
||||
@@ -0,0 +1,26 @@
|
||||
<?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_edit'] = 'Редактирование';
|
||||
$_['text_store'] = 'Магазин';
|
||||
$_['text_template'] = 'Шаблон';
|
||||
$_['text_default'] = 'По умолчанию';
|
||||
$_['text_history'] = 'История Шаблона';
|
||||
$_['text_twig'] = 'Редактор шаблонов использует Twig. Вы можете прочитать <a href="http://twig.sensiolabs.org/documentation" target="_blank" class="alert-link">Синтаксис Twig тут</a>.';
|
||||
|
||||
// Column
|
||||
$_['column_store'] = 'Магазин';
|
||||
$_['column_route'] = 'Путь';
|
||||
$_['column_theme'] = 'Шаблон';
|
||||
$_['column_date_added'] = 'Дата добавления';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_twig'] = 'Вы можете сохранять только файлы .twig!';
|
||||
@@ -0,0 +1,35 @@
|
||||
<?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_edit'] = 'Редактирование';
|
||||
$_['text_add'] = 'Добавить';
|
||||
$_['text_default'] = 'По умолчанию';
|
||||
$_['text_store'] = 'Магазин';
|
||||
$_['text_language'] = 'Язык';
|
||||
|
||||
// Column
|
||||
$_['column_store'] = 'Магазин';
|
||||
$_['column_language'] = 'Язык';
|
||||
$_['column_route'] = 'Путь';
|
||||
$_['column_key'] = 'Ключ';
|
||||
$_['column_value'] = 'Значение';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_store'] = 'Магазин';
|
||||
$_['entry_language'] = 'Язык';
|
||||
$_['entry_route'] = 'Путь';
|
||||
$_['entry_key'] = 'Ключ';
|
||||
$_['entry_default'] = 'По умолчанию';
|
||||
$_['entry_value'] = 'Значение';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_key'] = 'Ключ должен содержать от 3 до 64 символов!';
|
||||
@@ -0,0 +1,9 @@
|
||||
<?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_not_found'] = 'Страница, которую Вы запрашиваете, не найдена. Если проблема будет повторяться, свяжитесь пожалуйста с администратором.';
|
||||
@@ -0,0 +1,9 @@
|
||||
<?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_permission'] = 'У Вас нет прав для доступа к этой странице. Если она Вам нужна, обратитесь к администратору. В том случае если Вы входите в группу Администраторов отредактируйте права группы.';
|
||||
@@ -0,0 +1,323 @@
|
||||
<?php
|
||||
|
||||
// Heading
|
||||
$_['heading_campaign'] = 'Smart Shopping Ad Campaigns';
|
||||
$_['heading_mapping'] = 'Category Mapping';
|
||||
$_['heading_merchant'] = 'Google Merchant Center Account';
|
||||
$_['heading_shipping_taxes'] = 'Shipping & Taxes';
|
||||
$_['heading_title'] = 'Google Shopping';
|
||||
|
||||
// Steps
|
||||
$_['step_campaigns'] = 'Smart Shopping Ad Campaigns';
|
||||
$_['step_connect'] = 'Connect';
|
||||
$_['step_mapping'] = 'Category Mapping';
|
||||
$_['step_merchant_account'] = 'Merchant Center Account';
|
||||
$_['step_shipping_taxes'] = 'Shipping & Taxes';
|
||||
|
||||
// Help
|
||||
$_['help_adult'] = 'Use this attribute to indicate that individual products are for adults only because they contain adult content such as nudity, sexually suggestive content, or are intended to enhance sexual activity. Google cares what they show to their users, so if your business model is not adult oriented but you're selling an individual adult-oriented product, you need to label that product clearly so Google can show appropriate and legally compliant content to people shopping online.';
|
||||
$_['help_age_group'] = 'Use this attribute to set the demographic that your product is designed for. When you use this attribute, your ad can appear in results that are filtered by age. For example, if results are filtered by Women instead of Girls. The Age Group can also work together with the Gender to help ensure that users see the correct size information.';
|
||||
$_['help_budget'] = 'Average daily budget to spend on this campaign. Any spending on ads will be deducted from your purchased credit. Credit is deducted only when someone clicks on your ad.';
|
||||
$_['help_carrier_price_percentage'] = 'Estimate the shipment price as percentage of the product price.';
|
||||
$_['help_color'] = 'If the product a color option, select it here. This is a required attribute for all apparel items in feeds that target Brazil, France, Germany, Japan, the UK, and the US as well as all products available in different colors.';
|
||||
$_['help_condition'] = 'Tell users about the condition of the product you're selling. Setting this value correctly is important since Google uses it to refine search results.';
|
||||
$_['help_cron_email'] = 'A summary of the CRON task will be sent to this e-mail after completion.';
|
||||
$_['help_cron_email_status'] = 'Enable to receive a summary after every CRON task.';
|
||||
$_['help_feed'] = 'If a language or currency is inactive, this means it was not found on your OpenCart store. To set it up, go to System > Localisation > Languages / Currencies';
|
||||
$_['help_gender'] = 'Specify the gender your product is designed for using the gender attribute. When you provide this information, potential customers can accurately filter products by gender to help narrow their search. Keep in mind that Google also uses the gender information together with the values you provide for Size and Age Group to standardize the sizes that are shown to users.';
|
||||
$_['help_google_product_category'] = 'Use the this attribute to indicate the category of your item based on the Google product taxonomy. Categorizing your product helps ensure that your ad is shown with the right search results.';
|
||||
$_['help_is_bundle'] = 'Use the Bundle attribute to indicate that you've created a bundle: a main product that you've grouped with other, different products, sold together as one package for a single price. This attribute lets Google show your ad in the right situations by distinguishing your item from manufacturer-created bundles, multipacks, and other products without accessories.';
|
||||
$_['help_local_cron'] = '<strong>This method is recommended.</strong> Insert this command in your web server CRON tab. Set it up to run every hour.';
|
||||
$_['help_multipack'] = 'Use the Multipack attribute to indicate that you've grouped multiple identical products for sale as one item. This attribute lets Google show your ad in the right situations by distinguishing your item from manufacturer-created multipacks, bundles, and other products.';
|
||||
$_['help_remote_cron'] = '<strong>Use this method in case Method #1 cannot be used.</strong> Use this URL to set up a CRON task via a web-based CRON service. Set it up to run every hour.';
|
||||
$_['help_roas'] = 'Target ROAS lets you bid based on a target return on ad spend (ROAS). This Google Ads Smart Bidding strategy helps you get more conversion value or revenue at the target return-on-ad-spend (ROAS) you set. Your bids are automatically optimized at auction-time, allowing you to tailor bids for each auction.';
|
||||
$_['help_size'] = 'Use the size attribute to describe the standardized size of your product. When you use this attribute, your ad can appear in results that are filtered by size. The size you submit will also affect how your product variants are shown.';
|
||||
$_['help_size_system'] = 'With this attribute you can explain which country's sizing system your product uses. This information helps create accurate filters, which users can use to narrow search results. The sizing system that you submit will affect search, filtering, and how variants are shown in your ad.';
|
||||
$_['help_size_type'] = 'Use this attribute to describe the cut of your product. This information helps create accurate filters, which users can use to narrow search results.';
|
||||
|
||||
// Entry
|
||||
$_['entry_action'] = 'Action';
|
||||
$_['entry_adult'] = 'Adult-Only Content';
|
||||
$_['entry_age_group'] = 'Age Group';
|
||||
$_['entry_auto_advertise'] = 'Automatically advertise new listings?';
|
||||
$_['entry_budget'] = 'Daily Campaign Budget';
|
||||
$_['entry_campaign'] = 'Smart Shopping Ad Campaigns';
|
||||
$_['entry_campaign_name'] = 'Campaign Name';
|
||||
$_['entry_color'] = 'Color Option';
|
||||
$_['entry_condition'] = 'Condition';
|
||||
$_['entry_country'] = 'Target Country';
|
||||
$_['entry_feed'] = 'Product Feeds';
|
||||
$_['entry_gender'] = 'Gender';
|
||||
$_['entry_google_product_category'] = 'Google Product Category';
|
||||
$_['entry_is_bundle'] = 'Bundle';
|
||||
$_['entry_max_transit_time'] = 'Maximum Transit Time (days)';
|
||||
$_['entry_min_transit_time'] = 'Minimum Transit Time (days)';
|
||||
$_['entry_multipack'] = 'Multipack (number of items in a single package)';
|
||||
$_['entry_oc_category'] = 'OpenCart Category (autocomplete)';
|
||||
$_['entry_roas'] = 'ROAS';
|
||||
$_['entry_setup_confirmation'] = 'Setup Confirmation';
|
||||
$_['entry_size'] = 'Size Option';
|
||||
$_['entry_size_system'] = 'Size System';
|
||||
$_['entry_size_type'] = 'Size Type';
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Texts
|
||||
$_['text_access_token'] = 'Access token';
|
||||
$_['text_acknowledge_add_campaign_1'] = 'I acknowledge that my campaigns will not become active until my product feeds get approved according to the <a href="https://support.google.com/merchants/answer/6149970" target="_blank"><strong>Google Merchant Center requirements</strong></a>.';
|
||||
$_['text_acknowledge_add_campaign_2'] = 'I acknowledge that my campaigns will not become active until I set up <a href="https://support.google.com/merchants/topic/7293661?hl=en-GB&ref_topic=7259125" target="_blank"><strong>Shipping</strong></a> and <a href="https://support.google.com/merchants/topic/7294266?hl=en-GB&ref_topic=7259125" target="_blank"><strong>Tax (only in the US)</strong></a> details for my Merchant Center account.';
|
||||
$_['text_acknowledge_cron'] = 'I confirm that I have set up an automated CRON task using one of the methods above.';
|
||||
$_['text_acknowledge_merchant_tos'] = 'By purchasing Google Shopping ads, I agree to comply with Google's terms and policies, including Google's <a href="https://support.google.com/merchants/answer/160173?hl=en" target="_blank">Merchant Center terms of service</a>, <a href="https://support.google.com/merchants/answer/6149970?hl=en" target="_blank">Shopping ads policies</a>, and <a href="https://billing.google.com/payments/u/0/paymentsinfofinder?style=:md#" target="_blank">Google Ads Terms and Conditions</a>.';
|
||||
$_['text_action'] = 'Action';
|
||||
$_['text_active'] = 'Active';
|
||||
$_['text_active_states'] = 'Select active states';
|
||||
$_['text_add_target'] = 'New Campaign';
|
||||
$_['text_ads_intro'] = '<h3>Important</h3><p>To have your products accepted by Google Merchant Center, please make sure to follow these requirements:</p><ul><li>Your OpenCart products must meet the <a href="https://support.google.com/merchants/answer/6149970" target="_blank"><strong>Google Shopping ads policies</strong></a>.</li><li>Please make sure to configure <a href="https://support.google.com/merchants/topic/7293661?hl=en-GB&ref_topic=7259125" target="_blank"><strong>Shipping</strong></a> and <a href="https://support.google.com/merchants/topic/7294266?hl=en-GB&ref_topic=7259125" target="_blank"><strong>Taxes (only in the US)</strong></a> in your Google Merchant Center account, or via this extension from the <a href="%s" target="_blank"><strong>Shipping & Taxes</strong></a> section.</li><li>Refer to the columns <strong>Destination Statuses</strong> and <strong>Item Issues</strong> to resolve any approval issues with your products.</li></ul>';
|
||||
$_['text_advertise'] = 'Advertise';
|
||||
$_['text_age_group_adult'] = 'Adult (teens or older)';
|
||||
$_['text_age_group_infant'] = 'Infant (3-12 months old)';
|
||||
$_['text_age_group_kids'] = 'Kids (6-13 years old)';
|
||||
$_['text_age_group_newborn'] = 'Newborn (0-2 months old)';
|
||||
$_['text_age_group_toddler'] = 'Toddler (1-5 years old)';
|
||||
$_['text_all'] = 'All';
|
||||
$_['text_app_id'] = 'App ID';
|
||||
$_['text_app_secret'] = 'App Secret';
|
||||
$_['text_approved'] = 'Approved';
|
||||
$_['text_campaign_more_info'] = '<h4>Campaign Duration</h4><p>Campaigns will run until paused. You can pause a campaign at any time.</p><hr /><h4>Campaign Optimization</h4><p>It usually takes around 30 days for Google to rank products and optimize shopping ad campaigns.</p><hr /><h4>Products in Campaign</h4><p>Google will create a unique shopping ad for each approved product synced to your Merchant Center account. Ads are optimized based to maximize your sales. Popular products will likely receive more of your budget.</p><hr /><h4>Campaign Duration</h4><p>Campaigns will run until paused. You can pause a campaign at any time.</p><hr /><h4>Shopping Ad Placement</h4><p>Your ads may appear on multiple platforms including Google Search, Google Display Network, Youtube, and Gmail.</p>';
|
||||
$_['text_campaigns'] = 'Campaigns';
|
||||
$_['text_carrier_postcode'] = 'Origin Postal Code';
|
||||
$_['text_carrier_price_percentage'] = 'Price Percentage';
|
||||
$_['text_checklist_acknowledge_0'] = '<h4>Видимость каталога товаров</h4><p>Я подтверждаю, что мой каталог товаров общедоступен без необходимости ввода пароля.</p>';
|
||||
$_['text_checklist_acknowledge_1'] = '<h4>Безопасный процесс оформления заказа</h4><p>Обработка платежей и транзакций, а также сбор любой конфиденциальной и финансовой информации от пользователя осуществляется через безопасный сервер обработки (защищенный SSL, с действующим сертификатом SSL - https: //).</p>';
|
||||
$_['text_checklist_acknowledge_2'] = '<h4>Политика возврата</h4><p>Я подтверждаю, что мой веб-сайт предоставляет пользователям четкую и понятную политику возврата.</p>';
|
||||
$_['text_checklist_acknowledge_3'] = '<h4>Условия выставления счетов и оплаты</h4><p>Я подтверждаю, что мой веб-сайт предоставляет четкие и понятные условия выставления счетов и оплаты.</p>';
|
||||
$_['text_checklist_acknowledge_4'] = '<h4>Достоверная контактная информация</h4><p>Я подтверждаю, что мой веб-сайт отображает достаточную и точную контактную информацию с <em>как минимум двумя</em> из следующего: номер телефона, физический адрес, адрес электронной почты.</p>';
|
||||
$_['text_checklist_intro'] = '<h3>Важно</h3> Прежде чем вы сможете размещать рекламу в Google, ваш интернет-магазин <em>должен</em> соответствовать требованиям Google Merchant Center. Полный список всех требований и рекомендаций можно найти <a href="https://support.google.com/merchants/answer/6363310?hl=ru" target="_blank"><strong>здесь</strong></a>.';
|
||||
$_['text_clicks'] = 'Clicks';
|
||||
$_['text_color'] = 'Color';
|
||||
$_['text_condition_new'] = 'New';
|
||||
$_['text_condition_refurbished'] = 'Refurbished';
|
||||
$_['text_condition_used'] = 'Used';
|
||||
$_['text_connect_intro'] = 'Your Google Shopping extension is not yet connected. Please go to the <a href="%s" target="_blank"><strong>Google Shopping for OpenCart website</strong></a> to obtain an App ID and App Secret.';
|
||||
$_['text_connected'] = 'Connected with Merchant ID <span class="label label-default">%s</span>';
|
||||
$_['text_connecting'] = 'Connecting...';
|
||||
$_['text_connection'] = 'Connection';
|
||||
$_['text_conversion_value'] = 'Conversion Value';
|
||||
$_['text_conversions'] = 'Conversions';
|
||||
$_['text_cost'] = 'Cost';
|
||||
$_['text_critical'] = 'Critical';
|
||||
$_['text_cron_email'] = 'Send Summary to E-Mail';
|
||||
$_['text_cron_email_status'] = 'Send E-Mail Summary';
|
||||
$_['text_cron_info'] = 'Please make sure to set up a CRON task executing <strong>each hour</strong> using one of the methods below. Method #1 is recommended. CRON jobs help you with:<br /><br />• Periodic syncing of your OpenCart catalog with Google Merchant Center<br />• Automatic fetching of product statuses and product reports';
|
||||
$_['text_cron_settings'] = 'CRON Settings';
|
||||
$_['text_data_quality_issues'] = 'Data Quality Issues';
|
||||
$_['text_debug_log'] = 'Debug Logging';
|
||||
$_['text_destination_status'] = 'Status';
|
||||
$_['text_disabled'] = 'Disabled';
|
||||
$_['text_disapproved'] = 'Disapproved';
|
||||
$_['text_disconnect_reminder'] = 'Even if you decide to disconnect this OpenCart extension, you will still have access to your Merchant Center account. It will not get deleted. Disconnecting will do the following:<ul><li>Disable this extension</li><li>Remove all active campaigns</li><li>Delete all datafeeds in the linked Google Merchant Center account</li><li>Remove any links between your existing Google Merchant Center account and OpenCart.</li></ul>';
|
||||
$_['text_disconnecting_please_wait'] = 'Disconnecting...';
|
||||
$_['text_does_not_apply'] = '-- Does not apply --';
|
||||
$_['text_download_debug_log'] = 'Download Debug Log';
|
||||
$_['text_edit_target'] = 'Edit Campaign: %s';
|
||||
$_['text_enabled'] = 'Enabled';
|
||||
$_['text_error'] = 'Error';
|
||||
$_['text_existing_merchant'] = 'Use my own Google Merchant Center account (In case you want to use your active Google Merchant Center account.)';
|
||||
$_['text_extension_settings'] = 'Extension Settings';
|
||||
$_['text_extensions'] = 'Расширения';
|
||||
$_['text_filter'] = 'Filter';
|
||||
$_['text_gender_female'] = 'Female';
|
||||
$_['text_gender_male'] = 'Male';
|
||||
$_['text_gender_unisex'] = 'Unisex';
|
||||
$_['text_google_expiration_date'] = 'Google Expiration Date';
|
||||
$_['text_heading_merchant_center_account'] = 'Merchant Center Account';
|
||||
$_['text_home'] = 'Главная';
|
||||
$_['text_image'] = 'Image';
|
||||
$_['text_impressions'] = 'Impressions';
|
||||
$_['text_info_popup_product'] = 'The information requested here is required to properly list your product on Google Shopping. <a href="https://support.google.com/merchants/answer/7052112?hl=en&ref_topic=6324338" target="_blank">Click here</a> for more information.';
|
||||
$_['text_issues'] = 'Issues';
|
||||
$_['text_item_level_issues'] = 'Item Issues';
|
||||
$_['text_label_active'] = 'ACTIVE';
|
||||
$_['text_label_approved'] = 'APPROVED';
|
||||
$_['text_label_critical'] = 'CRITICAL';
|
||||
$_['text_label_disapproved'] = 'DISAPPROVED';
|
||||
$_['text_label_error'] = 'ERROR';
|
||||
$_['text_label_paused'] = 'PAUSED';
|
||||
$_['text_label_pending'] = 'PENDING';
|
||||
$_['text_label_suggestion'] = 'SUGGESTION';
|
||||
$_['text_label_unassigned'] = 'UNASSIGNED';
|
||||
$_['text_label_unavailable'] = 'UNAVAILABLE';
|
||||
$_['text_learn_more'] = 'Learn more';
|
||||
$_['text_loading_please_wait'] = 'Please wait. This may take a few minutes...';
|
||||
$_['text_local_cron'] = 'Method #1 - CRON Task:';
|
||||
$_['text_mapping_intro'] = 'Select your OpenCart categories which best match the pre-defined Google categories. This helps Google understand what you\'re selling so that they can better connect your ads with search queries from potential customers. If none of your categories match the list below, just click "Proceed" to skip this step.';
|
||||
$_['text_mapping_verify_intro'] = 'Some of your products are already mapped to Google categories. Should the new mapping edit all current products, or should it apply only for your future products?';
|
||||
$_['text_mapping_verify_title'] = 'Confirm New Mapping';
|
||||
$_['text_maximum_five'] = 'Maximum 5 campaigns can be selected. Leaving a campaign unticked will <strong>unassign</strong> the products from this campaign.';
|
||||
$_['text_merchant_intro'] = 'Please select the account you wish to use:';
|
||||
$_['text_merchant_website_claim'] = '<p>Upon clicking <strong>Proceed</strong>, you will be asked to authorize OpenCart to manage your listing and account in Google Shopping. Your website URL will be claimed by the selected Merchant Center account.</p>';
|
||||
$_['text_na'] = '–';
|
||||
$_['text_new_merchant'] = 'Use an account managed by OpenCart (For beginners who do not have a Google Merchant Center account.)';
|
||||
$_['text_no'] = 'No';
|
||||
$_['text_no_results'] = 'No results found!';
|
||||
$_['text_no_targets'] = 'No campaigns found! Click the button below to add your first campaign.';
|
||||
$_['text_panel_connect'] = 'Step 1 of 5: Connect the Google Shopping Extension';
|
||||
$_['text_panel_heading'] = 'Редактировать Google Shopping | Магазин: %s';
|
||||
$_['text_panel_heading_campaign'] = 'Step 3 of 5: Set up Smart Shopping Ad Campaigns';
|
||||
$_['text_panel_heading_campaign_2'] = 'Set up Smart Shopping Ad Campaigns';
|
||||
$_['text_panel_heading_mapping'] = 'Step 5 of 5: Set up Category Mapping';
|
||||
$_['text_panel_heading_mapping_2'] = 'Set up Category Mapping';
|
||||
$_['text_panel_heading_merchant'] = 'Step 2 of 5: Set up Google Merchant Center Account';
|
||||
$_['text_panel_heading_more_info'] = 'About Campaigns';
|
||||
$_['text_panel_heading_preview'] = 'How an Ad Looks Like';
|
||||
$_['text_panel_heading_shipping_taxes'] = 'Step 4 of 5: Set up Shipping & Taxes';
|
||||
$_['text_panel_heading_shipping_taxes_2'] = 'Set up Shipping & Taxes';
|
||||
$_['text_paused'] = 'Paused';
|
||||
$_['text_per_day'] = '$%s / day';
|
||||
$_['text_popup_error_body'] = 'The following error has occurred while trying to fetch this resource: <strong>{error}</strong>';
|
||||
$_['text_popup_error_title'] = 'Error';
|
||||
$_['text_popup_loading_body'] = 'Loading... Please wait...';
|
||||
$_['text_popup_loading_title'] = 'Loading form...';
|
||||
$_['text_popup_title_multiple'] = 'Editing %s products';
|
||||
$_['text_popup_title_single'] = '%s (%s)';
|
||||
$_['text_product_category'] = 'Category (incl. sub-categories)';
|
||||
$_['text_product_is_modified'] = 'Google Fields Edited';
|
||||
$_['text_product_model'] = 'Model';
|
||||
$_['text_product_name'] = 'Product';
|
||||
$_['text_refresh_token'] = 'Re-create token';
|
||||
$_['text_remote_cron'] = 'Method #2 - Remote CRON:';
|
||||
$_['text_report_campaign_name'] = 'Campaign Name';
|
||||
$_['text_report_clicks'] = 'Clicks';
|
||||
$_['text_report_conversion_value'] = 'Conversion Value';
|
||||
$_['text_report_conversions'] = 'Conversions';
|
||||
$_['text_report_cost'] = 'Cost';
|
||||
$_['text_report_date_range'] = 'Campaign Reports for %s';
|
||||
$_['text_report_impressions'] = 'Impressions';
|
||||
$_['text_report_status'] = 'Status';
|
||||
$_['text_reporting_interval'] = 'Reporting Time Interval';
|
||||
$_['text_reporting_interval_LAST_14_DAYS'] = 'Last 14 days';
|
||||
$_['text_reporting_interval_LAST_30_DAYS'] = 'Last 30 days';
|
||||
$_['text_reporting_interval_LAST_7_DAYS'] = 'Last 7 days';
|
||||
$_['text_reporting_interval_LAST_BUSINESS_WEEK'] = 'Last business week';
|
||||
$_['text_reporting_interval_LAST_WEEK'] = 'Last week';
|
||||
$_['text_reporting_interval_LAST_WEEK_SUN_SAT'] = 'Last week (Sunday - Saturday)';
|
||||
$_['text_reporting_interval_THIS_MONTH'] = 'This month';
|
||||
$_['text_reporting_interval_THIS_WEEK_MON_TODAY'] = 'This week (Monday - Today)';
|
||||
$_['text_reporting_interval_THIS_WEEK_SUN_TODAY'] = 'This week (Sunday - Today)';
|
||||
$_['text_reporting_interval_TODAY'] = 'Today';
|
||||
$_['text_reporting_interval_YESTERDAY'] = 'Yesterday';
|
||||
$_['text_select_country'] = '-- Country --';
|
||||
$_['text_select_currency'] = '-- Currency --';
|
||||
$_['text_select_language'] = '-- Language --';
|
||||
$_['text_selection_all'] = 'You have selected all <strong>{total}</strong> items on all pages. <a id="deselect_all_pages"><strong>Unselect Everything</strong></a>';
|
||||
$_['text_selection_page'] = 'You have selected <strong>{selected_page}</strong> item(s) on this page. <a id="select_all_pages"><strong>Click here</strong></a> to select all <strong>{total}</strong> items on all pages.';
|
||||
$_['text_shipping_carrier'] = 'Use a distribution center and carrier services';
|
||||
$_['text_shipping_custom'] = 'Set this up myself in the Google Merchant Center';
|
||||
$_['text_shipping_flat'] = 'Use a flat rate for all orders';
|
||||
$_['text_shipping_services'] = 'Shipping Services';
|
||||
$_['text_shipping_transit_times'] = 'Shipping Transit Times';
|
||||
$_['text_size'] = 'Size';
|
||||
$_['text_size_type_big_and_tall'] = 'Big & Tall';
|
||||
$_['text_size_type_maternity'] = 'Maternity';
|
||||
$_['text_size_type_petite'] = 'Petite';
|
||||
$_['text_size_type_plus'] = 'Plus';
|
||||
$_['text_size_type_regular'] = 'Regular';
|
||||
$_['text_status'] = 'Status';
|
||||
$_['text_suggestion'] = 'Suggestion';
|
||||
$_['text_tax_custom'] = 'Set this up myself in the Google Merchant Center';
|
||||
$_['text_tax_not_usa'] = 'I am not based in the USA';
|
||||
$_['text_tax_on_shipping'] = 'Add tax on shipping';
|
||||
$_['text_tax_usa'] = 'Use Google's destination-based tax estimation';
|
||||
$_['text_taxes'] = 'Taxes (USA only)';
|
||||
$_['text_tutorial_cron'] = 'https://isenselabs.com/posts/how-to-auto-sync-opencart-products-with-google-shopping';
|
||||
$_['text_usd'] = 'USD';
|
||||
$_['text_usd_day'] = 'USD / day';
|
||||
$_['text_video_tutorial_url_advertise'] = 'https://youtu.be/ZN7zz8raoVM?t=187';
|
||||
$_['text_video_tutorial_url_install'] = 'https://www.youtube.com/watch?v=AvkBLWAUojI';
|
||||
$_['text_video_tutorial_url_setup'] = 'https://www.youtube.com/watch?v=ZN7zz8raoVM';
|
||||
$_['text_view_issues'] = 'View Issues';
|
||||
$_['text_yes'] = 'Yes';
|
||||
|
||||
// Placeholders
|
||||
$_['placeholder_access_token'] = 'Paste your access token here';
|
||||
|
||||
// Tabs
|
||||
$_['tab_text_ads'] = 'Product Ads / Reports';
|
||||
$_['tab_text_reports'] = 'Campaign Reports';
|
||||
$_['tab_text_settings'] = 'Settings';
|
||||
|
||||
// Buttons
|
||||
$_['button_add_feed'] = 'New Feed';
|
||||
$_['button_add_target'] = 'New Campaign';
|
||||
$_['button_apply'] = 'Assign Selected Products to Campaigns';
|
||||
$_['button_bulk_edit_google_fields'] = 'Bulk Edit';
|
||||
$_['button_campaign'] = 'Smart Shopping Ad Campaigns';
|
||||
$_['button_close'] = 'Close';
|
||||
$_['button_connect'] = 'Connect';
|
||||
$_['button_disconnect'] = 'Disconnect';
|
||||
$_['button_mapping'] = 'Category Mapping';
|
||||
$_['button_proceed'] = 'Продолжить';
|
||||
$_['button_product_edit'] = 'Edit Google Fields';
|
||||
$_['button_product_set'] = 'Set Google Fields';
|
||||
$_['button_save'] = 'Save';
|
||||
$_['button_save_future'] = 'Save & Do Nothing';
|
||||
$_['button_save_modify'] = 'Save & Modify Current Products';
|
||||
$_['button_select_campaigns'] = 'Select Campaigns';
|
||||
$_['button_shipping_taxes'] = 'Shipping & Taxes';
|
||||
$_['button_video_tutorial_install'] = 'Посмотреть видео инструкцию (на английском)';
|
||||
$_['button_video_tutorial_setup'] = 'Посмотреть видео инструкцию (на английском)';
|
||||
|
||||
// Success
|
||||
$_['success_advertise_disable'] = 'Success! Advertising has been disabled for the selected products!';
|
||||
$_['success_advertise_enable'] = 'Success! Advertising has been enabled for the selected products!';
|
||||
$_['success_advertise_listed'] = 'The shopping ads are live! If your products are not yet approved, please allow up to 3 business days for the Merchant Center team to review them.';
|
||||
$_['success_advertise_unlisted'] = 'The shopping ads have been stopped. The products you edited no longer belong to any campaigns.';
|
||||
$_['success_campaign'] = 'Success! You have set up Smart Shopping Ad Campaigns!';
|
||||
$_['success_connect'] = 'Success! You have connected your extension!';
|
||||
$_['success_disconnect'] = 'Success! The extension has been disconnected!';
|
||||
$_['success_index'] = 'Success! You have modified the extension!';
|
||||
$_['success_mapping'] = 'Success! You have set up mapping!';
|
||||
$_['success_merchant'] = 'Success! Your Google Merchant Center account has been set up! Your website has been claimed!';
|
||||
$_['success_merchant_access'] = 'Success! Your Google Merchant Center account has been set up! Your website has been claimed! You can access the linked Google Merchant Center account from the <a href="https://merchants.google.com/mc/merchantdashboard?a=%s" target="_blank">Google Merchant Center dashboard</a>.';
|
||||
$_['success_product'] = 'Success! The product information has been updated.';
|
||||
$_['success_shipping_taxes'] = 'Success! The merchant shipping and taxes have been updated.';
|
||||
$_['success_target_add'] = 'Success! Your new campaign has been created! It will become active as soon as your product feeds get approved by Google Merchant Center.';
|
||||
$_['success_target_delete'] = 'Success! Your campaign has been deleted!';
|
||||
$_['success_target_edit'] = 'Success! You have edited your campaign!';
|
||||
|
||||
// Error
|
||||
$_['error_adblock'] = "It looks like you are using an ad blocker. In order to use GoogleShopping, please disable your ad blocker for your OpenCart admin panel.";
|
||||
$_['error_budget'] = 'Please insert the campaign budget. The value must be numeric and no less than 5.';
|
||||
$_['error_campaign_name_in_use'] = 'You are already using a campaign with the same name! Please choose another name.';
|
||||
$_['error_campaign_name_total'] = '"Total" is a forbidden name for a campaign! Please choose another name.';
|
||||
$_['error_carrier'] = 'Please select at least one carrier!';
|
||||
$_['error_carrier_postcode'] = 'Please provide the postcode for outgoing shipments.';
|
||||
$_['error_carrier_price_percentage'] = 'Please provide a valid price percentage from 0 to 100.';
|
||||
$_['error_cron_acknowledge'] = 'Please confirm you have set up a CRON job.';
|
||||
$_['error_empty_app_id'] = 'Please insert the App ID!';
|
||||
$_['error_empty_app_secret'] = 'Please insert the App Secret!';
|
||||
$_['error_empty_campaign_name'] = 'Please set a name for your campaign!';
|
||||
$_['error_empty_country'] = 'Please select a country!';
|
||||
$_['error_empty_feed'] = 'Please specify at least one campaign feed!';
|
||||
$_['error_field_no_value'] = 'Please provide a value!';
|
||||
$_['error_flat_rate'] = 'Please insert a flat rate value. The value must be numeric.';
|
||||
$_['error_form'] = 'Please check the form for errors and try to save agian.';
|
||||
$_['error_invalid_email'] = 'The provided e-mail address is not valid!';
|
||||
$_['error_invalid_feed'] = 'All feeds must have a language and currency!';
|
||||
$_['error_max_transit_time'] = 'Please insert a maximum transit time (number of days) which is larger than the minimum.';
|
||||
$_['error_min_transit_time'] = 'Please insert a minimum transit time (number of days).';
|
||||
$_['error_no_targets'] = 'Warning! No Smart Shopping Ad Campaigns have been set up.';
|
||||
$_['error_permission'] = 'Warning! You do not have permission to modify the extension Advertise > Google Shopping!';
|
||||
$_['error_popup_not_found_body'] = 'The system could not find the product.';
|
||||
$_['error_popup_not_found_title'] = 'Not found';
|
||||
$_['error_store_url_claim'] = 'Your store URL has been claimed by another app. Please connect your merchant account to re-claim the store URL.';
|
||||
$_['error_tax'] = 'Please select at least one taxable state.';
|
||||
$_['error_used_app_id'] = 'You have already connected this App with another one of your stores. Please disconnect the other store, or use a different App ID.';
|
||||
$_['error_warning'] = 'Warning! Please check the form carefully for errors.';
|
||||
|
||||
// Warning
|
||||
$_['warning_budget'] = 'Campaigns with a daily budget of less than $10 may not yield good conversion results. For best results, we suggest a daily budget of at least $10.';
|
||||
$_['warning_disabled'] = 'The extension is disabled and all of your campaigns are stopped. Enable the extension to activate the Smart Shopping Ad Campaigns.';
|
||||
$_['warning_last_cron_executed'] = 'It seems like your CRON task has not been run recently. Please ensure it is set up correctly. Follow <a href="%s" target="_blank"><strong>this tutorial</strong></a> to see how to do it.';
|
||||
$_['warning_no_active_campaigns'] = 'You have no campaigns running. <a href="%s"><strong>Click here</strong></a> to activate your campaign.';
|
||||
$_['warning_no_advertised_products'] = 'No products are being advertised. To start advertising, you must assign products to campaigns. Follow <a href="%s" target="_blank"><strong>this tutorial</strong></a> to see how to do it.';
|
||||
$_['warning_roas'] = 'Google Ads needs about a couple of weeks after a campaign gets created to work properly with ROAS. Please check back on %s to configure this setting.';
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
$_['heading_title'] = 'Google Analytics';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Google Analytics!';
|
||||
$_['text_edit'] = 'Edit Google Analytics';
|
||||
$_['text_signup'] = 'Login to your <a href="http://www.google.com/analytics/" target="_blank"><u>Google Analytics</u></a> account and after creating your website profile copy and paste the analytics code into this field.';
|
||||
$_['text_default'] = 'Default';
|
||||
|
||||
// Entry
|
||||
$_['entry_code'] = 'Google Analytics Code';
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify Google Analytics!';
|
||||
$_['error_code'] = 'Code required!';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
$_['heading_title'] = 'Google Аналитикс';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Расширения';
|
||||
$_['text_analytics'] = 'Аналитикс';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Настройки Google Аналитикс';
|
||||
$_['text_signup'] = 'Войдите в Ваш <a href="http://www.google.com/analytics/" target="_blank"><u>Google Аналитикс</u></a> и после настройки добавьте сюда выданный код.';
|
||||
|
||||
// Entry
|
||||
$_['entry_code'] = 'Код Google Аналитикс';
|
||||
$_['entry_status'] = 'Статус';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_code'] = 'Необходим код Google Аналитикс!';
|
||||
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
$_['heading_title'] = 'Лайтшоп. Яндекс.Метрика';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Статистика';
|
||||
$_['text_success'] = 'Настройки модуля Яндекс.Метрика успешно обновлены';
|
||||
$_['text_help'] = 'Где взять код Яндекс.Метрики и добавить его на сайт описано в разделе помощь: <a href="https://yandex.ru/support/metrika/quick-start.xml" target="_blank"><b>yandex.ru/support/metrika/quick-start.xml</b></a>';
|
||||
$_['text_default'] = 'По умолчанию';
|
||||
$_['text_edit'] = 'Редактирование Яндекс.Метрики';
|
||||
$_['text_no_users'] = 'Не учитывать авторизированных пользователей';
|
||||
$_['text_no_admin'] = 'Не учитывать администратора';
|
||||
$_['text_yandex_metrika'] = 'ID счетчика';
|
||||
$_['text_help_counter'] = 'ID счетчика Яндекс.Метрики';
|
||||
|
||||
// Entry
|
||||
$_['entry_code'] = 'Код счетчика';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_no_admin'] = 'Без администратора';
|
||||
$_['entry_no_users'] = 'Без пользователей';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас нет прав для управления этим модулем!';
|
||||
$_['error_code'] = 'Необходимо указать код!';
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
$_['heading_title'] = 'Стандартная Капча';
|
||||
|
||||
// Text
|
||||
$_['text_captcha'] = 'Капча';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Настройки капчи';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
$_['heading_title'] = 'Google reCAPTCHA';
|
||||
|
||||
// Text
|
||||
$_['text_captcha'] = 'Капча';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Настройки Google reCAPTCHA';
|
||||
$_['text_signup'] = 'Перейдите <a href="https://www.google.com/recaptcha/intro/index.html" target="_blank"><u>Google reCAPTCHA</u></a> и зарегистрируйте свой магазин.';
|
||||
|
||||
// Entry
|
||||
$_['entry_key'] = 'Ключ сайта';
|
||||
$_['entry_secret'] = 'Секретный ключ';
|
||||
$_['entry_status'] = 'Статус';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_key'] = 'Необходим ключ сайта!';
|
||||
$_['error_secret'] = 'Необходим секретный ключ!';
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Центральный банк Российской Федерации';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Расширения';
|
||||
$_['text_success'] = 'Успех: вы изменили параметры ЦБР!';
|
||||
$_['text_edit'] = 'Редактировать ЦБР';
|
||||
$_['text_support'] = 'Для этого дополнения требуется, чтобы была доступна валюта Рубль.';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас нет прав для управления этим модулем!';
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Европейский Центральный Банк';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Расширения';
|
||||
$_['text_success'] = 'Успех: вы изменили параметры ЕЦБ!';
|
||||
$_['text_edit'] = 'Редактировать ЕЦБ';
|
||||
$_['text_support'] = 'Для этого дополнения требуется, чтобы была доступна валюта в евро.';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас нет прав для управления этим модулем!';
|
||||
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Fixer';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified fixer currency rates!';
|
||||
$_['text_edit'] = 'Edit Fixer';
|
||||
$_['text_signup'] = 'Fixer.io - сервис конвертации валют <a href="https://fixer.io/" target="_blank" class="alert-link">зарегистрироваться</a>.';
|
||||
$_['text_support'] = 'Для этого модуля требуется валюта EUR';
|
||||
|
||||
// Entry
|
||||
$_['entry_api'] = 'API Access Key';
|
||||
$_['entry_status'] = 'Статус';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас нет прав для управления этим модулем!';
|
||||
$_['error_api'] = 'API Access Key обязателен!';
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Национальный банк Украины';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Расширения';
|
||||
$_['text_success'] = 'Успех: вы изменили параметры НБУ!';
|
||||
$_['text_edit'] = 'Редактировать НБУ';
|
||||
$_['text_support'] = 'Для этого дополнения требуется, чтобы была доступна валюта Гривна.';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас нет прав для управления этим модулем!';
|
||||
@@ -0,0 +1,35 @@
|
||||
<?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_extension'] = 'Расширения';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_activity_register'] = '<a href="customer_id=%d">%s</a> - регистрация аккаунта.';
|
||||
$_['text_activity_edit'] = '<a href="customer_id=%d">%s</a> - обновлена информация аккаунта.';
|
||||
$_['text_activity_password'] = '<a href="customer_id=%d">%s</a> - обновлен пароль.';
|
||||
$_['text_activity_reset'] = '<a href="customer_id=%d">%s</a> - сброшен пароль учетной записи.';
|
||||
$_['text_activity_login'] = '<a href="customer_id=%d">%s</a> - выполнен вход.';
|
||||
$_['text_activity_forgotten'] = '<a href="customer_id=%d">%s</a> - запрос нового пароля.';
|
||||
$_['text_activity_address_add'] = '<a href="customer_id=%d">%s</a> - добавлен новый адрес.';
|
||||
$_['text_activity_address_edit'] = '<a href="customer_id=%d">%s</a> - обновлен адрес.';
|
||||
$_['text_activity_address_delete'] = '<a href="customer_id=%d">%s</a> - удален один из адресов.';
|
||||
$_['text_activity_return_account'] = '<a href="customer_id=%d">%s</a> - запрос возврата товара.';
|
||||
$_['text_activity_return_guest'] = '%s - запрос возврата товара.';
|
||||
$_['text_activity_order_account'] = '<a href="customer_id=%d">%s</a> <a href="order_id=%d"> - создан новый заказ</a>.';
|
||||
$_['text_activity_order_guest'] = '%s <a href="order_id=%d"> - создан новый заказ</a>.';
|
||||
$_['text_activity_affiliate_edit'] = '<a href="customer_id=%d">%s</a> - зарегистрирован новый аккаунт.';
|
||||
$_['text_affiliate_edit'] = '<a href="customer_id=%d">%s</a> - обновлена информация аккаунта.';
|
||||
$_['text_activity_transaction'] = '<a href="customer_id=%d">%s</a> - получена комиссия за <a href="order_id=%d">заказ</a>.';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
$_['entry_width'] = 'Ширина';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,25 @@
|
||||
<?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_extension'] = 'Расширения';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_order'] = 'Заказы';
|
||||
$_['text_customer'] = 'Покупатели';
|
||||
$_['text_day'] = 'Сегодня';
|
||||
$_['text_week'] = 'Неделя';
|
||||
$_['text_month'] = 'Месяц';
|
||||
$_['text_year'] = 'Год';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
$_['entry_width'] = 'Ширина';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?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_extension'] = 'Расширения';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_view'] = 'Подробнее...';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
$_['entry_width'] = 'Ширина';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,73 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Domovoy
|
||||
* @author Dinox
|
||||
* @copyright Copyright (c) 2009 - 2021, Dinox. (https://opencartforum.com/)
|
||||
* @license GPL3
|
||||
* @link https://opencartforum.com/
|
||||
*/
|
||||
// Heading
|
||||
$_['heading_h1'] = 'Домовой 1.0.1';
|
||||
$_['heading_title'] = '<strong>Домовой 1.0.1</strong>';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Расширения';
|
||||
$_['text_vps'] = 'VPS/Dedicated сервер';
|
||||
$_['text_shared'] = 'Виртуальный хостинг';
|
||||
$_['text_server_type'] = 'Тип Вашего хостинга';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_setting'] = 'Настройки Домового';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_check'] = 'еще не проверялась, нажмите зеленую иконку для проверки';
|
||||
$_['text_server'] = 'Параметры сервера';
|
||||
$_['text_dir_cache'] = 'Папка системного кеша ';
|
||||
$_['text_dir_logs'] = 'Папка логов ';
|
||||
$_['text_dir_imagescache'] = 'Папка кеша изображений ';
|
||||
$_['text_folder_size'] = 'занимает %s';
|
||||
$_['text_folder_files'] = '| %s файл(ов)';
|
||||
$_['text_normal'] = ' <span class="btn-success bage btn-xs">В норме</span>';
|
||||
$_['text_warning_size'] = ' <span class="btn-danger bage btn-xs">Внимание</span> Папка превышает порог установленного Вами объема %sМб, очистите ее, чтобы на хостинге не закончилось место';
|
||||
$_['text_warning_free_space'] = ' <span class="btn-danger bage btn-xs">Внимание</span> На диске осталось меньше %sМб, проанализируйте как его можно увеличить, чтобы на хостинге не закончилось место';
|
||||
$_['text_warning'] = 'Обратите внимание';
|
||||
$_['text_critical'] = 'Критическая';
|
||||
$_['text_danger_info'] = 'У Вас включены небезопасные функции:';
|
||||
$_['text_warning_info'] = 'У Вас включены потенциально небезопасные функции:';
|
||||
$_['text_danger_info_normal'] = 'У Вас нет включенных небезопасных функций:';
|
||||
$_['text_warning_info_normal'] = 'У Вас нет включенных потенциально небезопасных функций';
|
||||
$_['text_metrics_bit'] = 'байт';
|
||||
$_['text_metrics_kbit'] = 'Кбайт';
|
||||
$_['text_metrics_mbit'] = 'Мбайт';
|
||||
$_['text_metrics_gbit'] = 'Гбайт';
|
||||
$_['text_metrics_tbit'] = 'Тбайт';
|
||||
$_['text_copied'] = 'Скопировано';
|
||||
$_['text_cache'] = 'Системный кеш успешно очищен';
|
||||
$_['text_twig_off_warning'] = 'Кеш TWIG шаблонов отключен, рекомендуем включить!';
|
||||
$_['text_clear'] = 'Очистить содержимое папки';
|
||||
$_['text_calculate'] = 'Посчитать размер папки';
|
||||
$_['text_copy'] = 'Нажмите чтобы скопировать версию';
|
||||
$_['text_copyright'] = 'Домовой 1.0.1 - Dinox[opencartforum.com]';
|
||||
$_['text_phpinfo'] = 'Нажмите чтобы посмотреть подробную информацию о PHP и другие параметры';
|
||||
$_['text_check_function'] = 'Проверка функций';
|
||||
$_['text_ocmod_cache_success'] = 'Очистка кеша OCMOD успешно завершена';
|
||||
$_['text_disk_free_space'] = 'Свободное место на диске: ';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
$_['entry_width'] = 'Ширина';
|
||||
$_['entry_danger_funtions'] = 'Список небезопасных функций, наличие которых нужно проверять';
|
||||
$_['entry_warning_funtions'] = 'Список потенциально небезопасных функций, наличие которых нужно проверять';
|
||||
$_['entry_theme_cache'] = 'Кеш шаблона';
|
||||
$_['entry_modification_cache'] = 'Кеш модификаторов OCMOD';
|
||||
$_['entry_allcache'] = 'Весь кеш, без OCMOD';
|
||||
$_['entry_size'] = 'Введите объем, Мб';
|
||||
$_['entry_time'] = 'Период пересчета, мин';
|
||||
$_['entry_folder_cron_status'] = 'Следить за объемом директории?';
|
||||
$_['entry_folder_space_limit'] = 'Порог объема директории, Мб';
|
||||
$_['entry_folder_calc_time'] = 'Пересчет размера директории,в минутах (работает при заходах в админку)';
|
||||
$_['entry_disk_free_space_limit'] = 'Минимальный остаток свободного места на диске';
|
||||
$_['entry_free_space_status'] = 'Показывать остаток свободного места на диске (в большинстве случаев работает на VPS/Dedicated';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_folder'] = 'Такая папка отсутствует в перечне доступных папок';
|
||||
@@ -0,0 +1,21 @@
|
||||
<?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_extension'] = 'Расширения';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_order'] = 'Заказов';
|
||||
$_['text_sale'] = 'Продаж';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
$_['entry_width'] = 'Ширина';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?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_extension'] = 'Расширения';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_view'] = 'Подробнее...';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
$_['entry_width'] = 'Ширина';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?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_extension'] = 'Расширения';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_view'] = 'Подробнее...';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
$_['entry_width'] = 'Ширина';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,27 @@
|
||||
<?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_extension'] = 'Расширения';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
|
||||
// Column
|
||||
$_['column_order_id'] = '№';
|
||||
$_['column_customer'] = 'Покупатель';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_total'] = 'Сумма';
|
||||
$_['column_date_added'] = 'Дата добавления';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
$_['entry_width'] = 'Ширина';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?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_extension'] = 'Расширения';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_view'] = 'Подробнее...';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
$_['entry_width'] = 'Ширина';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,21 @@
|
||||
<?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'] = 'События используются для переопределения расширений и функциональности вашего магазина.';
|
||||
|
||||
// Column
|
||||
$_['column_code'] = 'Код события';
|
||||
$_['column_trigger'] = 'Триггер';
|
||||
$_['column_action'] = 'Действие';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_date_added'] = 'Дата добавления';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,24 @@
|
||||
<?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'] = 'Фильтр';
|
||||
$_['text_analytics'] = 'Аналитикс';
|
||||
$_['text_captcha'] = 'Капча';
|
||||
$_['text_dashboard'] = 'Панель состояния';
|
||||
$_['text_feed'] = 'Каналы продвижения';
|
||||
$_['text_fraud'] = 'Анти Фрод';
|
||||
$_['text_module'] = 'Модули';
|
||||
$_['text_content'] = 'Модули Контента';
|
||||
$_['text_menu'] = 'Модули Меню';
|
||||
$_['text_payment'] = 'Оплата';
|
||||
$_['text_shipping'] = 'Доставка';
|
||||
$_['text_theme'] = 'Шаблоны';
|
||||
$_['text_total'] = 'Учитывать в заказе';
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = "Реклама";
|
||||
|
||||
|
||||
// Columns
|
||||
$_['column_name'] = "Название";
|
||||
$_['column_status'] = "Статус";
|
||||
$_['column_action'] = "Действие";
|
||||
|
||||
|
||||
// Text
|
||||
$_['text_success'] = "Настройки успешно изменены!";
|
||||
|
||||
// Error
|
||||
$_['error_adblock'] = "Похоже, вы используете блокировщик рекламы. Чтобы использовать этот модуль, отключите блокировку рекламы в своей административной панели OpenCart.";
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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'] = 'Список';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название Аналитики';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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'] = 'Список капча';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название капчи';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Курсы валют';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Список курсов валют успешно обновлен!';
|
||||
$_['text_list'] = 'Список курсов валют';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название источника курсов валют';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify currencies rates!';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?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'] = 'Список виджетов';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название виджета';
|
||||
$_['column_width'] = 'Ширина';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_sort_order'] = 'Порядок сортировки';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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'] = 'Список каналов продвижения';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название канала продвижения';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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'] = 'Список мошенников';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название модуля';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Маркетинг';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified marketing!';
|
||||
$_['text_list'] = 'Analytics List';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Marketing Name';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify marketing!';
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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'] = 'Список меню';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,26 @@
|
||||
<?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_layout'] = 'После установки и настройки модуля его необходимо добавить в разделе <a href="%s" class="alert-link">Дизайн - Макеты</a>!';
|
||||
$_['text_add'] = 'Добавить';
|
||||
$_['text_list'] = 'Список модулей';
|
||||
$_['text_hide_modules'] = 'В списке не отображены модули, которые скрыты в <a href="%s" class="alert-link">разделе</a> управления правами пользователей!';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название модуля';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_code'] = 'Модуль';
|
||||
$_['entry_name'] = 'Название модуля';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_name'] = 'Название должно содержать от 3 до 64 символов!';
|
||||
$_['error_code'] = 'Необходим модуль!';
|
||||
@@ -0,0 +1,120 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'OpenBay Pro';
|
||||
|
||||
// Buttons
|
||||
$_['button_retry'] = 'Retry';
|
||||
$_['button_update'] = 'Update';
|
||||
$_['button_patch'] = 'Patch';
|
||||
$_['button_ftp_test'] = 'Test connection';
|
||||
$_['button_faq'] = 'View FAQ topic';
|
||||
|
||||
// Tab
|
||||
$_['tab_setting'] = 'Settings';
|
||||
$_['tab_update'] = 'Software updates';
|
||||
$_['tab_update_v1'] = 'Easy updater';
|
||||
$_['tab_update_v2'] = 'Legacy updater';
|
||||
$_['tab_patch'] = 'Patch';
|
||||
$_['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_test_connection'] = 'Test FTP connection';
|
||||
$_['text_run_update'] = 'Run update';
|
||||
$_['text_patch_complete'] = 'Patch has been applied';
|
||||
$_['text_connection_ok'] = 'Connected to server OK. OpenCart folders found';
|
||||
$_['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 & 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';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Plugin name';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Entry
|
||||
$_['entry_patch'] = 'Manual update patch';
|
||||
$_['entry_ftp_username'] = 'FTP Username';
|
||||
$_['entry_ftp_password'] = 'FTP Password';
|
||||
$_['entry_ftp_server'] = 'FTP server address';
|
||||
$_['entry_ftp_root'] = 'FTP path on server';
|
||||
$_['entry_ftp_admin'] = 'Admin directory';
|
||||
$_['entry_ftp_pasv'] = 'PASV mode';
|
||||
$_['entry_ftp_beta'] = 'Use beta version';
|
||||
$_['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';
|
||||
|
||||
// Error
|
||||
$_['error_username'] = 'FTP username required';
|
||||
$_['error_password'] = 'FTP password required';
|
||||
$_['error_server'] = 'FTP server required';
|
||||
$_['error_admin'] = 'Admin directory expected';
|
||||
$_['error_no_admin'] = 'Connection OK but your OpenCart admin directory was not found';
|
||||
$_['error_no_files'] = 'Connection OK but OpenCart folders were not found! Is your root path correct?';
|
||||
$_['error_ftp_login'] = 'Could not login with that user';
|
||||
$_['error_ftp_connect'] = 'Could not connect to server';
|
||||
$_['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_mkdir'] = 'PHP mkdir function is disabled, contact your host';
|
||||
$_['error_file_delete'] = 'Unable to remove these files, you should delete them manually';
|
||||
$_['error_mcrypt'] = 'PHP function "mcrypt_encrypt" is not enabled. Contact your hosting provider.';
|
||||
$_['error_mbstring'] = 'PHP library "mb strings" is not enabled. Contact your hosting provider.';
|
||||
$_['error_ftpconnect'] = 'PHP FTP functions are 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.';
|
||||
$_['error_fopen'] = 'PHP function "fopen" is disabled by your host - you will be unable to import images when importing products';
|
||||
$_['lang_error_vqmod'] = 'Your vqmod folder contains older OpenBay Pro files - these need to be removed!';
|
||||
|
||||
// Help
|
||||
$_['help_ftp_username'] = 'Use the FTP username from your host';
|
||||
$_['help_ftp_password'] = 'Use the FTP password from your host';
|
||||
$_['help_ftp_server'] = 'IP address or domain name for your FTP server';
|
||||
$_['help_ftp_root'] = '(No trailing slash e.g. httpdocs/www)';
|
||||
$_['help_ftp_admin'] = 'If you have changed your admin directory update it to the new location';
|
||||
$_['help_ftp_pasv'] = 'Change your FTP connection to passive mode';
|
||||
$_['help_ftp_beta'] = 'Caution! The beta version may not work correctly';
|
||||
$_['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';
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Other';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified other extension!';
|
||||
$_['text_list'] = 'Other List';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Other';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify other extension!';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?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_hide_payment'] = 'В списке не отображены платежи, которые скрыты в <a href="%s" class="alert-link">разделе</a> управления правами пользователей!';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Способ оплаты';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_sort_order'] = 'Порядок сортировки';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -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'] = 'Отчеты';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_list'] = 'Список отчетов';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_sort_order'] = 'Порядок сортировки';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?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_hide_shipping'] = 'В списке не отображены доставки, которые скрыты в <a href="%s" class="alert-link">разделе</a> управления правами пользователей!';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Способ доставки';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_sort_order'] = 'Порядок сортировки';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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'] = 'Список шаблонов';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название шаблона';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -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'] = 'Учитывать в заказе';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_list'] = 'Учитывать в заказе';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Учитывать в заказе';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_sort_order'] = 'Порядок сортировки';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Google Base';
|
||||
|
||||
// Text
|
||||
$_['text_feed'] = 'Каналы продвижения';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_import'] = 'Чтобы загрузить последний список категорий Google <a href="https://support.google.com/merchants/answer/160081?hl=en" target="_blank" class="alert-link">нажмите тут</a> и выберите классификацию с числовыми идентификаторами в текстовом формате (.txt). Загрузить с помощью зеленой кнопки импорта.';
|
||||
|
||||
// Column
|
||||
$_['column_google_category'] = 'Google Категория';
|
||||
$_['column_category'] = 'Категория';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_google_category'] = 'Google Категория';
|
||||
$_['entry_category'] = 'Категория';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_data_feed'] = 'Адрес';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_upload'] = 'Файл не может быть загружен!';
|
||||
$_['error_filetype'] = 'Неверный формат файла!';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Sitemap';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Расширения';
|
||||
$_['text_feed'] = 'Каналы продвижения';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_data_feed'] = 'Адрес Google';
|
||||
$_['entry_data_yandex_feed'] = 'Адрес Yandex';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Google Sitemap Fast';
|
||||
|
||||
// Text
|
||||
$_['text_feed'] = 'Каналы продвижения';
|
||||
$_['text_extension'] = 'Расширения';
|
||||
$_['text_success'] = 'Настройки модуля обновлены!';
|
||||
$_['text_edit'] = 'Редактировать Google Sitemap Fast';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус:';
|
||||
$_['entry_data_feed'] = 'Адрес:';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У Вас нет прав для управления этим модулем!';
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'OpenBay Pro';
|
||||
|
||||
// Text
|
||||
$_['text_module'] = 'Модули';
|
||||
$_['text_installed'] = 'Установлен OpenBay Pro. Доступен в Модули -> OpenBay Pro';
|
||||
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Рассылки Unisender';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Каналы продвижения';
|
||||
$_['text_module'] = 'Каналы продвижения';
|
||||
$_['text_success'] = 'Настройки модуля обновлены!';
|
||||
$_['text_edit'] = 'Модуль рассылок Unisender';
|
||||
$_['text_unisender'] = '<a onclick="window.open(\'https://www.unisender.com/?a=opencart\');"><img src="view/image/payment/unisender.png" alt="Unisender" title="Unisender" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_get_key'] = 'Зарегистрироваться и получить ключ';
|
||||
$_['text_unselect'] = 'снять выделение';
|
||||
$_['text_export'] = 'Экспортировать существующие контакты в CSV';
|
||||
|
||||
// Entry
|
||||
$_['entry_unisender_key'] = 'Ключ Unisender API:';
|
||||
$_['entry_unisender_key_help'] = 'Доступен в личном кабинете Unisender';
|
||||
$_['entry_unisender_subscribtion'] = 'Подписывать на рассылки:';
|
||||
$_['entry_unisender_subscribtion_help'] = 'Покупатели, подписавшиеся на новости, будут подписаны на эти рассылки';
|
||||
$_['entry_unisender_ignore'] = 'Всегда подписывать на рассылки, независимо от выбора покупателя';
|
||||
$_['entry_unisender_status'] = 'Статус:';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас нет прав для управления этим модулем!';
|
||||
$_['error_form'] = 'Форма заполнена с ошибками!';
|
||||
$_['error_empty_field'] = 'Это поле должно быть заполнено!';
|
||||
@@ -0,0 +1,89 @@
|
||||
<?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_extension'] = 'Расширения';
|
||||
$_['text_feed'] = 'Каналы продвижения';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_width'] = 'Ширина';
|
||||
$_['text_height'] = 'Высота';
|
||||
$_['text_not_unload'] = 'Не выгружать';
|
||||
$_['text_product_id'] = 'ID товара - product_id';
|
||||
$_['text_name'] = 'Название товара - name';
|
||||
$_['text_meta_h1'] = 'HTML-тег H1 - meta_h1';
|
||||
$_['text_meta_title'] = 'HTML-тег Title - meta_title';
|
||||
$_['text_meta_keyword'] = 'Мета-тег Keywords - meta_keyword';
|
||||
$_['text_meta_description'] = 'Мета-тег "Описание" - meta_description';
|
||||
$_['text_model'] = 'Код товара - model';
|
||||
$_['text_sku'] = 'Артикул (SKU, код производителя) - sku';
|
||||
$_['text_upc'] = 'UPC - upc';
|
||||
$_['text_ean'] = 'EAN - ean';
|
||||
$_['text_jan'] = 'JAN - jan';
|
||||
$_['text_isbn'] = 'ISBN - isbn';
|
||||
$_['text_mpn'] = 'MPN - mpn';
|
||||
$_['text_location'] = 'Расположение';
|
||||
$_['text_simplified'] = 'Упрощённый тип описания';
|
||||
$_['text_vendor_model'] = 'Произвольный тип описания - vendor.model';
|
||||
$_['text_medicine'] = 'Лекарства - medicine';
|
||||
$_['text_books'] = 'Книги - books';
|
||||
$_['text_audiobooks'] = 'Аудиокниги - audiobooks';
|
||||
$_['text_artist_title'] = 'Музыкальная и видеопродукция - artist.title';
|
||||
$_['text_event_ticket'] = 'Билеты на мероприятия - event-ticket';
|
||||
$_['text_tour'] = 'Туры - tour';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_secret_key'] = 'Секретный ключ';
|
||||
$_['entry_data_feed'] = 'Адрес';
|
||||
$_['entry_shopname'] = 'Название магазина';
|
||||
$_['entry_company'] = 'Компания';
|
||||
$_['entry_id'] = 'Идентификатор предложений';
|
||||
$_['entry_type'] = 'Тип предложений';
|
||||
$_['entry_name'] = 'Брать тэг name из поля';
|
||||
$_['entry_model'] = 'Брать тэг model из поля';
|
||||
$_['entry_vendorcode'] = 'Брать тэг vendorCode из поля';
|
||||
$_['entry_image'] = 'Товар с изображениями';
|
||||
$_['entry_image_resize'] = 'Разрешение изображений';
|
||||
$_['entry_image_quantity'] = 'Кол-во картинок товара';
|
||||
$_['entry_main_category'] = 'Товар с главной категорией';
|
||||
$_['entry_category'] = 'Категории';
|
||||
$_['entry_manufacturer'] = 'Производители';
|
||||
$_['entry_currency'] = 'Валюта предложений';
|
||||
$_['entry_in_stock'] = 'Статус "В наличии"';
|
||||
$_['entry_out_of_stock'] = 'Статус "Нет в наличии"';
|
||||
$_['entry_quantity_status'] = 'Выгружать при кол-ве 0';
|
||||
|
||||
//Help
|
||||
$_['help_secret_key'] = 'Ключ доступа к YML файлу, для защиты от DDoS атак и скачивания базы товара.';
|
||||
$_['help_shopname'] = 'Короткое название магазина (название, которое выводится в списке найденных на Яндекс.Маркете товаров. Не должно содержать более 20 символов).';
|
||||
$_['help_company'] = 'Полное наименование компании, владеющей магазином. Не публикуется, используется для внутренней идентификации.';
|
||||
$_['help_id'] = 'Идентификатор может содержать только цифры и латинские буквы. Максимальная длина id — 20 символов. По-умолчанию ID товара.';
|
||||
$_['help_type'] = 'Тип структуры YML файла под определённую тематику товара.';
|
||||
$_['help_name'] = 'По-умолчанию название товара.';
|
||||
$_['help_model'] = 'По-умолчанию код товара.';
|
||||
$_['help_vendorcode'] = 'По-умолчанию артикул (SKU, код производителя).';
|
||||
$_['help_image'] = 'Если да, то товары не имеющие изображений выгружаться не будут.';
|
||||
$_['help_image_resize'] = 'Яндекс требует разрешение изображений не менее 250х250px. Рекомендуется 600х600px. Максимальный размер 3500х3500px.';
|
||||
$_['help_image_quantity'] = 'Сколько фотографий товара экспортировать. Яндекс принимает не более 10.';
|
||||
$_['help_main_category'] = 'Если да, то товары не имеющие главной категории выгружаться не будут.';
|
||||
$_['help_category'] = 'Отметьте категории из которых надо экспортировать предложения для Яндекс.Маркета. Если не отмечено, то выгружается весь товар.';
|
||||
$_['help_manufacturer'] = 'Отметьте производители из которых надо экспортировать предложения для Яндекс.Маркета. Если не отмечено, то выгружается весь товар.';
|
||||
$_['help_currency'] = 'Яндекс.Маркет принимает предложения в валюте RUR, RUB или UAH. Выберите валюту в которой будут передаваться предложения.';
|
||||
$_['help_in_stock'] = 'При наличии товара на складе.';
|
||||
$_['help_out_of_stock'] = 'При остатке на складе 0.';
|
||||
$_['help_quantity_status'] = 'Если да, то товары с нулевым количеством будут выгружаться в YML файле.';
|
||||
$_['help_yandex_market'] = 'Тема на <a target="_blank" href="//forum.opencart.pro/topic/1059-yandexmarket-20/">Форуме</a>';
|
||||
|
||||
// Error
|
||||
$_['error_image_width'] = 'Укажите ширину!';
|
||||
$_['error_image_height'] = 'Укажите высоту!';
|
||||
$_['error_image_width_min'] = 'Ширина изображения не должна быть меньше 250 точек!';
|
||||
$_['error_image_height_min'] = 'Высота изображения не должна быть меньше 250 точек!';
|
||||
$_['error_image_width_max'] = 'Ширина изображения не должна быть больше 3500 точек!';
|
||||
$_['error_image_height_max'] = 'Высота изображения не должна быть больше 3500 точек!';
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Яндекс Turbo';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Расширения';
|
||||
$_['text_feed'] = 'Каналы продвижения';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_currency'] = 'Валюта';
|
||||
$_['entry_made'] = 'Собрал <a href="https://opencartforum.com/profile/678128-spectre/" target="_blank">@spectre</a>';
|
||||
$_['entry_data_feed'] = 'Адрес Yandex';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,83 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'FraudLabs Pro';
|
||||
|
||||
// Text
|
||||
$_['text_fraud'] = 'Anti-Fraud';
|
||||
$_['text_success'] = 'Success: You have modified FraudLabs Pro Settings!';
|
||||
$_['text_edit'] = 'Settings';
|
||||
$_['text_signup'] = 'FraudLabs Pro is a fraud detection service. You can <a href="http://www.fraudlabspro.com/plan?ref=1730" target="_blank"><u>sign up here</u></a> for a free API Key.';
|
||||
$_['text_id'] = 'FraudLabs Pro ID';
|
||||
$_['text_ip_address'] = 'IP Address';
|
||||
$_['text_ip_net_speed'] = 'IP Net Speed';
|
||||
$_['text_ip_isp_name'] = 'IP ISP Name';
|
||||
$_['text_ip_usage_type'] = 'IP Usage Type';
|
||||
$_['text_ip_domain'] = 'IP Domain';
|
||||
$_['text_ip_time_zone'] = 'IP Time Zone';
|
||||
$_['text_ip_location'] = 'IP Location';
|
||||
$_['text_ip_distance'] = 'IP Distance';
|
||||
$_['text_ip_latitude'] = 'IP Latitude';
|
||||
$_['text_ip_longitude'] = 'IP Longitude';
|
||||
$_['text_risk_country'] = 'High Risk Country';
|
||||
$_['text_free_email'] = 'Free Email';
|
||||
$_['text_ship_forward'] = 'Ship Forward';
|
||||
$_['text_using_proxy'] = 'Using Proxy';
|
||||
$_['text_bin_found'] = 'BIN Found';
|
||||
$_['text_email_blacklist'] = 'Email Blacklist';
|
||||
$_['text_credit_card_blacklist'] = 'Credit Card Blacklist';
|
||||
$_['text_score'] = 'FraudLabs Pro Score';
|
||||
$_['text_status'] = 'FraudLabs Pro Status';
|
||||
$_['text_message'] = 'Message';
|
||||
$_['text_transaction_id'] = 'Transaction ID';
|
||||
$_['text_credits'] = 'Balance';
|
||||
$_['text_error'] = 'Error:';
|
||||
$_['text_flp_upgrade'] = '<a href="http://www.fraudlabspro.com/plan" target="_blank">[Upgrade]</a>';
|
||||
$_['text_flp_merchant_area'] = 'Please login to <a href="http://www.fraudlabspro.com/login" target="_blank">FraudLabs Pro Merchant Area</a> for more information about this order.';
|
||||
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_key'] = 'API Key';
|
||||
$_['entry_score'] = 'Risk Score';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_review_status'] = 'Review Status';
|
||||
$_['entry_approve_status'] = 'Approve Status';
|
||||
$_['entry_reject_status'] = 'Reject Status';
|
||||
$_['entry_simulate_ip'] = 'Simulate IP';
|
||||
|
||||
// Help
|
||||
$_['help_order_status'] = 'Orders that have a score over your set risk score will be assigned this order status.';
|
||||
$_['help_review_status'] = 'Orders that marked as review by FraudLabs Pro will be assigned this order status.';
|
||||
$_['help_approve_status'] = 'Orders that marked as approve by FraudLabs Pro will be assigned this order status.';
|
||||
$_['help_reject_status'] = 'Orders that marked as reject by FraudLabs Pro will be assigned this order status.';
|
||||
$_['help_simulate_ip'] = 'Simulate the visitor IP address for testing. Leave blank to disable it.';
|
||||
$_['help_fraudlabspro_id'] = 'Unique identifier for a transaction screened by FraudLabs Pro system.';
|
||||
$_['help_ip_address'] = 'IP Address.';
|
||||
$_['help_ip_net_speed'] = 'Connection speed.';
|
||||
$_['help_ip_isp_name'] = 'ISP of the IP address.';
|
||||
$_['help_ip_usage_type'] = 'Usage type of the IP address. E.g, ISP, Commercial, Residential.';
|
||||
$_['help_ip_domain'] = 'Domain name of the IP address.';
|
||||
$_['help_ip_time_zone'] = 'Time zone of the IP address.';
|
||||
$_['help_ip_location'] = 'Location of the IP address.';
|
||||
$_['help_ip_distance'] = 'Distance from IP address to Billing Location.';
|
||||
$_['help_ip_latitude'] = 'Latitude of the IP address.';
|
||||
$_['help_ip_longitude'] = 'Longitude of the IP address.';
|
||||
$_['help_risk_country'] = 'Whether IP address country is in the latest high risk country list.';
|
||||
$_['help_free_email'] = 'Whether e-mail is from free e-mail provider.';
|
||||
$_['help_ship_forward'] = 'Whether shipping address is a freight forwarder address.';
|
||||
$_['help_using_proxy'] = 'Whether IP address is from Anonymous Proxy Server.';
|
||||
$_['help_bin_found'] = 'Whether the BIN information matches our BIN list.';
|
||||
$_['help_email_blacklist'] = 'Whether the email address is in our blacklist database.';
|
||||
$_['help_credit_card_blacklist'] = 'Whether the credit card is in our blacklist database.';
|
||||
$_['help_score'] = 'Risk score, 0 (low risk) - 100 (high risk).';
|
||||
$_['help_status'] = 'FraudLabs Pro status.';
|
||||
$_['help_message'] = 'FraudLabs Pro error message description.';
|
||||
$_['help_transaction_id'] = 'Click the link to view the fraud analysis details.';
|
||||
$_['help_credits'] = 'Balance of the credits available after this transaction.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify FraudLabs Pro settings!';
|
||||
$_['error_key'] = 'API Key Required!';
|
||||
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Антифрод IP';
|
||||
|
||||
// Text
|
||||
$_['text_fraud'] = 'Антифрод';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_ip_add'] = 'Добавить';
|
||||
$_['text_ip_list'] = 'Список антифрод IP';
|
||||
|
||||
// Column
|
||||
$_['column_ip'] = 'IP';
|
||||
$_['column_total'] = 'Всего покупателей';
|
||||
$_['column_date_added'] = 'Дата добавления';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_ip'] = 'IP';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_order_status'] = 'Статус заказа';
|
||||
|
||||
// Help
|
||||
$_['help_order_status'] = 'Покупателям, IP которых запрещены в личном кабинете будет назначен этот статус заказа и не будет возможности автоматически завершить покупку.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,126 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'MaxMind Anti-Fraud';
|
||||
|
||||
// Text
|
||||
$_['text_fraud'] = 'Антифрод';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_signup'] = 'MaxMind is a fraud detection service. If you don\'t have a license key you can <a href="http://www.maxmind.com/?rId=opencart" target="_blank"><u>sign up here</u></a>.';
|
||||
$_['text_country_match'] = 'Country Match:';
|
||||
$_['text_country_code'] = 'Country Code:';
|
||||
$_['text_high_risk_country'] = 'High Risk Country:';
|
||||
$_['text_distance'] = 'Distance:';
|
||||
$_['text_ip_region'] = 'IP Region:';
|
||||
$_['text_ip_city'] = 'IP City:';
|
||||
$_['text_ip_latitude'] = 'IP Latitude:';
|
||||
$_['text_ip_longitude'] = 'IP Longitude:';
|
||||
$_['text_ip_isp'] = 'ISP:';
|
||||
$_['text_ip_org'] = 'IP Organization:';
|
||||
$_['text_ip_asnum'] = 'ASNUM:';
|
||||
$_['text_ip_user_type'] = 'IP User Type:';
|
||||
$_['text_ip_country_confidence'] = 'IP Country Confidence:';
|
||||
$_['text_ip_region_confidence'] = 'IP Region Confidence:';
|
||||
$_['text_ip_city_confidence'] = 'IP City Confidence:';
|
||||
$_['text_ip_postal_confidence'] = 'IP Postal Confidence:';
|
||||
$_['text_ip_postal_code'] = 'IP Postal Code:';
|
||||
$_['text_ip_accuracy_radius'] = 'IP Accuracy Radius:';
|
||||
$_['text_ip_net_speed_cell'] = 'IP Net Speed Cell';
|
||||
$_['text_ip_metro_code'] = 'IP Metro Code:';
|
||||
$_['text_ip_area_code'] = 'IP Area Code:';
|
||||
$_['text_ip_time_zone'] = 'IP Time Zone:';
|
||||
$_['text_ip_region_name'] = 'IP Region Name:';
|
||||
$_['text_ip_domain'] = 'IP Domain:';
|
||||
$_['text_ip_country_name'] = 'IP Country Name:';
|
||||
$_['text_ip_continent_code'] = 'IP Continent Code:';
|
||||
$_['text_ip_corporate_proxy'] = 'IP Corporate Proxy:';
|
||||
$_['text_anonymous_proxy'] = 'Anonymous Proxy:';
|
||||
$_['text_proxy_score'] = 'Proxy Score:';
|
||||
$_['text_is_trans_proxy'] = 'Is Transparent Proxy:';
|
||||
$_['text_free_mail'] = 'Free Mail:';
|
||||
$_['text_carder_email'] = 'Carder Email:';
|
||||
$_['text_high_risk_username'] = 'High Risk Username:';
|
||||
$_['text_high_risk_password'] = 'High Risk Password:';
|
||||
$_['text_bin_match'] = 'Bin Match:';
|
||||
$_['text_bin_country'] = 'Bin Country:';
|
||||
$_['text_bin_name_match'] = 'Bin Name Match:';
|
||||
$_['text_bin_name'] = 'Bin Name:';
|
||||
$_['text_bin_phone_match'] = 'Bin Phone Match:';
|
||||
$_['text_bin_phone'] = 'Bin Phone:';
|
||||
$_['text_customer_phone_in_billing_location'] = 'Customer Phone Number in Billing Location:';
|
||||
$_['text_ship_forward'] = 'Shipping Forward:';
|
||||
$_['text_city_postal_match'] = 'City Postal Match:';
|
||||
$_['text_ship_city_postal_match'] = 'Shipping City Postal Match:';
|
||||
$_['text_score'] = 'Score:';
|
||||
$_['text_explanation'] = 'Explanation:';
|
||||
$_['text_risk_score'] = 'Risk Score:';
|
||||
$_['text_queries_remaining'] = 'Queries Remaining:';
|
||||
$_['text_maxmind_id'] = 'Maxmind ID:';
|
||||
$_['text_error'] = 'Error:';
|
||||
|
||||
// Entry
|
||||
$_['entry_key'] = 'MaxMind License Key';
|
||||
$_['entry_score'] = 'Risk Score';
|
||||
$_['entry_order_status'] = 'Статус';
|
||||
$_['entry_status'] = 'Статус';
|
||||
|
||||
// Help
|
||||
$_['help_score'] = 'The higher the score the more likely the order is fraudulent. Set a score between 0 - 100.';
|
||||
$_['help_order_status'] = 'Orders that have a score over your set risk score will be assigned this order status and will not be allowed to reach the complete status automatically.';
|
||||
$_['help_country_match'] = 'Whether country of IP address matches billing address country (mismatch = higher risk).';
|
||||
$_['help_country_code'] = 'Country Code of the IP address.';
|
||||
$_['help_high_risk_country'] = 'Whether IP address or billing address country is in Ghana, Nigeria, or Vietnam.';
|
||||
$_['help_distance'] = 'Distance from IP address to Billing Location in kilometers (large distance = higher risk).';
|
||||
$_['help_ip_region'] = 'Estimated State/Region of the IP address.';
|
||||
$_['help_ip_city'] = 'Estimated City of the IP address.';
|
||||
$_['help_ip_latitude'] = 'Estimated Latitude of the IP address.';
|
||||
$_['help_ip_longitude'] = 'Estimated Longitude of the IP address.';
|
||||
$_['help_ip_isp'] = 'ISP of the IP address.';
|
||||
$_['help_ip_org'] = 'Organization of the IP address.';
|
||||
$_['help_ip_asnum'] = 'Estimated Autonomous System Number of the IP address.';
|
||||
$_['help_ip_user_type'] = 'Estimated user type of the IP address.';
|
||||
$_['help_ip_country_confidence'] = 'Representing our confidence that the country location is correct.';
|
||||
$_['help_ip_region_confidence'] = 'Representing our confidence that the region location is correct.';
|
||||
$_['help_ip_city_confidence'] = 'Representing our confidence that the city location is correct.';
|
||||
$_['help_ip_postal_confidence'] = 'Representing our confidence that the postal code location is correct.';
|
||||
$_['help_ip_postal_code'] = 'Estimated Postal Code of the IP address.';
|
||||
$_['help_ip_accuracy_radius'] = 'The average distance between the actual location of the end user using the IP address and the location returned by the GeoIP City database, in miles.';
|
||||
$_['help_ip_net_speed_cell'] = 'Estimated network type of the IP address.';
|
||||
$_['help_ip_metro_code'] = 'Estimated Metro Code of the IP address.';
|
||||
$_['help_ip_area_code'] = 'Estimated Area Code of the IP address.';
|
||||
$_['help_ip_time_zone'] = 'Estimated Time Zone of the IP address.';
|
||||
$_['help_ip_region_name'] = 'Estimated Region name of the IP address.';
|
||||
$_['help_ip_domain'] = 'Estimated domain of the IP address.';
|
||||
$_['help_ip_country_name'] = 'Estimated Country name of the IP address.';
|
||||
$_['help_ip_continent_code'] = 'Estimated Continent code of the IP address.';
|
||||
$_['help_ip_corporate_proxy'] = 'Whether the IP is an Corporate Proxy in the database or not.';
|
||||
$_['help_anonymous_proxy'] = 'Whether IP address is Anonymous Proxy (anonymous proxy = very high risk).';
|
||||
$_['help_proxy_score'] = 'Likelihood of IP Address being an Open Proxy.';
|
||||
$_['help_is_trans_proxy'] = 'Whether IP address is in our database of known transparent proxy servers, returned if forwardedIP is passed as an input.';
|
||||
$_['help_free_mail'] = 'Whether e-mail is from free e-mail provider (free e-mail = higher risk).';
|
||||
$_['help_carder_email'] = 'Whether e-mail is in database of high risk e-mails.';
|
||||
$_['help_high_risk_username'] = 'Whether usernameMD5 input is in database of high risk usernames. Only returned if usernameMD5 is included in inputs.';
|
||||
$_['help_high_risk_password'] = 'Whether passwordMD5 input is in database of high risk passwords. Only returned if passwordMD5 is included in inputs.';
|
||||
$_['help_bin_match'] = 'Whether country of issuing bank based on BIN number matches billing address country.';
|
||||
$_['help_bin_country'] = 'Country Code of the bank which issued the credit card based on BIN number.';
|
||||
$_['help_bin_name_match'] = 'Whether name of issuing bank matches inputted BIN name. A return value of Yes provides a positive indication that cardholder is in possession of credit card.';
|
||||
$_['help_bin_name'] = 'Name of the bank which issued the credit card based on BIN number. Available for approximately 96% of BIN numbers.';
|
||||
$_['help_bin_phone_match'] = 'Whether customer service phone number matches inputed BIN Phone. A return value of Yes provides a positive indication that cardholder is in possession of credit card.';
|
||||
$_['help_bin_phone'] = 'Customer service phone number listed on back of credit card. Available for approximately 75% of BIN numbers. In some cases phone number returned may be outdated.';
|
||||
$_['help_customer_phone_in_billing_location'] = 'Whether the customer phone number is in the billing zip code. A return value of Yes provides a positive indication that the phone number listed belongs to the cardholder. A return value of No indicates that the phone number may be in a different area, or may not be listed in our database. NotFound is returned when the phone number prefix cannot be found in our database at all. Currently we only support US Phone numbers.';
|
||||
$_['help_ship_forward'] = 'Whether shipping address is in database of known mail drops.';
|
||||
$_['help_city_postal_match'] = 'Whether billing city and state match zipcode. Currently available for US addresses only, returns empty string outside the US.';
|
||||
$_['help_ship_city_postal_match'] = 'Whether shipping city and state match zipcode. Currently available for US addresses only, returns empty string outside the US.';
|
||||
$_['help_score'] = 'Overall fraud score based on outputs listed above. This is the original fraud score, and is based on a simple formula. It has been replaced with risk score (see below), but is kept for backwards compatibility.';
|
||||
$_['help_explanation'] = 'A brief explanation of the score, detailing what factors contributed to it, according to our formula. Please note this corresponds to the score, not the riskScore.';
|
||||
$_['help_risk_score'] = 'New fraud score representing the estimated probability that the order is fraud, based off of analysis of past minFraud transactions. Requires an upgrade for clients who signed up before February 2007.';
|
||||
$_['help_queries_remaining'] = 'Number of queries remaining in your account, can be used to alert you when you may need to add more queries to your account.';
|
||||
$_['help_maxmind_id'] = 'Unique identifier, used to reference transactions when reporting fraudulent activity back to MaxMind. This reporting will help MaxMind improve its service to you and will enable a planned feature to customize the fraud scoring formula based on your chargeback history.';
|
||||
$_['help_error'] = 'Returns an error string with a warning message or a reason why the request failed.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_key'] = 'License Key Required!';
|
||||
@@ -0,0 +1,42 @@
|
||||
<?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_upload'] = 'Вы можете добавить свои расширения';
|
||||
$_['text_success'] = 'Расширение успешно установлено!';
|
||||
$_['text_unzip'] = 'Распаковка файлов!';
|
||||
$_['text_ftp'] = 'Копирование файлов!';
|
||||
$_['text_sql'] = 'Обновление базы данных!';
|
||||
$_['text_xml'] = 'Применение модификатора!';
|
||||
$_['text_php'] = 'Выполнение PHP!';
|
||||
$_['text_remove'] = 'Удаление временных файлов!';
|
||||
$_['text_clear'] = 'Все временные файлы успешно удалены!';
|
||||
|
||||
// Entry
|
||||
$_['entry_upload'] = 'Загрузить файл';
|
||||
$_['entry_overwrite'] = 'Файлы, которые будут перезаписаны';
|
||||
$_['entry_progress'] = 'Процесс';
|
||||
|
||||
// Help
|
||||
$_['help_upload'] = 'Расширение модификатора или модуля должно быть .ocmod.zip или .ocmod.xml';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_temporary'] = 'Существуют временные файлы, которые требуют удаления. Нажмите кнопку очистить, чтобы удалить их!';
|
||||
$_['error_upload'] = 'Файл не был загружен!';
|
||||
$_['error_filetype'] = 'Неправильный тип файла!';
|
||||
$_['error_file'] = 'Файл не найден!';
|
||||
$_['error_unzip'] = 'Zip архив не удалось распаковать!';
|
||||
$_['error_code'] = 'Модификация требуется уникальный идентификационный код!';
|
||||
$_['error_exists'] = 'Модификация %s использует тот же идентификационный код, который вы хотите загрузить!';
|
||||
$_['error_directory'] = 'Каталог, содержащий файлы для загрузки не найден!';
|
||||
$_['error_ftp_status'] = 'FTP должен быть включен в настройках';
|
||||
$_['error_ftp_connection'] = 'Не удалось подключиться к %s:%s';
|
||||
$_['error_ftp_login'] = 'Не удалось авторизироваться как %s';
|
||||
$_['error_ftp_root'] = 'Не удалось выбрать директорию %s';
|
||||
$_['error_ftp_directory'] = 'Не удалось изменить директорию %s';
|
||||
$_['error_ftp_file'] = 'Не удалось загрузить файлы %s';
|
||||
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Default Menu';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Google Base feed!';
|
||||
$_['text_edit'] = 'Edit Google Base';
|
||||
$_['text_import'] = 'To download the latest Google category list by <a href="https://support.google.com/merchants/answer/160081?hl=en" target="_blank" class="alert-link">clicking here</a> and choose taxonomy with numeric IDs in Plain Text (.txt) file. Upload via the green import button.';
|
||||
|
||||
// Column
|
||||
$_['column_google_category'] = 'Google Category';
|
||||
$_['column_category'] = 'Category';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Entry
|
||||
$_['entry_google_category'] = 'Google Category';
|
||||
$_['entry_category'] = 'Category';
|
||||
$_['entry_data_feed'] = 'Data Feed Url';
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify Google Base feed!';
|
||||
$_['error_upload'] = 'File could not be uploaded!';
|
||||
$_['error_filetype'] = 'Invalid file type!';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?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_refresh'] = 'Каждый раз, когда вы включили / отключили или удалили модификатор, вам необходимо нажать кнопку обновления, чтобы обновить кэш модификаций!';
|
||||
$_['text_list'] = 'Список модификаторов';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название модификатора';
|
||||
$_['column_author'] = 'Автор';
|
||||
$_['column_version'] = 'Версия';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_date_added'] = 'Дата добавления';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Аккаунт';
|
||||
|
||||
$_['text_module'] = 'Модули';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Партнерская программа';
|
||||
|
||||
$_['text_module'] = 'Модули';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,25 @@
|
||||
<?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_module'] = 'Модули';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Название модуля';
|
||||
$_['entry_banner'] = 'Баннер';
|
||||
$_['entry_dimension'] = 'Размеры (Ширина x Высота)';
|
||||
$_['entry_width'] = 'Ширина';
|
||||
$_['entry_height'] = 'Высота';
|
||||
$_['entry_status'] = 'Статус';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_name'] = 'Название должно содержать от 3 до 64 символов!';
|
||||
$_['error_width'] = 'Укажите Ширину!';
|
||||
$_['error_height'] = 'Укажите Высоту!';
|
||||
@@ -0,0 +1,25 @@
|
||||
<?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_module'] = 'Модули';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Название модуля';
|
||||
$_['entry_limit'] = 'Лимит';
|
||||
$_['entry_image'] = 'Изображение (Ширина x Высота)';
|
||||
$_['entry_width'] = 'Ширина';
|
||||
$_['entry_height'] = 'Высота';
|
||||
$_['entry_status'] = 'Статус';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_name'] = 'Название должно содержать от 3 до 64 символов!';
|
||||
$_['error_width'] = 'Укажите Ширину!';
|
||||
$_['error_height'] = 'Укажите Высоту!';
|
||||
@@ -0,0 +1,17 @@
|
||||
<?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_extension'] = 'Расширения';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user