Revert "Export"
[platform/framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.it-CH.js
1 /*
2  * Globalize Culture it-CH
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( "it-CH", "default", {
29         name: "it-CH",
30         englishName: "Italian (Switzerland)",
31         nativeName: "italiano (Svizzera)",
32         language: "it",
33         numberFormat: {
34                 ",": "'",
35                 NaN: "Non un numero reale",
36                 negativeInfinity: "-Infinito",
37                 positiveInfinity: "+Infinito",
38                 percent: {
39                         pattern: ["-n%","n%"],
40                         ",": "'"
41                 },
42                 currency: {
43                         pattern: ["$-n","$ n"],
44                         ",": "'",
45                         symbol: "fr."
46                 }
47         },
48         calendars: {
49                 standard: {
50                         "/": ".",
51                         firstDay: 1,
52                         days: {
53                                 names: ["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],
54                                 namesAbbr: ["dom","lun","mar","mer","gio","ven","sab"],
55                                 namesShort: ["do","lu","ma","me","gi","ve","sa"]
56                         },
57                         months: {
58                                 names: ["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre",""],
59                                 namesAbbr: ["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","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, d. MMMM yyyy",
67                                 t: "HH:mm",
68                                 T: "HH:mm:ss",
69                                 f: "dddd, d. MMMM yyyy HH:mm",
70                                 F: "dddd, d. MMMM yyyy HH:mm:ss",
71                                 M: "d. MMMM",
72                                 Y: "MMMM yyyy"
73                         }
74                 }
75         }
76 });
77
78 }( this ));