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