Files
luos/gulliver/js/widgets/js-calendar/lang/sv.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
805 B
JavaScript
Executable File

if (typeof Calendar!='undefined' ) {
Calendar.LANG("sv", "svenska", {
fdow: 1, // first day of week for this locale; 0 = Sunday, 1 = Monday, etc.
goToday: "Gå till idag",
today: "Idag", // appears in bottom bar
wk: "v",
weekend: "0,6", // 0 = Sunday, 1 = Monday, etc.
AM: "am",
PM: "pm",
mn : [ "januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december" ],
smn : [ "jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec" ],
dn : [ "söndag","måndag","tisdag","onsdag","torsdag","fredag","lördag","söndag" ],
sdn : [ "sö","må","ti","on","to","fr","lö","sö" ],
done: "Klar" //Appears in bottom bar
});
}