]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blob - maintenance/language/messageTypes.inc
MediaWiki 1.17.0
[autoinstalls/mediawiki.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-unprotect',
29         'accesskey-ca-delete',
30         'accesskey-ca-undelete',
31         'accesskey-ca-move',
32         'accesskey-ca-watch',
33         'accesskey-ca-unwatch',
34         'accesskey-search',
35         'accesskey-search-go',
36         'accesskey-search-fulltext',
37         'accesskey-p-logo',
38         'accesskey-n-mainpage',
39         'accesskey-n-mainpage-description',
40         'accesskey-n-portal',
41         'accesskey-n-currentevents',
42         'accesskey-n-recentchanges',
43         'accesskey-n-randompage',
44         'accesskey-n-help',
45         'accesskey-t-whatlinkshere',
46         'accesskey-t-recentchangeslinked',
47         'accesskey-feed-rss',
48         'accesskey-feed-atom',
49         'accesskey-t-contributions',
50         'accesskey-t-emailuser',
51         'accesskey-t-permalink',
52         'accesskey-t-print',
53         'accesskey-t-upload',
54         'accesskey-t-specialpages',
55         'accesskey-ca-nstab-main',
56         'accesskey-ca-nstab-user',
57         'accesskey-ca-nstab-media',
58         'accesskey-ca-nstab-special',
59         'accesskey-ca-nstab-project',
60         'accesskey-ca-nstab-image',
61         'accesskey-ca-nstab-mediawiki',
62         'accesskey-ca-nstab-template',
63         'accesskey-ca-nstab-help',
64         'accesskey-ca-nstab-category',
65         'accesskey-minoredit',
66         'accesskey-save',
67         'accesskey-preview',
68         'accesskey-diff',
69         'accesskey-compareselectedversions',
70         'accesskey-watch',
71         'accesskey-upload',
72         'accesskey-preferences-save',
73         'accesskey-summary',
74         'accesskey-userrights-set',
75         'accesskey-blockip-block',
76         'accesskey-export',
77         'accesskey-import',
78         'addsection',
79         'talkpageheader',
80         'anonnotice',
81         'autoblock_whitelist',
82         'searchmenu-help',
83         'searchmenu-new-nocreate',
84         'googlesearch',
85         'opensearch-desc',
86         'exif-make-value',
87         'exif-model-value',
88         'exif-software-value',
89         'history_copyright',
90         'licenses',
91         'loginstart',
92         'loginend',
93         'loginlanguagelinks',
94         'pear-mail-error',
95         'php-mail-error',
96         'markaspatrolledlink',
97         'newarticletextanon',
98         'newsectionheaderdefaultlevel',
99         'newtalkseparator',
100         'noarticletextanon',
101         'number_of_watching_users_RCview',
102         'pagecategorieslink',
103         'pubmedurl',
104         'randompage-url',
105         'recentchanges-url',
106         'revision-info-current',
107         'revision-nav',
108         'rfcurl',
109         'shareddescriptionfollows',
110         'signature',
111         'signature-anon',
112         'signupstart',
113         'signupend',
114         'sitenotice',
115         'sitesubtitle',
116         'sitetitle',
117         'sp-contributions-footer',
118         'sp-contributions-footer-anon',
119         'statistics-summary',
120         'statistics-footer',
121         'talkpagetext',
122         'uploadfooter',
123         'listgrouprights-link',
124         'search-interwiki-custom',
125         'allpages-summary',
126         'booksources-summary',
127         'categories-summary',
128         'ipblocklist-summary',
129         'protectedtitles-summary',
130         'listusers-summary',
131         'longpages-summary',
132         'preferences-summary',
133         'specialpages-summary',
134         'whatlinkshere-summary',
135         'listredirects-summary',
136         'uncategorizedpages-summary',
137         'uncategorizedcategories-summary',
138         'uncategorizedimages-summary',
139         'uncategorizedtemplates-summary',
140         'popularpages-summary',
141         'wantedcategories-summary',
142         'wantedfiles-summary',
143         'wantedpages-summary',
144         'mostlinked-summary',
145         'mostlinkedcategories-summary',
146         'mostlinkedtemplates-summary',
147         'mostcategories-summary',
148         'mostimages-summary',
149         'mostrevisions-summary',
150         'prefixindex-summary',
151         'shortpages-summary',
152         'newpages-summary',
153         'ancientpages-summary',
154         'unwatchedpages-summary',
155         'userrights-summary',
156         'brokenredirects-summary',
157         'deadendpages-summary',
158         'protectedpages-summary',
159         'disambiguations-summary',
160         'doubleredirects-summary',
161         'lonelypages-summary',
162         'unusedtemplates-summary',
163         'fewestrevisions-summary',
164         'upload-summary',
165         'newuserlogentry',
166         'wantedtemplates-summary',
167         'activeusers-summary',
168         'search-summary',
169         'editpage-tos-summary',
170         'addsection-preload',
171         'addsection-editintro',
172         'longpage-hint',
173 );
174
175 /** Optional messages, which may be translated only if changed in the target language. */
176 $wgOptionalMessages = array(
177         'linkprefix',
178         'editsection-brackets',
179         'feed-atom',
180         'feed-rss',
181         'sectionlink',
182         'unit-pixel',
183         'userrights-irreversible-marker',
184         'tog-nolangconversion',
185         'tog-noconvertlink',
186         'yourvariant',
187         'variantname-zh-hans',
188         'variantname-zh-hant',
189         'variantname-zh-cn',
190         'variantname-zh-tw',
191         'variantname-zh-hk',
192         'variantname-zh-mo',
193         'variantname-zh-my',
194         'variantname-zh-sg',
195         'variantname-zh',
196         'variantname-gan-hans',
197         'variantname-gan-hant',
198         'variantname-gan',
199         'variantname-sr-ec',
200         'variantname-sr-el',
201         'variantname-sr',
202         'variantname-kk-arab',
203         'variantname-kk-cyrl',
204         'variantname-kk-latn',
205         'variantname-kk-tr',
206         'variantname-kk-kz',
207         'variantname-kk-cn',
208         'variantname-kk',
209         'variantname-ku-latn',
210         'variantname-ku-arab',
211         'variantname-ku',
212         'variantname-tg-cyrl',
213         'variantname-tg-latn',
214         'variantname-tg',
215         'rc-change-size',
216         'resetpass_text',
217         'image_sample',
218         'media_sample',
219         'skinname-standard',
220         'skinname-nostalgia',
221         'skinname-cologneblue',
222         'skinname-monobook',
223         'skinname-myskin',
224         'skinname-chick',
225         'skinname-simple',
226         'skinname-modern',
227         'skinname-vector',
228         'common.css',
229         'standard.css',
230         'nostalgia.css',
231         'cologneblue.css',
232         'monobook.css',
233         'myskin.css',
234         'chick.css',
235         'simple.css',
236         'modern.css',
237         'vector.css',
238         'print.css',
239         'handheld.css',
240         'common.js',
241         'standard.js',
242         'nostalgia.js',
243         'cologneblue.js',
244         'monobook.js',
245         'myskin.js',
246         'chick.js',
247         'simple.js',
248         'modern.js',
249         'vector.js',
250         'widthheight',
251         'exif-fnumber-format',
252         'exif-focallength-format',
253         'exif-compression-6',
254         'exif-photometricinterpretation-2',
255         'exif-photometricinterpretation-6',
256         'exif-xyresolution-i',
257         'exif-xyresolution-c',
258         'exif-colorspace-1',
259         'exif-colorspace-ffff.h',
260         'exif-componentsconfiguration-1',
261         'exif-componentsconfiguration-2',
262         'exif-componentsconfiguration-3',
263         'exif-componentsconfiguration-4',
264         'exif-componentsconfiguration-5',
265         'exif-componentsconfiguration-6',
266         'exif-lightsource-20',
267         'exif-lightsource-21',
268         'exif-lightsource-22',
269         'exif-lightsource-23',
270         'booksources-isbn',
271         'sp-contributions-explain',
272         'sorbs',
273         'video-dims',
274         'seconds-abbrev',
275         'minutes-abbrev',
276         'hours-abbrev',
277         'filerevert-backlink',
278         'filedelete-backlink',
279         'delete-backlink',
280         'move-page-backlink',
281         'protect-backlink',
282         'pagetitle',
283         'filename-prefix-blacklist',
284         'edittools',
285         'size-bytes',
286         'size-kilobytes',
287         'size-megabytes',
288         'size-gigabytes',
289         'iranian-calendar-m1',
290         'iranian-calendar-m2',
291         'iranian-calendar-m3',
292         'iranian-calendar-m4',
293         'iranian-calendar-m5',
294         'iranian-calendar-m6',
295         'iranian-calendar-m7',
296         'iranian-calendar-m8',
297         'iranian-calendar-m9',
298         'iranian-calendar-m10',
299         'iranian-calendar-m11',
300         'iranian-calendar-m12',
301         'hijri-calendar-m1',
302         'hijri-calendar-m2',
303         'hijri-calendar-m3',
304         'hijri-calendar-m4',
305         'hijri-calendar-m5',
306         'hijri-calendar-m6',
307         'hijri-calendar-m7',
308         'hijri-calendar-m8',
309         'hijri-calendar-m9',
310         'hijri-calendar-m10',
311         'hijri-calendar-m11',
312         'hijri-calendar-m12',
313         'hebrew-calendar-m1',
314         'hebrew-calendar-m2',
315         'hebrew-calendar-m3',
316         'hebrew-calendar-m4',
317         'hebrew-calendar-m5',
318         'hebrew-calendar-m6',
319         'hebrew-calendar-m6a',
320         'hebrew-calendar-m6b',
321         'hebrew-calendar-m7',
322         'hebrew-calendar-m8',
323         'hebrew-calendar-m9',
324         'hebrew-calendar-m10',
325         'hebrew-calendar-m11',
326         'hebrew-calendar-m12',
327         'hebrew-calendar-m1-gen',
328         'hebrew-calendar-m2-gen',
329         'hebrew-calendar-m3-gen',
330         'hebrew-calendar-m4-gen',
331         'hebrew-calendar-m5-gen',
332         'hebrew-calendar-m6-gen',
333         'hebrew-calendar-m6a-gen',
334         'hebrew-calendar-m6b-gen',
335         'hebrew-calendar-m7-gen',
336         'hebrew-calendar-m8-gen',
337         'hebrew-calendar-m9-gen',
338         'hebrew-calendar-m10-gen',
339         'hebrew-calendar-m11-gen',
340         'hebrew-calendar-m12-gen',
341         'version-svn-revision',
342         'catseparator',
343         'semicolon-separator',
344         'comma-separator',
345         'colon-separator',
346         'pipe-separator',
347         'word-separator',
348         'ellipsis',
349         'percent',
350         'parentheses',
351         'autocomment-prefix',
352         'listgrouprights-right-display',
353         'listgrouprights-right-revoked',
354         'timezone-utc',
355         'whatlinkshere-backlink',
356         'recentchangeslinked-backlink',
357         'unpatrolledletter',
358         'diff-with-additional',
359         'pagetitle-view-mainpage',
360         'trackback',
361         'trackbackexcerpt',
362         'prefs-registration-date-time',
363         'prefs-memberingroups-type',
364         'shared-repo-name-wikimediacommons',
365         'usermessage-template',
366         'filepage.css',
367 );
368
369 /** EXIF messages, which may be set as optional in several checks, but are generally mandatory */
370 $wgEXIFMessages = array(
371         'exif-imagewidth',
372         'exif-imagelength',
373         'exif-bitspersample',
374         'exif-compression',
375         'exif-photometricinterpretation',
376         'exif-orientation',
377         'exif-samplesperpixel',
378         'exif-planarconfiguration',
379         'exif-ycbcrsubsampling',
380         'exif-ycbcrpositioning',
381         'exif-xresolution',
382         'exif-yresolution',
383         'exif-resolutionunit',
384         'exif-stripoffsets',
385         'exif-rowsperstrip',
386         'exif-stripbytecounts',
387         'exif-jpeginterchangeformat',
388         'exif-jpeginterchangeformatlength',
389         'exif-transferfunction',
390         'exif-whitepoint',
391         'exif-primarychromaticities',
392         'exif-ycbcrcoefficients',
393         'exif-referenceblackwhite',
394         'exif-datetime',
395         'exif-imagedescription',
396         'exif-make',
397         'exif-model',
398         'exif-software',
399         'exif-artist',
400         'exif-copyright',
401         'exif-exifversion',
402         'exif-flashpixversion',
403         'exif-colorspace',
404         'exif-componentsconfiguration',
405         'exif-compressedbitsperpixel',
406         'exif-pixelydimension',
407         'exif-pixelxdimension',
408         'exif-makernote',
409         'exif-usercomment',
410         'exif-relatedsoundfile',
411         'exif-datetimeoriginal',
412         'exif-datetimedigitized',
413         'exif-subsectime',
414         'exif-subsectimeoriginal',
415         'exif-subsectimedigitized',
416         'exif-exposuretime',
417         'exif-exposuretime-format',
418         'exif-fnumber',
419         'exif-exposureprogram',
420         'exif-spectralsensitivity',
421         'exif-isospeedratings',
422         'exif-oecf',
423         'exif-shutterspeedvalue',
424         'exif-aperturevalue',
425         'exif-brightnessvalue',
426         'exif-exposurebiasvalue',
427         'exif-maxaperturevalue',
428         'exif-subjectdistance',
429         'exif-meteringmode',
430         'exif-lightsource',
431         'exif-flash',
432         'exif-focallength',
433         'exif-subjectarea',
434         'exif-flashenergy',
435         'exif-spatialfrequencyresponse',
436         'exif-focalplanexresolution',
437         'exif-focalplaneyresolution',
438         'exif-focalplaneresolutionunit',
439         'exif-subjectlocation',
440         'exif-exposureindex',
441         'exif-sensingmethod',
442         'exif-filesource',
443         'exif-scenetype',
444         'exif-cfapattern',
445         'exif-customrendered',
446         'exif-exposuremode',
447         'exif-whitebalance',
448         'exif-digitalzoomratio',
449         'exif-focallengthin35mmfilm',
450         'exif-scenecapturetype',
451         'exif-gaincontrol',
452         'exif-contrast',
453         'exif-saturation',
454         'exif-sharpness',
455         'exif-devicesettingdescription',
456         'exif-subjectdistancerange',
457         'exif-imageuniqueid',
458         'exif-gpsversionid',
459         'exif-gpslatituderef',
460         'exif-gpslatitude',
461         'exif-gpslongituderef',
462         'exif-gpslongitude',
463         'exif-gpsaltituderef',
464         'exif-gpsaltitude',
465         'exif-gpstimestamp',
466         'exif-gpssatellites',
467         'exif-gpsstatus',
468         'exif-gpsmeasuremode',
469         'exif-gpsdop',
470         'exif-gpsspeedref',
471         'exif-gpsspeed',
472         'exif-gpstrackref',
473         'exif-gpstrack',
474         'exif-gpsimgdirectionref',
475         'exif-gpsimgdirection',
476         'exif-gpsmapdatum',
477         'exif-gpsdestlatituderef',
478         'exif-gpsdestlatitude',
479         'exif-gpsdestlongituderef',
480         'exif-gpsdestlongitude',
481         'exif-gpsdestbearingref',
482         'exif-gpsdestbearing',
483         'exif-gpsdestdistanceref',
484         'exif-gpsdestdistance',
485         'exif-gpsprocessingmethod',
486         'exif-gpsareainformation',
487         'exif-gpsdatestamp',
488         'exif-gpsdifferential',
489         'exif-compression-1',
490         'exif-unknowndate',
491         'exif-orientation-1',
492         'exif-orientation-2',
493         'exif-orientation-3',
494         'exif-orientation-4',
495         'exif-orientation-5',
496         'exif-orientation-6',
497         'exif-orientation-7',
498         'exif-orientation-8',
499         'exif-planarconfiguration-1',
500         'exif-planarconfiguration-2',
501         'exif-componentsconfiguration-0',
502         'exif-exposureprogram-0',
503         'exif-exposureprogram-1',
504         'exif-exposureprogram-2',
505         'exif-exposureprogram-3',
506         'exif-exposureprogram-4',
507         'exif-exposureprogram-5',
508         'exif-exposureprogram-6',
509         'exif-exposureprogram-7',
510         'exif-exposureprogram-8',
511         'exif-subjectdistance-value',
512         'exif-meteringmode-0',
513         'exif-meteringmode-1',
514         'exif-meteringmode-2',
515         'exif-meteringmode-3',
516         'exif-meteringmode-4',
517         'exif-meteringmode-5',
518         'exif-meteringmode-6',
519         'exif-meteringmode-255',
520         'exif-lightsource-0',
521         'exif-lightsource-1',
522         'exif-lightsource-2',
523         'exif-lightsource-3',
524         'exif-lightsource-4',
525         'exif-lightsource-9',
526         'exif-lightsource-10',
527         'exif-lightsource-11',
528         'exif-lightsource-12',
529         'exif-lightsource-13',
530         'exif-lightsource-14',
531         'exif-lightsource-15',
532         'exif-lightsource-17',
533         'exif-lightsource-18',
534         'exif-lightsource-19',
535         'exif-lightsource-24',
536         'exif-lightsource-255',
537         'exif-flash-fired-0' ,
538         'exif-flash-fired-1' ,
539         'exif-flash-return-0' ,
540         'exif-flash-return-2' ,
541         'exif-flash-return-3' ,
542         'exif-flash-mode-1' ,
543         'exif-flash-mode-2' ,
544         'exif-flash-mode-3' ,
545         'exif-flash-function-1' ,
546         'exif-flash-redeye-1' ,
547         'exif-focalplaneresolutionunit-2',
548         'exif-sensingmethod-1',
549         'exif-sensingmethod-2',
550         'exif-sensingmethod-3',
551         'exif-sensingmethod-4',
552         'exif-sensingmethod-5',
553         'exif-sensingmethod-7',
554         'exif-sensingmethod-8',
555         'exif-scenetype-1',
556         'exif-customrendered-0',
557         'exif-customrendered-1',
558         'exif-exposuremode-0',
559         'exif-exposuremode-1',
560         'exif-exposuremode-2',
561         'exif-whitebalance-0',
562         'exif-whitebalance-1',
563         'exif-scenecapturetype-0',
564         'exif-scenecapturetype-1',
565         'exif-scenecapturetype-2',
566         'exif-scenecapturetype-3',
567         'exif-gaincontrol-0',
568         'exif-gaincontrol-1',
569         'exif-gaincontrol-2',
570         'exif-gaincontrol-3',
571         'exif-gaincontrol-4',
572         'exif-contrast-0',
573         'exif-contrast-1',
574         'exif-contrast-2',
575         'exif-saturation-0',
576         'exif-saturation-1',
577         'exif-saturation-2',
578         'exif-sharpness-0',
579         'exif-sharpness-1',
580         'exif-sharpness-2',
581         'exif-subjectdistancerange-0',
582         'exif-subjectdistancerange-1',
583         'exif-subjectdistancerange-2',
584         'exif-subjectdistancerange-3',
585         'exif-gpslatitude-n',
586         'exif-gpslatitude-s',
587         'exif-gpslongitude-e',
588         'exif-gpslongitude-w',
589         'exif-gpsaltitude-0',
590         'exif-gpsaltitude-1',
591         'exif-gpsstatus-a',
592         'exif-gpsstatus-v',
593         'exif-gpsmeasuremode-2',
594         'exif-gpsmeasuremode-3',
595         'exif-gpsspeed-k',
596         'exif-gpsspeed-m',
597         'exif-gpsspeed-n',
598         'exif-gpsdestdistance-k',
599         'exif-gpsdestdistance-m',
600         'exif-gpsdestdistance-n',
601         'exif-gpsdirection-t',
602         'exif-gpsdirection-m',
603         'exif-objectname',
604 );