Files
2026-05-30 09:27:58 +03:00

34 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
// 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'] = 'У вас недостаточно прав для внесения изменений!';