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