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