[TemporaryStorage] add files required for SDK build
[samples/web/TemporaryStorage.git] / tizen-web-ui-fw / latest / js / cultures / globalize.culture.ne-NP.js
1 /*
2  * Globalize Culture ne-NP
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( "ne-NP", "default", {
29         name: "ne-NP",
30         englishName: "Nepali (Nepal)",
31         nativeName: "नेपाली (नेपाल)",
32         language: "ne",
33         numberFormat: {
34                 groupSizes: [3,2],
35                 NaN: "nan",
36                 negativeInfinity: "-infinity",
37                 positiveInfinity: "infinity",
38                 percent: {
39                         pattern: ["-n%","n%"],
40                         groupSizes: [3,2]
41                 },
42                 currency: {
43                         pattern: ["-$n","$n"],
44                         symbol: "रु"
45                 }
46         },
47         calendars: {
48                 standard: {
49                         days: {
50                                 names: ["आइतवार","सोमवार","मङ्गलवार","बुधवार","बिहीवार","शुक्रवार","शनिवार"],
51                                 namesAbbr: ["आइत","सोम","मङ्गल","बुध","बिही","शुक्र","शनि"],
52                                 namesShort: ["आ","सो","म","बु","बि","शु","श"]
53                         },
54                         months: {
55                                 names: ["जनवरी","फेब्रुअरी","मार्च","अप्रिल","मे","जून","जुलाई","अगस्त","सेप्टेम्बर","अक्टोबर","नोभेम्बर","डिसेम्बर",""],
56                                 namesAbbr: ["जन","फेब","मार्च","अप्रिल","मे","जून","जुलाई","अग","सेप्ट","अक्ट","नोभ","डिस",""]
57                         },
58                         AM: ["विहानी","विहानी","विहानी"],
59                         PM: ["बेलुकी","बेलुकी","बेलुकी"],
60                         eras: [{"name":"a.d.","start":null,"offset":0}],
61                         patterns: {
62                                 Y: "MMMM,yyyy"
63                         }
64                 }
65         }
66 });
67
68 }( this ));