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