Export 0.1.45
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.arn.js
1 /*
2  * Globalize Culture arn
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( "arn", "default", {
29         name: "arn",
30         englishName: "Mapudungun",
31         nativeName: "Mapudungun",
32         language: "arn",
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                 }
48         },
49         calendars: {
50                 standard: {
51                         "/": "-",
52                         days: {
53                                 names: ["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],
54                                 namesAbbr: ["dom","lun","mar","mié","jue","vie","sáb"],
55                                 namesShort: ["do","lu","ma","mi","ju","vi","sá"]
56                         },
57                         months: {
58                                 names: ["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre",""],
59                                 namesAbbr: ["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic",""]
60                         },
61                         AM: null,
62                         PM: null,
63                         eras: [{"name":"d.C.","start":null,"offset":0}],
64                         patterns: {
65                                 d: "dd-MM-yyyy",
66                                 D: "dddd, dd' de 'MMMM' de 'yyyy",
67                                 t: "H:mm",
68                                 T: "H:mm:ss",
69                                 f: "dddd, dd' de 'MMMM' de 'yyyy H:mm",
70                                 F: "dddd, dd' de 'MMMM' de 'yyyy H:mm:ss",
71                                 M: "dd MMMM",
72                                 Y: "MMMM' de 'yyyy"
73                         }
74                 }
75         }
76 });
77
78 }( this ));