Files
luos/gulliver/js/widgets/js-calendar/lang/ru.js
Victor Saisa Lopez 6d9858d6d0 HOR-1738 "Change folder permissions in ProcessMaker" SOLVED
Issue:
    Change folder permissions in ProcessMaker
Cause:
    Nuevo requerimiento
Solution:
    Se cambio los permisos de los files and directories
2016-08-30 13:03:35 -04:00

16 lines
1.0 KiB
JavaScript
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
});
}