Files
luos/gulliver/js/widgets/js-calendar/lang/ru.js
Victor Saisa Lopez 59e37602d6 BUG 11060 "Date time picker con hora habilitado no..." SOLVED
- Date time picker con hora habilitado no funciona apropiadamente (bug 11060)
- El Datepicker no se muestra de manera correcta (bug 11225)
- Solved problem, with reference to bug 11060, added button "Done" when time is displayed
- Solved problem, with reference to bug 11225
* Available from version ProcessMaker-2.5.1-testing.2
2013-05-24 13:28:49 -04:00

16 lines
1.0 KiB
JavaScript
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

if (typeof Calendar!='undefined' ) {
Calendar.LANG("ru", "русский", {
fdow: 1, // first day of week for this locale; 0 = Sunday, 1 = Monday, etc.
goToday: "Сегодня",
today: "Сегодня", // appears in bottom bar
wk: "нед",
weekend: "0,6", // 0 = Sunday, 1 = Monday, etc.
AM: "am",
PM: "pm",
mn : [ "январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь" ],
smn : [ "янв","фев","мар","апр","май","июн","июл","авг","сен","окт","ноя","дек" ],
dn : [ "воскресенье","понедельник","вторник","среда","четверг","пятница","суббота","воскресенье" ],
sdn : [ "вск", "пон", "втр", "срд", "чет", "пят", "суб", "вск" ],
done: "сделанный" //Appears in bottom bar
});
}