mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
Add Russian (by X-[Vr]bL1s5)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3027 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
69c15ee1f0
commit
e5c4395eb5
32 changed files with 1736 additions and 19 deletions
22
modules/counter/lang/ru.lang.php
Normal file
22
modules/counter/lang/ru.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
/**
|
||||
* @file ru.lang.php
|
||||
* @author zero <zero@nzeo.com> | translation by Maslennikov Evgeny aka X-[Vr]bL1s5 | e-mail: x-bliss[a]tut.by; ICQ: 225035467;
|
||||
* @brief Russian basic language pack for Zeroboard XE
|
||||
**/
|
||||
|
||||
$lang->counter = "Счетчик";
|
||||
$lang->cmd_select_date = 'Выберите дату';
|
||||
$lang->cmd_select_counter_type = array(
|
||||
'hour' => 'По часам',
|
||||
'day' => 'По дням',
|
||||
'month' => 'По месяцам',
|
||||
'year' => 'По годам',
|
||||
);
|
||||
|
||||
$lang->total_counter = 'Общее Состояние';
|
||||
$lang->selected_day_counter = 'Состояние на выбранный день';
|
||||
|
||||
$lang->unique_visitor = 'Посетителей';
|
||||
$lang->pageview = 'Просмотров страниц';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue