Follow-up to r52226.
[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 );
159
160 /** Optional messages, which may be translated only if changed in the target language. */
161 $wgOptionalMessages = array(
162 'linkprefix',
163 'editsection-brackets',
164 'feed-atom',
165 'feed-rss',
166 'sectionlink',
167 'unit-pixel',
168 'userrights-irreversible-marker',
169 'tog-nolangconversion',
170 'tog-noconvertlink',
171 'yourvariant',
172 'variantname-zh-hans',
173 'variantname-zh-hant',
174 'variantname-zh-cn',
175 'variantname-zh-tw',
176 'variantname-zh-hk',
177 'variantname-zh-mo',
178 'variantname-zh-my',
179 'variantname-zh-sg',
180 'variantname-zh',
181 'variantname-gan-hans',
182 'variantname-gan-hant',
183 'variantname-gan',
184 'variantname-sr-ec',
185 'variantname-sr-el',
186 'variantname-sr',
187 'variantname-kk-arab',
188 'variantname-kk-cyrl',
189 'variantname-kk-latn',
190 'variantname-kk-tr',
191 'variantname-kk-kz',
192 'variantname-kk-cn',
193 'variantname-kk',
194 'variantname-ku-latn',
195 'variantname-ku-arab',
196 'variantname-ku',
197 'variantname-tg-cyrl',
198 'variantname-tg-latn',
199 'variantname-tg',
200 'rc-change-size',
201 'resetpass_text',
202 'image_sample',
203 'media_sample',
204 'skinname-standard',
205 'skinname-nostalgia',
206 'skinname-cologneblue',
207 'skinname-monobook',
208 'skinname-myskin',
209 'skinname-chick',
210 'skinname-simple',
211 'skinname-modern',
212 'skinname-vector',
213 'common.css',
214 'standard.css',
215 'nostalgia.css',
216 'cologneblue.css',
217 'monobook.css',
218 'myskin.css',
219 'chick.css',
220 'simple.css',
221 'modern.css',
222 'vector.css',
223 'print.css',
224 'handheld.css',
225 'common.js',
226 'standard.js',
227 'nostalgia.js',
228 'cologneblue.js',
229 'monobook.js',
230 'myskin.js',
231 'chick.js',
232 'simple.js',
233 'modern.js',
234 'vector.js',
235 'widthheight',
236 'exif-fnumber-format',
237 'exif-focallength-format',
238 'exif-compression-6',
239 'exif-photometricinterpretation-2',
240 'exif-photometricinterpretation-6',
241 'exif-xyresolution-i',
242 'exif-xyresolution-c',
243 'exif-colorspace-1',
244 'exif-colorspace-ffff.h',
245 'exif-componentsconfiguration-1',
246 'exif-componentsconfiguration-2',
247 'exif-componentsconfiguration-3',
248 'exif-componentsconfiguration-4',
249 'exif-componentsconfiguration-5',
250 'exif-componentsconfiguration-6',
251 'exif-lightsource-20',
252 'exif-lightsource-21',
253 'exif-lightsource-22',
254 'exif-lightsource-23',
255 'exif-filesource-3',
256 'booksources-isbn',
257 'sp-contributions-explain',
258 'sorbs',
259 'video-dims',
260 'seconds-abbrev',
261 'minutes-abbrev',
262 'hours-abbrev',
263 'filerevert-backlink',
264 'filedelete-backlink',
265 'delete-backlink',
266 'move-page-backlink',
267 'protect-backlink',
268 'pagetitle',
269 'filename-prefix-blacklist',
270 'edittools',
271 'size-bytes',
272 'size-kilobytes',
273 'size-megabytes',
274 'size-gigabytes',
275 'iranian-calendar-m1',
276 'iranian-calendar-m2',
277 'iranian-calendar-m3',
278 'iranian-calendar-m4',
279 'iranian-calendar-m5',
280 'iranian-calendar-m6',
281 'iranian-calendar-m7',
282 'iranian-calendar-m8',
283 'iranian-calendar-m9',
284 'iranian-calendar-m10',
285 'iranian-calendar-m11',
286 'iranian-calendar-m12',
287 'hijri-calendar-m1',
288 'hijri-calendar-m2',
289 'hijri-calendar-m3',
290 'hijri-calendar-m4',
291 'hijri-calendar-m5',
292 'hijri-calendar-m6',
293 'hijri-calendar-m7',
294 'hijri-calendar-m8',
295 'hijri-calendar-m9',
296 'hijri-calendar-m10',
297 'hijri-calendar-m11',
298 'hijri-calendar-m12',
299 'hebrew-calendar-m1',
300 'hebrew-calendar-m2',
301 'hebrew-calendar-m3',
302 'hebrew-calendar-m4',
303 'hebrew-calendar-m5',
304 'hebrew-calendar-m6',
305 'hebrew-calendar-m6a',
306 'hebrew-calendar-m6b',
307 'hebrew-calendar-m7',
308 'hebrew-calendar-m8',
309 'hebrew-calendar-m9',
310 'hebrew-calendar-m10',
311 'hebrew-calendar-m11',
312 'hebrew-calendar-m12',
313 'hebrew-calendar-m1-gen',
314 'hebrew-calendar-m2-gen',
315 'hebrew-calendar-m3-gen',
316 'hebrew-calendar-m4-gen',
317 'hebrew-calendar-m5-gen',
318 'hebrew-calendar-m6-gen',
319 'hebrew-calendar-m6a-gen',
320 'hebrew-calendar-m6b-gen',
321 'hebrew-calendar-m7-gen',
322 'hebrew-calendar-m8-gen',
323 'hebrew-calendar-m9-gen',
324 'hebrew-calendar-m10-gen',
325 'hebrew-calendar-m11-gen',
326 'hebrew-calendar-m12-gen',
327 'version-svn-revision',
328 'catseparator',
329 'semicolon-separator',
330 'comma-separator',
331 'colon-separator',
332 'pipe-separator',
333 'word-separator',
334 'ellipsis',
335 'percent',
336 'parentheses',
337 'autocomment-prefix',
338 'listgrouprights-right-display',
339 'listgrouprights-right-revoked',
340 'timezone-utc',
341 'whatlinkshere-backlink',
342 'recentchangeslinked-backlink',
343 'diff-with-additional',
344 'pagetitle-view-mainpage',
345 'trackback',
346 'trackbackexcerpt',
347 );
348
349 /** EXIF messages, which may be set as optional in several checks, but are generally mandatory */
350 $wgEXIFMessages = array(
351 'exif-imagewidth',
352 'exif-imagelength',
353 'exif-bitspersample',
354 'exif-compression',
355 'exif-photometricinterpretation',
356 'exif-orientation',
357 'exif-samplesperpixel',
358 'exif-planarconfiguration',
359 'exif-ycbcrsubsampling',
360 'exif-ycbcrpositioning',
361 'exif-xresolution',
362 'exif-yresolution',
363 'exif-resolutionunit',
364 'exif-stripoffsets',
365 'exif-rowsperstrip',
366 'exif-stripbytecounts',
367 'exif-jpeginterchangeformat',
368 'exif-jpeginterchangeformatlength',
369 'exif-transferfunction',
370 'exif-whitepoint',
371 'exif-primarychromaticities',
372 'exif-ycbcrcoefficients',
373 'exif-referenceblackwhite',
374 'exif-datetime',
375 'exif-imagedescription',
376 'exif-make',
377 'exif-model',
378 'exif-software',
379 'exif-artist',
380 'exif-copyright',
381 'exif-exifversion',
382 'exif-flashpixversion',
383 'exif-colorspace',
384 'exif-componentsconfiguration',
385 'exif-compressedbitsperpixel',
386 'exif-pixelydimension',
387 'exif-pixelxdimension',
388 'exif-makernote',
389 'exif-usercomment',
390 'exif-relatedsoundfile',
391 'exif-datetimeoriginal',
392 'exif-datetimedigitized',
393 'exif-subsectime',
394 'exif-subsectimeoriginal',
395 'exif-subsectimedigitized',
396 'exif-exposuretime',
397 'exif-exposuretime-format',
398 'exif-fnumber',
399 'exif-exposureprogram',
400 'exif-spectralsensitivity',
401 'exif-isospeedratings',
402 'exif-oecf',
403 'exif-shutterspeedvalue',
404 'exif-aperturevalue',
405 'exif-brightnessvalue',
406 'exif-exposurebiasvalue',
407 'exif-maxaperturevalue',
408 'exif-subjectdistance',
409 'exif-meteringmode',
410 'exif-lightsource',
411 'exif-flash',
412 'exif-focallength',
413 'exif-subjectarea',
414 'exif-flashenergy',
415 'exif-spatialfrequencyresponse',
416 'exif-focalplanexresolution',
417 'exif-focalplaneyresolution',
418 'exif-focalplaneresolutionunit',
419 'exif-subjectlocation',
420 'exif-exposureindex',
421 'exif-sensingmethod',
422 'exif-filesource',
423 'exif-scenetype',
424 'exif-cfapattern',
425 'exif-customrendered',
426 'exif-exposuremode',
427 'exif-whitebalance',
428 'exif-digitalzoomratio',
429 'exif-focallengthin35mmfilm',
430 'exif-scenecapturetype',
431 'exif-gaincontrol',
432 'exif-contrast',
433 'exif-saturation',
434 'exif-sharpness',
435 'exif-devicesettingdescription',
436 'exif-subjectdistancerange',
437 'exif-imageuniqueid',
438 'exif-gpsversionid',
439 'exif-gpslatituderef',
440 'exif-gpslatitude',
441 'exif-gpslongituderef',
442 'exif-gpslongitude',
443 'exif-gpsaltituderef',
444 'exif-gpsaltitude',
445 'exif-gpstimestamp',
446 'exif-gpssatellites',
447 'exif-gpsstatus',
448 'exif-gpsmeasuremode',
449 'exif-gpsdop',
450 'exif-gpsspeedref',
451 'exif-gpsspeed',
452 'exif-gpstrackref',
453 'exif-gpstrack',
454 'exif-gpsimgdirectionref',
455 'exif-gpsimgdirection',
456 'exif-gpsmapdatum',
457 'exif-gpsdestlatituderef',
458 'exif-gpsdestlatitude',
459 'exif-gpsdestlongituderef',
460 'exif-gpsdestlongitude',
461 'exif-gpsdestbearingref',
462 'exif-gpsdestbearing',
463 'exif-gpsdestdistanceref',
464 'exif-gpsdestdistance',
465 'exif-gpsprocessingmethod',
466 'exif-gpsareainformation',
467 'exif-gpsdatestamp',
468 'exif-gpsdifferential',
469 'exif-compression-1',
470 'exif-unknowndate',
471 'exif-orientation-1',
472 'exif-orientation-2',
473 'exif-orientation-3',
474 'exif-orientation-4',
475 'exif-orientation-5',
476 'exif-orientation-6',
477 'exif-orientation-7',
478 'exif-orientation-8',
479 'exif-planarconfiguration-1',
480 'exif-planarconfiguration-2',
481 'exif-componentsconfiguration-0',
482 'exif-exposureprogram-0',
483 'exif-exposureprogram-1',
484 'exif-exposureprogram-2',
485 'exif-exposureprogram-3',
486 'exif-exposureprogram-4',
487 'exif-exposureprogram-5',
488 'exif-exposureprogram-6',
489 'exif-exposureprogram-7',
490 'exif-exposureprogram-8',
491 'exif-subjectdistance-value',
492 'exif-meteringmode-0',
493 'exif-meteringmode-1',
494 'exif-meteringmode-2',
495 'exif-meteringmode-3',
496 'exif-meteringmode-4',
497 'exif-meteringmode-5',
498 'exif-meteringmode-6',
499 'exif-meteringmode-255',
500 'exif-lightsource-0',
501 'exif-lightsource-1',
502 'exif-lightsource-2',
503 'exif-lightsource-3',
504 'exif-lightsource-4',
505 'exif-lightsource-9',
506 'exif-lightsource-10',
507 'exif-lightsource-11',
508 'exif-lightsource-12',
509 'exif-lightsource-13',
510 'exif-lightsource-14',
511 'exif-lightsource-15',
512 'exif-lightsource-17',
513 'exif-lightsource-18',
514 'exif-lightsource-19',
515 'exif-lightsource-24',
516 'exif-lightsource-255',
517 'exif-flash-fired-0' ,
518 'exif-flash-fired-1' ,
519 'exif-flash-return-0' ,
520 'exif-flash-return-2' ,
521 'exif-flash-return-3' ,
522 'exif-flash-mode-1' ,
523 'exif-flash-mode-2' ,
524 'exif-flash-mode-3' ,
525 'exif-flash-function-1' ,
526 'exif-flash-redeye-1' ,
527 'exif-focalplaneresolutionunit-2',
528 'exif-sensingmethod-1',
529 'exif-sensingmethod-2',
530 'exif-sensingmethod-3',
531 'exif-sensingmethod-4',
532 'exif-sensingmethod-5',
533 'exif-sensingmethod-7',
534 'exif-sensingmethod-8',
535 'exif-scenetype-1',
536 'exif-customrendered-0',
537 'exif-customrendered-1',
538 'exif-exposuremode-0',
539 'exif-exposuremode-1',
540 'exif-exposuremode-2',
541 'exif-whitebalance-0',
542 'exif-whitebalance-1',
543 'exif-scenecapturetype-0',
544 'exif-scenecapturetype-1',
545 'exif-scenecapturetype-2',
546 'exif-scenecapturetype-3',
547 'exif-gaincontrol-0',
548 'exif-gaincontrol-1',
549 'exif-gaincontrol-2',
550 'exif-gaincontrol-3',
551 'exif-gaincontrol-4',
552 'exif-contrast-0',
553 'exif-contrast-1',
554 'exif-contrast-2',
555 'exif-saturation-0',
556 'exif-saturation-1',
557 'exif-saturation-2',
558 'exif-sharpness-0',
559 'exif-sharpness-1',
560 'exif-sharpness-2',
561 'exif-subjectdistancerange-0',
562 'exif-subjectdistancerange-1',
563 'exif-subjectdistancerange-2',
564 'exif-subjectdistancerange-3',
565 'exif-gpslatitude-n',
566 'exif-gpslatitude-s',
567 'exif-gpslongitude-e',
568 'exif-gpslongitude-w',
569 'exif-gpsaltitude-0',
570 'exif-gpsaltitude-1',
571 'exif-gpsstatus-a',
572 'exif-gpsstatus-v',
573 'exif-gpsmeasuremode-2',
574 'exif-gpsmeasuremode-3',
575 'exif-gpsspeed-k',
576 'exif-gpsspeed-m',
577 'exif-gpsspeed-n',
578 'exif-gpsdestdistance-k',
579 'exif-gpsdestdistance-m',
580 'exif-gpsdestdistance-n',
581 'exif-gpsdirection-t',
582 'exif-gpsdirection-m',
583 );