- 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
16 lines
818 B
JavaScript
Executable File
16 lines
818 B
JavaScript
Executable File
if (typeof Calendar!='undefined' ) {
|
|
Calendar.LANG("ro", "Română", {
|
|
fdow: 1, // first day of week for this locale; 0 = Sunday, 1 = Monday, etc.
|
|
goToday: "Astăzi",
|
|
today: "Astăzi", // appears in bottom bar
|
|
wk: "săp.",
|
|
weekend: "0,6", // 0 = Sunday, 1 = Monday, etc.
|
|
AM: "am",
|
|
PM: "pm",
|
|
mn : [ "Ianuarie","Februarie","Martie","Aprilie","Mai","Iunie","Iulie","August","Septembrie","Octombrie","Noiembrie","Decembrie" ],
|
|
smn : [ "Ian","Feb","Mar","Apr","Mai","Iun","Iul","Aug","Sep","Oct","Noi","Dec" ],
|
|
dn : [ "Duminică","Luni","Marţi","Miercuri","Joi","Vineri","Sâmbătă","Duminică" ],
|
|
sdn : [ "Du","Lu","Ma","Mi","Jo","Vi","Sâ","Du" ],
|
|
done: "Făcut" //Appears in bottom bar
|
|
});
|
|
} |