You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
273 B
11 lines
273 B
Date.weekdays = $w('Mo Di Mi Do Fr Sa So');
|
|
Date.months = $w('Januar Februar März April Mai Juni Juli August September Oktober November Dezember');
|
|
|
|
Date.first_day_of_week = 1;
|
|
|
|
_translations = {
|
|
"OK": "OK",
|
|
"Now": "Jetzt",
|
|
"Today": "Heute",
|
|
"Clear": "Löschen"
|
|
}
|