www/jqwidgets/globalization/globalize.culture.hu-HU.js

changeset 1
37f1a08315f3
child 70
4da2414eabbc
equal deleted inserted replaced
0:033898178630 1:37f1a08315f3
1 /*
2 * Globalize Culture hu-HU
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( "hu-HU", "default", {
29 name: "hu-HU",
30 englishName: "Hungarian (Hungary)",
31 nativeName: "magyar (Magyarország)",
32 language: "hu",
33 numberFormat: {
34 ",": " ",
35 ".": ",",
36 "NaN": "nem szám",
37 negativeInfinity: "negatív végtelen",
38 positiveInfinity: "végtelen",
39 percent: {
40 ",": " ",
41 ".": ","
42 },
43 currency: {
44 pattern: ["-n $","n $"],
45 ",": " ",
46 ".": ",",
47 symbol: "Ft"
48 }
49 },
50 calendars: {
51 standard: {
52 "/": ".",
53 firstDay: 1,
54 days: {
55 names: ["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"],
56 namesAbbr: ["V","H","K","Sze","Cs","P","Szo"],
57 namesShort: ["V","H","K","Sze","Cs","P","Szo"]
58 },
59 months: {
60 names: ["január","február","március","április","május","június","július","augusztus","szeptember","október","november","december",""],
61 namesAbbr: ["jan.","febr.","márc.","ápr.","máj.","jún.","júl.","aug.","szept.","okt.","nov.","dec.",""]
62 },
63 AM: ["de.","de.","DE."],
64 PM: ["du.","du.","DU."],
65 eras: [{"name":"i.sz.","start":null,"offset":0}],
66 patterns: {
67 d: "yyyy.MM.dd.",
68 D: "yyyy. MMMM d.",
69 t: "H:mm",
70 T: "H:mm:ss",
71 f: "yyyy. MMMM d. H:mm",
72 F: "yyyy. MMMM d. H:mm:ss",
73 M: "MMMM d.",
74 Y: "yyyy. MMMM"
75 }
76 }
77 }
78 });
79
80 }( this ));

mercurial