globalize.culture.de-DE.js 1.9 KB

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