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