www-thermferm/jqwidgets/globalization/globalize.culture.it-IT.js

changeset 709
5b6d7b640e52
parent 708
13555c27b592
child 710
abe60578d695
equal deleted inserted replaced
708:13555c27b592 709:5b6d7b640e52
1 /* tslint:disable */
2 /* eslint-disable */
3 /*
4 * Globalize Culture it-IT
5 *
6 * http://github.com/jquery/globalize
7 *
8 * Copyright Software Freedom Conservancy, Inc.
9 * Dual licensed under the MIT or GPL Version 2 licenses.
10 * http://jquery.org/license
11 *
12 * This file was generated by the Globalize Culture Generator
13 * Translation: bugs found in this file need to be fixed in the generator
14 */
15
16 (function( window, undefined ) {
17
18 var Globalize;
19
20 if ( typeof require !== "undefined" &&
21 typeof exports !== "undefined" &&
22 typeof module !== "undefined" ) {
23 // Assume CommonJS
24 Globalize = require( "globalize" );
25 } else {
26 // Global variable
27 Globalize = window.Globalize;
28 }
29
30 Globalize.addCultureInfo( "it-IT", "default", {
31 name: "it-IT",
32 englishName: "Italian (Italy)",
33 nativeName: "italiano (Italia)",
34 language: "it",
35 numberFormat: {
36 ",": ".",
37 ".": ",",
38 "NaN": "Non un numero reale",
39 negativeInfinity: "-Infinito",
40 positiveInfinity: "+Infinito",
41 percent: {
42 pattern: ["-n%","n%"],
43 ",": ".",
44 ".": ","
45 },
46 currency: {
47 pattern: ["-$ n","$ n"],
48 ",": ".",
49 ".": ",",
50 symbol: "€"
51 }
52 },
53 calendars: {
54 standard: {
55 firstDay: 1,
56 days: {
57 names: ["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],
58 namesAbbr: ["dom","lun","mar","mer","gio","ven","sab"],
59 namesShort: ["do","lu","ma","me","gi","ve","sa"]
60 },
61 months: {
62 names: ["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre",""],
63 namesAbbr: ["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic",""]
64 },
65 AM: null,
66 PM: null,
67 eras: [{"name":"d.C.","start":null,"offset":0}],
68 patterns: {
69 d: "dd/MM/yyyy",
70 D: "dddd d MMMM yyyy",
71 t: "HH:mm",
72 T: "HH:mm:ss",
73 f: "dddd d MMMM yyyy HH:mm",
74 F: "dddd d MMMM yyyy HH:mm:ss",
75 M: "dd MMMM",
76 Y: "MMMM yyyy"
77 }
78 }
79 }
80 });
81
82 }( this ));

mercurial