PHPMailer6
auswertung
bootstrap
classes
config
controller
dashboard
datepicker
fpdf186
jquery
external
images
jquery-ui-themes-1.13.2
jqx
number
AUTHORS.txt
LICENSE.txt
bootstrap.min.css
bootstrap.min.js
controls.js
font-awesome.min.css
globalize.culture.de-DE.js
globalize.js
googletag.js
index.html
jquery-1.12.4.js
jquery-1.9.1.js
jquery-3.2.1.min.js
jquery-3.4.1.min.js
jquery-timepicker-1.3.5.zip
jquery-ui-1.12.1.zip
jquery-ui-themes-1.13.2.zip
jquery-ui.css
jquery-ui.js
jquery-ui.min.css
jquery-ui.min.js
jquery-ui.structure.css
jquery-ui.structure.min.css
jquery-ui.theme.css
jquery-ui.theme.min.css
jquery.cycle.all.min.js
jquery.dm-uploader.min.css
jquery.dm-uploader.min.js
jquery.min.js
jquery.mousewheel.js
jquery.timepicker.js
jquery.timepicker.min.css
jquery.timepicker.min.js
jquery.zip
main.css
modernizr-custom.js
modernizr-custom_input.js
modernizr.min.js
package.json
prism-coy.min.css
prism-javascript.min.js
prism.min.js
prx_search.js
style.css
ui-main.js
ui-multiple.js
js
language
lib
media
msd
selfregistration
sql
survey
templates
test
tinymce
.gitignore
Hinweise_zu_php8.txt
config.inc.php
todo.txt
82 lines
1.9 KiB
JavaScript
82 lines
1.9 KiB
JavaScript
/*
|
|
* Globalize Culture de-DE
|
|
*
|
|
* http://github.com/jquery/globalize
|
|
*
|
|
* Copyright Software Freedom Conservancy, Inc.
|
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
* http://jquery.org/license
|
|
*
|
|
* This file was generated by the Globalize Culture Generator
|
|
* Translation: bugs found in this file need to be fixed in the generator
|
|
*/
|
|
|
|
(function( window, undefined ) {
|
|
|
|
var Globalize;
|
|
|
|
if ( typeof require !== "undefined"
|
|
&& typeof exports !== "undefined"
|
|
&& typeof module !== "undefined" ) {
|
|
// Assume CommonJS
|
|
Globalize = require( "globalize" );
|
|
} else {
|
|
// Global variable
|
|
Globalize = window.Globalize;
|
|
}
|
|
|
|
Globalize.addCultureInfo( "de-DE", "default", {
|
|
name: "de-DE",
|
|
englishName: "German (Germany)",
|
|
nativeName: "Deutsch (Deutschland)",
|
|
language: "de",
|
|
numberFormat: {
|
|
",": ".",
|
|
".": ",",
|
|
NaN: "n. def.",
|
|
negativeInfinity: "-unendlich",
|
|
positiveInfinity: "+unendlich",
|
|
percent: {
|
|
pattern: ["-n%","n%"],
|
|
",": ".",
|
|
".": ","
|
|
},
|
|
currency: {
|
|
pattern: ["-n $","n $"],
|
|
",": ".",
|
|
".": ",",
|
|
symbol: "€"
|
|
}
|
|
},
|
|
calendars: {
|
|
standard: {
|
|
"/": ".",
|
|
firstDay: 1,
|
|
days: {
|
|
names: ["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],
|
|
namesAbbr: ["So","Mo","Di","Mi","Do","Fr","Sa"],
|
|
namesShort: ["So","Mo","Di","Mi","Do","Fr","Sa"]
|
|
},
|
|
months: {
|
|
names: ["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember",""],
|
|
namesAbbr: ["Jan","Feb","Mrz","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez",""]
|
|
},
|
|
AM: null,
|
|
PM: null,
|
|
eras: [{"name":"n. Chr.","start":null,"offset":0}],
|
|
patterns: {
|
|
d: "dd.MM.yyyy",
|
|
D: "dddd, d. MMMM yyyy",
|
|
t: "HH:mm",
|
|
T: "HH:mm:ss",
|
|
f: "dddd, d. MMMM yyyy HH:mm",
|
|
F: "dddd, d. MMMM yyyy HH:mm:ss",
|
|
M: "dd MMMM",
|
|
Y: "MMMM yyyy"
|
|
}
|
|
}
|
|
}
|
|
});
|
|
|
|
}( this ));
|