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