12 lines
445 B
PHP
12 lines
445 B
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_list'] = 'Список расширений';
|
|
$_['text_type'] = 'Выберите тип расширения';
|
|
$_['text_filter'] = 'Фильтр'; |