-
Notifications
You must be signed in to change notification settings - Fork 4
/
ru.dict.dashlet-calendar.php
46 lines (45 loc) · 2.65 KB
/
ru.dict.dashlet-calendar.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2016 Vladimir Kunin <[email protected]>
* @license http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('RU RU', 'Russian', 'Russian', array(
'UI:DashletCalendar:Label' => 'Календарь',
'UI:DashletCalendar:Description' => 'Календарь',
'UI:WorkOrderCalendar:Title' => 'Календарь работ',
'UI:WorkOrderCalendar:Title+' => 'Календарь работ',
'UI:DashletCalendar:Prop-Title' => 'Название',
'UI:DashletCalendar:Prop-Default-View' => 'Вид по умолчанию',
'UI:DashletCalendar:Prop-Default-View:Month' => 'Месяц',
'UI:DashletCalendar:Prop-Default-View:Week' => 'Неделя',
'UI:DashletCalendar:Prop-Default-View:Day' => 'День',
'UI:DashletCalendar:Prop-Default-View:List' => 'Повестка',
'UI:DashletCalendar:Prop-List-Period' => 'Период повестки',
'UI:DashletCalendar:Prop-List-Period:Day' => 'День',
'UI:DashletCalendar:Prop-List-Period:Week' => 'Неделя',
'UI:DashletCalendar:Prop-List-Period:Month' => 'Месяц',
'UI:DashletCalendar:Prop-List-Period:Year' => 'Год',
'UI:DashletCalendar:Prop-Agenda-Week' => 'Неделя по часам',
'UI:DashletCalendar:Prop-Agenda-Day' => 'День по часам',
'UI:DashletCalendar:EventSet' => 'Набор объектов %1$d',
'UI:DashletCalendar:Event:Prop-Enabled' => 'Вкл/Выкл',
'UI:DashletCalendar:Event:Prop-Query' => 'Запрос',
'UI:DashletCalendar:Event:Prop-Start' => 'Начало события',
'UI:DashletCalendar:Event:Prop-End' => 'Окончание события',
'UI:DashletCalendar:Event:Prop-Unfinished' => 'Незавершенные события',
'UI:DashletCalendar:Event:Prop-Title' => 'Заголовок события',
'UI:DashletCalendar:Event:Prop-Desc' => 'Описание события',
'UI:DashletCalendar:Event:Prop-Color' => 'Цвет',
'UI:DashletCalendar:Event:Prop-Color:blue' => 'Синий',
'UI:DashletCalendar:Event:Prop-Color:brown' => 'Коричневый',
'UI:DashletCalendar:Event:Prop-Color:cyan' => 'Голубой',
'UI:DashletCalendar:Event:Prop-Color:gray' => 'Серый',
'UI:DashletCalendar:Event:Prop-Color:green' => 'Зеленый',
'UI:DashletCalendar:Event:Prop-Color:orange' => 'Оранжевый',
'UI:DashletCalendar:Event:Prop-Color:pink' => 'Розовый',
'UI:DashletCalendar:Event:Prop-Color:purple' => 'Фиолетовый',
'UI:DashletCalendar:Event:Prop-Color:red' => 'Красный',
'UI:DashletCalendar:Event:Prop-Color:yellow' => 'Желтый',
));