22 lines
981 B
PHP
22 lines
981 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'] = 'ocStore';
|
|
|
|
// Text
|
|
$_['text_profile'] = 'Ваш профиль';
|
|
$_['text_store'] = 'Магазины';
|
|
$_['text_help'] = 'Помощь';
|
|
$_['text_homepage'] = 'Сайт проекта';
|
|
$_['text_support'] = 'Форум поддержки';
|
|
$_['text_documentation'] = 'Документация';
|
|
$_['text_logout'] = 'Выход';
|
|
$_['text_search_options'] = 'Опции поиска';
|
|
$_['text_new'] = 'Добавить';
|
|
$_['text_new_category'] = 'Категорию';
|
|
$_['text_new_customer'] = 'Пользователя';
|
|
$_['text_new_download'] = 'Загрузку';
|
|
$_['text_new_manufacturer'] = 'Производителя';
|
|
$_['text_new_product'] = 'Товар'; |