* Update German translations
[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 'allpages-summary',
111 'booksources-summary',
112 'ipblocklist-summary',
113 'listusers-summary',
114 'longpages-summary',
115 'preferences-summary',
116 'specialpages-summary',
117 'whatlinkshere-summary',
118 'whatlinkshere-barrow',
119 'imagelist-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 'protectedpages-summary',
142 'disambiguations-summary',
143 'doubleredirects-summary',
144 'lonelypages-summary',
145 'unusedtemplates-summary',
146 'recentchangeslinked-summary',
147 'variantname-zh-cn',
148 'variantname-zh-tw',
149 'variantname-zh-hk',
150 'variantname-zh-sg',
151 'variantname-zh',
152 'variantname-sr-ec',
153 'variantname-sr-el',
154 'variantname-sr-jc',
155 'variantname-sr-jl',
156 'variantname-sr',
157 'variantname-kk-tr',
158 'variantname-kk-kz',
159 'variantname-kk-cn',
160 'variantname-kk',
161 );
162
163 /** EXIF messages, which may be set as optional in several checks, but are generally mandatory */
164 $wgEXIFMessages = array(
165 'exif-imagewidth',
166 'exif-imagelength',
167 'exif-bitspersample',
168 'exif-compression',
169 'exif-photometricinterpretation',
170 'exif-orientation',
171 'exif-samplesperpixel',
172 'exif-planarconfiguration',
173 'exif-ycbcrsubsampling',
174 'exif-ycbcrpositioning',
175 'exif-xresolution',
176 'exif-yresolution',
177 'exif-resolutionunit',
178 'exif-stripoffsets',
179 'exif-rowsperstrip',
180 'exif-stripbytecounts',
181 'exif-jpeginterchangeformat',
182 'exif-jpeginterchangeformatlength',
183 'exif-transferfunction',
184 'exif-whitepoint',
185 'exif-primarychromaticities',
186 'exif-ycbcrcoefficients',
187 'exif-referenceblackwhite',
188 'exif-datetime',
189 'exif-imagedescription',
190 'exif-make',
191 'exif-model',
192 'exif-software',
193 'exif-artist',
194 'exif-copyright',
195 'exif-exifversion',
196 'exif-flashpixversion',
197 'exif-colorspace',
198 'exif-componentsconfiguration',
199 'exif-compressedbitsperpixel',
200 'exif-pixelydimension',
201 'exif-pixelxdimension',
202 'exif-makernote',
203 'exif-usercomment',
204 'exif-relatedsoundfile',
205 'exif-datetimeoriginal',
206 'exif-datetimedigitized',
207 'exif-subsectime',
208 'exif-subsectimeoriginal',
209 'exif-subsectimedigitized',
210 'exif-exposuretime',
211 'exif-exposuretime-format',
212 'exif-fnumber',
213 'exif-fnumber-format',
214 'exif-exposureprogram',
215 'exif-spectralsensitivity',
216 'exif-isospeedratings',
217 'exif-oecf',
218 'exif-shutterspeedvalue',
219 'exif-aperturevalue',
220 'exif-brightnessvalue',
221 'exif-exposurebiasvalue',
222 'exif-maxaperturevalue',
223 'exif-subjectdistance',
224 'exif-meteringmode',
225 'exif-lightsource',
226 'exif-flash',
227 'exif-focallength',
228 'exif-focallength-format',
229 'exif-subjectarea',
230 'exif-flashenergy',
231 'exif-spatialfrequencyresponse',
232 'exif-focalplanexresolution',
233 'exif-focalplaneyresolution',
234 'exif-focalplaneresolutionunit',
235 'exif-subjectlocation',
236 'exif-exposureindex',
237 'exif-sensingmethod',
238 'exif-filesource',
239 'exif-scenetype',
240 'exif-cfapattern',
241 'exif-customrendered',
242 'exif-exposuremode',
243 'exif-whitebalance',
244 'exif-digitalzoomratio',
245 'exif-focallengthin35mmfilm',
246 'exif-scenecapturetype',
247 'exif-gaincontrol',
248 'exif-contrast',
249 'exif-saturation',
250 'exif-sharpness',
251 'exif-devicesettingdescription',
252 'exif-subjectdistancerange',
253 'exif-imageuniqueid',
254 'exif-gpsversionid',
255 'exif-gpslatituderef',
256 'exif-gpslatitude',
257 'exif-gpslongituderef',
258 'exif-gpslongitude',
259 'exif-gpsaltituderef',
260 'exif-gpsaltitude',
261 'exif-gpstimestamp',
262 'exif-gpssatellites',
263 'exif-gpsstatus',
264 'exif-gpsmeasuremode',
265 'exif-gpsdop',
266 'exif-gpsspeedref',
267 'exif-gpsspeed',
268 'exif-gpstrackref',
269 'exif-gpstrack',
270 'exif-gpsimgdirectionref',
271 'exif-gpsimgdirection',
272 'exif-gpsmapdatum',
273 'exif-gpsdestlatituderef',
274 'exif-gpsdestlatitude',
275 'exif-gpsdestlongituderef',
276 'exif-gpsdestlongitude',
277 'exif-gpsdestbearingref',
278 'exif-gpsdestbearing',
279 'exif-gpsdestdistanceref',
280 'exif-gpsdestdistance',
281 'exif-gpsprocessingmethod',
282 'exif-gpsareainformation',
283 'exif-gpsdatestamp',
284 'exif-gpsdifferential',
285 'exif-compression-1',
286 'exif-compression-6',
287 'exif-unknowndate',
288 'exif-photometricinterpretation-2',
289 'exif-photometricinterpretation-6',
290 'exif-orientation-1',
291 'exif-orientation-2',
292 'exif-orientation-3',
293 'exif-orientation-4',
294 'exif-orientation-5',
295 'exif-orientation-6',
296 'exif-orientation-7',
297 'exif-orientation-8',
298 'exif-planarconfiguration-1',
299 'exif-planarconfiguration-2',
300 'exif-xyresolution-i',
301 'exif-xyresolution-c',
302 'exif-colorspace-1',
303 'exif-colorspace-ffff.h',
304 'exif-componentsconfiguration-0',
305 'exif-componentsconfiguration-1',
306 'exif-componentsconfiguration-2',
307 'exif-componentsconfiguration-3',
308 'exif-componentsconfiguration-4',
309 'exif-componentsconfiguration-5',
310 'exif-componentsconfiguration-6',
311 'exif-exposureprogram-0',
312 'exif-exposureprogram-1',
313 'exif-exposureprogram-2',
314 'exif-exposureprogram-3',
315 'exif-exposureprogram-4',
316 'exif-exposureprogram-5',
317 'exif-exposureprogram-6',
318 'exif-exposureprogram-7',
319 'exif-exposureprogram-8',
320 'exif-subjectdistance-value',
321 'exif-meteringmode-0',
322 'exif-meteringmode-1',
323 'exif-meteringmode-2',
324 'exif-meteringmode-3',
325 'exif-meteringmode-4',
326 'exif-meteringmode-5',
327 'exif-meteringmode-6',
328 'exif-meteringmode-255',
329 'exif-lightsource-0',
330 'exif-lightsource-1',
331 'exif-lightsource-2',
332 'exif-lightsource-3',
333 'exif-lightsource-4',
334 'exif-lightsource-9',
335 'exif-lightsource-10',
336 'exif-lightsource-11',
337 'exif-lightsource-12',
338 'exif-lightsource-13',
339 'exif-lightsource-14',
340 'exif-lightsource-15',
341 'exif-lightsource-17',
342 'exif-lightsource-18',
343 'exif-lightsource-19',
344 'exif-lightsource-20',
345 'exif-lightsource-21',
346 'exif-lightsource-22',
347 'exif-lightsource-23',
348 'exif-lightsource-24',
349 'exif-lightsource-255',
350 'exif-focalplaneresolutionunit-2',
351 'exif-sensingmethod-1',
352 'exif-sensingmethod-2',
353 'exif-sensingmethod-3',
354 'exif-sensingmethod-4',
355 'exif-sensingmethod-5',
356 'exif-sensingmethod-7',
357 'exif-sensingmethod-8',
358 'exif-filesource-3',
359 'exif-scenetype-1',
360 'exif-customrendered-0',
361 'exif-customrendered-1',
362 'exif-exposuremode-0',
363 'exif-exposuremode-1',
364 'exif-exposuremode-2',
365 'exif-whitebalance-0',
366 'exif-whitebalance-1',
367 'exif-scenecapturetype-0',
368 'exif-scenecapturetype-1',
369 'exif-scenecapturetype-2',
370 'exif-scenecapturetype-3',
371 'exif-gaincontrol-0',
372 'exif-gaincontrol-1',
373 'exif-gaincontrol-2',
374 'exif-gaincontrol-3',
375 'exif-gaincontrol-4',
376 'exif-contrast-0',
377 'exif-contrast-1',
378 'exif-contrast-2',
379 'exif-saturation-0',
380 'exif-saturation-1',
381 'exif-saturation-2',
382 'exif-sharpness-0',
383 'exif-sharpness-1',
384 'exif-sharpness-2',
385 'exif-subjectdistancerange-0',
386 'exif-subjectdistancerange-1',
387 'exif-subjectdistancerange-2',
388 'exif-subjectdistancerange-3',
389 'exif-gpslatitude-n',
390 'exif-gpslatitude-s',
391 'exif-gpslongitude-e',
392 'exif-gpslongitude-w',
393 'exif-gpsstatus-a',
394 'exif-gpsstatus-v',
395 'exif-gpsmeasuremode-2',
396 'exif-gpsmeasuremode-3',
397 'exif-gpsspeed-k',
398 'exif-gpsspeed-m',
399 'exif-gpsspeed-n',
400 'exif-gpsdirection-t',
401 'exif-gpsdirection-m',
402 );
403
404 ?>