Note recent PG changes.
[mediawiki.git] / maintenance / language / messageTypes.inc
blob5dc675904fd515c91515c81a2f5c50eaf47a03ce
1 <?php
2 /**
3  * Several types of messages.
4  *
5  * @package MediaWiki
6  * @subpackage Maintenance
7  */
9 /** Ignored messages, which should be 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-p-logo',
35         'accesskey-n-mainpage',
36         'accesskey-n-portal',
37         'accesskey-n-currentevents',
38         'accesskey-n-recentchanges',
39         'accesskey-n-randompage',
40         'accesskey-n-help',
41         'accesskey-n-sitesupport',
42         'accesskey-t-whatlinkshere',
43         'accesskey-t-recentchangeslinked',
44         'accesskey-feed-rss',
45         'accesskey-feed-atom',
46         'accesskey-t-contributions',
47         'accesskey-t-emailuser',
48         'accesskey-t-upload',
49         'accesskey-t-specialpages',
50         'accesskey-ca-nstab-main',
51         'accesskey-ca-nstab-user',
52         'accesskey-ca-nstab-media',
53         'accesskey-ca-nstab-special',
54         'accesskey-ca-nstab-project',
55         'accesskey-ca-nstab-image',
56         'accesskey-ca-nstab-mediawiki',
57         'accesskey-ca-nstab-template',
58         'accesskey-ca-nstab-help',
59         'accesskey-ca-nstab-category',
60         'accesskey-minoredit',
61         'accesskey-save',
62         'accesskey-preview',
63         'accesskey-diff',
64         'accesskey-compareselectedversions',
65         'accesskey-watch',
66         'addsection',
67         'anonnotice',
68         'autoblock_whitelist',
69         'catseparator',
70         'googlesearch',
71         'exif-make-value',
72         'exif-model-value',
73         'exif-software-value',
74         'history_copyright',
75         'licenses',
76         'loginend',
77         'loginlanguagelinks',
78         'markaspatrolledlink',
79         'newarticletextanon',
80         'newtalkseperator',
81         'noarticletextanon',
82         'number_of_watching_users_RCview',
83         'pagecategorieslink',
84         'pubmedurl',
85         'randompage-url',
86         'rc-change-size',
87         'recentchanges-url',
88         'revision-nav',
89         'rfcurl',
90         'shareddescriptionfollows',
91         'signupend',
92         'sitenotice',
93         'sitesubtitle',
94         'sitetitle',
95         'statistics-footer',
96         'talkpagetext',
97         'trackback',
98         'trackbackexcerpt',
99         'widthheight',
102 /** Optional messages, which may be translated only if changed in the other language. */
103 $wgOptionalMessages = array(
104         'imgmultigotopost',
105         'linkprefix',
106         'feed-atom',
107         'feed-rss',
108         'allpages-summary',
109         'booksources-summary',
110         'ipblocklist-summary',
111         'listusers-summary',
112         'longpages-summary',
113         'preferences-summary',
114         'specialpages-summary',
115         'whatlinkshere-summary',
116         'whatlinkshere-barrow',
117         'imagelist-summary',
118         'mimesearch-summary',
119         'listredirects-summary',
120         'uncategorizedpages-summary',
121         'uncategorizedcategories-summary',
122         'uncategorizedimages-summary',
123         'popularpages-summary',
124         'wantedcategories-summary',
125         'wantedpages-summary',
126         'mostlinked-summary',
127         'mostlinkedcategories-summary',
128         'mostcategories-summary',
129         'mostimages-summary',
130         'mostrevisions-summary',
131         'prefixindex-summary',
132         'shortpages-summary',
133         'newpages-summary',
134         'ancientpages-summary',
135         'newimages-summary',
136         'unwatchedpages-summary',
137         'userrights-summary',
138         'brokenredirects-summary',
139         'deadendpages-summary',
140         'disambiguations-summary',
141         'doubleredirects-summary',
142         'lonelypages-summary',
143         'unusedtemplates-summary',
144         'variantname-zh-cn',
145         'variantname-zh-tw',
146         'variantname-zh-hk',
147         'variantname-zh-sg',
148         'variantname-zh',
149         'variantname-sr-ec',
150         'variantname-sr-el',
151         'variantname-sr-jc',
152         'variantname-sr-jl',
153         'variantname-sr',
154         'variantname-kk-tr',
155         'variantname-kk-kz',
156         'variantname-kk-cn',
157         'variantname-kk',
160 /** EXIF messages, which may be set as optional in several checks, but are generally mandatory */
161 $wgEXIFMessages = array(
162         'exif-imagewidth',
163         'exif-imagelength',
164         'exif-bitspersample',
165         'exif-compression',
166         'exif-photometricinterpretation',
167         'exif-orientation',
168         'exif-samplesperpixel',
169         'exif-planarconfiguration',
170         'exif-ycbcrsubsampling',
171         'exif-ycbcrpositioning',
172         'exif-xresolution',
173         'exif-yresolution',
174         'exif-resolutionunit',
175         'exif-stripoffsets',
176         'exif-rowsperstrip',
177         'exif-stripbytecounts',
178         'exif-jpeginterchangeformat',
179         'exif-jpeginterchangeformatlength',
180         'exif-transferfunction',
181         'exif-whitepoint',
182         'exif-primarychromaticities',
183         'exif-ycbcrcoefficients',
184         'exif-referenceblackwhite',
185         'exif-datetime',
186         'exif-imagedescription',
187         'exif-make',
188         'exif-model',
189         'exif-software',
190         'exif-artist',
191         'exif-copyright',
192         'exif-exifversion',
193         'exif-flashpixversion',
194         'exif-colorspace',
195         'exif-componentsconfiguration',
196         'exif-compressedbitsperpixel',
197         'exif-pixelydimension',
198         'exif-pixelxdimension',
199         'exif-makernote',
200         'exif-usercomment',
201         'exif-relatedsoundfile',
202         'exif-datetimeoriginal',
203         'exif-datetimedigitized',
204         'exif-subsectime',
205         'exif-subsectimeoriginal',
206         'exif-subsectimedigitized',
207         'exif-exposuretime',
208         'exif-exposuretime-format',
209         'exif-fnumber',
210         'exif-fnumber-format',
211         'exif-exposureprogram',
212         'exif-spectralsensitivity',
213         'exif-isospeedratings',
214         'exif-oecf',
215         'exif-shutterspeedvalue',
216         'exif-aperturevalue',
217         'exif-brightnessvalue',
218         'exif-exposurebiasvalue',
219         'exif-maxaperturevalue',
220         'exif-subjectdistance',
221         'exif-meteringmode',
222         'exif-lightsource',
223         'exif-flash',
224         'exif-focallength',
225         'exif-focallength-format',
226         'exif-subjectarea',
227         'exif-flashenergy',
228         'exif-spatialfrequencyresponse',
229         'exif-focalplanexresolution',
230         'exif-focalplaneyresolution',
231         'exif-focalplaneresolutionunit',
232         'exif-subjectlocation',
233         'exif-exposureindex',
234         'exif-sensingmethod',
235         'exif-filesource',
236         'exif-scenetype',
237         'exif-cfapattern',
238         'exif-customrendered',
239         'exif-exposuremode',
240         'exif-whitebalance',
241         'exif-digitalzoomratio',
242         'exif-focallengthin35mmfilm',
243         'exif-scenecapturetype',
244         'exif-gaincontrol',
245         'exif-contrast',
246         'exif-saturation',
247         'exif-sharpness',
248         'exif-devicesettingdescription',
249         'exif-subjectdistancerange',
250         'exif-imageuniqueid',
251         'exif-gpsversionid',
252         'exif-gpslatituderef',
253         'exif-gpslatitude',
254         'exif-gpslongituderef',
255         'exif-gpslongitude',
256         'exif-gpsaltituderef',
257         'exif-gpsaltitude',
258         'exif-gpstimestamp',
259         'exif-gpssatellites',
260         'exif-gpsstatus',
261         'exif-gpsmeasuremode',
262         'exif-gpsdop',
263         'exif-gpsspeedref',
264         'exif-gpsspeed',
265         'exif-gpstrackref',
266         'exif-gpstrack',
267         'exif-gpsimgdirectionref',
268         'exif-gpsimgdirection',
269         'exif-gpsmapdatum',
270         'exif-gpsdestlatituderef',
271         'exif-gpsdestlatitude',
272         'exif-gpsdestlongituderef',
273         'exif-gpsdestlongitude',
274         'exif-gpsdestbearingref',
275         'exif-gpsdestbearing',
276         'exif-gpsdestdistanceref',
277         'exif-gpsdestdistance',
278         'exif-gpsprocessingmethod',
279         'exif-gpsareainformation',
280         'exif-gpsdatestamp',
281         'exif-gpsdifferential',
282         'exif-compression-1',
283         'exif-compression-6',
284         'exif-unknowndate',
285         'exif-photometricinterpretation-2',
286         'exif-photometricinterpretation-6',
287         'exif-orientation-1',
288         'exif-orientation-2',
289         'exif-orientation-3',
290         'exif-orientation-4',
291         'exif-orientation-5',
292         'exif-orientation-6',
293         'exif-orientation-7',
294         'exif-orientation-8',
295         'exif-planarconfiguration-1',
296         'exif-planarconfiguration-2',
297         'exif-xyresolution-i',
298         'exif-xyresolution-c',
299         'exif-colorspace-1',
300         'exif-colorspace-ffff.h',
301         'exif-componentsconfiguration-0',
302         'exif-componentsconfiguration-1',
303         'exif-componentsconfiguration-2',
304         'exif-componentsconfiguration-3',
305         'exif-componentsconfiguration-4',
306         'exif-componentsconfiguration-5',
307         'exif-componentsconfiguration-6',
308         'exif-exposureprogram-0',
309         'exif-exposureprogram-1',
310         'exif-exposureprogram-2',
311         'exif-exposureprogram-3',
312         'exif-exposureprogram-4',
313         'exif-exposureprogram-5',
314         'exif-exposureprogram-6',
315         'exif-exposureprogram-7',
316         'exif-exposureprogram-8',
317         'exif-subjectdistance-value',
318         'exif-meteringmode-0',
319         'exif-meteringmode-1',
320         'exif-meteringmode-2',
321         'exif-meteringmode-3',
322         'exif-meteringmode-4',
323         'exif-meteringmode-5',
324         'exif-meteringmode-6',
325         'exif-meteringmode-255',
326         'exif-lightsource-0',
327         'exif-lightsource-1',
328         'exif-lightsource-2',
329         'exif-lightsource-3',
330         'exif-lightsource-4',
331         'exif-lightsource-9',
332         'exif-lightsource-10',
333         'exif-lightsource-11',
334         'exif-lightsource-12',
335         'exif-lightsource-13',
336         'exif-lightsource-14',
337         'exif-lightsource-15',
338         'exif-lightsource-17',
339         'exif-lightsource-18',
340         'exif-lightsource-19',
341         'exif-lightsource-20',
342         'exif-lightsource-21',
343         'exif-lightsource-22',
344         'exif-lightsource-23',
345         'exif-lightsource-24',
346         'exif-lightsource-255',
347         'exif-focalplaneresolutionunit-2',
348         'exif-sensingmethod-1',
349         'exif-sensingmethod-2',
350         'exif-sensingmethod-3',
351         'exif-sensingmethod-4',
352         'exif-sensingmethod-5',
353         'exif-sensingmethod-7',
354         'exif-sensingmethod-8',
355         'exif-filesource-3',
356         'exif-scenetype-1',
357         'exif-customrendered-0',
358         'exif-customrendered-1',
359         'exif-exposuremode-0',
360         'exif-exposuremode-1',
361         'exif-exposuremode-2',
362         'exif-whitebalance-0',
363         'exif-whitebalance-1',
364         'exif-scenecapturetype-0',
365         'exif-scenecapturetype-1',
366         'exif-scenecapturetype-2',
367         'exif-scenecapturetype-3',
368         'exif-gaincontrol-0',
369         'exif-gaincontrol-1',
370         'exif-gaincontrol-2',
371         'exif-gaincontrol-3',
372         'exif-gaincontrol-4',
373         'exif-contrast-0',
374         'exif-contrast-1',
375         'exif-contrast-2',
376         'exif-saturation-0',
377         'exif-saturation-1',
378         'exif-saturation-2',
379         'exif-sharpness-0',
380         'exif-sharpness-1',
381         'exif-sharpness-2',
382         'exif-subjectdistancerange-0',
383         'exif-subjectdistancerange-1',
384         'exif-subjectdistancerange-2',
385         'exif-subjectdistancerange-3',
386         'exif-gpslatitude-n',
387         'exif-gpslatitude-s',
388         'exif-gpslongitude-e',
389         'exif-gpslongitude-w',
390         'exif-gpsstatus-a',
391         'exif-gpsstatus-v',
392         'exif-gpsmeasuremode-2',
393         'exif-gpsmeasuremode-3',
394         'exif-gpsspeed-k',
395         'exif-gpsspeed-m',
396         'exif-gpsspeed-n',
397         'exif-gpsdirection-t',
398         'exif-gpsdirection-m',