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