aboutsummaryrefslogtreecommitdiffstats
path: root/external/jquery.global.de-DE.js
diff options
context:
space:
mode:
authorjzaefferer <joern.zaefferer@gmail.com>2011-01-17 19:25:14 +0100
committerjzaefferer <joern.zaefferer@gmail.com>2011-01-17 19:25:14 +0100
commit90a5906af538b57fc3f69c0b84c2e11d5b742c6e (patch)
tree25654710bf2aa2eab3c871bf1362f0d62d482739 /external/jquery.global.de-DE.js
parent1dc4d64dd4f343031a6851494ae7839873462252 (diff)
downloadjquery-ui-90a5906af538b57fc3f69c0b84c2e11d5b742c6e.tar.gz
jquery-ui-90a5906af538b57fc3f69c0b84c2e11d5b742c6e.zip
Renamed glob.js to jquery.global.js to match actual plugin filenames.
Diffstat (limited to 'external/jquery.global.de-DE.js')
-rw-r--r--external/jquery.global.de-DE.js55
1 files changed, 55 insertions, 0 deletions
diff --git a/external/jquery.global.de-DE.js b/external/jquery.global.de-DE.js
new file mode 100644
index 000000000..d68b84cc8
--- /dev/null
+++ b/external/jquery.global.de-DE.js
@@ -0,0 +1,55 @@
+(function($) {
+ var cultures = $.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;
+})(Globalization); \ No newline at end of file