Follow-up r71095: add new message to $wgIgnoredMessages.
[lhc/web/wiklou.git] / maintenance / language / messageTypes.inc
1 <?php
2 /**
3 * Several types of messages.
4 *
5 * @file
6 * @ingroup MaintenanceLanguage
7 */
8
9 /** Ignored messages, which should exist only in the English messages file. */
10 $wgIgnoredMessages = array(
11 'sidebar',
12 'accesskey-pt-userpage',
13 'accesskey-pt-anonuserpage',
14 'accesskey-pt-mytalk',
15 'accesskey-pt-anontalk',
16 'accesskey-pt-preferences',
17 'accesskey-pt-watchlist',
18 'accesskey-pt-mycontris',
19 'accesskey-pt-login',
20 'accesskey-pt-anonlogin',
21 'accesskey-pt-logout',
22 'accesskey-ca-talk',
23 'accesskey-ca-edit',
24 'accesskey-ca-addsection',
25 'accesskey-ca-viewsource',
26 'accesskey-ca-history',
27 'accesskey-ca-protect',
28 'accesskey-ca-unprotect',
29 'accesskey-ca-delete',
30 'accesskey-ca-undelete',
31 'accesskey-ca-move',
32 'accesskey-ca-watch',
33 'accesskey-ca-unwatch',
34 'accesskey-search',
35 'accesskey-search-go',
36 'accesskey-search-fulltext',
37 'accesskey-p-logo',
38 'accesskey-n-mainpage',
39 'accesskey-n-mainpage-description',
40 'accesskey-n-portal',
41 'accesskey-n-currentevents',
42 'accesskey-n-recentchanges',
43 'accesskey-n-randompage',
44 'accesskey-n-help',
45 'accesskey-t-whatlinkshere',
46 'accesskey-t-recentchangeslinked',
47 'accesskey-feed-rss',
48 'accesskey-feed-atom',
49 'accesskey-t-contributions',
50 'accesskey-t-emailuser',
51 'accesskey-t-permalink',
52 'accesskey-t-print',
53 'accesskey-t-upload',
54 'accesskey-t-specialpages',
55 'accesskey-ca-nstab-main',
56 'accesskey-ca-nstab-user',
57 'accesskey-ca-nstab-media',
58 'accesskey-ca-nstab-special',
59 'accesskey-ca-nstab-project',
60 'accesskey-ca-nstab-image',
61 'accesskey-ca-nstab-mediawiki',
62 'accesskey-ca-nstab-template',
63 'accesskey-ca-nstab-help',
64 'accesskey-ca-nstab-category',
65 'accesskey-minoredit',
66 'accesskey-save',
67 'accesskey-preview',
68 'accesskey-diff',
69 'accesskey-compareselectedversions',
70 'accesskey-watch',
71 'accesskey-upload',
72 'accesskey-preferences-save',
73 'accesskey-summary',
74 'accesskey-userrights-set',
75 'accesskey-blockip-block',
76 'accesskey-export',
77 'accesskey-import',
78 'addsection',
79 'talkpageheader',
80 'anonnotice',
81 'autoblock_whitelist',
82 'searchmenu-help',
83 'searchmenu-new-nocreate',
84 'googlesearch',
85 'opensearch-desc',
86 'exif-make-value',
87 'exif-model-value',
88 'exif-software-value',
89 'history_copyright',
90 'licenses',
91 'loginstart',
92 'loginend',
93 'loginlanguagelinks',
94 'markaspatrolledlink',
95 'newarticletextanon',
96 'newsectionheaderdefaultlevel',
97 'newtalkseparator',
98 'noarticletextanon',
99 'number_of_watching_users_RCview',
100 'pagecategorieslink',
101 'pubmedurl',
102 'randompage-url',
103 'recentchanges-url',
104 'cantcreateaccount-nonblock-text',
105 'revision-info-current',
106 'revision-nav',
107 'rfcurl',
108 'shareddescriptionfollows',
109 'signature',
110 'signature-anon',
111 'signupstart',
112 'signupend',
113 'sitenotice',
114 'sitesubtitle',
115 'sitetitle',
116 'sp-contributions-footer',
117 'sp-contributions-footer-anon',
118 'statistics-summary',
119 'statistics-footer',
120 'talkpagetext',
121 'uploadfooter',
122 'listgrouprights-link',
123 'search-interwiki-custom',
124 'allpages-summary',
125 'booksources-summary',
126 'categories-summary',
127 'ipblocklist-summary',
128 'protectedtitles-summary',
129 'listusers-summary',
130 'longpages-summary',
131 'preferences-summary',
132 'specialpages-summary',
133 'whatlinkshere-summary',
134 'listredirects-summary',
135 'uncategorizedpages-summary',
136 'uncategorizedcategories-summary',
137 'uncategorizedimages-summary',
138 'uncategorizedtemplates-summary',
139 'popularpages-summary',
140 'wantedcategories-summary',
141 'wantedfiles-summary',
142 'wantedpages-summary',
143 'mostlinked-summary',
144 'mostlinkedcategories-summary',
145 'mostlinkedtemplates-summary',
146 'mostcategories-summary',
147 'mostimages-summary',
148 'mostrevisions-summary',
149 'prefixindex-summary',
150 'shortpages-summary',
151 'newpages-summary',
152 'ancientpages-summary',
153 'unwatchedpages-summary',
154 'userrights-summary',
155 'brokenredirects-summary',
156 'deadendpages-summary',
157 'protectedpages-summary',
158 'disambiguations-summary',
159 'doubleredirects-summary',
160 'lonelypages-summary',
161 'unusedtemplates-summary',
162 'fewestrevisions-summary',
163 'upload-summary',
164 'newuserlogentry',
165 'wantedtemplates-summary',
166 'activeusers-summary',
167 'search-summary',
168 'editpage-tos-summary',
169 'addsection-preload',
170 'addsection-editintro',
171 );
172
173 /** Optional messages, which may be translated only if changed in the target language. */
174 $wgOptionalMessages = array(
175 'linkprefix',
176 'editsection-brackets',
177 'feed-atom',
178 'feed-rss',
179 'sectionlink',
180 'unit-pixel',
181 'userrights-irreversible-marker',
182 'tog-nolangconversion',
183 'tog-noconvertlink',
184 'yourvariant',
185 'variantname-zh-hans',
186 'variantname-zh-hant',
187 'variantname-zh-cn',
188 'variantname-zh-tw',
189 'variantname-zh-hk',
190 'variantname-zh-mo',
191 'variantname-zh-my',
192 'variantname-zh-sg',
193 'variantname-zh',
194 'variantname-gan-hans',
195 'variantname-gan-hant',
196 'variantname-gan',
197 'variantname-sr-ec',
198 'variantname-sr-el',
199 'variantname-sr',
200 'variantname-kk-arab',
201 'variantname-kk-cyrl',
202 'variantname-kk-latn',
203 'variantname-kk-tr',
204 'variantname-kk-kz',
205 'variantname-kk-cn',
206 'variantname-kk',
207 'variantname-ku-latn',
208 'variantname-ku-arab',
209 'variantname-ku',
210 'variantname-tg-cyrl',
211 'variantname-tg-latn',
212 'variantname-tg',
213 'rc-change-size',
214 'resetpass_text',
215 'image_sample',
216 'media_sample',
217 'skinname-standard',
218 'skinname-nostalgia',
219 'skinname-cologneblue',
220 'skinname-monobook',
221 'skinname-myskin',
222 'skinname-chick',
223 'skinname-simple',
224 'skinname-modern',
225 'skinname-vector',
226 'common.css',
227 'standard.css',
228 'nostalgia.css',
229 'cologneblue.css',
230 'monobook.css',
231 'myskin.css',
232 'chick.css',
233 'simple.css',
234 'modern.css',
235 'vector.css',
236 'print.css',
237 'handheld.css',
238 'common.js',
239 'standard.js',
240 'nostalgia.js',
241 'cologneblue.js',
242 'monobook.js',
243 'myskin.js',
244 'chick.js',
245 'simple.js',
246 'modern.js',
247 'vector.js',
248 'widthheight',
249 'exif-fnumber-format',
250 'exif-focallength-format',
251 'exif-compression-6',
252 'exif-photometricinterpretation-2',
253 'exif-photometricinterpretation-6',
254 'exif-xyresolution-i',
255 'exif-xyresolution-c',
256 'exif-colorspace-1',
257 'exif-colorspace-ffff.h',
258 'exif-componentsconfiguration-1',
259 'exif-componentsconfiguration-2',
260 'exif-componentsconfiguration-3',
261 'exif-componentsconfiguration-4',
262 'exif-componentsconfiguration-5',
263 'exif-componentsconfiguration-6',
264 'exif-lightsource-20',
265 'exif-lightsource-21',
266 'exif-lightsource-22',
267 'exif-lightsource-23',
268 'exif-filesource-3',
269 'booksources-isbn',
270 'sp-contributions-explain',
271 'sorbs',
272 'video-dims',
273 'seconds-abbrev',
274 'minutes-abbrev',
275 'hours-abbrev',
276 'filerevert-backlink',
277 'filedelete-backlink',
278 'delete-backlink',
279 'move-page-backlink',
280 'protect-backlink',
281 'pagetitle',
282 'filename-prefix-blacklist',
283 'edittools',
284 'size-bytes',
285 'size-kilobytes',
286 'size-megabytes',
287 'size-gigabytes',
288 'iranian-calendar-m1',
289 'iranian-calendar-m2',
290 'iranian-calendar-m3',
291 'iranian-calendar-m4',
292 'iranian-calendar-m5',
293 'iranian-calendar-m6',
294 'iranian-calendar-m7',
295 'iranian-calendar-m8',
296 'iranian-calendar-m9',
297 'iranian-calendar-m10',
298 'iranian-calendar-m11',
299 'iranian-calendar-m12',
300 'hijri-calendar-m1',
301 'hijri-calendar-m2',
302 'hijri-calendar-m3',
303 'hijri-calendar-m4',
304 'hijri-calendar-m5',
305 'hijri-calendar-m6',
306 'hijri-calendar-m7',
307 'hijri-calendar-m8',
308 'hijri-calendar-m9',
309 'hijri-calendar-m10',
310 'hijri-calendar-m11',
311 'hijri-calendar-m12',
312 'hebrew-calendar-m1',
313 'hebrew-calendar-m2',
314 'hebrew-calendar-m3',
315 'hebrew-calendar-m4',
316 'hebrew-calendar-m5',
317 'hebrew-calendar-m6',
318 'hebrew-calendar-m6a',
319 'hebrew-calendar-m6b',
320 'hebrew-calendar-m7',
321 'hebrew-calendar-m8',
322 'hebrew-calendar-m9',
323 'hebrew-calendar-m10',
324 'hebrew-calendar-m11',
325 'hebrew-calendar-m12',
326 'hebrew-calendar-m1-gen',
327 'hebrew-calendar-m2-gen',
328 'hebrew-calendar-m3-gen',
329 'hebrew-calendar-m4-gen',
330 'hebrew-calendar-m5-gen',
331 'hebrew-calendar-m6-gen',
332 'hebrew-calendar-m6a-gen',
333 'hebrew-calendar-m6b-gen',
334 'hebrew-calendar-m7-gen',
335 'hebrew-calendar-m8-gen',
336 'hebrew-calendar-m9-gen',
337 'hebrew-calendar-m10-gen',
338 'hebrew-calendar-m11-gen',
339 'hebrew-calendar-m12-gen',
340 'version-svn-revision',
341 'catseparator',
342 'semicolon-separator',
343 'comma-separator',
344 'colon-separator',
345 'pipe-separator',
346 'word-separator',
347 'ellipsis',
348 'percent',
349 'parentheses',
350 'autocomment-prefix',
351 'listgrouprights-right-display',
352 'listgrouprights-right-revoked',
353 'timezone-utc',
354 'whatlinkshere-backlink',
355 'recentchangeslinked-backlink',
356 'unpatrolledletter',
357 'diff-with-additional',
358 'pagetitle-view-mainpage',
359 'trackback',
360 'trackbackexcerpt',
361 'prefs-registration-date-time',
362 'prefs-memberingroups-type',
363 'shared-repo-name-wikimediacommons',
364 'usermessage-template',
365 'revisionmove-backlink',
366 'filepage.css',
367 );
368
369 /** EXIF messages, which may be set as optional in several checks, but are generally mandatory */
370 $wgEXIFMessages = array(
371 'exif-imagewidth',
372 'exif-imagelength',
373 'exif-bitspersample',
374 'exif-compression',
375 'exif-photometricinterpretation',
376 'exif-orientation',
377 'exif-samplesperpixel',
378 'exif-planarconfiguration',
379 'exif-ycbcrsubsampling',
380 'exif-ycbcrpositioning',
381 'exif-xresolution',
382 'exif-yresolution',
383 'exif-resolutionunit',
384 'exif-stripoffsets',
385 'exif-rowsperstrip',
386 'exif-stripbytecounts',
387 'exif-jpeginterchangeformat',
388 'exif-jpeginterchangeformatlength',
389 'exif-transferfunction',
390 'exif-whitepoint',
391 'exif-primarychromaticities',
392 'exif-ycbcrcoefficients',
393 'exif-referenceblackwhite',
394 'exif-datetime',
395 'exif-imagedescription',
396 'exif-make',
397 'exif-model',
398 'exif-software',
399 'exif-artist',
400 'exif-copyright',
401 'exif-exifversion',
402 'exif-flashpixversion',
403 'exif-colorspace',
404 'exif-componentsconfiguration',
405 'exif-compressedbitsperpixel',
406 'exif-pixelydimension',
407 'exif-pixelxdimension',
408 'exif-makernote',
409 'exif-usercomment',
410 'exif-relatedsoundfile',
411 'exif-datetimeoriginal',
412 'exif-datetimedigitized',
413 'exif-subsectime',
414 'exif-subsectimeoriginal',
415 'exif-subsectimedigitized',
416 'exif-exposuretime',
417 'exif-exposuretime-format',
418 'exif-fnumber',
419 'exif-exposureprogram',
420 'exif-spectralsensitivity',
421 'exif-isospeedratings',
422 'exif-oecf',
423 'exif-shutterspeedvalue',
424 'exif-aperturevalue',
425 'exif-brightnessvalue',
426 'exif-exposurebiasvalue',
427 'exif-maxaperturevalue',
428 'exif-subjectdistance',
429 'exif-meteringmode',
430 'exif-lightsource',
431 'exif-flash',
432 'exif-focallength',
433 'exif-subjectarea',
434 'exif-flashenergy',
435 'exif-spatialfrequencyresponse',
436 'exif-focalplanexresolution',
437 'exif-focalplaneyresolution',
438 'exif-focalplaneresolutionunit',
439 'exif-subjectlocation',
440 'exif-exposureindex',
441 'exif-sensingmethod',
442 'exif-filesource',
443 'exif-scenetype',
444 'exif-cfapattern',
445 'exif-customrendered',
446 'exif-exposuremode',
447 'exif-whitebalance',
448 'exif-digitalzoomratio',
449 'exif-focallengthin35mmfilm',
450 'exif-scenecapturetype',
451 'exif-gaincontrol',
452 'exif-contrast',
453 'exif-saturation',
454 'exif-sharpness',
455 'exif-devicesettingdescription',
456 'exif-subjectdistancerange',
457 'exif-imageuniqueid',
458 'exif-gpsversionid',
459 'exif-gpslatituderef',
460 'exif-gpslatitude',
461 'exif-gpslongituderef',
462 'exif-gpslongitude',
463 'exif-gpsaltituderef',
464 'exif-gpsaltitude',
465 'exif-gpstimestamp',
466 'exif-gpssatellites',
467 'exif-gpsstatus',
468 'exif-gpsmeasuremode',
469 'exif-gpsdop',
470 'exif-gpsspeedref',
471 'exif-gpsspeed',
472 'exif-gpstrackref',
473 'exif-gpstrack',
474 'exif-gpsimgdirectionref',
475 'exif-gpsimgdirection',
476 'exif-gpsmapdatum',
477 'exif-gpsdestlatituderef',
478 'exif-gpsdestlatitude',
479 'exif-gpsdestlongituderef',
480 'exif-gpsdestlongitude',
481 'exif-gpsdestbearingref',
482 'exif-gpsdestbearing',
483 'exif-gpsdestdistanceref',
484 'exif-gpsdestdistance',
485 'exif-gpsprocessingmethod',
486 'exif-gpsareainformation',
487 'exif-gpsdatestamp',
488 'exif-gpsdifferential',
489 'exif-compression-1',
490 'exif-unknowndate',
491 'exif-orientation-1',
492 'exif-orientation-2',
493 'exif-orientation-3',
494 'exif-orientation-4',
495 'exif-orientation-5',
496 'exif-orientation-6',
497 'exif-orientation-7',
498 'exif-orientation-8',
499 'exif-planarconfiguration-1',
500 'exif-planarconfiguration-2',
501 'exif-componentsconfiguration-0',
502 'exif-exposureprogram-0',
503 'exif-exposureprogram-1',
504 'exif-exposureprogram-2',
505 'exif-exposureprogram-3',
506 'exif-exposureprogram-4',
507 'exif-exposureprogram-5',
508 'exif-exposureprogram-6',
509 'exif-exposureprogram-7',
510 'exif-exposureprogram-8',
511 'exif-subjectdistance-value',
512 'exif-meteringmode-0',
513 'exif-meteringmode-1',
514 'exif-meteringmode-2',
515 'exif-meteringmode-3',
516 'exif-meteringmode-4',
517 'exif-meteringmode-5',
518 'exif-meteringmode-6',
519 'exif-meteringmode-255',
520 'exif-lightsource-0',
521 'exif-lightsource-1',
522 'exif-lightsource-2',
523 'exif-lightsource-3',
524 'exif-lightsource-4',
525 'exif-lightsource-9',
526 'exif-lightsource-10',
527 'exif-lightsource-11',
528 'exif-lightsource-12',
529 'exif-lightsource-13',
530 'exif-lightsource-14',
531 'exif-lightsource-15',
532 'exif-lightsource-17',
533 'exif-lightsource-18',
534 'exif-lightsource-19',
535 'exif-lightsource-24',
536 'exif-lightsource-255',
537 'exif-flash-fired-0' ,
538 'exif-flash-fired-1' ,
539 'exif-flash-return-0' ,
540 'exif-flash-return-2' ,
541 'exif-flash-return-3' ,
542 'exif-flash-mode-1' ,
543 'exif-flash-mode-2' ,
544 'exif-flash-mode-3' ,
545 'exif-flash-function-1' ,
546 'exif-flash-redeye-1' ,
547 'exif-focalplaneresolutionunit-2',
548 'exif-sensingmethod-1',
549 'exif-sensingmethod-2',
550 'exif-sensingmethod-3',
551 'exif-sensingmethod-4',
552 'exif-sensingmethod-5',
553 'exif-sensingmethod-7',
554 'exif-sensingmethod-8',
555 'exif-scenetype-1',
556 'exif-customrendered-0',
557 'exif-customrendered-1',
558 'exif-exposuremode-0',
559 'exif-exposuremode-1',
560 'exif-exposuremode-2',
561 'exif-whitebalance-0',
562 'exif-whitebalance-1',
563 'exif-scenecapturetype-0',
564 'exif-scenecapturetype-1',
565 'exif-scenecapturetype-2',
566 'exif-scenecapturetype-3',
567 'exif-gaincontrol-0',
568 'exif-gaincontrol-1',
569 'exif-gaincontrol-2',
570 'exif-gaincontrol-3',
571 'exif-gaincontrol-4',
572 'exif-contrast-0',
573 'exif-contrast-1',
574 'exif-contrast-2',
575 'exif-saturation-0',
576 'exif-saturation-1',
577 'exif-saturation-2',
578 'exif-sharpness-0',
579 'exif-sharpness-1',
580 'exif-sharpness-2',
581 'exif-subjectdistancerange-0',
582 'exif-subjectdistancerange-1',
583 'exif-subjectdistancerange-2',
584 'exif-subjectdistancerange-3',
585 'exif-gpslatitude-n',
586 'exif-gpslatitude-s',
587 'exif-gpslongitude-e',
588 'exif-gpslongitude-w',
589 'exif-gpsaltitude-0',
590 'exif-gpsaltitude-1',
591 'exif-gpsstatus-a',
592 'exif-gpsstatus-v',
593 'exif-gpsmeasuremode-2',
594 'exif-gpsmeasuremode-3',
595 'exif-gpsspeed-k',
596 'exif-gpsspeed-m',
597 'exif-gpsspeed-n',
598 'exif-gpsdestdistance-k',
599 'exif-gpsdestdistance-m',
600 'exif-gpsdestdistance-n',
601 'exif-gpsdirection-t',
602 'exif-gpsdirection-m',
603 );