'pipe-separator' from optional to ignored
[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 'pipe-separator',
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 '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 'size-bytes',
269 'size-kilobytes',
270 'size-megabytes',
271 'size-gigabytes',
272 'iranian-calendar-m1',
273 'iranian-calendar-m2',
274 'iranian-calendar-m3',
275 'iranian-calendar-m4',
276 'iranian-calendar-m5',
277 'iranian-calendar-m6',
278 'iranian-calendar-m7',
279 'iranian-calendar-m8',
280 'iranian-calendar-m9',
281 'iranian-calendar-m10',
282 'iranian-calendar-m11',
283 'iranian-calendar-m12',
284 'hijri-calendar-m1',
285 'hijri-calendar-m2',
286 'hijri-calendar-m3',
287 'hijri-calendar-m4',
288 'hijri-calendar-m5',
289 'hijri-calendar-m6',
290 'hijri-calendar-m7',
291 'hijri-calendar-m8',
292 'hijri-calendar-m9',
293 'hijri-calendar-m10',
294 'hijri-calendar-m11',
295 'hijri-calendar-m12',
296 'hebrew-calendar-m1',
297 'hebrew-calendar-m2',
298 'hebrew-calendar-m3',
299 'hebrew-calendar-m4',
300 'hebrew-calendar-m5',
301 'hebrew-calendar-m6',
302 'hebrew-calendar-m6a',
303 'hebrew-calendar-m6b',
304 'hebrew-calendar-m7',
305 'hebrew-calendar-m8',
306 'hebrew-calendar-m9',
307 'hebrew-calendar-m10',
308 'hebrew-calendar-m11',
309 'hebrew-calendar-m12',
310 'hebrew-calendar-m1-gen',
311 'hebrew-calendar-m2-gen',
312 'hebrew-calendar-m3-gen',
313 'hebrew-calendar-m4-gen',
314 'hebrew-calendar-m5-gen',
315 'hebrew-calendar-m6-gen',
316 'hebrew-calendar-m6a-gen',
317 'hebrew-calendar-m6b-gen',
318 'hebrew-calendar-m7-gen',
319 'hebrew-calendar-m8-gen',
320 'hebrew-calendar-m9-gen',
321 'hebrew-calendar-m10-gen',
322 'hebrew-calendar-m11-gen',
323 'hebrew-calendar-m12-gen',
324 'version-svn-revision',
325 'catseparator',
326 'semicolon-separator',
327 'comma-separator',
328 'colon-separator',
329 'word-separator',
330 'ellipsis',
331 'percent',
332 'autocomment-prefix',
333 'listgrouprights-right-display',
334 'timezone-utc',
335 'whatlinkshere-backlink',
336 'recentchangeslinked-backlink',
337 'diff-with-additional',
338 'pagetitle-view-mainpage',
339 'trackback',
340 'trackbackexcerpt',
341 );
342
343 /** EXIF messages, which may be set as optional in several checks, but are generally mandatory */
344 $wgEXIFMessages = array(
345 'exif-imagewidth',
346 'exif-imagelength',
347 'exif-bitspersample',
348 'exif-compression',
349 'exif-photometricinterpretation',
350 'exif-orientation',
351 'exif-samplesperpixel',
352 'exif-planarconfiguration',
353 'exif-ycbcrsubsampling',
354 'exif-ycbcrpositioning',
355 'exif-xresolution',
356 'exif-yresolution',
357 'exif-resolutionunit',
358 'exif-stripoffsets',
359 'exif-rowsperstrip',
360 'exif-stripbytecounts',
361 'exif-jpeginterchangeformat',
362 'exif-jpeginterchangeformatlength',
363 'exif-transferfunction',
364 'exif-whitepoint',
365 'exif-primarychromaticities',
366 'exif-ycbcrcoefficients',
367 'exif-referenceblackwhite',
368 'exif-datetime',
369 'exif-imagedescription',
370 'exif-make',
371 'exif-model',
372 'exif-software',
373 'exif-artist',
374 'exif-copyright',
375 'exif-exifversion',
376 'exif-flashpixversion',
377 'exif-colorspace',
378 'exif-componentsconfiguration',
379 'exif-compressedbitsperpixel',
380 'exif-pixelydimension',
381 'exif-pixelxdimension',
382 'exif-makernote',
383 'exif-usercomment',
384 'exif-relatedsoundfile',
385 'exif-datetimeoriginal',
386 'exif-datetimedigitized',
387 'exif-subsectime',
388 'exif-subsectimeoriginal',
389 'exif-subsectimedigitized',
390 'exif-exposuretime',
391 'exif-exposuretime-format',
392 'exif-fnumber',
393 'exif-exposureprogram',
394 'exif-spectralsensitivity',
395 'exif-isospeedratings',
396 'exif-oecf',
397 'exif-shutterspeedvalue',
398 'exif-aperturevalue',
399 'exif-brightnessvalue',
400 'exif-exposurebiasvalue',
401 'exif-maxaperturevalue',
402 'exif-subjectdistance',
403 'exif-meteringmode',
404 'exif-lightsource',
405 'exif-flash',
406 'exif-focallength',
407 'exif-subjectarea',
408 'exif-flashenergy',
409 'exif-spatialfrequencyresponse',
410 'exif-focalplanexresolution',
411 'exif-focalplaneyresolution',
412 'exif-focalplaneresolutionunit',
413 'exif-subjectlocation',
414 'exif-exposureindex',
415 'exif-sensingmethod',
416 'exif-filesource',
417 'exif-scenetype',
418 'exif-cfapattern',
419 'exif-customrendered',
420 'exif-exposuremode',
421 'exif-whitebalance',
422 'exif-digitalzoomratio',
423 'exif-focallengthin35mmfilm',
424 'exif-scenecapturetype',
425 'exif-gaincontrol',
426 'exif-contrast',
427 'exif-saturation',
428 'exif-sharpness',
429 'exif-devicesettingdescription',
430 'exif-subjectdistancerange',
431 'exif-imageuniqueid',
432 'exif-gpsversionid',
433 'exif-gpslatituderef',
434 'exif-gpslatitude',
435 'exif-gpslongituderef',
436 'exif-gpslongitude',
437 'exif-gpsaltituderef',
438 'exif-gpsaltitude',
439 'exif-gpstimestamp',
440 'exif-gpssatellites',
441 'exif-gpsstatus',
442 'exif-gpsmeasuremode',
443 'exif-gpsdop',
444 'exif-gpsspeedref',
445 'exif-gpsspeed',
446 'exif-gpstrackref',
447 'exif-gpstrack',
448 'exif-gpsimgdirectionref',
449 'exif-gpsimgdirection',
450 'exif-gpsmapdatum',
451 'exif-gpsdestlatituderef',
452 'exif-gpsdestlatitude',
453 'exif-gpsdestlongituderef',
454 'exif-gpsdestlongitude',
455 'exif-gpsdestbearingref',
456 'exif-gpsdestbearing',
457 'exif-gpsdestdistanceref',
458 'exif-gpsdestdistance',
459 'exif-gpsprocessingmethod',
460 'exif-gpsareainformation',
461 'exif-gpsdatestamp',
462 'exif-gpsdifferential',
463 'exif-compression-1',
464 'exif-unknowndate',
465 'exif-orientation-1',
466 'exif-orientation-2',
467 'exif-orientation-3',
468 'exif-orientation-4',
469 'exif-orientation-5',
470 'exif-orientation-6',
471 'exif-orientation-7',
472 'exif-orientation-8',
473 'exif-planarconfiguration-1',
474 'exif-planarconfiguration-2',
475 'exif-componentsconfiguration-0',
476 'exif-exposureprogram-0',
477 'exif-exposureprogram-1',
478 'exif-exposureprogram-2',
479 'exif-exposureprogram-3',
480 'exif-exposureprogram-4',
481 'exif-exposureprogram-5',
482 'exif-exposureprogram-6',
483 'exif-exposureprogram-7',
484 'exif-exposureprogram-8',
485 'exif-subjectdistance-value',
486 'exif-meteringmode-0',
487 'exif-meteringmode-1',
488 'exif-meteringmode-2',
489 'exif-meteringmode-3',
490 'exif-meteringmode-4',
491 'exif-meteringmode-5',
492 'exif-meteringmode-6',
493 'exif-meteringmode-255',
494 'exif-lightsource-0',
495 'exif-lightsource-1',
496 'exif-lightsource-2',
497 'exif-lightsource-3',
498 'exif-lightsource-4',
499 'exif-lightsource-9',
500 'exif-lightsource-10',
501 'exif-lightsource-11',
502 'exif-lightsource-12',
503 'exif-lightsource-13',
504 'exif-lightsource-14',
505 'exif-lightsource-15',
506 'exif-lightsource-17',
507 'exif-lightsource-18',
508 'exif-lightsource-19',
509 'exif-lightsource-24',
510 'exif-lightsource-255',
511 'exif-flash-fired-0' ,
512 'exif-flash-fired-1' ,
513 'exif-flash-return-0' ,
514 'exif-flash-return-2' ,
515 'exif-flash-return-3' ,
516 'exif-flash-mode-1' ,
517 'exif-flash-mode-2' ,
518 'exif-flash-mode-3' ,
519 'exif-flash-function-1' ,
520 'exif-flash-redeye-1' ,
521 'exif-focalplaneresolutionunit-2',
522 'exif-sensingmethod-1',
523 'exif-sensingmethod-2',
524 'exif-sensingmethod-3',
525 'exif-sensingmethod-4',
526 'exif-sensingmethod-5',
527 'exif-sensingmethod-7',
528 'exif-sensingmethod-8',
529 'exif-scenetype-1',
530 'exif-customrendered-0',
531 'exif-customrendered-1',
532 'exif-exposuremode-0',
533 'exif-exposuremode-1',
534 'exif-exposuremode-2',
535 'exif-whitebalance-0',
536 'exif-whitebalance-1',
537 'exif-scenecapturetype-0',
538 'exif-scenecapturetype-1',
539 'exif-scenecapturetype-2',
540 'exif-scenecapturetype-3',
541 'exif-gaincontrol-0',
542 'exif-gaincontrol-1',
543 'exif-gaincontrol-2',
544 'exif-gaincontrol-3',
545 'exif-gaincontrol-4',
546 'exif-contrast-0',
547 'exif-contrast-1',
548 'exif-contrast-2',
549 'exif-saturation-0',
550 'exif-saturation-1',
551 'exif-saturation-2',
552 'exif-sharpness-0',
553 'exif-sharpness-1',
554 'exif-sharpness-2',
555 'exif-subjectdistancerange-0',
556 'exif-subjectdistancerange-1',
557 'exif-subjectdistancerange-2',
558 'exif-subjectdistancerange-3',
559 'exif-gpslatitude-n',
560 'exif-gpslatitude-s',
561 'exif-gpslongitude-e',
562 'exif-gpslongitude-w',
563 'exif-gpsaltitude-0',
564 'exif-gpsaltitude-1',
565 'exif-gpsstatus-a',
566 'exif-gpsstatus-v',
567 'exif-gpsmeasuremode-2',
568 'exif-gpsmeasuremode-3',
569 'exif-gpsspeed-k',
570 'exif-gpsspeed-m',
571 'exif-gpsspeed-n',
572 'exif-gpsdestdistance-k',
573 'exif-gpsdestdistance-m',
574 'exif-gpsdestdistance-n',
575 'exif-gpsdirection-t',
576 'exif-gpsdirection-m',
577 );