Revert "Export"
[platform/framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.hsb.js
1 /*
2  * Globalize Culture hsb
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
14 (function( window, undefined ) {
15
16 var Globalize;
17
18 if ( typeof require !== "undefined"
19         && typeof exports !== "undefined"
20         && typeof module !== "undefined" ) {
21         // Assume CommonJS
22         Globalize = require( "globalize" );
23 } else {
24         // Global variable
25         Globalize = window.Globalize;
26 }
27
28 Globalize.addCultureInfo( "hsb", "default", {
29         name: "hsb",
30         englishName: "Upper Sorbian",
31         nativeName: "hornjoserbšćina",
32         language: "hsb",
33         numberFormat: {
34                 ",": ".",
35                 ".": ",",
36                 NaN: "njedefinowane",
37                 negativeInfinity: "-njekónčne",
38                 positiveInfinity: "+njekónčne",
39                 percent: {
40                         ",": ".",
41                         ".": ","
42                 },
43                 currency: {
44                         pattern: ["-n $","n $"],
45                         ",": ".",
46                         ".": ",",
47                         symbol: "€"
48                 }
49         },
50         calendars: {
51                 standard: {
52                         "/": ". ",
53                         firstDay: 1,
54                         days: {
55                                 names: ["njedźela","póndźela","wutora","srjeda","štwórtk","pjatk","sobota"],
56                                 namesAbbr: ["nje","pón","wut","srj","štw","pja","sob"],
57                                 namesShort: ["n","p","w","s","š","p","s"]
58                         },
59                         months: {
60                                 names: ["januar","februar","měrc","apryl","meja","junij","julij","awgust","september","oktober","nowember","december",""],
61                                 namesAbbr: ["jan","feb","měr","apr","mej","jun","jul","awg","sep","okt","now","dec",""]
62                         },
63                         monthsGenitive: {
64                                 names: ["januara","februara","měrca","apryla","meje","junija","julija","awgusta","septembra","oktobra","nowembra","decembra",""],
65                                 namesAbbr: ["jan","feb","měr","apr","mej","jun","jul","awg","sep","okt","now","dec",""]
66                         },
67                         AM: null,
68                         PM: null,
69                         eras: [{"name":"po Chr.","start":null,"offset":0}],
70                         patterns: {
71                                 d: "d. M. yyyy",
72                                 D: "dddd, 'dnja' d. MMMM yyyy",
73                                 t: "H.mm 'hodź.'",
74                                 T: "H:mm:ss",
75                                 f: "dddd, 'dnja' d. MMMM yyyy H.mm 'hodź.'",
76                                 F: "dddd, 'dnja' d. MMMM yyyy H:mm:ss",
77                                 M: "d. MMMM",
78                                 Y: "MMMM yyyy"
79                         }
80                 }
81         }
82 });
83
84 }( this ));