mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
Convert all module lang files from XML to PHP
This commit is contained in:
parent
9b621d9c8c
commit
615416ab7f
297 changed files with 13745 additions and 17656 deletions
13
modules/counter/lang/ru.php
Normal file
13
modules/counter/lang/ru.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
$lang->counter = 'Счетчик посетителей';
|
||||
$lang->cmd_select_date = 'Выберите дату';
|
||||
$lang->cmd_select_counter_type['hour'] = 'По часам';
|
||||
$lang->cmd_select_counter_type['day'] = 'По дням';
|
||||
$lang->cmd_select_counter_type['month'] = 'По месяцам';
|
||||
$lang->cmd_select_counter_type['year'] = 'По годам';
|
||||
$lang->total_counter = 'Общее состояние';
|
||||
$lang->selected_day_counter = 'Состояние на выбранный день';
|
||||
$lang->unique_visitor = 'Посетителей';
|
||||
$lang->pageview = 'Просмотров страниц';
|
||||
$lang->today = 'Сегодня';
|
||||
$lang->yesterday = 'Вчера';
|
||||
Loading…
Add table
Add a link
Reference in a new issue