Remove functions deprecated since 1.21 from EditPage.php
[mediawiki.git] / tests / qunit / data / mediawiki.jqueryMsg.data.js
blob4ab5f1468bc3c57306dd4a9f14f1c3fe9fce8fcf
1 // This file stores the output from the PHP parser for various messages, arguments,
2 // languages, and parser modes. Intended for use by a unit test framework by looping
3 // through the object and comparing its parser return value with the 'result' property.
4 // Last generated with generateJqueryMsgData.php at Thu, 30 Jan 2014 04:04:41 +0000
6 mediaWiki.libs.phpParserData = {
7 "messages": {
8 "en_undelete_short": "Undelete {{PLURAL:$1|one edit|$1 edits}}",
9 "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.}}",
10 "fr_undelete_short": "Restaurer $1 modification{{PLURAL:$1||s}}",
11 "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.",
12 "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\u0627\u064b|$1 \u062a\u0639\u062f\u064a\u0644}}",
13 "ar_category-subcat-count": "{{PLURAL:$2|\u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u064a\u062d\u0648\u064a \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0641\u0631\u0639\u064a \u0627\u0644\u062a\u0627\u0644\u064a|\u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u064a\u062d\u0648\u064a {{PLURAL:$1||\u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0641\u0631\u0639\u064a|\u062a\u0635\u0646\u064a\u0641\u064a\u0646 \u0641\u0631\u0639\u064a\u064a\u0646|$1 \u062a\u0635\u0646\u064a\u0641\u0627\u062a \u0641\u0631\u0639\u064a\u0629}}\u060c \u0645\u0646 \u0625\u062c\u0645\u0627\u0644\u064a $2.}}",
14 "jp_undelete_short": "Undelete {{PLURAL:$1|one edit|$1 edits}}",
15 "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.}}",
16 "zh_undelete_short": "\u8fd8\u539f{{PLURAL:$1|$1\u4e2a\u7f16\u8f91}}",
17 "zh_category-subcat-count": "{{PLURAL:$2|\u672c\u5206\u7c7b\u53ea\u6709\u4ee5\u4e0b\u5b50\u5206\u7c7b\u3002|\u672c\u5206\u7c7b\u6709\u4ee5\u4e0b$1\u4e2a\u5b50\u5206\u7c7b\uff0c\u5171\u6709$2\u4e2a\u5b50\u5206\u7c7b\u3002}}"
19 "tests": [
21 "name": "en undelete_short 0",
22 "key": "en_undelete_short",
23 "args": [
26 "result": "Undelete 0 edits",
27 "lang": "en"
30 "name": "en undelete_short 1",
31 "key": "en_undelete_short",
32 "args": [
35 "result": "Undelete one edit",
36 "lang": "en"
39 "name": "en undelete_short 2",
40 "key": "en_undelete_short",
41 "args": [
44 "result": "Undelete 2 edits",
45 "lang": "en"
48 "name": "en undelete_short 5",
49 "key": "en_undelete_short",
50 "args": [
53 "result": "Undelete 5 edits",
54 "lang": "en"
57 "name": "en undelete_short 21",
58 "key": "en_undelete_short",
59 "args": [
62 "result": "Undelete 21 edits",
63 "lang": "en"
66 "name": "en undelete_short 101",
67 "key": "en_undelete_short",
68 "args": [
69 101
71 "result": "Undelete 101 edits",
72 "lang": "en"
75 "name": "en category-subcat-count 0,10",
76 "key": "en_category-subcat-count",
77 "args": [
81 "result": "This category has the following 0 subcategories, out of 10 total.",
82 "lang": "en"
85 "name": "en category-subcat-count 1,1",
86 "key": "en_category-subcat-count",
87 "args": [
91 "result": "This category has only the following subcategory.",
92 "lang": "en"
95 "name": "en category-subcat-count 1,2",
96 "key": "en_category-subcat-count",
97 "args": [
101 "result": "This category has the following subcategory, out of 2 total.",
102 "lang": "en"
105 "name": "en category-subcat-count 3,30",
106 "key": "en_category-subcat-count",
107 "args": [
111 "result": "This category has the following 3 subcategories, out of 30 total.",
112 "lang": "en"
115 "name": "fr undelete_short 0",
116 "key": "fr_undelete_short",
117 "args": [
120 "result": "Restaurer 0 modification",
121 "lang": "fr"
124 "name": "fr undelete_short 1",
125 "key": "fr_undelete_short",
126 "args": [
129 "result": "Restaurer 1 modification",
130 "lang": "fr"
133 "name": "fr undelete_short 2",
134 "key": "fr_undelete_short",
135 "args": [
138 "result": "Restaurer 2 modifications",
139 "lang": "fr"
142 "name": "fr undelete_short 5",
143 "key": "fr_undelete_short",
144 "args": [
147 "result": "Restaurer 5 modifications",
148 "lang": "fr"
151 "name": "fr undelete_short 21",
152 "key": "fr_undelete_short",
153 "args": [
156 "result": "Restaurer 21 modifications",
157 "lang": "fr"
160 "name": "fr undelete_short 101",
161 "key": "fr_undelete_short",
162 "args": [
165 "result": "Restaurer 101 modifications",
166 "lang": "fr"
169 "name": "fr category-subcat-count 0,10",
170 "key": "fr_category-subcat-count",
171 "args": [
175 "result": "Cette cat\u00e9gorie comprend 10 sous-cat\u00e9gories, dont celle ci-dessous.",
176 "lang": "fr"
179 "name": "fr category-subcat-count 1,1",
180 "key": "fr_category-subcat-count",
181 "args": [
185 "result": "Cette cat\u00e9gorie comprend la sous-cat\u00e9gorie ci-dessous.",
186 "lang": "fr"
189 "name": "fr category-subcat-count 1,2",
190 "key": "fr_category-subcat-count",
191 "args": [
195 "result": "Cette cat\u00e9gorie comprend 2 sous-cat\u00e9gories, dont celle ci-dessous.",
196 "lang": "fr"
199 "name": "fr category-subcat-count 3,30",
200 "key": "fr_category-subcat-count",
201 "args": [
205 "result": "Cette cat\u00e9gorie comprend 30 sous-cat\u00e9gories, dont les 3 ci-dessous.",
206 "lang": "fr"
209 "name": "ar undelete_short 0",
210 "key": "ar_undelete_short",
211 "args": [
214 "result": "\u0627\u0633\u062a\u0631\u062c\u0627\u0639 ",
215 "lang": "ar"
218 "name": "ar undelete_short 1",
219 "key": "ar_undelete_short",
220 "args": [
223 "result": "\u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u062a\u0639\u062f\u064a\u0644 \u0648\u0627\u062d\u062f",
224 "lang": "ar"
227 "name": "ar undelete_short 2",
228 "key": "ar_undelete_short",
229 "args": [
232 "result": "\u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u062a\u0639\u062f\u064a\u0644\u064a\u0646",
233 "lang": "ar"
236 "name": "ar undelete_short 5",
237 "key": "ar_undelete_short",
238 "args": [
241 "result": "\u0627\u0633\u062a\u0631\u062c\u0627\u0639 5 \u062a\u0639\u062f\u064a\u0644\u0627\u062a",
242 "lang": "ar"
245 "name": "ar undelete_short 21",
246 "key": "ar_undelete_short",
247 "args": [
250 "result": "\u0627\u0633\u062a\u0631\u062c\u0627\u0639 21 \u062a\u0639\u062f\u064a\u0644\u0627\u064b",
251 "lang": "ar"
254 "name": "ar undelete_short 101",
255 "key": "ar_undelete_short",
256 "args": [
259 "result": "\u0627\u0633\u062a\u0631\u062c\u0627\u0639 101 \u062a\u0639\u062f\u064a\u0644",
260 "lang": "ar"
263 "name": "ar category-subcat-count 0,10",
264 "key": "ar_category-subcat-count",
265 "args": [
269 "result": "\u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u064a\u062d\u0648\u064a \u060c \u0645\u0646 \u0625\u062c\u0645\u0627\u0644\u064a 10.",
270 "lang": "ar"
273 "name": "ar category-subcat-count 1,1",
274 "key": "ar_category-subcat-count",
275 "args": [
279 "result": "\u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u064a\u062d\u0648\u064a \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0641\u0631\u0639\u064a\u060c \u0645\u0646 \u0625\u062c\u0645\u0627\u0644\u064a 1.",
280 "lang": "ar"
283 "name": "ar category-subcat-count 1,2",
284 "key": "ar_category-subcat-count",
285 "args": [
289 "result": "\u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u064a\u062d\u0648\u064a \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0641\u0631\u0639\u064a\u060c \u0645\u0646 \u0625\u062c\u0645\u0627\u0644\u064a 2.",
290 "lang": "ar"
293 "name": "ar category-subcat-count 3,30",
294 "key": "ar_category-subcat-count",
295 "args": [
299 "result": "\u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u064a\u062d\u0648\u064a 3 \u062a\u0635\u0646\u064a\u0641\u0627\u062a \u0641\u0631\u0639\u064a\u0629\u060c \u0645\u0646 \u0625\u062c\u0645\u0627\u0644\u064a 30.",
300 "lang": "ar"
303 "name": "jp undelete_short 0",
304 "key": "jp_undelete_short",
305 "args": [
308 "result": "Undelete 0 edits",
309 "lang": "jp"
312 "name": "jp undelete_short 1",
313 "key": "jp_undelete_short",
314 "args": [
317 "result": "Undelete one edit",
318 "lang": "jp"
321 "name": "jp undelete_short 2",
322 "key": "jp_undelete_short",
323 "args": [
326 "result": "Undelete 2 edits",
327 "lang": "jp"
330 "name": "jp undelete_short 5",
331 "key": "jp_undelete_short",
332 "args": [
335 "result": "Undelete 5 edits",
336 "lang": "jp"
339 "name": "jp undelete_short 21",
340 "key": "jp_undelete_short",
341 "args": [
344 "result": "Undelete 21 edits",
345 "lang": "jp"
348 "name": "jp undelete_short 101",
349 "key": "jp_undelete_short",
350 "args": [
353 "result": "Undelete 101 edits",
354 "lang": "jp"
357 "name": "jp category-subcat-count 0,10",
358 "key": "jp_category-subcat-count",
359 "args": [
363 "result": "This category has the following 0 subcategories, out of 10 total.",
364 "lang": "jp"
367 "name": "jp category-subcat-count 1,1",
368 "key": "jp_category-subcat-count",
369 "args": [
373 "result": "This category has only the following subcategory.",
374 "lang": "jp"
377 "name": "jp category-subcat-count 1,2",
378 "key": "jp_category-subcat-count",
379 "args": [
383 "result": "This category has the following subcategory, out of 2 total.",
384 "lang": "jp"
387 "name": "jp category-subcat-count 3,30",
388 "key": "jp_category-subcat-count",
389 "args": [
393 "result": "This category has the following 3 subcategories, out of 30 total.",
394 "lang": "jp"
397 "name": "zh undelete_short 0",
398 "key": "zh_undelete_short",
399 "args": [
402 "result": "\u8fd8\u539f0\u4e2a\u7f16\u8f91",
403 "lang": "zh"
406 "name": "zh undelete_short 1",
407 "key": "zh_undelete_short",
408 "args": [
411 "result": "\u8fd8\u539f1\u4e2a\u7f16\u8f91",
412 "lang": "zh"
415 "name": "zh undelete_short 2",
416 "key": "zh_undelete_short",
417 "args": [
420 "result": "\u8fd8\u539f2\u4e2a\u7f16\u8f91",
421 "lang": "zh"
424 "name": "zh undelete_short 5",
425 "key": "zh_undelete_short",
426 "args": [
429 "result": "\u8fd8\u539f5\u4e2a\u7f16\u8f91",
430 "lang": "zh"
433 "name": "zh undelete_short 21",
434 "key": "zh_undelete_short",
435 "args": [
438 "result": "\u8fd8\u539f21\u4e2a\u7f16\u8f91",
439 "lang": "zh"
442 "name": "zh undelete_short 101",
443 "key": "zh_undelete_short",
444 "args": [
447 "result": "\u8fd8\u539f101\u4e2a\u7f16\u8f91",
448 "lang": "zh"
451 "name": "zh category-subcat-count 0,10",
452 "key": "zh_category-subcat-count",
453 "args": [
457 "result": "\u672c\u5206\u7c7b\u6709\u4ee5\u4e0b0\u4e2a\u5b50\u5206\u7c7b\uff0c\u5171\u670910\u4e2a\u5b50\u5206\u7c7b\u3002",
458 "lang": "zh"
461 "name": "zh category-subcat-count 1,1",
462 "key": "zh_category-subcat-count",
463 "args": [
467 "result": "\u672c\u5206\u7c7b\u53ea\u6709\u4ee5\u4e0b\u5b50\u5206\u7c7b\u3002",
468 "lang": "zh"
471 "name": "zh category-subcat-count 1,2",
472 "key": "zh_category-subcat-count",
473 "args": [
477 "result": "\u672c\u5206\u7c7b\u6709\u4ee5\u4e0b1\u4e2a\u5b50\u5206\u7c7b\uff0c\u5171\u67092\u4e2a\u5b50\u5206\u7c7b\u3002",
478 "lang": "zh"
481 "name": "zh category-subcat-count 3,30",
482 "key": "zh_category-subcat-count",
483 "args": [
487 "result": "\u672c\u5206\u7c7b\u6709\u4ee5\u4e0b3\u4e2a\u5b50\u5206\u7c7b\uff0c\u5171\u670930\u4e2a\u5b50\u5206\u7c7b\u3002",
488 "lang": "zh"