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

changeset 1
37f1a08315f3
child 70
4da2414eabbc
equal deleted inserted replaced
0:033898178630 1:37f1a08315f3
1 /*
2 * Globalize Culture it-IT
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-IT", "default", {
29 name: "it-IT",
30 englishName: "Italian (Italy)",
31 nativeName: "italiano (Italia)",
32 language: "it",
33 numberFormat: {
34 ",": ".",
35 ".": ",",
36 "NaN": "Non un numero reale",
37 negativeInfinity: "-Infinito",
38 positiveInfinity: "+Infinito",
39 percent: {
40 pattern: ["-n%","n%"],
41 ",": ".",
42 ".": ","
43 },
44 currency: {
45 pattern: ["-$ n","$ n"],
46 ",": ".",
47 ".": ",",
48 symbol: "€"
49 }
50 },
51 calendars: {
52 standard: {
53 firstDay: 1,
54 days: {
55 names: ["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],
56 namesAbbr: ["dom","lun","mar","mer","gio","ven","sab"],
57 namesShort: ["do","lu","ma","me","gi","ve","sa"]
58 },
59 months: {
60 names: ["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre",""],
61 namesAbbr: ["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic",""]
62 },
63 AM: null,
64 PM: null,
65 eras: [{"name":"d.C.","start":null,"offset":0}],
66 patterns: {
67 d: "dd/MM/yyyy",
68 D: "dddd d MMMM yyyy",
69 t: "HH:mm",
70 T: "HH:mm:ss",
71 f: "dddd d MMMM yyyy HH:mm",
72 F: "dddd d MMMM yyyy HH:mm:ss",
73 M: "dd MMMM",
74 Y: "MMMM yyyy"
75 }
76 }
77 }
78 });
79
80 }( this ));

mercurial