* Add accesskey 's' and tooltip to 'Save' button at Special:Preferences
[lhc/web/wiklou.git] / maintenance / language / messageTypes.inc
1 <?php
2 /**
3 * Several types of messages.
4 *
5 * @file
6 * @ingroup MaintenanceLanguage
7 */
8
9 /** Ignored messages, which should 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-unprotect',
29 'accesskey-ca-delete',
30 'accesskey-ca-undelete',
31 'accesskey-ca-move',
32 'accesskey-ca-watch',
33 'accesskey-ca-unwatch',
34 'accesskey-search',
35 'accesskey-search-go',
36 'accesskey-search-fulltext',
37 'accesskey-p-logo',
38 'accesskey-n-mainpage',
39 'accesskey-n-mainpage-description',
40 'accesskey-n-portal',
41 'accesskey-n-currentevents',
42 'accesskey-n-recentchanges',
43 'accesskey-n-randompage',
44 'accesskey-n-help',
45 'accesskey-t-whatlinkshere',
46 'accesskey-t-recentchangeslinked',
47 'accesskey-feed-rss',
48 'accesskey-feed-atom',
49 'accesskey-t-contributions',
50 'accesskey-t-emailuser',
51 'accesskey-t-permalink',
52 'accesskey-t-print',
53 'accesskey-t-upload',
54 'accesskey-t-specialpages',
55 'accesskey-ca-nstab-main',
56 'accesskey-ca-nstab-user',
57 'accesskey-ca-nstab-media',
58 'accesskey-ca-nstab-special',
59 'accesskey-ca-nstab-project',
60 'accesskey-ca-nstab-image',
61 'accesskey-ca-nstab-mediawiki',
62 'accesskey-ca-nstab-template',
63 'accesskey-ca-nstab-help',
64 'accesskey-ca-nstab-category',
65 'accesskey-minoredit',
66 'accesskey-save',
67 'accesskey-preview',
68 'accesskey-diff',
69 'accesskey-compareselectedversions',
70 'accesskey-watch',
71 'accesskey-upload',
72 'accesskey-preferences-save',
73 'addsection',
74 'talkpageheader',
75 'anonnotice',
76 'autoblock_whitelist',
77 'searchmenu-help',
78 'googlesearch',
79 'opensearch-desc',
80 'exif-make-value',
81 'exif-model-value',
82 'exif-software-value',
83 'history_copyright',
84 'licenses',
85 'loginstart',
86 'loginend',
87 'loginlanguagelinks',
88 'markaspatrolledlink',
89 'newarticletextanon',
90 'newsectionheaderdefaultlevel',
91 'newtalkseparator',
92 'noarticletextanon',
93 'number_of_watching_users_RCview',
94 'pagecategorieslink',
95 'pubmedurl',
96 'randompage-url',
97 'recentchanges-url',
98 'cantcreateaccount-nonblock-text',
99 'revision-info-current',
100 'revision-nav',
101 'rfcurl',
102 'shareddescriptionfollows',
103 'signature',
104 'signature-anon',
105 'signupend',
106 'sitenotice',
107 'sitesubtitle',
108 'sitetitle',
109 'sp-contributions-footer',
110 'sp-contributions-footer-anon',
111 'statistics-summary',
112 'statistics-footer',
113 'talkpagetext',
114 'uploadfooter',
115 'listgrouprights-link',
116 'search-interwiki-custom',
117 'allpages-summary',
118 'booksources-summary',
119 'categories-summary',
120 'ipblocklist-summary',
121 'protectedtitles-summary',
122 'listusers-summary',
123 'longpages-summary',
124 'preferences-summary',
125 'specialpages-summary',
126 'whatlinkshere-summary',
127 'listredirects-summary',
128 'uncategorizedpages-summary',
129 'uncategorizedcategories-summary',
130 'uncategorizedimages-summary',
131 'uncategorizedtemplates-summary',
132 'popularpages-summary',
133 'wantedcategories-summary',
134 'wantedfiles-summary',
135 'wantedpages-summary',
136 'mostlinked-summary',
137 'mostlinkedcategories-summary',
138 'mostlinkedtemplates-summary',
139 'mostcategories-summary',
140 'mostimages-summary',
141 'mostrevisions-summary',
142 'prefixindex-summary',
143 'shortpages-summary',
144 'newpages-summary',
145 'ancientpages-summary',
146 'unwatchedpages-summary',
147 'userrights-summary',
148 'brokenredirects-summary',
149 'deadendpages-summary',
150 'protectedpages-summary',
151 'disambiguations-summary',
152 'doubleredirects-summary',
153 'lonelypages-summary',
154 'unusedtemplates-summary',
155 'fewestrevisions-summary',
156 'upload-summary',
157 'newuserlogentry',
158 'wantedtemplates-summary',
159 'activeusers-summary',
160 'search-summary',
161 'editpage-tos-summary',
162 'addsection-preload',
163 'addsection-editintro',
164 );
165
166 /** Optional messages, which may be translated only if changed in the target language. */
167 $wgOptionalMessages = array(
168 'linkprefix',
169 'editsection-brackets',
170 'feed-atom',
171 'feed-rss',
172 'sectionlink',
173 'unit-pixel',
174 'userrights-irreversible-marker',
175 'tog-nolangconversion',
176 'tog-noconvertlink',
177 'yourvariant',
178 'variantname-zh-hans',
179 'variantname-zh-hant',
180 'variantname-zh-cn',
181 'variantname-zh-tw',
182 'variantname-zh-hk',
183 'variantname-zh-mo',
184 'variantname-zh-my',
185 'variantname-zh-sg',
186 'variantname-zh',
187 'variantname-gan-hans',
188 'variantname-gan-hant',
189 'variantname-gan',
190 'variantname-sr-ec',
191 'variantname-sr-el',
192 'variantname-sr',
193 'variantname-kk-arab',
194 'variantname-kk-cyrl',
195 'variantname-kk-latn',
196 'variantname-kk-tr',
197 'variantname-kk-kz',
198 'variantname-kk-cn',
199 'variantname-kk',
200 'variantname-ku-latn',
201 'variantname-ku-arab',
202 'variantname-ku',
203 'variantname-tg-cyrl',
204 'variantname-tg-latn',
205 'variantname-tg',
206 'rc-change-size',
207 'resetpass_text',
208 'image_sample',
209 'media_sample',
210 'skinname-standard',
211 'skinname-nostalgia',
212 'skinname-cologneblue',
213 'skinname-monobook',
214 'skinname-myskin',
215 'skinname-chick',
216 'skinname-simple',
217 'skinname-modern',
218 'skinname-vector',
219 'common.css',
220 'standard.css',
221 'nostalgia.css',
222 'cologneblue.css',
223 'monobook.css',
224 'myskin.css',
225 'chick.css',
226 'simple.css',
227 'modern.css',
228 'vector.css',
229 'print.css',
230 'handheld.css',
231 'common.js',
232 'standard.js',
233 'nostalgia.js',
234 'cologneblue.js',
235 'monobook.js',
236 'myskin.js',
237 'chick.js',
238 'simple.js',
239 'modern.js',
240 'vector.js',
241 'widthheight',
242 'exif-fnumber-format',
243 'exif-focallength-format',
244 'exif-compression-6',
245 'exif-photometricinterpretation-2',
246 'exif-photometricinterpretation-6',
247 'exif-xyresolution-i',
248 'exif-xyresolution-c',
249 'exif-colorspace-1',
250 'exif-colorspace-ffff.h',
251 'exif-componentsconfiguration-1',
252 'exif-componentsconfiguration-2',
253 'exif-componentsconfiguration-3',
254 'exif-componentsconfiguration-4',
255 'exif-componentsconfiguration-5',
256 'exif-componentsconfiguration-6',
257 'exif-lightsource-20',
258 'exif-lightsource-21',
259 'exif-lightsource-22',
260 'exif-lightsource-23',
261 'exif-filesource-3',
262 'booksources-isbn',
263 'sp-contributions-explain',
264 'sorbs',
265 'video-dims',
266 'seconds-abbrev',
267 'minutes-abbrev',
268 'hours-abbrev',
269 'filerevert-backlink',
270 'filedelete-backlink',
271 'delete-backlink',
272 'move-page-backlink',
273 'protect-backlink',
274 'pagetitle',
275 'filename-prefix-blacklist',
276 'edittools',
277 'size-bytes',
278 'size-kilobytes',
279 'size-megabytes',
280 'size-gigabytes',
281 'iranian-calendar-m1',
282 'iranian-calendar-m2',
283 'iranian-calendar-m3',
284 'iranian-calendar-m4',
285 'iranian-calendar-m5',
286 'iranian-calendar-m6',
287 'iranian-calendar-m7',
288 'iranian-calendar-m8',
289 'iranian-calendar-m9',
290 'iranian-calendar-m10',
291 'iranian-calendar-m11',
292 'iranian-calendar-m12',
293 'hijri-calendar-m1',
294 'hijri-calendar-m2',
295 'hijri-calendar-m3',
296 'hijri-calendar-m4',
297 'hijri-calendar-m5',
298 'hijri-calendar-m6',
299 'hijri-calendar-m7',
300 'hijri-calendar-m8',
301 'hijri-calendar-m9',
302 'hijri-calendar-m10',
303 'hijri-calendar-m11',
304 'hijri-calendar-m12',
305 'hebrew-calendar-m1',
306 'hebrew-calendar-m2',
307 'hebrew-calendar-m3',
308 'hebrew-calendar-m4',
309 'hebrew-calendar-m5',
310 'hebrew-calendar-m6',
311 'hebrew-calendar-m6a',
312 'hebrew-calendar-m6b',
313 'hebrew-calendar-m7',
314 'hebrew-calendar-m8',
315 'hebrew-calendar-m9',
316 'hebrew-calendar-m10',
317 'hebrew-calendar-m11',
318 'hebrew-calendar-m12',
319 'hebrew-calendar-m1-gen',
320 'hebrew-calendar-m2-gen',
321 'hebrew-calendar-m3-gen',
322 'hebrew-calendar-m4-gen',
323 'hebrew-calendar-m5-gen',
324 'hebrew-calendar-m6-gen',
325 'hebrew-calendar-m6a-gen',
326 'hebrew-calendar-m6b-gen',
327 'hebrew-calendar-m7-gen',
328 'hebrew-calendar-m8-gen',
329 'hebrew-calendar-m9-gen',
330 'hebrew-calendar-m10-gen',
331 'hebrew-calendar-m11-gen',
332 'hebrew-calendar-m12-gen',
333 'version-svn-revision',
334 'catseparator',
335 'semicolon-separator',
336 'comma-separator',
337 'colon-separator',
338 'pipe-separator',
339 'word-separator',
340 'ellipsis',
341 'percent',
342 'parentheses',
343 'autocomment-prefix',
344 'listgrouprights-right-display',
345 'listgrouprights-right-revoked',
346 'timezone-utc',
347 'whatlinkshere-backlink',
348 'recentchangeslinked-backlink',
349 'unpatrolledletter',
350 'diff-with-additional',
351 'pagetitle-view-mainpage',
352 'trackback',
353 'trackbackexcerpt',
354 'prefs-registration-date-time',
355 'prefs-memberingroups-type',
356 'shared-repo-name-wikimediacommons',
357 );
358
359 /** EXIF messages, which may be set as optional in several checks, but are generally mandatory */
360 $wgEXIFMessages = array(
361 'exif-imagewidth',
362 'exif-imagelength',
363 'exif-bitspersample',
364 'exif-compression',
365 'exif-photometricinterpretation',
366 'exif-orientation',
367 'exif-samplesperpixel',
368 'exif-planarconfiguration',
369 'exif-ycbcrsubsampling',
370 'exif-ycbcrpositioning',
371 'exif-xresolution',
372 'exif-yresolution',
373 'exif-resolutionunit',
374 'exif-stripoffsets',
375 'exif-rowsperstrip',
376 'exif-stripbytecounts',
377 'exif-jpeginterchangeformat',
378 'exif-jpeginterchangeformatlength',
379 'exif-transferfunction',
380 'exif-whitepoint',
381 'exif-primarychromaticities',
382 'exif-ycbcrcoefficients',
383 'exif-referenceblackwhite',
384 'exif-datetime',
385 'exif-imagedescription',
386 'exif-make',
387 'exif-model',
388 'exif-software',
389 'exif-artist',
390 'exif-copyright',
391 'exif-exifversion',
392 'exif-flashpixversion',
393 'exif-colorspace',
394 'exif-componentsconfiguration',
395 'exif-compressedbitsperpixel',
396 'exif-pixelydimension',
397 'exif-pixelxdimension',
398 'exif-makernote',
399 'exif-usercomment',
400 'exif-relatedsoundfile',
401 'exif-datetimeoriginal',
402 'exif-datetimedigitized',
403 'exif-subsectime',
404 'exif-subsectimeoriginal',
405 'exif-subsectimedigitized',
406 'exif-exposuretime',
407 'exif-exposuretime-format',
408 'exif-fnumber',
409 'exif-exposureprogram',
410 'exif-spectralsensitivity',
411 'exif-isospeedratings',
412 'exif-oecf',
413 'exif-shutterspeedvalue',
414 'exif-aperturevalue',
415 'exif-brightnessvalue',
416 'exif-exposurebiasvalue',
417 'exif-maxaperturevalue',
418 'exif-subjectdistance',
419 'exif-meteringmode',
420 'exif-lightsource',
421 'exif-flash',
422 'exif-focallength',
423 'exif-subjectarea',
424 'exif-flashenergy',
425 'exif-spatialfrequencyresponse',
426 'exif-focalplanexresolution',
427 'exif-focalplaneyresolution',
428 'exif-focalplaneresolutionunit',
429 'exif-subjectlocation',
430 'exif-exposureindex',
431 'exif-sensingmethod',
432 'exif-filesource',
433 'exif-scenetype',
434 'exif-cfapattern',
435 'exif-customrendered',
436 'exif-exposuremode',
437 'exif-whitebalance',
438 'exif-digitalzoomratio',
439 'exif-focallengthin35mmfilm',
440 'exif-scenecapturetype',
441 'exif-gaincontrol',
442 'exif-contrast',
443 'exif-saturation',
444 'exif-sharpness',
445 'exif-devicesettingdescription',
446 'exif-subjectdistancerange',
447 'exif-imageuniqueid',
448 'exif-gpsversionid',
449 'exif-gpslatituderef',
450 'exif-gpslatitude',
451 'exif-gpslongituderef',
452 'exif-gpslongitude',
453 'exif-gpsaltituderef',
454 'exif-gpsaltitude',
455 'exif-gpstimestamp',
456 'exif-gpssatellites',
457 'exif-gpsstatus',
458 'exif-gpsmeasuremode',
459 'exif-gpsdop',
460 'exif-gpsspeedref',
461 'exif-gpsspeed',
462 'exif-gpstrackref',
463 'exif-gpstrack',
464 'exif-gpsimgdirectionref',
465 'exif-gpsimgdirection',
466 'exif-gpsmapdatum',
467 'exif-gpsdestlatituderef',
468 'exif-gpsdestlatitude',
469 'exif-gpsdestlongituderef',
470 'exif-gpsdestlongitude',
471 'exif-gpsdestbearingref',
472 'exif-gpsdestbearing',
473 'exif-gpsdestdistanceref',
474 'exif-gpsdestdistance',
475 'exif-gpsprocessingmethod',
476 'exif-gpsareainformation',
477 'exif-gpsdatestamp',
478 'exif-gpsdifferential',
479 'exif-compression-1',
480 'exif-unknowndate',
481 'exif-orientation-1',
482 'exif-orientation-2',
483 'exif-orientation-3',
484 'exif-orientation-4',
485 'exif-orientation-5',
486 'exif-orientation-6',
487 'exif-orientation-7',
488 'exif-orientation-8',
489 'exif-planarconfiguration-1',
490 'exif-planarconfiguration-2',
491 'exif-componentsconfiguration-0',
492 'exif-exposureprogram-0',
493 'exif-exposureprogram-1',
494 'exif-exposureprogram-2',
495 'exif-exposureprogram-3',
496 'exif-exposureprogram-4',
497 'exif-exposureprogram-5',
498 'exif-exposureprogram-6',
499 'exif-exposureprogram-7',
500 'exif-exposureprogram-8',
501 'exif-subjectdistance-value',
502 'exif-meteringmode-0',
503 'exif-meteringmode-1',
504 'exif-meteringmode-2',
505 'exif-meteringmode-3',
506 'exif-meteringmode-4',
507 'exif-meteringmode-5',
508 'exif-meteringmode-6',
509 'exif-meteringmode-255',
510 'exif-lightsource-0',
511 'exif-lightsource-1',
512 'exif-lightsource-2',
513 'exif-lightsource-3',
514 'exif-lightsource-4',
515 'exif-lightsource-9',
516 'exif-lightsource-10',
517 'exif-lightsource-11',
518 'exif-lightsource-12',
519 'exif-lightsource-13',
520 'exif-lightsource-14',
521 'exif-lightsource-15',
522 'exif-lightsource-17',
523 'exif-lightsource-18',
524 'exif-lightsource-19',
525 'exif-lightsource-24',
526 'exif-lightsource-255',
527 'exif-flash-fired-0' ,
528 'exif-flash-fired-1' ,
529 'exif-flash-return-0' ,
530 'exif-flash-return-2' ,
531 'exif-flash-return-3' ,
532 'exif-flash-mode-1' ,
533 'exif-flash-mode-2' ,
534 'exif-flash-mode-3' ,
535 'exif-flash-function-1' ,
536 'exif-flash-redeye-1' ,
537 'exif-focalplaneresolutionunit-2',
538 'exif-sensingmethod-1',
539 'exif-sensingmethod-2',
540 'exif-sensingmethod-3',
541 'exif-sensingmethod-4',
542 'exif-sensingmethod-5',
543 'exif-sensingmethod-7',
544 'exif-sensingmethod-8',
545 'exif-scenetype-1',
546 'exif-customrendered-0',
547 'exif-customrendered-1',
548 'exif-exposuremode-0',
549 'exif-exposuremode-1',
550 'exif-exposuremode-2',
551 'exif-whitebalance-0',
552 'exif-whitebalance-1',
553 'exif-scenecapturetype-0',
554 'exif-scenecapturetype-1',
555 'exif-scenecapturetype-2',
556 'exif-scenecapturetype-3',
557 'exif-gaincontrol-0',
558 'exif-gaincontrol-1',
559 'exif-gaincontrol-2',
560 'exif-gaincontrol-3',
561 'exif-gaincontrol-4',
562 'exif-contrast-0',
563 'exif-contrast-1',
564 'exif-contrast-2',
565 'exif-saturation-0',
566 'exif-saturation-1',
567 'exif-saturation-2',
568 'exif-sharpness-0',
569 'exif-sharpness-1',
570 'exif-sharpness-2',
571 'exif-subjectdistancerange-0',
572 'exif-subjectdistancerange-1',
573 'exif-subjectdistancerange-2',
574 'exif-subjectdistancerange-3',
575 'exif-gpslatitude-n',
576 'exif-gpslatitude-s',
577 'exif-gpslongitude-e',
578 'exif-gpslongitude-w',
579 'exif-gpsaltitude-0',
580 'exif-gpsaltitude-1',
581 'exif-gpsstatus-a',
582 'exif-gpsstatus-v',
583 'exif-gpsmeasuremode-2',
584 'exif-gpsmeasuremode-3',
585 'exif-gpsspeed-k',
586 'exif-gpsspeed-m',
587 'exif-gpsspeed-n',
588 'exif-gpsdestdistance-k',
589 'exif-gpsdestdistance-m',
590 'exif-gpsdestdistance-n',
591 'exif-gpsdirection-t',
592 'exif-gpsdirection-m',
593 );