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

if (typeof Calendar!='undefined' ) {
Calendar.LANG("ca", "Catalan", {
fdow: 1, // first day of week for this locale; 0 = Sunday, 1 = Monday, etc.
goToday: "Anar a Avui",
today: "Avui", // appears in bottom bar
wk: "sem",
weekend: "0,6", // 0 = Sunday, 1 = Monday, etc.
AM: "am",
PM: "pm",
mn : [ "gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre" ],
smn : [ "gen","feb","mar","abr","mai","jun","jul","ago","set","oct","nov","des" ],
dn : [ "diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte","diumenge" ],
sdn : [ "dg","dl","dt","dc","dj","dv","ds","dg" ],
done: "Fet" //Appears in bottom bar
});
}