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