[TemporaryStorage] add files required for SDK build
[samples/web/TemporaryStorage.git] / tizen-web-ui-fw / latest / js / cultures / globalize.culture.gu-IN.js
1 /*
2  * Globalize Culture gu-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( "gu-IN", "default", {
29         name: "gu-IN",
30         englishName: "Gujarati (India)",
31         nativeName: "ગુજરાતી (ભારત)",
32         language: "gu",
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 ));