aboutsummaryrefslogtreecommitdiffstats
path: root/external/jquery.global.de-DE.js
diff options
context:
space:
mode:
Diffstat (limited to 'external/jquery.global.de-DE.js')
-rw-r--r--external/jquery.global.de-DE.js55
1 files changed, 0 insertions, 55 deletions
diff --git a/external/jquery.global.de-DE.js b/external/jquery.global.de-DE.js
deleted file mode 100644
index e526e7831..000000000
--- a/external/jquery.global.de-DE.js
+++ /dev/null
@@ -1,55 +0,0 @@
-(function($) {
- var cultures = $.global.cultures,
- en = cultures.en,
- standard = en.calendars.standard,
- culture = cultures["de-DE"] = $.extend(true, {}, en, {
- name: "de-DE",
- englishName: "German (Germany)",
- nativeName: "Deutsch (Deutschland)",
- language: "de",
- numberFormat: {
- ',': ".",
- '.': ",",
- percent: {
- pattern: ["-n%","n%"],
- ',': ".",
- '.': ","
- },
- currency: {
- pattern: ["-n $","n $"],
- ',': ".",
- '.': ",",
- symbol: "€"
- }
- },
- calendars: {
- standard: $.extend(true, {}, 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"
- }
- })
- }
- }, cultures["de-DE"]);
- culture.calendar = culture.calendars.standard;
-})(jQuery); \ No newline at end of file