No regular expressions were active.
|
|
1 |
|
/* Russian
(UTF-8) i
nitialisat
ion for th
e jQuery U
I date pic
ker plugin
. */
|
|
|
2 |
|
/* Written
by Andrew
Stromnov
(stromnov@
gmail.com)
. */
|
|
|
3 |
|
jQuery(fun
ction($){
|
|
|
4 |
|
$.date
picker.reg
ional['ru'
] = {clear
Text: 'РћС
‡РёСЃС‚РёС
‚СЊ', clea
rStatus: '
',
|
|
|
5 |
|
cl
oseText: '
Закры
ть', clo
seStatus:
'',
|
|
|
6 |
|
pr
evText: '&
lt;РџСЂРµР
ґ', prevS
tatus: '',
|
|
|
7 |
|
ne
xtText: 'Р
ЎР»РµРґ>
;', nextSt
atus: '',
|
|
|
8 |
|
cu
rrentText:
'Сего
РґРЅСЏ', c
urrentStat
us: '',
|
|
|
9 |
|
mo
nthNames:
['РЇРЅРІР°
СЂСЊ','Р¤Р
µРІСЂР°Р»С
Њ','Мар
С‚','РђРїС
ЂРµР»СЊ','
Май','Р
СЋРЅСЊ',
|
|
|
10 |
|
'Р
юль','
РђРІРіСѓСЃ
С‚','РЎРµР
ЅС‚СЏР±СЂС
Њ','РћРєС‚
СЏР±СЂСЊ',
'РќРѕСЏР±С
ЂСЊ','Де
кабрь
'],
|
|
|
11 |
|
mo
nthNamesSh
ort: ['РЇР
ЅРІ','Фе
РІ','РњР°С
Ђ','РђРїСЂ
','Май'
,'РСЋРЅ',
|
|
|
12 |
|
'Р
СЋР»','Рђ
РІРі','РЎР
µРЅ','РћРє
С‚','РќРѕС
Џ','Дек
'],
|
|
|
13 |
|
mo
nthStatus:
'', yearS
tatus: '',
|
|
|
14 |
|
we
ekHeader:
'РќРµ', we
ekStatus:
'',
|
|
|
15 |
|
da
yNames: ['
РІРѕСЃРєСЂ
есень
Рµ','РїРѕР
ЅРµРґРµР»С
ЊРЅРёРє','
вторн
РёРє','СЃС
ЂРµРґР°','
четве
СЂРі','РїС
ЏС‚РЅРёС†Р
°','СЃСѓР±
бота']
,
|
|
|
16 |
|
da
yNamesShor
t: ['РІСЃР
є','РїРЅРґ
','втр'
,'СЃСЂРґ',
'чтв','
птн','С
ЃР±С‚'],
|
|
|
17 |
|
da
yNamesMin:
['Р’СЃ','
РџРЅ','Р’С
‚','РЎСЂ',
'Р§С‚','Рџ
С‚','РЎР±'
],
|
|
|
18 |
|
da
yStatus: '
DD', dateS
tatus: 'D,
M d',
|
|
|
19 |
|
da
teFormat:
'dd.mm.yy'
, firstDay
: 1,
|
|
|
20 |
|
in
itStatus:
'', isRTL:
false};
|
|
|
21 |
|
$.date
picker.set
Defaults($
.datepicke
r.regional
['ru']);
|
|
|
22 |
|
});
|