tizen beta release
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.bn-IN.js
1 /*
2  * Globalize Culture bn-IN
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( "bn-IN", "default", {
29         name: "bn-IN",
30         englishName: "Bengali (India)",
31         nativeName: "বাংলা (ভারত)",
32         language: "bn",
33         numberFormat: {
34                 groupSizes: [3,2],
35                 percent: {
36                         pattern: ["-%n","%n"],
37                         groupSizes: [3,2]
38                 },
39                 currency: {
40                         pattern: ["$ -n","$ n"],
41                         groupSizes: [3,2],
42                         symbol: "টা"
43                 }
44         },
45         calendars: {
46                 standard: {
47                         "/": "-",
48                         ":": ".",
49                         firstDay: 1,
50                         days: {
51                                 names: ["রবিবার","সোমবার","মঙ্গলবার","বুধবার","বৃহস্পতিবার","শুক্রবার","শনিবার"],
52                                 namesAbbr: ["রবি.","সোম.","মঙ্গল.","বুধ.","বৃহস্পতি.","শুক্র.","শনি."],
53                                 namesShort: ["র","স","ম","ব","ব","শ","শ"]
54                         },
55                         months: {
56                                 names: ["জানুয়ারী","ফেব্রুয়ারী","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর",""],
57                                 namesAbbr: ["জানু.","ফেব্রু.","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগ.","সেপ্টে.","অক্টো.","নভে.","ডিসে.",""]
58                         },
59                         AM: ["পুর্বাহ্ন","পুর্বাহ্ন","পুর্বাহ্ন"],
60                         PM: ["অপরাহ্ন","অপরাহ্ন","অপরাহ্ন"],
61                         patterns: {
62                                 d: "dd-MM-yy",
63                                 D: "dd MMMM yyyy",
64                                 t: "HH.mm",
65                                 T: "HH.mm.ss",
66                                 f: "dd MMMM yyyy HH.mm",
67                                 F: "dd MMMM yyyy HH.mm.ss",
68                                 M: "dd MMMM"
69                         }
70                 }
71         }
72 });
73
74 }( this ));