Export 0.1.45
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.fr-CH.js
1 /*
2  * Globalize Culture fr-CH
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( "fr-CH", "default", {
29         name: "fr-CH",
30         englishName: "French (Switzerland)",
31         nativeName: "français (Suisse)",
32         language: "fr",
33         numberFormat: {
34                 ",": "'",
35                 NaN: "Non Numérique",
36                 negativeInfinity: "-Infini",
37                 positiveInfinity: "+Infini",
38                 percent: {
39                         ",": "'"
40                 },
41                 currency: {
42                         pattern: ["$-n","$ n"],
43                         ",": "'",
44                         symbol: "fr."
45                 }
46         },
47         calendars: {
48                 standard: {
49                         "/": ".",
50                         firstDay: 1,
51                         days: {
52                                 names: ["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],
53                                 namesAbbr: ["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],
54                                 namesShort: ["di","lu","ma","me","je","ve","sa"]
55                         },
56                         months: {
57                                 names: ["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre",""],
58                                 namesAbbr: ["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc.",""]
59                         },
60                         AM: null,
61                         PM: null,
62                         eras: [{"name":"ap. J.-C.","start":null,"offset":0}],
63                         patterns: {
64                                 d: "dd.MM.yyyy",
65                                 D: "dddd d MMMM yyyy",
66                                 t: "HH:mm",
67                                 T: "HH:mm:ss",
68                                 f: "dddd d MMMM yyyy HH:mm",
69                                 F: "dddd d MMMM yyyy HH:mm:ss",
70                                 M: "d MMMM",
71                                 Y: "MMMM yyyy"
72                         }
73                 }
74         }
75 });
76
77 }( this ));