first commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<?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_extension'] = 'Расширение';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_list'] = 'Список покупателей онлайн';
|
||||
$_['text_filter'] = 'Фильтр';
|
||||
$_['text_guest'] = 'Гость';
|
||||
|
||||
// Column
|
||||
$_['column_ip'] = 'IP';
|
||||
$_['column_customer'] = 'Покупатель';
|
||||
$_['column_url'] = 'Последняя просмотренная страница';
|
||||
$_['column_referer'] = 'Источник';
|
||||
$_['column_date_added'] = 'Последний клик';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_ip'] = 'IP';
|
||||
$_['entry_customer'] = 'Покупатель';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
Reference in New Issue
Block a user