a1fd8f1487db6141b73d09dcbfd935e524697a1f
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.gl.js
1 /*
2  * Globalize Culture gl
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( "gl", "default", {
29         name: "gl",
30         englishName: "Galician",
31         nativeName: "galego",
32         language: "gl",
33         numberFormat: {
34                 ",": ".",
35                 ".": ",",
36                 NaN: "NeuN",
37                 negativeInfinity: "-Infinito",
38                 positiveInfinity: "Infinito",
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: ["domingo","luns","martes","mércores","xoves","venres","sábado"],
55                                 namesAbbr: ["dom","luns","mar","mér","xov","ven","sáb"],
56                                 namesShort: ["do","lu","ma","mé","xo","ve","sá"]
57                         },
58                         months: {
59                                 names: ["xaneiro","febreiro","marzo","abril","maio","xuño","xullo","agosto","setembro","outubro","novembro","decembro",""],
60                                 namesAbbr: ["xan","feb","mar","abr","maio","xuñ","xull","ago","set","out","nov","dec",""]
61                         },
62                         AM: ["a.m.","a.m.","A.M."],
63                         PM: ["p.m.","p.m.","P.M."],
64                         eras: [{"name":"d.C.","start":null,"offset":0}],
65                         patterns: {
66                                 d: "dd/MM/yyyy",
67                                 D: "dddd, dd' de 'MMMM' de 'yyyy",
68                                 t: "H:mm",
69                                 T: "H:mm:ss",
70                                 f: "dddd, dd' de 'MMMM' de 'yyyy H:mm",
71                                 F: "dddd, dd' de 'MMMM' de 'yyyy H:mm:ss",
72                                 M: "dd MMMM",
73                                 Y: "MMMM' de 'yyyy"
74                         }
75                 }
76         }
77 });
78
79 }( this ));