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