[TemporaryStorage] add files required for SDK build
[samples/web/TemporaryStorage.git] / tizen-web-ui-fw / latest / js / cultures / globalize.culture.syr.js
1 /*
2  * Globalize Culture syr
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( "syr", "default", {
29         name: "syr",
30         englishName: "Syriac",
31         nativeName: "ܣܘܪܝܝܐ",
32         language: "syr",
33         isRTL: true,
34         numberFormat: {
35                 currency: {
36                         pattern: ["$n-","$ n"],
37                         symbol: "ل.س.‏"
38                 }
39         },
40         calendars: {
41                 standard: {
42                         firstDay: 6,
43                         days: {
44                                 names: ["ܚܕ ܒܫܒܐ","ܬܪܝܢ ܒܫܒܐ","ܬܠܬܐ ܒܫܒܐ","ܐܪܒܥܐ ܒܫܒܐ","ܚܡܫܐ ܒܫܒܐ","ܥܪܘܒܬܐ","ܫܒܬܐ"],
45                                 namesAbbr: ["܏ܐ ܏ܒܫ","܏ܒ ܏ܒܫ","܏ܓ ܏ܒܫ","܏ܕ ܏ܒܫ","܏ܗ ܏ܒܫ","܏ܥܪܘܒ","܏ܫܒ"],
46                                 namesShort: ["ܐ","ܒ","ܓ","ܕ","ܗ","ܥ","ܫ"]
47                         },
48                         months: {
49                                 names: ["ܟܢܘܢ ܐܚܪܝ","ܫܒܛ","ܐܕܪ","ܢܝܣܢ","ܐܝܪ","ܚܙܝܪܢ","ܬܡܘܙ","ܐܒ","ܐܝܠܘܠ","ܬܫܪܝ ܩܕܝܡ","ܬܫܪܝ ܐܚܪܝ","ܟܢܘܢ ܩܕܝܡ",""],
50                                 namesAbbr: ["܏ܟܢ ܏ܒ","ܫܒܛ","ܐܕܪ","ܢܝܣܢ","ܐܝܪ","ܚܙܝܪܢ","ܬܡܘܙ","ܐܒ","ܐܝܠܘܠ","܏ܬܫ ܏ܐ","܏ܬܫ ܏ܒ","܏ܟܢ ܏ܐ",""]
51                         },
52                         AM: ["ܩ.ܛ","ܩ.ܛ","ܩ.ܛ"],
53                         PM: ["ܒ.ܛ","ܒ.ܛ","ܒ.ܛ"],
54                         patterns: {
55                                 d: "dd/MM/yyyy",
56                                 D: "dd MMMM, yyyy",
57                                 t: "hh:mm tt",
58                                 T: "hh:mm:ss tt",
59                                 f: "dd MMMM, yyyy hh:mm tt",
60                                 F: "dd MMMM, yyyy hh:mm:ss tt",
61                                 M: "dd MMMM"
62                         }
63                 }
64         }
65 });
66
67 }( this ));