2012-11-07 18:30:44 -04:00
|
|
|
if (typeof Calendar!='undefined' ) {
|
2010-12-02 23:34:41 +00:00
|
|
|
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",
|
2012-11-07 18:30:44 -04:00
|
|
|
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ă" ],
|
2013-05-24 13:28:49 -04:00
|
|
|
sdn : [ "Du","Lu","Ma","Mi","Jo","Vi","Sâ","Du" ],
|
|
|
|
|
done: "Făcut" //Appears in bottom bar
|
2010-12-02 23:34:41 +00:00
|
|
|
});
|
2012-11-07 18:30:44 -04:00
|
|
|
}
|