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

changeset 511
2d1d43c3a2c2
parent 117
7119ea8a5225
child 617
b216f9d4b917
equal deleted inserted replaced
510:2da3d3340403 511:2d1d43c3a2c2
1 /* 1 !function(a,b){var c;c="undefined"!=typeof require&&"undefined"!=typeof exports&&"undefined"!=typeof module?require("globalize"):a.Globalize,c.addCultureInfo("it-IT","default",{name:"it-IT",englishName:"Italian (Italy)",nativeName:"italiano (Italia)",language:"it",numberFormat:{",":".",".":",",NaN:"Non un numero reale",negativeInfinity:"-Infinito",positiveInfinity:"+Infinito",percent:{pattern:["-n%","n%"],",":".",".":","},currency:{pattern:["-$ n","$ n"],",":".",".":",",symbol:"€"}},calendars:{standard:{firstDay:1,days:{names:["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],namesAbbr:["dom","lun","mar","mer","gio","ven","sab"],namesShort:["do","lu","ma","me","gi","ve","sa"]},months:{names:["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre",""],namesAbbr:["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic",""]},AM:null,PM:null,eras:[{name:"d.C.",start:null,offset:0}],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",t:"HH:mm",T:"HH:mm:ss",f:"dddd d MMMM yyyy HH:mm",F:"dddd d MMMM yyyy HH:mm:ss",M:"dd MMMM",Y:"MMMM yyyy"}}}})}(this);
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