first commit

This commit is contained in:
Konstantin
2026-05-30 09:27:58 +03:00
commit de0344d218
2371 changed files with 661486 additions and 0 deletions
@@ -0,0 +1,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 символов!';