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

mercurial