9d6e6e2c9956e4f0d0af9406a14be2d98839b8d2
[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 'addsection',
13 'anonnotice',
14 'catseparator',
15 'googlesearch',
16 'exif-make-value',
17 'exif-model-value',
18 'exif-software-value',
19 'history_copyright',
20 'licenses',
21 'loginend',
22 'loginlanguagelinks',
23 'markaspatrolledlink',
24 'newarticletextanon',
25 'noarticletextanon',
26 'number_of_watching_users_RCview',
27 'old-revision-navigation',
28 'pagecategorieslink',
29 'pubmedurl',
30 'randompage-url',
31 'recentchanges-url',
32 'revision-nav',
33 'rfcurl',
34 'shareddescriptionfollows',
35 'signupend',
36 'sitenotice',
37 'sitesubtitle',
38 'sitetitle',
39 'talkpagetext',
40 'trackback',
41 'trackbackexcerpt',
42 'widthheight',
43 );
44
45 /** Optional messages, which may be translated only if changed in the other language. */
46 $wgOptionalMessages = array(
47 'imgmultigotopost',
48 'linkprefix',
49 'feed-atom',
50 'feed-rss',
51 'allpages-summary',
52 'booksources-summary',
53 'ipblocklist-summary',
54 'listusers-summary',
55 'longpages-summary',
56 'preferences-summary',
57 'specialpages-summary',
58 'whatlinkshere-summary',
59 'whatlinkshere-barrow',
60 'imagelist-summary',
61 'mimesearch-summary',
62 'listredirects-summary',
63 'uncategorizedpages-summary',
64 'uncategorizedcategories-summary',
65 'uncategorizedimages-summary',
66 'popularpages-summary',
67 'wantedcategories-summary',
68 'wantedpages-summary',
69 'mostlinked-summary',
70 'mostlinkedcategories-summary',
71 'mostcategories-summary',
72 'mostimages-summary',
73 'mostrevisions-summary',
74 'prefixindex-summary',
75 'shortpages-summary',
76 'newpages-summary',
77 'ancientpages-summary',
78 'newimages-summary',
79 'unwatchedpages-summary',
80 'userrights-summary',
81 'brokenredirects-summary',
82 'deadendpages-summary',
83 'disambiguations-summary',
84 'doubleredirects-summary',
85 'lonelypages-summary',
86 'unusedtemplates-summary',
87 'variantname-zh-cn',
88 'variantname-zh-tw',
89 'variantname-zh-hk',
90 'variantname-zh-sg',
91 'variantname-zh',
92 'variantname-sr-ec',
93 'variantname-sr-el',
94 'variantname-sr-jc',
95 'variantname-sr-jl',
96 'variantname-sr',
97 'variantname-kk-tr',
98 'variantname-kk-kz',
99 'variantname-kk-cn',
100 'variantname-kk',
101 );
102
103 /** EXIF messages, which may be set as optional in several checks, but are generally mandatory */
104 $wgEXIFMessages = array(
105 'exif-imagewidth',
106 'exif-imagelength',
107 'exif-bitspersample',
108 'exif-compression',
109 'exif-photometricinterpretation',
110 'exif-orientation',
111 'exif-samplesperpixel',
112 'exif-planarconfiguration',
113 'exif-ycbcrsubsampling',
114 'exif-ycbcrpositioning',
115 'exif-xresolution',
116 'exif-yresolution',
117 'exif-resolutionunit',
118 'exif-stripoffsets',
119 'exif-rowsperstrip',
120 'exif-stripbytecounts',
121 'exif-jpeginterchangeformat',
122 'exif-jpeginterchangeformatlength',
123 'exif-transferfunction',
124 'exif-whitepoint',
125 'exif-primarychromaticities',
126 'exif-ycbcrcoefficients',
127 'exif-referenceblackwhite',
128 'exif-datetime',
129 'exif-imagedescription',
130 'exif-make',
131 'exif-model',
132 'exif-software',
133 'exif-artist',
134 'exif-copyright',
135 'exif-exifversion',
136 'exif-flashpixversion',
137 'exif-colorspace',
138 'exif-componentsconfiguration',
139 'exif-compressedbitsperpixel',
140 'exif-pixelydimension',
141 'exif-pixelxdimension',
142 'exif-makernote',
143 'exif-usercomment',
144 'exif-relatedsoundfile',
145 'exif-datetimeoriginal',
146 'exif-datetimedigitized',
147 'exif-subsectime',
148 'exif-subsectimeoriginal',
149 'exif-subsectimedigitized',
150 'exif-exposuretime',
151 'exif-exposuretime-format',
152 'exif-fnumber',
153 'exif-fnumber-format',
154 'exif-exposureprogram',
155 'exif-spectralsensitivity',
156 'exif-isospeedratings',
157 'exif-oecf',
158 'exif-shutterspeedvalue',
159 'exif-aperturevalue',
160 'exif-brightnessvalue',
161 'exif-exposurebiasvalue',
162 'exif-maxaperturevalue',
163 'exif-subjectdistance',
164 'exif-meteringmode',
165 'exif-lightsource',
166 'exif-flash',
167 'exif-focallength',
168 'exif-focallength-format',
169 'exif-subjectarea',
170 'exif-flashenergy',
171 'exif-spatialfrequencyresponse',
172 'exif-focalplanexresolution',
173 'exif-focalplaneyresolution',
174 'exif-focalplaneresolutionunit',
175 'exif-subjectlocation',
176 'exif-exposureindex',
177 'exif-sensingmethod',
178 'exif-filesource',
179 'exif-scenetype',
180 'exif-cfapattern',
181 'exif-customrendered',
182 'exif-exposuremode',
183 'exif-whitebalance',
184 'exif-digitalzoomratio',
185 'exif-focallengthin35mmfilm',
186 'exif-scenecapturetype',
187 'exif-gaincontrol',
188 'exif-contrast',
189 'exif-saturation',
190 'exif-sharpness',
191 'exif-devicesettingdescription',
192 'exif-subjectdistancerange',
193 'exif-imageuniqueid',
194 'exif-gpsversionid',
195 'exif-gpslatituderef',
196 'exif-gpslatitude',
197 'exif-gpslongituderef',
198 'exif-gpslongitude',
199 'exif-gpsaltituderef',
200 'exif-gpsaltitude',
201 'exif-gpstimestamp',
202 'exif-gpssatellites',
203 'exif-gpsstatus',
204 'exif-gpsmeasuremode',
205 'exif-gpsdop',
206 'exif-gpsspeedref',
207 'exif-gpsspeed',
208 'exif-gpstrackref',
209 'exif-gpstrack',
210 'exif-gpsimgdirectionref',
211 'exif-gpsimgdirection',
212 'exif-gpsmapdatum',
213 'exif-gpsdestlatituderef',
214 'exif-gpsdestlatitude',
215 'exif-gpsdestlongituderef',
216 'exif-gpsdestlongitude',
217 'exif-gpsdestbearingref',
218 'exif-gpsdestbearing',
219 'exif-gpsdestdistanceref',
220 'exif-gpsdestdistance',
221 'exif-gpsprocessingmethod',
222 'exif-gpsareainformation',
223 'exif-gpsdatestamp',
224 'exif-gpsdifferential',
225 'exif-compression-1',
226 'exif-compression-6',
227 'exif-photometricinterpretation-2',
228 'exif-photometricinterpretation-6',
229 'exif-orientation-1',
230 'exif-orientation-2',
231 'exif-orientation-3',
232 'exif-orientation-4',
233 'exif-orientation-5',
234 'exif-orientation-6',
235 'exif-orientation-7',
236 'exif-orientation-8',
237 'exif-planarconfiguration-1',
238 'exif-planarconfiguration-2',
239 'exif-xyresolution-i',
240 'exif-xyresolution-c',
241 'exif-colorspace-1',
242 'exif-colorspace-ffff.h',
243 'exif-componentsconfiguration-0',
244 'exif-componentsconfiguration-1',
245 'exif-componentsconfiguration-2',
246 'exif-componentsconfiguration-3',
247 'exif-componentsconfiguration-4',
248 'exif-componentsconfiguration-5',
249 'exif-componentsconfiguration-6',
250 'exif-exposureprogram-0',
251 'exif-exposureprogram-1',
252 'exif-exposureprogram-2',
253 'exif-exposureprogram-3',
254 'exif-exposureprogram-4',
255 'exif-exposureprogram-5',
256 'exif-exposureprogram-6',
257 'exif-exposureprogram-7',
258 'exif-exposureprogram-8',
259 'exif-subjectdistance-value',
260 'exif-meteringmode-0',
261 'exif-meteringmode-1',
262 'exif-meteringmode-2',
263 'exif-meteringmode-3',
264 'exif-meteringmode-4',
265 'exif-meteringmode-5',
266 'exif-meteringmode-6',
267 'exif-meteringmode-255',
268 'exif-lightsource-0',
269 'exif-lightsource-1',
270 'exif-lightsource-2',
271 'exif-lightsource-3',
272 'exif-lightsource-4',
273 'exif-lightsource-9',
274 'exif-lightsource-10',
275 'exif-lightsource-11',
276 'exif-lightsource-12',
277 'exif-lightsource-13',
278 'exif-lightsource-14',
279 'exif-lightsource-15',
280 'exif-lightsource-17',
281 'exif-lightsource-18',
282 'exif-lightsource-19',
283 'exif-lightsource-20',
284 'exif-lightsource-21',
285 'exif-lightsource-22',
286 'exif-lightsource-23',
287 'exif-lightsource-24',
288 'exif-lightsource-255',
289 'exif-focalplaneresolutionunit-2',
290 'exif-sensingmethod-1',
291 'exif-sensingmethod-2',
292 'exif-sensingmethod-3',
293 'exif-sensingmethod-4',
294 'exif-sensingmethod-5',
295 'exif-sensingmethod-7',
296 'exif-sensingmethod-8',
297 'exif-filesource-3',
298 'exif-scenetype-1',
299 'exif-customrendered-0',
300 'exif-customrendered-1',
301 'exif-exposuremode-0',
302 'exif-exposuremode-1',
303 'exif-exposuremode-2',
304 'exif-whitebalance-0',
305 'exif-whitebalance-1',
306 'exif-scenecapturetype-0',
307 'exif-scenecapturetype-1',
308 'exif-scenecapturetype-2',
309 'exif-scenecapturetype-3',
310 'exif-gaincontrol-0',
311 'exif-gaincontrol-1',
312 'exif-gaincontrol-2',
313 'exif-gaincontrol-3',
314 'exif-gaincontrol-4',
315 'exif-contrast-0',
316 'exif-contrast-1',
317 'exif-contrast-2',
318 'exif-saturation-0',
319 'exif-saturation-1',
320 'exif-saturation-2',
321 'exif-sharpness-0',
322 'exif-sharpness-1',
323 'exif-sharpness-2',
324 'exif-subjectdistancerange-0',
325 'exif-subjectdistancerange-1',
326 'exif-subjectdistancerange-2',
327 'exif-subjectdistancerange-3',
328 'exif-gpslatitude-n',
329 'exif-gpslatitude-s',
330 'exif-gpslongitude-e',
331 'exif-gpslongitude-w',
332 'exif-gpsstatus-a',
333 'exif-gpsstatus-v',
334 'exif-gpsmeasuremode-2',
335 'exif-gpsmeasuremode-3',
336 'exif-gpsspeed-k',
337 'exif-gpsspeed-m',
338 'exif-gpsspeed-n',
339 'exif-gpsdirection-t',
340 'exif-gpsdirection-m',
341 );
342
343 ?>