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