Revert "Export"
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.eu-ES.js
1 /*
2  * Globalize Culture eu-ES
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( "eu-ES", "default", {
29         name: "eu-ES",
30         englishName: "Basque (Basque)",
31         nativeName: "euskara (euskara)",
32         language: "eu",
33         numberFormat: {
34                 ",": ".",
35                 ".": ",",
36                 NaN: "EdZ",
37                 negativeInfinity: "-Infinitu",
38                 positiveInfinity: "Infinitu",
39                 percent: {
40                         ",": ".",
41                         ".": ","
42                 },
43                 currency: {
44                         pattern: ["-n $","n $"],
45                         ",": ".",
46                         ".": ",",
47                         symbol: "€"
48                 }
49         },
50         calendars: {
51                 standard: {
52                         firstDay: 1,
53                         days: {
54                                 names: ["igandea","astelehena","asteartea","asteazkena","osteguna","ostirala","larunbata"],
55                                 namesAbbr: ["ig.","al.","as.","az.","og.","or.","lr."],
56                                 namesShort: ["ig","al","as","az","og","or","lr"]
57                         },
58                         months: {
59                                 names: ["urtarrila","otsaila","martxoa","apirila","maiatza","ekaina","uztaila","abuztua","iraila","urria","azaroa","abendua",""],
60                                 namesAbbr: ["urt.","ots.","mar.","api.","mai.","eka.","uzt.","abu.","ira.","urr.","aza.","abe.",""]
61                         },
62                         AM: null,
63                         PM: null,
64                         eras: [{"name":"d.C.","start":null,"offset":0}],
65                         patterns: {
66                                 d: "yyyy/MM/dd",
67                                 D: "dddd, yyyy.'eko' MMMM'k 'd",
68                                 t: "HH:mm",
69                                 T: "H:mm:ss",
70                                 f: "dddd, yyyy.'eko' MMMM'k 'd HH:mm",
71                                 F: "dddd, yyyy.'eko' MMMM'k 'd H:mm:ss",
72                                 Y: "yyyy.'eko' MMMM"
73                         }
74                 }
75         }
76 });
77
78 }( this ));