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

if (typeof Calendar!='undefined' ) {
Calendar.LANG("de", "Deutsch", {
fdow: 1, // first day of week for this locale; 0 = Sunday, 1 = Monday, etc.
goToday : "Heute ausw\u00e4hlen",
today: "Heute", // appears in bottom bar
wk: "KW",
weekend: "0,6", // 0 = Sunday, 1 = Monday, etc.
AM: "am",
PM: "pm",
mn : [ "Januar","Februar","M\u00e4rz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember" ],
smn : [ "Jan", "Feb", "M\u00e4r", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez" ],
dn : [ "Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag","Sonntag" ],
sdn : [ "So", "Mo", "Di", "Mi", "Do", "Fr", "Sa", "So" ],
done: "Geschehen" //Appears in bottom bar
});
}