Files
dominik/public/admin/language/ru-ru/extension/openbay/ebay_template.php
T
2026-05-30 09:27:58 +03:00

30 lines
1.2 KiB
PHP

<?php
// * @source See SOURCE.txt for source and other copyright.
// * @license GNU General Public License version 3; see LICENSE.txt
// Headings
$_['heading_title'] = 'Listing templates';
$_['text_ebay'] = 'eBay';
$_['text_openbay'] = 'OpenBay Pro';
// Columns
$_['column_name'] = 'Template name';
$_['column_action'] = 'Действие';
// Entry
$_['entry_template_name'] = 'Name';
$_['entry_template_html'] = 'HTML';
// Text
$_['text_added'] = 'New template has been added';
$_['text_updated'] = 'Template has been updated';
$_['text_deleted'] = 'Template has been deleted';
$_['text_confirm_delete'] = 'Are you sure you want to delete the template?';
$_['text_list'] = 'Template list';
$_['text_add'] = 'Добавить';
$_['text_edit'] = 'Редактирование';
// Error
$_['error_name'] = 'You must enter a template name';
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
$_['error_no_template'] = 'Template ID does not exist';