bca4c3403bccb67d5cbb3963e3a992e47b2139a2
[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 'accesskey-watchlistedit-normal-submit',
94 'accesskey-watchlistedit-raw-submit',
95 'addsection',
96 'talkpageheader',
97 'anonnotice',
98 'autoblock_whitelist',
99 'searchmenu-help',
100 'searchmenu-new-nocreate',
101 'googlesearch',
102 'opensearch-desc',
103 'exif-make-value',
104 'exif-model-value',
105 'exif-software-value',
106 'exif-software-version-value',
107 'history_copyright',
108 'licenses',
109 'loginstart',
110 'loginend-https',
111 'loginend',
112 'loginlanguagelinks',
113 'pear-mail-error',
114 'php-mail-error',
115 'markaspatrolledlink',
116 'newarticletextanon',
117 'newsectionheaderdefaultlevel',
118 'mainpage-nstab',
119 'newtalkseparator',
120 'noarticletextanon',
121 'number_of_watching_users_RCview',
122 'pagecategorieslink',
123 'pubmedurl',
124 'randompage-url',
125 'recentchanges-url',
126 'recentchangestext',
127 'revision-info-current',
128 'revision-nav',
129 'rfcurl',
130 'shareddescriptionfollows',
131 'signature-anon',
132 'signupstart',
133 'signupend',
134 'signupend-https',
135 'sitenotice',
136 'sitesubtitle',
137 'sitetitle',
138 'sp-contributions-footer',
139 'sp-contributions-footer-anon',
140 'sp-contributions-footer-newbies',
141 'statistics-summary',
142 'statistics-footer',
143 'talkpagetext',
144 'uploadfooter',
145 'listgrouprights-link',
146 'search-interwiki-custom',
147 'allpages-summary',
148 'booksources-summary',
149 'categories-summary',
150 'blocklist-summary',
151 'protectedtitles-summary',
152 'listusers-summary',
153 'longpages-summary',
154 'preferences-summary',
155 'specialpages-summary',
156 'whatlinkshere-summary',
157 'listredirects-summary',
158 'uncategorizedpages-summary',
159 'uncategorizedcategories-summary',
160 'uncategorizedimages-summary',
161 'uncategorizedtemplates-summary',
162 'popularpages-summary',
163 'wantedcategories-summary',
164 'wantedfiles-summary',
165 'wantedpages-summary',
166 'watchlist-summary',
167 'mostlinked-summary',
168 'mostlinkedcategories-summary',
169 'mostlinkedtemplates-summary',
170 'mostcategories-summary',
171 'mostimages-summary',
172 'mostrevisions-summary',
173 'prefixindex-summary',
174 'shortpages-summary',
175 'newpages-summary',
176 'ancientpages-summary',
177 'unwatchedpages-summary',
178 'userrights-summary',
179 'brokenredirects-summary',
180 'deadendpages-summary',
181 'protectedpages-summary',
182 'disambiguations-summary',
183 'doubleredirects-summary',
184 'lonelypages-summary',
185 'unusedtemplates-summary',
186 'fewestrevisions-summary',
187 'upload-summary',
188 'wantedtemplates-summary',
189 'activeusers-summary',
190 'search-summary',
191 'editpage-tos-summary',
192 'addsection-preload',
193 'addsection-editintro',
194 'longpage-hint',
195 'javascripttest-backlink',
196 'javascripttest-qunit-name',
197 'revdelete-logentry',
198 'logdelete-logentry',
199 'revdelete-content',
200 'revdelete-summary',
201 'revdelete-uname',
202 'revdelete-hid',
203 'revdelete-unhid',
204 'revdelete-log-message',
205 'logdelete-log-message',
206 'deletedarticle',
207 'suppressedarticle',
208 'undeletedarticle',
209 'patrol-log-line',
210 'patrol-log-auto',
211 'patrol-log-diff',
212 '1movedto2',
213 '1movedto2_redir',
214 'move-redirect-suppressed',
215 // 'newuserlog-byemail',
216 'newuserlog-create-entry',
217 'newuserlog-create2-entry',
218 'newuserlog-autocreate-entry',
219 'suppressedarticle',
220 'deletedarticle',
221 // 'uploadedimage',
222 // 'overwroteimage',
223 'userlogout-summary',
224 'changeemail-summary',
225 'changepassword-summary',
226 'unusedcategories-summary',
227 'unusedimages-summary',
228 'deletedcontributions-summary',
229 'linksearch-summary',
230 'emailuser-summary',
231 'undelete-summary',
232 'contributions-summary',
233 'unblock-summary',
234 'movepage-summary',
235 'export-summary',
236 'import-summary',
237 'editwatchlist-summary',
238 'version-summary',
239 'tags-summary',
240 'comparepages-summary',
241 'version-entrypoints-index-php',
242 'version-entrypoints-api-php',
243 'version-entrypoints-load-php',
244 );
245
246 /** Optional messages, which may be translated only if changed in the target language. */
247 $wgOptionalMessages = array(
248 'linkprefix',
249 'editsection-brackets',
250 'feed-atom',
251 'feed-rss',
252 'unit-pixel',
253 'userrights-irreversible-marker',
254 'tog-nolangconversion',
255 'tog-noconvertlink',
256 'variantname-zh-hans',
257 'variantname-zh-hant',
258 'variantname-zh-cn',
259 'variantname-zh-tw',
260 'variantname-zh-hk',
261 'variantname-zh-mo',
262 'variantname-zh-my',
263 'variantname-zh-sg',
264 'variantname-zh',
265 'variantname-gan-hans',
266 'variantname-gan-hant',
267 'variantname-gan',
268 'variantname-sr-ec',
269 'variantname-sr-el',
270 'variantname-sr',
271 'variantname-kk-arab',
272 'variantname-kk-cyrl',
273 'variantname-kk-latn',
274 'variantname-kk-tr',
275 'variantname-kk-kz',
276 'variantname-kk-cn',
277 'variantname-kk',
278 'variantname-ku-latn',
279 'variantname-ku-arab',
280 'variantname-ku',
281 'variantname-tg-cyrl',
282 'variantname-tg-latn',
283 'variantname-tg',
284 'variantname-ike-cans',
285 'variantname-ike-latn',
286 'variantname-iu',
287 'variantname-shi-tfng',
288 'variantname-shi-latn',
289 'variantname-shi',
290 'rc-change-size',
291 'resetpass_text',
292 'image_sample',
293 'media_sample',
294 'skinname-standard',
295 'skinname-nostalgia',
296 'skinname-cologneblue',
297 'skinname-monobook',
298 'skinname-myskin',
299 'skinname-chick',
300 'skinname-simple',
301 'skinname-modern',
302 'skinname-vector',
303 'common.css',
304 'standard.css',
305 'nostalgia.css',
306 'cologneblue.css',
307 'monobook.css',
308 'myskin.css',
309 'chick.css',
310 'simple.css',
311 'modern.css',
312 'vector.css',
313 'print.css',
314 'handheld.css',
315 'noscript.css',
316 'group-autoconfirmed.css',
317 'group-bot.css',
318 'group-sysop.css',
319 'group-bureaucrat.css',
320 'common.js',
321 'standard.js',
322 'nostalgia.js',
323 'cologneblue.js',
324 'monobook.js',
325 'myskin.js',
326 'chick.js',
327 'simple.js',
328 'modern.js',
329 'vector.js',
330 'group-autoconfirmed.js',
331 'group-bot.js',
332 'group-sysop.js',
333 'group-bureaucrat.js',
334 'widthheight',
335 'exif-fnumber-format',
336 'exif-focallength-format',
337 'exif-compression-5',
338 'exif-compression-6',
339 'exif-compression-7',
340 'exif-compression-8',
341 'exif-compression-32773',
342 'exif-compression-32946',
343 'exif-compression-34712',
344 'exif-photometricinterpretation-2',
345 'exif-photometricinterpretation-6',
346 'exif-xyresolution-i',
347 'exif-xyresolution-c',
348 'exif-colorspace-1',
349 'exif-componentsconfiguration-1',
350 'exif-componentsconfiguration-2',
351 'exif-componentsconfiguration-3',
352 'exif-componentsconfiguration-4',
353 'exif-componentsconfiguration-5',
354 'exif-componentsconfiguration-6',
355 'exif-contact-value',
356 'exif-coordinate-format',
357 'exif-lightsource-20',
358 'exif-lightsource-21',
359 'exif-lightsource-22',
360 'exif-lightsource-23',
361 'exif-maxaperturevalue-value',
362 'exif-subjectnewscode-value',
363 'booksources-isbn',
364 'sp-contributions-explain',
365 'sorbs',
366 'video-dims',
367 'seconds-abbrev',
368 'minutes-abbrev',
369 'hours-abbrev',
370 'days-abbrev',
371 'pagetitle',
372 'filename-prefix-blacklist',
373 'edittools',
374 'edittools-upload',
375 'size-bytes',
376 'size-kilobytes',
377 'size-megabytes',
378 'size-gigabytes',
379 'size-terabytes',
380 'size-petabytes',
381 'size-exabytes',
382 'size-zetabytes',
383 'size-yottabytes',
384 'bitrate-bits',
385 'bitrate-kilobits',
386 'bitrate-megabits',
387 'bitrate-gigabits',
388 'bitrate-terabits',
389 'bitrate-petabits',
390 'bitrate-exabits',
391 'bitrate-zetabits',
392 'bitrate-yottabits',
393 'iranian-calendar-m1',
394 'iranian-calendar-m2',
395 'iranian-calendar-m3',
396 'iranian-calendar-m4',
397 'iranian-calendar-m5',
398 'iranian-calendar-m6',
399 'iranian-calendar-m7',
400 'iranian-calendar-m8',
401 'iranian-calendar-m9',
402 'iranian-calendar-m10',
403 'iranian-calendar-m11',
404 'iranian-calendar-m12',
405 'hijri-calendar-m1',
406 'hijri-calendar-m2',
407 'hijri-calendar-m3',
408 'hijri-calendar-m4',
409 'hijri-calendar-m5',
410 'hijri-calendar-m6',
411 'hijri-calendar-m7',
412 'hijri-calendar-m8',
413 'hijri-calendar-m9',
414 'hijri-calendar-m10',
415 'hijri-calendar-m11',
416 'hijri-calendar-m12',
417 'hebrew-calendar-m1',
418 'hebrew-calendar-m2',
419 'hebrew-calendar-m3',
420 'hebrew-calendar-m4',
421 'hebrew-calendar-m5',
422 'hebrew-calendar-m6',
423 'hebrew-calendar-m6a',
424 'hebrew-calendar-m6b',
425 'hebrew-calendar-m7',
426 'hebrew-calendar-m8',
427 'hebrew-calendar-m9',
428 'hebrew-calendar-m10',
429 'hebrew-calendar-m11',
430 'hebrew-calendar-m12',
431 'hebrew-calendar-m1-gen',
432 'hebrew-calendar-m2-gen',
433 'hebrew-calendar-m3-gen',
434 'hebrew-calendar-m4-gen',
435 'hebrew-calendar-m5-gen',
436 'hebrew-calendar-m6-gen',
437 'hebrew-calendar-m6a-gen',
438 'hebrew-calendar-m6b-gen',
439 'hebrew-calendar-m7-gen',
440 'hebrew-calendar-m8-gen',
441 'hebrew-calendar-m9-gen',
442 'hebrew-calendar-m10-gen',
443 'hebrew-calendar-m11-gen',
444 'hebrew-calendar-m12-gen',
445 'version-api',
446 'version-svn-revision',
447 'semicolon-separator',
448 'comma-separator',
449 'colon-separator',
450 'pipe-separator',
451 'word-separator',
452 'ellipsis',
453 'percent',
454 'parentheses',
455 'brackets',
456 'autocomment-prefix',
457 'listgrouprights-right-display',
458 'listgrouprights-right-revoked',
459 'timezone-utc',
460 'unpatrolledletter',
461 'diff-with-additional',
462 'pagetitle-view-mainpage',
463 'backlinksubtitle',
464 'prefs-registration-date-time',
465 'prefs-memberingroups-type',
466 'shared-repo-name-wikimediacommons',
467 'usermessage-template',
468 'filepage.css',
469 'metadata-langitem',
470 'metadata-langitem-default',
471 'nocookiesforlogin',
472 'version-entrypoints-articlepath',
473 'version-entrypoints-scriptpath',
474 'mergehistory-revisionrow',
475 'categoryviewer-pagedlinks',
476 );
477
478 /** EXIF messages, which may be set as optional in several checks, but are generally mandatory */
479 $wgEXIFMessages = array(
480 'exif-imagewidth',
481 'exif-imagelength',
482 'exif-bitspersample',
483 'exif-compression',
484 'exif-photometricinterpretation',
485 'exif-orientation',
486 'exif-samplesperpixel',
487 'exif-planarconfiguration',
488 'exif-ycbcrsubsampling',
489 'exif-ycbcrpositioning',
490 'exif-xresolution',
491 'exif-yresolution',
492 'exif-stripoffsets',
493 'exif-rowsperstrip',
494 'exif-stripbytecounts',
495 'exif-jpeginterchangeformat',
496 'exif-jpeginterchangeformatlength',
497 'exif-whitepoint',
498 'exif-primarychromaticities',
499 'exif-ycbcrcoefficients',
500 'exif-referenceblackwhite',
501 'exif-datetime',
502 'exif-imagedescription',
503 'exif-make',
504 'exif-model',
505 'exif-software',
506 'exif-artist',
507 'exif-copyright',
508 'exif-exifversion',
509 'exif-flashpixversion',
510 'exif-colorspace',
511 'exif-componentsconfiguration',
512 'exif-compressedbitsperpixel',
513 'exif-pixelydimension',
514 'exif-pixelxdimension',
515 'exif-usercomment',
516 'exif-relatedsoundfile',
517 'exif-datetimeoriginal',
518 'exif-datetimedigitized',
519 'exif-subsectime',
520 'exif-subsectimeoriginal',
521 'exif-subsectimedigitized',
522 'exif-exposuretime',
523 'exif-exposuretime-format',
524 'exif-fnumber',
525 'exif-fnumber-format',
526 'exif-exposureprogram',
527 'exif-spectralsensitivity',
528 'exif-isospeedratings',
529 'exif-shutterspeedvalue',
530 'exif-aperturevalue',
531 'exif-brightnessvalue',
532 'exif-exposurebiasvalue',
533 'exif-maxaperturevalue',
534 'exif-subjectdistance',
535 'exif-meteringmode',
536 'exif-lightsource',
537 'exif-flash',
538 'exif-focallength',
539 'exif-focallength-format',
540 'exif-subjectarea',
541 'exif-flashenergy',
542 'exif-focalplanexresolution',
543 'exif-focalplaneyresolution',
544 'exif-focalplaneresolutionunit',
545 'exif-subjectlocation',
546 'exif-exposureindex',
547 'exif-sensingmethod',
548 'exif-filesource',
549 'exif-scenetype',
550 'exif-customrendered',
551 'exif-exposuremode',
552 'exif-whitebalance',
553 'exif-digitalzoomratio',
554 'exif-focallengthin35mmfilm',
555 'exif-scenecapturetype',
556 'exif-gaincontrol',
557 'exif-contrast',
558 'exif-saturation',
559 'exif-sharpness',
560 'exif-devicesettingdescription',
561 'exif-subjectdistancerange',
562 'exif-imageuniqueid',
563 'exif-gpsversionid',
564 'exif-gpslatituderef',
565 'exif-gpslatitude',
566 'exif-gpslongituderef',
567 'exif-gpslongitude',
568 'exif-gpsaltituderef',
569 'exif-gpsaltitude',
570 'exif-gpstimestamp',
571 'exif-gpssatellites',
572 'exif-gpsstatus',
573 'exif-gpsmeasuremode',
574 'exif-gpsdop',
575 'exif-gpsspeedref',
576 'exif-gpsspeed',
577 'exif-gpstrackref',
578 'exif-gpstrack',
579 'exif-gpsimgdirectionref',
580 'exif-gpsimgdirection',
581 'exif-gpsmapdatum',
582 'exif-gpsdestlatituderef',
583 'exif-gpsdestlatitude',
584 'exif-gpsdestlongituderef',
585 'exif-gpsdestlongitude',
586 'exif-gpsdestbearingref',
587 'exif-gpsdestbearing',
588 'exif-gpsdestdistanceref',
589 'exif-gpsdestdistance',
590 'exif-gpsprocessingmethod',
591 'exif-gpsareainformation',
592 'exif-gpsdatestamp',
593 'exif-gpsdifferential',
594 'exif-coordinate-format',
595 'exif-jpegfilecomment',
596 'exif-keywords',
597 'exif-worldregioncreated',
598 'exif-countrycreated',
599 'exif-countrycodecreated',
600 'exif-provinceorstatecreated',
601 'exif-citycreated',
602 'exif-sublocationcreated',
603 'exif-worldregiondest',
604 'exif-countrydest',
605 'exif-countrycodedest',
606 'exif-provinceorstatedest',
607 'exif-citydest',
608 'exif-sublocationdest',
609 'exif-objectname',
610 'exif-specialinstructions',
611 'exif-headline',
612 'exif-credit',
613 'exif-source',
614 'exif-editstatus',
615 'exif-urgency',
616 'exif-fixtureidentifier',
617 'exif-locationdest',
618 'exif-locationdestcode',
619 'exif-objectcycle',
620 'exif-contact',
621 'exif-writer',
622 'exif-languagecode',
623 'exif-iimversion',
624 'exif-iimcategory',
625 'exif-iimsupplementalcategory',
626 'exif-datetimeexpires',
627 'exif-datetimereleased',
628 'exif-originaltransmissionref',
629 'exif-identifier',
630 'exif-lens',
631 'exif-serialnumber',
632 'exif-cameraownername',
633 'exif-label',
634 'exif-datetimemetadata',
635 'exif-nickname',
636 'exif-rating',
637 'exif-rightscertificate',
638 'exif-copyrighted',
639 'exif-copyrightowner',
640 'exif-usageterms',
641 'exif-webstatement',
642 'exif-originaldocumentid',
643 'exif-licenseurl',
644 'exif-morepermissionsurl',
645 'exif-attributionurl',
646 'exif-preferredattributionname',
647 'exif-pngfilecomment',
648 'exif-disclaimer',
649 'exif-contentwarning',
650 'exif-giffilecomment',
651 'exif-intellectualgenre',
652 'exif-subjectnewscode',
653 'exif-scenecode',
654 'exif-event',
655 'exif-organisationinimage',
656 'exif-personinimage',
657 'exif-originalimageheight',
658 'exif-originalimagewidth',
659 'exif-make-value',
660 'exif-model-value',
661 'exif-software-value',
662 'exif-software-version-value',
663 'exif-contact-value',
664 'exif-subjectnewscode-value',
665 'exif-compression-1',
666 'exif-compression-2',
667 'exif-compression-3',
668 'exif-compression-4',
669 'exif-compression-5',
670 'exif-compression-6',
671 'exif-compression-7',
672 'exif-compression-8',
673 'exif-compression-32773',
674 'exif-compression-32946',
675 'exif-compression-34712',
676 'exif-copyrighted-true',
677 'exif-copyrighted-false',
678 'exif-photometricinterpretation-2',
679 'exif-photometricinterpretation-6',
680 'exif-unknowndate',
681 'exif-orientation-1',
682 'exif-orientation-2',
683 'exif-orientation-3',
684 'exif-orientation-4',
685 'exif-orientation-5',
686 'exif-orientation-6',
687 'exif-orientation-7',
688 'exif-orientation-8',
689 'exif-planarconfiguration-1',
690 'exif-planarconfiguration-2',
691 'exif-xyresolution-i',
692 'exif-xyresolution-c',
693 'exif-colorspace-1',
694 'exif-colorspace-65535',
695 'exif-componentsconfiguration-0',
696 'exif-componentsconfiguration-1',
697 'exif-componentsconfiguration-2',
698 'exif-componentsconfiguration-3',
699 'exif-componentsconfiguration-4',
700 'exif-componentsconfiguration-5',
701 'exif-componentsconfiguration-6',
702 'exif-exposureprogram-0',
703 'exif-exposureprogram-1',
704 'exif-exposureprogram-2',
705 'exif-exposureprogram-3',
706 'exif-exposureprogram-4',
707 'exif-exposureprogram-5',
708 'exif-exposureprogram-6',
709 'exif-exposureprogram-7',
710 'exif-exposureprogram-8',
711 'exif-subjectdistance-value',
712 'exif-meteringmode-0',
713 'exif-meteringmode-1',
714 'exif-meteringmode-2',
715 'exif-meteringmode-3',
716 'exif-meteringmode-4',
717 'exif-meteringmode-5',
718 'exif-meteringmode-6',
719 'exif-meteringmode-255',
720 'exif-lightsource-0',
721 'exif-lightsource-1',
722 'exif-lightsource-2',
723 'exif-lightsource-3',
724 'exif-lightsource-4',
725 'exif-lightsource-9',
726 'exif-lightsource-10',
727 'exif-lightsource-11',
728 'exif-lightsource-12',
729 'exif-lightsource-13',
730 'exif-lightsource-14',
731 'exif-lightsource-15',
732 'exif-lightsource-17',
733 'exif-lightsource-18',
734 'exif-lightsource-19',
735 'exif-lightsource-20',
736 'exif-lightsource-21',
737 'exif-lightsource-22',
738 'exif-lightsource-23',
739 'exif-lightsource-24',
740 'exif-lightsource-255',
741 'exif-flash-fired-0',
742 'exif-flash-fired-1',
743 'exif-flash-return-0',
744 'exif-flash-return-2',
745 'exif-flash-return-3',
746 'exif-flash-mode-1',
747 'exif-flash-mode-2',
748 'exif-flash-mode-3',
749 'exif-flash-function-1',
750 'exif-flash-redeye-1',
751 'exif-focalplaneresolutionunit-2',
752 'exif-sensingmethod-1',
753 'exif-sensingmethod-2',
754 'exif-sensingmethod-3',
755 'exif-sensingmethod-4',
756 'exif-sensingmethod-5',
757 'exif-sensingmethod-7',
758 'exif-sensingmethod-8',
759 'exif-filesource-3',
760 'exif-scenetype-1',
761 'exif-customrendered-0',
762 'exif-customrendered-1',
763 'exif-exposuremode-0',
764 'exif-exposuremode-1',
765 'exif-exposuremode-2',
766 'exif-whitebalance-0',
767 'exif-whitebalance-1',
768 'exif-scenecapturetype-0',
769 'exif-scenecapturetype-1',
770 'exif-scenecapturetype-2',
771 'exif-scenecapturetype-3',
772 'exif-gaincontrol-0',
773 'exif-gaincontrol-1',
774 'exif-gaincontrol-2',
775 'exif-gaincontrol-3',
776 'exif-gaincontrol-4',
777 'exif-contrast-0',
778 'exif-contrast-1',
779 'exif-contrast-2',
780 'exif-saturation-0',
781 'exif-saturation-1',
782 'exif-saturation-2',
783 'exif-sharpness-0',
784 'exif-sharpness-1',
785 'exif-sharpness-2',
786 'exif-subjectdistancerange-0',
787 'exif-subjectdistancerange-1',
788 'exif-subjectdistancerange-2',
789 'exif-subjectdistancerange-3',
790 'exif-gpslatitude-n',
791 'exif-gpslatitude-s',
792 'exif-gpslongitude-e',
793 'exif-gpslongitude-w',
794 'exif-gpsaltitude-above-sealevel',
795 'exif-gpsaltitude-below-sealevel',
796 'exif-gpsstatus-a',
797 'exif-gpsstatus-v',
798 'exif-gpsmeasuremode-2',
799 'exif-gpsmeasuremode-3',
800 'exif-gpsspeed-k',
801 'exif-gpsspeed-m',
802 'exif-gpsspeed-n',
803 'exif-gpsdestdistance-k',
804 'exif-gpsdestdistance-m',
805 'exif-gpsdestdistance-n',
806 'exif-gpsdop-excellent',
807 'exif-gpsdop-good',
808 'exif-gpsdop-moderate',
809 'exif-gpsdop-fair',
810 'exif-gpsdop-poor',
811 'exif-objectcycle-a',
812 'exif-objectcycle-p',
813 'exif-objectcycle-b',
814 'exif-gpsdirection-t',
815 'exif-gpsdirection-m',
816 'exif-ycbcrpositioning-1',
817 'exif-ycbcrpositioning-2',
818 'exif-dc-contributor',
819 'exif-dc-coverage',
820 'exif-dc-date',
821 'exif-dc-publisher',
822 'exif-dc-relation',
823 'exif-dc-rights',
824 'exif-dc-source',
825 'exif-dc-type',
826 'exif-rating-rejected',
827 'exif-isospeedratings-overflow',
828 'exif-maxaperturevalue-value',
829 'exif-iimcategory-ace',
830 'exif-iimcategory-clj',
831 'exif-iimcategory-dis',
832 'exif-iimcategory-fin',
833 'exif-iimcategory-edu',
834 'exif-iimcategory-evn',
835 'exif-iimcategory-hth',
836 'exif-iimcategory-hum',
837 'exif-iimcategory-lab',
838 'exif-iimcategory-lif',
839 'exif-iimcategory-pol',
840 'exif-iimcategory-rel',
841 'exif-iimcategory-sci',
842 'exif-iimcategory-soi',
843 'exif-iimcategory-spo',
844 'exif-iimcategory-war',
845 'exif-iimcategory-wea',
846 'exif-urgency-normal',
847 'exif-urgency-low',
848 'exif-urgency-high',
849 'exif-urgency-other',
850 );