[TemporaryStorage] add files required for SDK build
[samples/web/TemporaryStorage.git] / tizen-web-ui-fw / latest / js / cultures / globalize.culture.pa-IN.js
1 /*
2  * Globalize Culture pa-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( "pa-IN", "default", {
29         name: "pa-IN",
30         englishName: "Punjabi (India)",
31         nativeName: "ਪੰਜਾਬੀ (ਭਾਰਤ)",
32         language: "pa",
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 dddd",
62                                 t: "tt hh:mm",
63                                 T: "tt hh:mm:ss",
64                                 f: "dd MMMM yyyy dddd tt hh:mm",
65                                 F: "dd MMMM yyyy dddd tt hh:mm:ss",
66                                 M: "dd MMMM"
67                         }
68                 }
69         }
70 });
71
72 }( this ));