Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[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 'statistics-footer',
96 'talkpagetext',
97 'trackback',
98 'trackbackexcerpt',
99 'widthheight',
100 );
101
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',
158 );
159
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',
399 );
400
401 ?>