~ubuntu-branches/ubuntu/trusty/mediawiki/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/jasmine/spec/mediawiki.jqueryMsg.spec.data.js

  • Committer: Package Import Robot
  • Author(s): Thorsten Glaser
  • Date: 2014-03-28 09:56:29 UTC
  • mfrom: (1.3.14)
  • Revision ID: package-import@ubuntu.com-20140328095629-1526y9tchdd507id
Tags: 1:1.19.14+dfsg-1
* New upstream security fix release (Closes: #742857):
  - (bug 62497) SECURITY: Add CSRF token on Special:ChangePassword
  - (bug 62467) Set a title for the context during import on the cli
* Use upstream-provided signing key bundle

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// This file stores the results from the PHP parser for certain messages and arguments,
 
2
// so we can test the equivalent Javascript libraries.
 
3
// Last generated with makeLanguageSpec.php at 2011-01-28T02:04:09+00:00
 
4
 
 
5
mediaWiki.messages.set( {
 
6
        "en_undelete_short": "Undelete {{PLURAL:$1|one edit|$1 edits}}",
 
7
        "en_category-subcat-count": "{{PLURAL:$2|This category has only the following subcategory.|This category has the following {{PLURAL:$1|subcategory|$1 subcategories}}, out of $2 total.}}",
 
8
        "fr_undelete_short": "Restaurer $1 modification{{PLURAL:$1||s}}",
 
9
        "fr_category-subcat-count": "Cette cat\u00e9gorie comprend {{PLURAL:$2|la sous-cat\u00e9gorie|$2 sous-cat\u00e9gories, dont {{PLURAL:$1|celle|les $1}}}} ci-dessous.",
 
10
        "ar_undelete_short": "\u0627\u0633\u062a\u0631\u062c\u0627\u0639 {{PLURAL:$1|\u062a\u0639\u062f\u064a\u0644 \u0648\u0627\u062d\u062f|\u062a\u0639\u062f\u064a\u0644\u064a\u0646|$1 \u062a\u0639\u062f\u064a\u0644\u0627\u062a|$1 \u062a\u0639\u062f\u064a\u0644|$1 \u062a\u0639\u062f\u064a\u0644\u0627}}",
 
11
        "ar_category-subcat-count": "{{PLURAL:$2|\u0644\u0627 \u062a\u0635\u0627\u0646\u064a\u0641 \u0641\u0631\u0639\u064a\u0629 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641|\u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u0641\u064a\u0647 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0641\u0631\u0639\u064a \u0627\u0644\u062a\u0627\u0644\u064a \u0641\u0642\u0637.|\u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u0641\u064a\u0647 {{PLURAL:$1||\u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0641\u0631\u0639\u064a|\u0647\u0630\u064a\u0646 \u0627\u0644\u062a\u0635\u0646\u064a\u0641\u064a\u0646 \u0627\u0644\u0641\u0631\u0639\u064a\u064a\u0646|\u0647\u0630\u0647 \u0627\u0644$1 \u062a\u0635\u0627\u0646\u064a\u0641 \u0627\u0644\u0641\u0631\u0639\u064a\u0629|\u0647\u0630\u0647 \u0627\u0644$1 \u062a\u0635\u0646\u064a\u0641\u0627 \u0641\u0631\u0639\u064a\u0627|\u0647\u0630\u0647 \u0627\u0644$1 \u062a\u0635\u0646\u064a\u0641 \u0641\u0631\u0639\u064a}}\u060c \u0645\u0646 \u0625\u062c\u0645\u0627\u0644\u064a $2.}}",
 
12
        "jp_undelete_short": "Undelete {{PLURAL:$1|one edit|$1 edits}}",
 
13
        "jp_category-subcat-count": "{{PLURAL:$2|This category has only the following subcategory.|This category has the following {{PLURAL:$1|subcategory|$1 subcategories}}, out of $2 total.}}",
 
14
        "zh_undelete_short": "\u6062\u590d\u88ab\u5220\u9664\u7684$1\u9879\u4fee\u8ba2",
 
15
        "zh_category-subcat-count": "{{PLURAL:$2|\u672c\u5206\u7c7b\u53ea\u6709\u4e0b\u5217\u4e00\u4e2a\u5b50\u5206\u7c7b\u3002|\u672c\u5206\u7c7b\u5305\u542b\u4e0b\u5217$1\u4e2a\u5b50\u5206\u7c7b\uff0c\u5171\u6709$2\u4e2a\u5b50\u5206\u7c7b\u3002}}"
 
16
} );
 
17
var jasmineMsgSpec = [
 
18
        {
 
19
                "name": "en undelete_short 0",
 
20
                "key": "en_undelete_short",
 
21
                "args": [
 
22
                        0
 
23
                ],
 
24
                "result": "Undelete 0 edits",
 
25
                "lang": "en"
 
26
        },
 
27
        {
 
28
                "name": "en undelete_short 1",
 
29
                "key": "en_undelete_short",
 
30
                "args": [
 
31
                        1
 
32
                ],
 
33
                "result": "Undelete one edit",
 
34
                "lang": "en"
 
35
        },
 
36
        {
 
37
                "name": "en undelete_short 2",
 
38
                "key": "en_undelete_short",
 
39
                "args": [
 
40
                        2
 
41
                ],
 
42
                "result": "Undelete 2 edits",
 
43
                "lang": "en"
 
44
        },
 
45
        {
 
46
                "name": "en undelete_short 5",
 
47
                "key": "en_undelete_short",
 
48
                "args": [
 
49
                        5
 
50
                ],
 
51
                "result": "Undelete 5 edits",
 
52
                "lang": "en"
 
53
        },
 
54
        {
 
55
                "name": "en undelete_short 21",
 
56
                "key": "en_undelete_short",
 
57
                "args": [
 
58
                        21
 
59
                ],
 
60
                "result": "Undelete 21 edits",
 
61
                "lang": "en"
 
62
        },
 
63
        {
 
64
                "name": "en undelete_short 101",
 
65
                "key": "en_undelete_short",
 
66
                "args": [
 
67
                        101
 
68
                ],
 
69
                "result": "Undelete 101 edits",
 
70
                "lang": "en"
 
71
        },
 
72
        {
 
73
                "name": "en category-subcat-count 0,10",
 
74
                "key": "en_category-subcat-count",
 
75
                "args": [
 
76
                        0,
 
77
                        10
 
78
                ],
 
79
                "result": "This category has the following 0 subcategories, out of 10 total.",
 
80
                "lang": "en"
 
81
        },
 
82
        {
 
83
                "name": "en category-subcat-count 1,1",
 
84
                "key": "en_category-subcat-count",
 
85
                "args": [
 
86
                        1,
 
87
                        1
 
88
                ],
 
89
                "result": "This category has only the following subcategory.",
 
90
                "lang": "en"
 
91
        },
 
92
        {
 
93
                "name": "en category-subcat-count 1,2",
 
94
                "key": "en_category-subcat-count",
 
95
                "args": [
 
96
                        1,
 
97
                        2
 
98
                ],
 
99
                "result": "This category has the following subcategory, out of 2 total.",
 
100
                "lang": "en"
 
101
        },
 
102
        {
 
103
                "name": "en category-subcat-count 3,30",
 
104
                "key": "en_category-subcat-count",
 
105
                "args": [
 
106
                        3,
 
107
                        30
 
108
                ],
 
109
                "result": "This category has the following 3 subcategories, out of 30 total.",
 
110
                "lang": "en"
 
111
        },
 
112
        {
 
113
                "name": "fr undelete_short 0",
 
114
                "key": "fr_undelete_short",
 
115
                "args": [
 
116
                        0
 
117
                ],
 
118
                "result": "Restaurer 0 modification",
 
119
                "lang": "fr"
 
120
        },
 
121
        {
 
122
                "name": "fr undelete_short 1",
 
123
                "key": "fr_undelete_short",
 
124
                "args": [
 
125
                        1
 
126
                ],
 
127
                "result": "Restaurer 1 modification",
 
128
                "lang": "fr"
 
129
        },
 
130
        {
 
131
                "name": "fr undelete_short 2",
 
132
                "key": "fr_undelete_short",
 
133
                "args": [
 
134
                        2
 
135
                ],
 
136
                "result": "Restaurer 2 modifications",
 
137
                "lang": "fr"
 
138
        },
 
139
        {
 
140
                "name": "fr undelete_short 5",
 
141
                "key": "fr_undelete_short",
 
142
                "args": [
 
143
                        5
 
144
                ],
 
145
                "result": "Restaurer 5 modifications",
 
146
                "lang": "fr"
 
147
        },
 
148
        {
 
149
                "name": "fr undelete_short 21",
 
150
                "key": "fr_undelete_short",
 
151
                "args": [
 
152
                        21
 
153
                ],
 
154
                "result": "Restaurer 21 modifications",
 
155
                "lang": "fr"
 
156
        },
 
157
        {
 
158
                "name": "fr undelete_short 101",
 
159
                "key": "fr_undelete_short",
 
160
                "args": [
 
161
                        101
 
162
                ],
 
163
                "result": "Restaurer 101 modifications",
 
164
                "lang": "fr"
 
165
        },
 
166
        {
 
167
                "name": "fr category-subcat-count 0,10",
 
168
                "key": "fr_category-subcat-count",
 
169
                "args": [
 
170
                        0,
 
171
                        10
 
172
                ],
 
173
                "result": "Cette cat\u00e9gorie comprend 10 sous-cat\u00e9gories, dont celle ci-dessous.",
 
174
                "lang": "fr"
 
175
        },
 
176
        {
 
177
                "name": "fr category-subcat-count 1,1",
 
178
                "key": "fr_category-subcat-count",
 
179
                "args": [
 
180
                        1,
 
181
                        1
 
182
                ],
 
183
                "result": "Cette cat\u00e9gorie comprend la sous-cat\u00e9gorie ci-dessous.",
 
184
                "lang": "fr"
 
185
        },
 
186
        {
 
187
                "name": "fr category-subcat-count 1,2",
 
188
                "key": "fr_category-subcat-count",
 
189
                "args": [
 
190
                        1,
 
191
                        2
 
192
                ],
 
193
                "result": "Cette cat\u00e9gorie comprend 2 sous-cat\u00e9gories, dont celle ci-dessous.",
 
194
                "lang": "fr"
 
195
        },
 
196
        {
 
197
                "name": "fr category-subcat-count 3,30",
 
198
                "key": "fr_category-subcat-count",
 
199
                "args": [
 
200
                        3,
 
201
                        30
 
202
                ],
 
203
                "result": "Cette cat\u00e9gorie comprend 30 sous-cat\u00e9gories, dont les 3 ci-dessous.",
 
204
                "lang": "fr"
 
205
        },
 
206
        {
 
207
                "name": "ar undelete_short 0",
 
208
                "key": "ar_undelete_short",
 
209
                "args": [
 
210
                        0
 
211
                ],
 
212
                "result": "\u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u062a\u0639\u062f\u064a\u0644 \u0648\u0627\u062d\u062f",
 
213
                "lang": "ar"
 
214
        },
 
215
        {
 
216
                "name": "ar undelete_short 1",
 
217
                "key": "ar_undelete_short",
 
218
                "args": [
 
219
                        1
 
220
                ],
 
221
                "result": "\u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u062a\u0639\u062f\u064a\u0644\u064a\u0646",
 
222
                "lang": "ar"
 
223
        },
 
224
        {
 
225
                "name": "ar undelete_short 2",
 
226
                "key": "ar_undelete_short",
 
227
                "args": [
 
228
                        2
 
229
                ],
 
230
                "result": "\u0627\u0633\u062a\u0631\u062c\u0627\u0639 2 \u062a\u0639\u062f\u064a\u0644\u0627\u062a",
 
231
                "lang": "ar"
 
232
        },
 
233
        {
 
234
                "name": "ar undelete_short 5",
 
235
                "key": "ar_undelete_short",
 
236
                "args": [
 
237
                        5
 
238
                ],
 
239
                "result": "\u0627\u0633\u062a\u0631\u062c\u0627\u0639 5 \u062a\u0639\u062f\u064a\u0644",
 
240
                "lang": "ar"
 
241
        },
 
242
        {
 
243
                "name": "ar undelete_short 21",
 
244
                "key": "ar_undelete_short",
 
245
                "args": [
 
246
                        21
 
247
                ],
 
248
                "result": "\u0627\u0633\u062a\u0631\u062c\u0627\u0639 21 \u062a\u0639\u062f\u064a\u0644\u0627",
 
249
                "lang": "ar"
 
250
        },
 
251
        {
 
252
                "name": "ar undelete_short 101",
 
253
                "key": "ar_undelete_short",
 
254
                "args": [
 
255
                        101
 
256
                ],
 
257
                "result": "\u0627\u0633\u062a\u0631\u062c\u0627\u0639 101 \u062a\u0639\u062f\u064a\u0644\u0627",
 
258
                "lang": "ar"
 
259
        },
 
260
        {
 
261
                "name": "ar category-subcat-count 0,10",
 
262
                "key": "ar_category-subcat-count",
 
263
                "args": [
 
264
                        0,
 
265
                        10
 
266
                ],
 
267
                "result": "\u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u0641\u064a\u0647 \u060c \u0645\u0646 \u0625\u062c\u0645\u0627\u0644\u064a 10.",
 
268
                "lang": "ar"
 
269
        },
 
270
        {
 
271
                "name": "ar category-subcat-count 1,1",
 
272
                "key": "ar_category-subcat-count",
 
273
                "args": [
 
274
                        1,
 
275
                        1
 
276
                ],
 
277
                "result": "\u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u0641\u064a\u0647 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0641\u0631\u0639\u064a \u0627\u0644\u062a\u0627\u0644\u064a \u0641\u0642\u0637.",
 
278
                "lang": "ar"
 
279
        },
 
280
        {
 
281
                "name": "ar category-subcat-count 1,2",
 
282
                "key": "ar_category-subcat-count",
 
283
                "args": [
 
284
                        1,
 
285
                        2
 
286
                ],
 
287
                "result": "\u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u0641\u064a\u0647 \u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0641\u0631\u0639\u064a\u060c \u0645\u0646 \u0625\u062c\u0645\u0627\u0644\u064a 2.",
 
288
                "lang": "ar"
 
289
        },
 
290
        {
 
291
                "name": "ar category-subcat-count 3,30",
 
292
                "key": "ar_category-subcat-count",
 
293
                "args": [
 
294
                        3,
 
295
                        30
 
296
                ],
 
297
                "result": "\u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u0641\u064a\u0647 \u0647\u0630\u0647 \u0627\u06443 \u062a\u0635\u0627\u0646\u064a\u0641 \u0627\u0644\u0641\u0631\u0639\u064a\u0629\u060c \u0645\u0646 \u0625\u062c\u0645\u0627\u0644\u064a 30.",
 
298
                "lang": "ar"
 
299
        },
 
300
        {
 
301
                "name": "jp undelete_short 0",
 
302
                "key": "jp_undelete_short",
 
303
                "args": [
 
304
                        0
 
305
                ],
 
306
                "result": "Undelete 0 edits",
 
307
                "lang": "jp"
 
308
        },
 
309
        {
 
310
                "name": "jp undelete_short 1",
 
311
                "key": "jp_undelete_short",
 
312
                "args": [
 
313
                        1
 
314
                ],
 
315
                "result": "Undelete one edit",
 
316
                "lang": "jp"
 
317
        },
 
318
        {
 
319
                "name": "jp undelete_short 2",
 
320
                "key": "jp_undelete_short",
 
321
                "args": [
 
322
                        2
 
323
                ],
 
324
                "result": "Undelete 2 edits",
 
325
                "lang": "jp"
 
326
        },
 
327
        {
 
328
                "name": "jp undelete_short 5",
 
329
                "key": "jp_undelete_short",
 
330
                "args": [
 
331
                        5
 
332
                ],
 
333
                "result": "Undelete 5 edits",
 
334
                "lang": "jp"
 
335
        },
 
336
        {
 
337
                "name": "jp undelete_short 21",
 
338
                "key": "jp_undelete_short",
 
339
                "args": [
 
340
                        21
 
341
                ],
 
342
                "result": "Undelete 21 edits",
 
343
                "lang": "jp"
 
344
        },
 
345
        {
 
346
                "name": "jp undelete_short 101",
 
347
                "key": "jp_undelete_short",
 
348
                "args": [
 
349
                        101
 
350
                ],
 
351
                "result": "Undelete 101 edits",
 
352
                "lang": "jp"
 
353
        },
 
354
        {
 
355
                "name": "jp category-subcat-count 0,10",
 
356
                "key": "jp_category-subcat-count",
 
357
                "args": [
 
358
                        0,
 
359
                        10
 
360
                ],
 
361
                "result": "This category has the following 0 subcategories, out of 10 total.",
 
362
                "lang": "jp"
 
363
        },
 
364
        {
 
365
                "name": "jp category-subcat-count 1,1",
 
366
                "key": "jp_category-subcat-count",
 
367
                "args": [
 
368
                        1,
 
369
                        1
 
370
                ],
 
371
                "result": "This category has only the following subcategory.",
 
372
                "lang": "jp"
 
373
        },
 
374
        {
 
375
                "name": "jp category-subcat-count 1,2",
 
376
                "key": "jp_category-subcat-count",
 
377
                "args": [
 
378
                        1,
 
379
                        2
 
380
                ],
 
381
                "result": "This category has the following subcategory, out of 2 total.",
 
382
                "lang": "jp"
 
383
        },
 
384
        {
 
385
                "name": "jp category-subcat-count 3,30",
 
386
                "key": "jp_category-subcat-count",
 
387
                "args": [
 
388
                        3,
 
389
                        30
 
390
                ],
 
391
                "result": "This category has the following 3 subcategories, out of 30 total.",
 
392
                "lang": "jp"
 
393
        },
 
394
        {
 
395
                "name": "zh undelete_short 0",
 
396
                "key": "zh_undelete_short",
 
397
                "args": [
 
398
                        0
 
399
                ],
 
400
                "result": "\u6062\u590d\u88ab\u5220\u9664\u76840\u9879\u4fee\u8ba2",
 
401
                "lang": "zh"
 
402
        },
 
403
        {
 
404
                "name": "zh undelete_short 1",
 
405
                "key": "zh_undelete_short",
 
406
                "args": [
 
407
                        1
 
408
                ],
 
409
                "result": "\u6062\u590d\u88ab\u5220\u9664\u76841\u9879\u4fee\u8ba2",
 
410
                "lang": "zh"
 
411
        },
 
412
        {
 
413
                "name": "zh undelete_short 2",
 
414
                "key": "zh_undelete_short",
 
415
                "args": [
 
416
                        2
 
417
                ],
 
418
                "result": "\u6062\u590d\u88ab\u5220\u9664\u76842\u9879\u4fee\u8ba2",
 
419
                "lang": "zh"
 
420
        },
 
421
        {
 
422
                "name": "zh undelete_short 5",
 
423
                "key": "zh_undelete_short",
 
424
                "args": [
 
425
                        5
 
426
                ],
 
427
                "result": "\u6062\u590d\u88ab\u5220\u9664\u76845\u9879\u4fee\u8ba2",
 
428
                "lang": "zh"
 
429
        },
 
430
        {
 
431
                "name": "zh undelete_short 21",
 
432
                "key": "zh_undelete_short",
 
433
                "args": [
 
434
                        21
 
435
                ],
 
436
                "result": "\u6062\u590d\u88ab\u5220\u9664\u768421\u9879\u4fee\u8ba2",
 
437
                "lang": "zh"
 
438
        },
 
439
        {
 
440
                "name": "zh undelete_short 101",
 
441
                "key": "zh_undelete_short",
 
442
                "args": [
 
443
                        101
 
444
                ],
 
445
                "result": "\u6062\u590d\u88ab\u5220\u9664\u7684101\u9879\u4fee\u8ba2",
 
446
                "lang": "zh"
 
447
        },
 
448
        {
 
449
                "name": "zh category-subcat-count 0,10",
 
450
                "key": "zh_category-subcat-count",
 
451
                "args": [
 
452
                        0,
 
453
                        10
 
454
                ],
 
455
                "result": "\u672c\u5206\u7c7b\u5305\u542b\u4e0b\u52170\u4e2a\u5b50\u5206\u7c7b\uff0c\u5171\u670910\u4e2a\u5b50\u5206\u7c7b\u3002",
 
456
                "lang": "zh"
 
457
        },
 
458
        {
 
459
                "name": "zh category-subcat-count 1,1",
 
460
                "key": "zh_category-subcat-count",
 
461
                "args": [
 
462
                        1,
 
463
                        1
 
464
                ],
 
465
                "result": "\u672c\u5206\u7c7b\u53ea\u6709\u4e0b\u5217\u4e00\u4e2a\u5b50\u5206\u7c7b\u3002",
 
466
                "lang": "zh"
 
467
        },
 
468
        {
 
469
                "name": "zh category-subcat-count 1,2",
 
470
                "key": "zh_category-subcat-count",
 
471
                "args": [
 
472
                        1,
 
473
                        2
 
474
                ],
 
475
                "result": "\u672c\u5206\u7c7b\u5305\u542b\u4e0b\u52171\u4e2a\u5b50\u5206\u7c7b\uff0c\u5171\u67092\u4e2a\u5b50\u5206\u7c7b\u3002",
 
476
                "lang": "zh"
 
477
        },
 
478
        {
 
479
                "name": "zh category-subcat-count 3,30",
 
480
                "key": "zh_category-subcat-count",
 
481
                "args": [
 
482
                        3,
 
483
                        30
 
484
                ],
 
485
                "result": "\u672c\u5206\u7c7b\u5305\u542b\u4e0b\u52173\u4e2a\u5b50\u5206\u7c7b\uff0c\u5171\u670930\u4e2a\u5b50\u5206\u7c7b\u3002",
 
486
                "lang": "zh"
 
487
        }
 
488
];