61bedd07f61acb6160a613606034c849fd520f44
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.ms-BN.js
1 /*
2  * Globalize Culture ms-BN
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( "ms-BN", "default", {
29         name: "ms-BN",
30         englishName: "Malay (Brunei Darussalam)",
31         nativeName: "Bahasa Melayu (Brunei Darussalam)",
32         language: "ms",
33         numberFormat: {
34                 ",": ".",
35                 ".": ",",
36                 percent: {
37                         ",": ".",
38                         ".": ","
39                 },
40                 currency: {
41                         decimals: 0,
42                         ",": ".",
43                         ".": ","
44                 }
45         },
46         calendars: {
47                 standard: {
48                         firstDay: 1,
49                         days: {
50                                 names: ["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"],
51                                 namesAbbr: ["Ahad","Isnin","Sel","Rabu","Khamis","Jumaat","Sabtu"],
52                                 namesShort: ["A","I","S","R","K","J","S"]
53                         },
54                         months: {
55                                 names: ["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember",""],
56                                 namesAbbr: ["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ogos","Sept","Okt","Nov","Dis",""]
57                         },
58                         AM: null,
59                         PM: null,
60                         patterns: {
61                                 d: "dd/MM/yyyy",
62                                 D: "dd MMMM yyyy",
63                                 t: "H:mm",
64                                 T: "H:mm:ss",
65                                 f: "dd MMMM yyyy H:mm",
66                                 F: "dd MMMM yyyy H:mm:ss",
67                                 M: "dd MMMM",
68                                 Y: "MMMM yyyy"
69                         }
70                 }
71         }
72 });
73
74 }( this ));