first commit
This commit is contained in:
@@ -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!';
|
||||
Reference in New Issue
Block a user