Export 0.1.45
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.kn-IN.js
1 /*
2  * Globalize Culture kn-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( "kn-IN", "default", {
29         name: "kn-IN",
30         englishName: "Kannada (India)",
31         nativeName: "ಕನ್ನಡ (ಭಾರತ)",
32         language: "kn",
33         numberFormat: {
34                 groupSizes: [3,2],
35                 percent: {
36                         groupSizes: [3,2]
37                 },
38                 currency: {
39                         pattern: ["$ -n","$ n"],
40                         groupSizes: [3,2],
41                         symbol: "ರೂ"
42                 }
43         },
44         calendars: {
45                 standard: {
46                         "/": "-",
47                         firstDay: 1,
48                         days: {
49                                 names: ["ಭಾನುವಾರ","ಸೋಮವಾರ","ಮಂಗಳವಾರ","ಬುಧವಾರ","ಗುರುವಾರ","ಶುಕ್ರವಾರ","ಶನಿವಾರ"],
50                                 namesAbbr: ["ಭಾನು.","ಸೋಮ.","ಮಂಗಳ.","ಬುಧ.","ಗುರು.","ಶುಕ್ರ.","ಶನಿ."],
51                                 namesShort: ["ರ","ಸ","ಮ","ಬ","ಗ","ಶ","ಶ"]
52                         },
53                         months: {
54                                 names: ["ಜನವರಿ","ಫೆಬ್ರವರಿ","ಮಾರ್ಚ್","ಎಪ್ರಿಲ್","ಮೇ","ಜೂನ್","ಜುಲೈ","ಆಗಸ್ಟ್","ಸೆಪ್ಟಂಬರ್","ಅಕ್ಟೋಬರ್","ನವೆಂಬರ್","ಡಿಸೆಂಬರ್",""],
55                                 namesAbbr: ["ಜನವರಿ","ಫೆಬ್ರವರಿ","ಮಾರ್ಚ್","ಎಪ್ರಿಲ್","ಮೇ","ಜೂನ್","ಜುಲೈ","ಆಗಸ್ಟ್","ಸೆಪ್ಟಂಬರ್","ಅಕ್ಟೋಬರ್","ನವೆಂಬರ್","ಡಿಸೆಂಬರ್",""]
56                         },
57                         AM: ["ಪೂರ್ವಾಹ್ನ","ಪೂರ್ವಾಹ್ನ","ಪೂರ್ವಾಹ್ನ"],
58                         PM: ["ಅಪರಾಹ್ನ","ಅಪರಾಹ್ನ","ಅಪರಾಹ್ನ"],
59                         patterns: {
60                                 d: "dd-MM-yy",
61                                 D: "dd MMMM yyyy",
62                                 t: "HH:mm",
63                                 T: "HH:mm:ss",
64                                 f: "dd MMMM yyyy HH:mm",
65                                 F: "dd MMMM yyyy HH:mm:ss",
66                                 M: "dd MMMM"
67                         }
68                 }
69         }
70 });
71
72 }( this ));