~techenvaderz/dhis2-academy/inf5750social

« back to all changes in this revision

Viewing changes to SocialAppOld_Rev35/lib/angular/i18n/angular-locale_fr-mq.js

  • Committer: waqasmoazzam87 at hotmail
  • Date: 2013-12-07 09:52:28 UTC
  • Revision ID: waqasmoazzam87@hotmail.com-20131207095228-arnao87f80iayrty
renamed folder SocialAppOld to SocialAppOld_Rev35

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
angular.module("ngLocale", [], ["$provide", function($provide) {
 
2
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
 
3
$provide.value("$locale", {
 
4
  "DATETIME_FORMATS": {
 
5
    "AMPMS": [
 
6
      "AM",
 
7
      "PM"
 
8
    ],
 
9
    "DAY": [
 
10
      "dimanche",
 
11
      "lundi",
 
12
      "mardi",
 
13
      "mercredi",
 
14
      "jeudi",
 
15
      "vendredi",
 
16
      "samedi"
 
17
    ],
 
18
    "MONTH": [
 
19
      "janvier",
 
20
      "f\u00e9vrier",
 
21
      "mars",
 
22
      "avril",
 
23
      "mai",
 
24
      "juin",
 
25
      "juillet",
 
26
      "ao\u00fbt",
 
27
      "septembre",
 
28
      "octobre",
 
29
      "novembre",
 
30
      "d\u00e9cembre"
 
31
    ],
 
32
    "SHORTDAY": [
 
33
      "dim.",
 
34
      "lun.",
 
35
      "mar.",
 
36
      "mer.",
 
37
      "jeu.",
 
38
      "ven.",
 
39
      "sam."
 
40
    ],
 
41
    "SHORTMONTH": [
 
42
      "janv.",
 
43
      "f\u00e9vr.",
 
44
      "mars",
 
45
      "avr.",
 
46
      "mai",
 
47
      "juin",
 
48
      "juil.",
 
49
      "ao\u00fbt",
 
50
      "sept.",
 
51
      "oct.",
 
52
      "nov.",
 
53
      "d\u00e9c."
 
54
    ],
 
55
    "fullDate": "EEEE d MMMM y",
 
56
    "longDate": "d MMMM y",
 
57
    "medium": "d MMM y HH:mm:ss",
 
58
    "mediumDate": "d MMM y",
 
59
    "mediumTime": "HH:mm:ss",
 
60
    "short": "dd/MM/yy HH:mm",
 
61
    "shortDate": "dd/MM/yy",
 
62
    "shortTime": "HH:mm"
 
63
  },
 
64
  "NUMBER_FORMATS": {
 
65
    "CURRENCY_SYM": "\u20ac",
 
66
    "DECIMAL_SEP": ",",
 
67
    "GROUP_SEP": "\u00a0",
 
68
    "PATTERNS": [
 
69
      {
 
70
        "gSize": 3,
 
71
        "lgSize": 3,
 
72
        "macFrac": 0,
 
73
        "maxFrac": 3,
 
74
        "minFrac": 0,
 
75
        "minInt": 1,
 
76
        "negPre": "-",
 
77
        "negSuf": "",
 
78
        "posPre": "",
 
79
        "posSuf": ""
 
80
      },
 
81
      {
 
82
        "gSize": 3,
 
83
        "lgSize": 3,
 
84
        "macFrac": 0,
 
85
        "maxFrac": 2,
 
86
        "minFrac": 2,
 
87
        "minInt": 1,
 
88
        "negPre": "(",
 
89
        "negSuf": "\u00a0\u00a4)",
 
90
        "posPre": "",
 
91
        "posSuf": "\u00a0\u00a4"
 
92
      }
 
93
    ]
 
94
  },
 
95
  "id": "fr-mq",
 
96
  "pluralCat": function (n) {  if (n >= 0 && n <= 2 && n != 2) {   return PLURAL_CATEGORY.ONE;  }  return PLURAL_CATEGORY.OTHER;}
 
97
});
 
98
}]);
 
 
b'\\ No newline at end of file'