[TemporaryStorage] add files required for SDK build
[samples/web/TemporaryStorage.git] / tizen-web-ui-fw / latest / js / cultures / globalize.culture.es-HN.js
1 /*
2  * Globalize Culture es-HN
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( "es-HN", "default", {
29         name: "es-HN",
30         englishName: "Spanish (Honduras)",
31         nativeName: "Español (Honduras)",
32         language: "es",
33         numberFormat: {
34                 NaN: "NeuN",
35                 negativeInfinity: "-Infinito",
36                 positiveInfinity: "Infinito",
37                 currency: {
38                         pattern: ["$ -n","$ n"],
39                         groupSizes: [3,0],
40                         symbol: "L."
41                 }
42         },
43         calendars: {
44                 standard: {
45                         days: {
46                                 names: ["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],
47                                 namesAbbr: ["dom","lun","mar","mié","jue","vie","sáb"],
48                                 namesShort: ["do","lu","ma","mi","ju","vi","sá"]
49                         },
50                         months: {
51                                 names: ["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre",""],
52                                 namesAbbr: ["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic",""]
53                         },
54                         AM: ["a.m.","a.m.","A.M."],
55                         PM: ["p.m.","p.m.","P.M."],
56                         eras: [{"name":"d.C.","start":null,"offset":0}],
57                         patterns: {
58                                 d: "dd/MM/yyyy",
59                                 D: "dddd, dd' de 'MMMM' de 'yyyy",
60                                 t: "hh:mm tt",
61                                 T: "hh:mm:ss tt",
62                                 f: "dddd, dd' de 'MMMM' de 'yyyy hh:mm tt",
63                                 F: "dddd, dd' de 'MMMM' de 'yyyy hh:mm:ss tt",
64                                 M: "dd MMMM",
65                                 Y: "MMMM' de 'yyyy"
66                         }
67                 }
68         }
69 });
70
71 }( this ));