Initial commit: Backup der Webseiten

- zoesch.de
- blitzkiste.net
- gruene-hassberge (norbert.zoesch.de)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Felix Zösch
2025-12-13 01:17:15 +01:00
commit 07c290a453
4607 changed files with 1202735 additions and 0 deletions

View File

@@ -0,0 +1,118 @@
/*
* jQuery-Mobile-DateBox
* Date: Wed Nov 19 2014 21:05:33 UTC
* http://dev.jtsage.com/jQM-DateBox/
* https://github.com/jtsage/jquery-mobile-datebox
*
* Copyright 2010, 2014 JTSage. and other contributors
* Released under the MIT license.
* https://github.com/jtsage/jquery-mobile-datebox/blob/master/LICENSE.txt
*
*/
jQuery.extend(jQuery.mobile.datebox.prototype.options.lang, { "de": {
"setDateButtonLabel": "Datum einstellen",
"setTimeButtonLabel": "Zeit einstellen",
"setDurationButtonLabel": "Dauer einstellen",
"calTodayButtonLabel": "heute",
"titleDateDialogLabel": "Datum wählen",
"titleTimeDialogLabel": "Zeit wählen",
"daysOfWeek": [
"Sonntag",
"Montag",
"Dienstag",
"Mittwoch",
"Donnerstag",
"Freitag",
"Samstag"
],
"daysOfWeekShort": [
"So",
"Mo",
"Di",
"Mi",
"Do",
"Fr",
"Sa"
],
"monthsOfYear": [
"Januar",
"Februar",
"März",
"April",
"Mai",
"Juni",
"Juli",
"August",
"September",
"Oktober",
"November",
"Dezember"
],
"monthsOfYearShort": [
"Jan",
"Feb",
"Mär",
"Apr",
"Mai",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dez"
],
"durationLabel": [
"Tage",
"Stunden",
"Minuten",
"Sekunden"
],
"durationDays": [
"Tag",
"Tage"
],
"tooltip": "Öffne Datumsauswahl",
"nextMonth": "Nächster Monat",
"prevMonth": "Vorheriger Monat",
"timeFormat": 24,
"headerFormat": "%A, %B %-d, %Y",
"dateFieldOrder": [
"d",
"m",
"y"
],
"timeFieldOrder": [
"h",
"i",
"a"
],
"slideFieldOrder": [
"y",
"m",
"d"
],
"dateFormat": "%d.%m.%Y",
"useArabicIndic": false,
"isRTL": false,
"calStartDay": 1,
"clearButton": "löschen",
"durationOrder": [
"d",
"h",
"i",
"s"
],
"meridiem": [
"AM",
"PM"
],
"timeOutput": "%l:%M %p",
"durationFormat": "%Dd %DA, %Dl:%DM:%DS",
"calDateListLabel": "Weitere Termine",
"calHeaderFormat": "%B %Y",
"calTomorrowButtonLabel": "Springen bis morgen"
}});
jQuery.extend(jQuery.mobile.datebox.prototype.options, {
useLang: "de"
});