tizen beta release
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.mt-MT.js
1 /*
2  * Globalize Culture mt-MT
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( "mt-MT", "default", {
29         name: "mt-MT",
30         englishName: "Maltese (Malta)",
31         nativeName: "Malti (Malta)",
32         language: "mt",
33         numberFormat: {
34                 percent: {
35                         pattern: ["-%n","%n"]
36                 },
37                 currency: {
38                         pattern: ["-$n","$n"],
39                         symbol: "€"
40                 }
41         },
42         calendars: {
43                 standard: {
44                         firstDay: 1,
45                         days: {
46                                 names: ["Il-Ħadd","It-Tnejn","It-Tlieta","L-Erbgħa","Il-Ħamis","Il-Ġimgħa","Is-Sibt"],
47                                 namesAbbr: ["Ħad","Tne","Tli","Erb","Ħam","Ġim","Sib"],
48                                 namesShort: ["I","I","I","L","I","I","I"]
49                         },
50                         months: {
51                                 names: ["Jannar","Frar","Marzu","April","Mejju","Ġunju","Lulju","Awissu","Settembru","Ottubru","Novembru","Diċembru",""],
52                                 namesAbbr: ["Jan","Fra","Mar","Apr","Mej","Ġun","Lul","Awi","Set","Ott","Nov","Diċ",""]
53                         },
54                         patterns: {
55                                 d: "dd/MM/yyyy",
56                                 D: "dddd, d' ta\\' 'MMMM yyyy",
57                                 t: "HH:mm",
58                                 T: "HH:mm:ss",
59                                 f: "dddd, d' ta\\' 'MMMM yyyy HH:mm",
60                                 F: "dddd, d' ta\\' 'MMMM yyyy HH:mm:ss",
61                                 M: "d' ta\\' 'MMMM",
62                                 Y: "MMMM yyyy"
63                         }
64                 }
65         }
66 });
67
68 }( this ));