tizen beta release
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.te-IN.js
1 /*
2  * Globalize Culture te-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( "te-IN", "default", {
29         name: "te-IN",
30         englishName: "Telugu (India)",
31         nativeName: "తెలుగు (భారత దేశం)",
32         language: "te",
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 ));