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