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