Revert "Export"
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.et-EE.js
1 /*
2  * Globalize Culture et-EE
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( "et-EE", "default", {
29         name: "et-EE",
30         englishName: "Estonian (Estonia)",
31         nativeName: "eesti (Eesti)",
32         language: "et",
33         numberFormat: {
34                 ",": " ",
35                 ".": ",",
36                 NaN: "avaldamatu",
37                 negativeInfinity: "miinuslõpmatus",
38                 positiveInfinity: "plusslõpmatus",
39                 percent: {
40                         pattern: ["-n%","n%"],
41                         ",": " ",
42                         ".": ","
43                 },
44                 currency: {
45                         pattern: ["-n $","n $"],
46                         ",": " ",
47                         symbol: "kr"
48                 }
49         },
50         calendars: {
51                 standard: {
52                         "/": ".",
53                         firstDay: 1,
54                         days: {
55                                 names: ["pühapäev","esmaspäev","teisipäev","kolmapäev","neljapäev","reede","laupäev"],
56                                 namesAbbr: ["P","E","T","K","N","R","L"],
57                                 namesShort: ["P","E","T","K","N","R","L"]
58                         },
59                         months: {
60                                 names: ["jaanuar","veebruar","märts","aprill","mai","juuni","juuli","august","september","oktoober","november","detsember",""],
61                                 namesAbbr: ["jaan","veebr","märts","apr","mai","juuni","juuli","aug","sept","okt","nov","dets",""]
62                         },
63                         AM: ["EL","el","EL"],
64                         PM: ["PL","pl","PL"],
65                         patterns: {
66                                 d: "d.MM.yyyy",
67                                 D: "d. MMMM yyyy'. a.'",
68                                 t: "H:mm",
69                                 T: "H:mm:ss",
70                                 f: "d. MMMM yyyy'. a.' H:mm",
71                                 F: "d. MMMM yyyy'. a.' H:mm:ss",
72                                 M: "d. MMMM",
73                                 Y: "MMMM yyyy'. a.'"
74                         }
75                 }
76         }
77 });
78
79 }( this ));