www-thermferm/jqwidgets/globalization/globalize.culture.de-DE.js

changeset 709
5b6d7b640e52
parent 708
13555c27b592
child 710
abe60578d695
equal deleted inserted replaced
708:13555c27b592 709:5b6d7b640e52
1 /* tslint:disable */
2 /* eslint-disable */
3 /*
4 * Globalize Culture de-DE
5 *
6 * http://github.com/jquery/globalize
7 *
8 * Copyright Software Freedom Conservancy, Inc.
9 * Dual licensed under the MIT or GPL Version 2 licenses.
10 * http://jquery.org/license
11 *
12 * This file was generated by the Globalize Culture Generator
13 * Translation: bugs found in this file need to be fixed in the generator
14 */
15
16 (function( window, undefined ) {
17
18 var Globalize;
19
20 if ( typeof require !== "undefined" &&
21 typeof exports !== "undefined" &&
22 typeof module !== "undefined" ) {
23 // Assume CommonJS
24 Globalize = require( "globalize" );
25 } else {
26 // Global variable
27 Globalize = window.Globalize;
28 }
29
30 Globalize.addCultureInfo( "de-DE", "default", {
31 name: "de-DE",
32 englishName: "German (Germany)",
33 nativeName: "Deutsch (Deutschland)",
34 language: "de",
35 numberFormat: {
36 ",": ".",
37 ".": ",",
38 "NaN": "n. def.",
39 negativeInfinity: "-unendlich",
40 positiveInfinity: "+unendlich",
41 percent: {
42 pattern: ["-n%","n%"],
43 ",": ".",
44 ".": ","
45 },
46 currency: {
47 pattern: ["-n $","n $"],
48 ",": ".",
49 ".": ",",
50 symbol: "€"
51 }
52 },
53 calendars: {
54 standard: {
55 "/": ".",
56 firstDay: 1,
57 days: {
58 names: ["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],
59 namesAbbr: ["So","Mo","Di","Mi","Do","Fr","Sa"],
60 namesShort: ["So","Mo","Di","Mi","Do","Fr","Sa"]
61 },
62 months: {
63 names: ["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember",""],
64 namesAbbr: ["Jan","Feb","Mrz","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez",""]
65 },
66 AM: null,
67 PM: null,
68 eras: [{"name":"n. Chr.","start":null,"offset":0}],
69 patterns: {
70 d: "dd.MM.yyyy",
71 D: "dddd, d. MMMM yyyy",
72 t: "HH:mm",
73 T: "HH:mm:ss",
74 f: "dddd, d. MMMM yyyy HH:mm",
75 F: "dddd, d. MMMM yyyy HH:mm:ss",
76 M: "dd MMMM",
77 Y: "MMMM yyyy"
78 }
79 }
80 }
81 });
82
83 }( this ));

mercurial