Merge "JSDuck-ify /resources/mediawiki.action/*"
[mediawiki.git] / maintenance / language / messageTypes.inc
blob9f73c8047e23b5aea845f02b7516c07d0a5a55a0
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-logout',
36         'accesskey-ca-talk',
37         'accesskey-ca-edit',
38         'accesskey-ca-addsection',
39         'accesskey-ca-viewsource',
40         'accesskey-ca-history',
41         'accesskey-ca-protect',
42         'accesskey-ca-unprotect',
43         'accesskey-ca-delete',
44         'accesskey-ca-undelete',
45         'accesskey-ca-move',
46         'accesskey-ca-watch',
47         'accesskey-ca-unwatch',
48         'accesskey-search',
49         'accesskey-search-go',
50         'accesskey-search-fulltext',
51         'accesskey-p-logo',
52         'accesskey-n-mainpage',
53         'accesskey-n-mainpage-description',
54         'accesskey-n-portal',
55         'accesskey-n-currentevents',
56         'accesskey-n-recentchanges',
57         'accesskey-n-randompage',
58         'accesskey-n-help',
59         'accesskey-t-whatlinkshere',
60         'accesskey-t-recentchangeslinked',
61         'accesskey-feed-rss',
62         'accesskey-feed-atom',
63         'accesskey-t-contributions',
64         'accesskey-t-emailuser',
65         'accesskey-t-permalink',
66         'accesskey-t-print',
67         'accesskey-t-upload',
68         'accesskey-t-specialpages',
69         'accesskey-ca-nstab-main',
70         'accesskey-ca-nstab-user',
71         'accesskey-ca-nstab-media',
72         'accesskey-ca-nstab-special',
73         'accesskey-ca-nstab-project',
74         'accesskey-ca-nstab-image',
75         'accesskey-ca-nstab-mediawiki',
76         'accesskey-ca-nstab-template',
77         'accesskey-ca-nstab-help',
78         'accesskey-ca-nstab-category',
79         'accesskey-minoredit',
80         'accesskey-save',
81         'accesskey-preview',
82         'accesskey-diff',
83         'accesskey-compareselectedversions',
84         'accesskey-watch',
85         'accesskey-upload',
86         'accesskey-preferences-save',
87         'accesskey-summary',
88         'accesskey-userrights-set',
89         'accesskey-blockip-block',
90         'accesskey-export',
91         'accesskey-import',
92         'accesskey-watchlistedit-normal-submit',
93         'accesskey-watchlistedit-raw-submit',
94         'addsection',
95         'talkpageheader',
96         'anonnotice',
97         'autoblock_whitelist',
98         'searchmenu-new-nocreate',
99         'googlesearch',
100         'opensearch-desc',
101         'exif-make-value',
102         'exif-model-value',
103         'exif-software-value',
104         'exif-software-version-value',
105         'history_copyright',
106         'licenses',
107         'loginstart',
108         'loginend-https',
109         'loginend',
110         'loginlanguagelinks',
111         'pear-mail-error',
112         'php-mail-error',
113         'markaspatrolledlink',
114         'newarticletextanon',
115         'newsectionheaderdefaultlevel',
116         'mainpage-nstab',
117         'newtalkseparator',
118         'noarticletextanon',
119         'number_of_watching_users_RCview',
120         'pagecategorieslink',
121         'pubmedurl',
122         'randompage-url',
123         'recentchanges-url',
124         'recentchangestext',
125         'revision-info-current',
126         'createaccount-hook-aborted',
127         'revision-nav',
128         'rfcurl',
129         'shareddescriptionfollows',
130         'signature-anon',
131         'signupstart',
132         'signupend',
133         'signupend-https',
134         'emailsender',
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         'upload-default-description',
146         'listgrouprights-link',
147         'search-interwiki-custom',
148         'allpages-summary',
149         'booksources-summary',
150         'categories-summary',
151         'blocklist-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-unknown-reason',
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-db-mysql-url',
249         'version-db-mariadb-url',
250         'version-db-percona-url',
251         'version-db-postgres-url',
252         'version-db-oracle-url',
253         'version-db-sqlite-url',
254         'version-db-mssql-url',
255         'version-entrypoints-index-php',
256         'version-entrypoints-api-php',
257         'version-entrypoints-load-php',
258         'ipb-default-expiry',
259         'pageinfo-header',
260         'pageinfo-footer',
261         'createacct-benefit-head1',
262         'createacct-benefit-icon1',
263         'createacct-benefit-head2',
264         'createacct-benefit-icon2',
265         'createacct-benefit-head3',
266         'createacct-benefit-icon3',
267         'today-at',
268         'redirect-text',
269         'helppage',
270         'edithelppage',
271         'helplogin-url',
272         'autocomment-prefix',
273         'move-redirect-text',
274         'interlanguage-link-title-langonly',
275         'createaccount-hook-abort',
278 /** Optional messages, which may be translated only if changed in the target language. */
279 $wgOptionalMessages = array(
280         'feed-atom',
281         'feed-rss',
282         'unit-pixel',
283         'userrights-irreversible-marker',
284         'variantname-zh-hans',
285         'variantname-zh-hant',
286         'variantname-zh-cn',
287         'variantname-zh-tw',
288         'variantname-zh-hk',
289         'variantname-zh-mo',
290         'variantname-zh-my',
291         'variantname-zh-sg',
292         'variantname-zh',
293         'variantname-gan-hans',
294         'variantname-gan-hant',
295         'variantname-gan',
296         'variantname-sr-ec',
297         'variantname-sr-el',
298         'variantname-sr',
299         'variantname-kk-arab',
300         'variantname-kk-cyrl',
301         'variantname-kk-latn',
302         'variantname-kk-tr',
303         'variantname-kk-kz',
304         'variantname-kk-cn',
305         'variantname-kk',
306         'variantname-ku-latn',
307         'variantname-ku-arab',
308         'variantname-ku',
309         'variantname-tg-cyrl',
310         'variantname-tg-latn',
311         'variantname-tg',
312         'variantname-ike-cans',
313         'variantname-ike-latn',
314         'variantname-iu',
315         'variantname-shi-tfng',
316         'variantname-shi-latn',
317         'variantname-shi',
318         'rc-change-size',
319         'resetpass_text',
320         'image_sample',
321         'media_sample',
322         'skinname-cologneblue',
323         'skinname-monobook',
324         'skinname-modern',
325         'skinname-vector',
326         'common.css',
327         'cologneblue.css',
328         'monobook.css',
329         'modern.css',
330         'vector.css',
331         'print.css',
332         'noscript.css',
333         'group-autoconfirmed.css',
334         'group-user.css',
335         'group-bot.css',
336         'group-sysop.css',
337         'group-bureaucrat.css',
338         'common.js',
339         'cologneblue.js',
340         'monobook.js',
341         'modern.js',
342         'vector.js',
343         'group-autoconfirmed.js',
344         'group-user.js',
345         'group-bot.js',
346         'group-sysop.js',
347         'group-bureaucrat.js',
348         'widthheight',
349         'exif-fnumber-format',
350         'exif-focallength-format',
351         'exif-compression-5',
352         'exif-compression-6',
353         'exif-compression-7',
354         'exif-compression-8',
355         'exif-compression-32773',
356         'exif-compression-32946',
357         'exif-compression-34712',
358         'exif-photometricinterpretation-2',
359         'exif-photometricinterpretation-6',
360         'exif-xyresolution-i',
361         'exif-xyresolution-c',
362         'exif-colorspace-1',
363         'exif-componentsconfiguration-1',
364         'exif-componentsconfiguration-2',
365         'exif-componentsconfiguration-3',
366         'exif-componentsconfiguration-4',
367         'exif-componentsconfiguration-5',
368         'exif-componentsconfiguration-6',
369         'exif-contact-value',
370         'exif-coordinate-format',
371         'exif-lightsource-20',
372         'exif-lightsource-21',
373         'exif-lightsource-22',
374         'exif-lightsource-23',
375         'exif-maxaperturevalue-value',
376         'exif-subjectnewscode-value',
377         'booksources-isbn',
378         'protect-summary-desc',
379         'sp-contributions-explain',
380         'sorbs',
381         'video-dims',
382         'seconds-abbrev',
383         'minutes-abbrev',
384         'hours-abbrev',
385         'days-abbrev',
386         'pagetitle',
387         'filename-prefix-blacklist',
388         'edittools',
389         'edittools-upload',
390         'size-bytes',
391         'size-kilobytes',
392         'size-megabytes',
393         'size-gigabytes',
394         'size-terabytes',
395         'size-petabytes',
396         'size-exabytes',
397         'size-zetabytes',
398         'size-yottabytes',
399         'bitrate-bits',
400         'bitrate-kilobits',
401         'bitrate-megabits',
402         'bitrate-gigabits',
403         'bitrate-terabits',
404         'bitrate-petabits',
405         'bitrate-exabits',
406         'bitrate-zetabits',
407         'bitrate-yottabits',
408         'iranian-calendar-m1',
409         'iranian-calendar-m2',
410         'iranian-calendar-m3',
411         'iranian-calendar-m4',
412         'iranian-calendar-m5',
413         'iranian-calendar-m6',
414         'iranian-calendar-m7',
415         'iranian-calendar-m8',
416         'iranian-calendar-m9',
417         'iranian-calendar-m10',
418         'iranian-calendar-m11',
419         'iranian-calendar-m12',
420         'hijri-calendar-m1',
421         'hijri-calendar-m2',
422         'hijri-calendar-m3',
423         'hijri-calendar-m4',
424         'hijri-calendar-m5',
425         'hijri-calendar-m6',
426         'hijri-calendar-m7',
427         'hijri-calendar-m8',
428         'hijri-calendar-m9',
429         'hijri-calendar-m10',
430         'hijri-calendar-m11',
431         'hijri-calendar-m12',
432         'hebrew-calendar-m1',
433         'hebrew-calendar-m2',
434         'hebrew-calendar-m3',
435         'hebrew-calendar-m4',
436         'hebrew-calendar-m5',
437         'hebrew-calendar-m6',
438         'hebrew-calendar-m6a',
439         'hebrew-calendar-m6b',
440         'hebrew-calendar-m7',
441         'hebrew-calendar-m8',
442         'hebrew-calendar-m9',
443         'hebrew-calendar-m10',
444         'hebrew-calendar-m11',
445         'hebrew-calendar-m12',
446         'hebrew-calendar-m1-gen',
447         'hebrew-calendar-m2-gen',
448         'hebrew-calendar-m3-gen',
449         'hebrew-calendar-m4-gen',
450         'hebrew-calendar-m5-gen',
451         'hebrew-calendar-m6-gen',
452         'hebrew-calendar-m6a-gen',
453         'hebrew-calendar-m6b-gen',
454         'hebrew-calendar-m7-gen',
455         'hebrew-calendar-m8-gen',
456         'hebrew-calendar-m9-gen',
457         'hebrew-calendar-m10-gen',
458         'hebrew-calendar-m11-gen',
459         'hebrew-calendar-m12-gen',
460         'version-api',
461         'version-version',
462         'version-svn-revision',
463         'semicolon-separator',
464         'comma-separator',
465         'colon-separator',
466         'pipe-separator',
467         'word-separator',
468         'ellipsis',
469         'percent',
470         'parentheses',
471         'brackets',
472         'listgrouprights-right-display',
473         'listgrouprights-right-revoked',
474         'timezone-utc',
475         'unpatrolledletter',
476         'diff-with-additional',
477         'pagetitle-view-mainpage',
478         'backlinksubtitle',
479         'prefs-registration-date-time',
480         'prefs-memberingroups-type',
481         'userrights-groupsmember-type',
482         'shared-repo-name-wikimediacommons',
483         'usermessage-template',
484         'filepage.css',
485         'metadata-langitem',
486         'metadata-langitem-default',
487         'nocookiesforlogin',
488         'version-entrypoints-articlepath',
489         'version-entrypoints-scriptpath',
490         'mergehistory-revisionrow',
491         'categoryviewer-pagedlinks',
492         'undelete-revision-row',
493         'pageinfo-redirects-value',
494         'created', // @deprecated. Remove in MediaWiki 1.23.
495         'changed', // @deprecated. Remove in MediaWiki 1.23.
496         'limitreport-ppvisitednodes-value',
497         'limitreport-ppgeneratednodes-value',
498         'limitreport-expansiondepth-value',
499         'limitreport-expensivefunctioncount-value',
500         'interlanguage-link-title',
501         'img-lang-opt',
502         'recentchanges-legend-plusminus',
505 /** Exif messages, which may be set as optional in several checks, but are generally mandatory */
506 $wgEXIFMessages = array(
507         'exif-imagewidth',
508         'exif-imagelength',
509         'exif-bitspersample',
510         'exif-compression',
511         'exif-photometricinterpretation',
512         'exif-orientation',
513         'exif-samplesperpixel',
514         'exif-planarconfiguration',
515         'exif-ycbcrsubsampling',
516         'exif-ycbcrpositioning',
517         'exif-xresolution',
518         'exif-yresolution',
519         'exif-stripoffsets',
520         'exif-rowsperstrip',
521         'exif-stripbytecounts',
522         'exif-jpeginterchangeformat',
523         'exif-jpeginterchangeformatlength',
524         'exif-whitepoint',
525         'exif-primarychromaticities',
526         'exif-ycbcrcoefficients',
527         'exif-referenceblackwhite',
528         'exif-datetime',
529         'exif-imagedescription',
530         'exif-make',
531         'exif-model',
532         'exif-software',
533         'exif-artist',
534         'exif-copyright',
535         'exif-exifversion',
536         'exif-flashpixversion',
537         'exif-colorspace',
538         'exif-componentsconfiguration',
539         'exif-compressedbitsperpixel',
540         'exif-pixelydimension',
541         'exif-pixelxdimension',
542         'exif-usercomment',
543         'exif-relatedsoundfile',
544         'exif-datetimeoriginal',
545         'exif-datetimedigitized',
546         'exif-subsectime',
547         'exif-subsectimeoriginal',
548         'exif-subsectimedigitized',
549         'exif-exposuretime',
550         'exif-exposuretime-format',
551         'exif-fnumber',
552         'exif-fnumber-format',
553         'exif-exposureprogram',
554         'exif-spectralsensitivity',
555         'exif-isospeedratings',
556         'exif-shutterspeedvalue',
557         'exif-aperturevalue',
558         'exif-brightnessvalue',
559         'exif-exposurebiasvalue',
560         'exif-maxaperturevalue',
561         'exif-subjectdistance',
562         'exif-meteringmode',
563         'exif-lightsource',
564         'exif-flash',
565         'exif-focallength',
566         'exif-focallength-format',
567         'exif-subjectarea',
568         'exif-flashenergy',
569         'exif-focalplanexresolution',
570         'exif-focalplaneyresolution',
571         'exif-focalplaneresolutionunit',
572         'exif-subjectlocation',
573         'exif-exposureindex',
574         'exif-sensingmethod',
575         'exif-filesource',
576         'exif-scenetype',
577         'exif-customrendered',
578         'exif-exposuremode',
579         'exif-whitebalance',
580         'exif-digitalzoomratio',
581         'exif-focallengthin35mmfilm',
582         'exif-scenecapturetype',
583         'exif-gaincontrol',
584         'exif-contrast',
585         'exif-saturation',
586         'exif-sharpness',
587         'exif-devicesettingdescription',
588         'exif-subjectdistancerange',
589         'exif-imageuniqueid',
590         'exif-gpsversionid',
591         'exif-gpslatituderef',
592         'exif-gpslatitude',
593         'exif-gpslongituderef',
594         'exif-gpslongitude',
595         'exif-gpsaltituderef',
596         'exif-gpsaltitude',
597         'exif-gpstimestamp',
598         'exif-gpssatellites',
599         'exif-gpsstatus',
600         'exif-gpsmeasuremode',
601         'exif-gpsdop',
602         'exif-gpsspeedref',
603         'exif-gpsspeed',
604         'exif-gpstrackref',
605         'exif-gpstrack',
606         'exif-gpsimgdirectionref',
607         'exif-gpsimgdirection',
608         'exif-gpsmapdatum',
609         'exif-gpsdestlatituderef',
610         'exif-gpsdestlatitude',
611         'exif-gpsdestlongituderef',
612         'exif-gpsdestlongitude',
613         'exif-gpsdestbearingref',
614         'exif-gpsdestbearing',
615         'exif-gpsdestdistanceref',
616         'exif-gpsdestdistance',
617         'exif-gpsprocessingmethod',
618         'exif-gpsareainformation',
619         'exif-gpsdatestamp',
620         'exif-gpsdifferential',
621         'exif-coordinate-format',
622         'exif-jpegfilecomment',
623         'exif-keywords',
624         'exif-worldregioncreated',
625         'exif-countrycreated',
626         'exif-countrycodecreated',
627         'exif-provinceorstatecreated',
628         'exif-citycreated',
629         'exif-sublocationcreated',
630         'exif-worldregiondest',
631         'exif-countrydest',
632         'exif-countrycodedest',
633         'exif-provinceorstatedest',
634         'exif-citydest',
635         'exif-sublocationdest',
636         'exif-objectname',
637         'exif-specialinstructions',
638         'exif-headline',
639         'exif-credit',
640         'exif-source',
641         'exif-editstatus',
642         'exif-urgency',
643         'exif-fixtureidentifier',
644         'exif-locationdest',
645         'exif-locationdestcode',
646         'exif-objectcycle',
647         'exif-contact',
648         'exif-writer',
649         'exif-languagecode',
650         'exif-iimversion',
651         'exif-iimcategory',
652         'exif-iimsupplementalcategory',
653         'exif-datetimeexpires',
654         'exif-datetimereleased',
655         'exif-originaltransmissionref',
656         'exif-identifier',
657         'exif-lens',
658         'exif-serialnumber',
659         'exif-cameraownername',
660         'exif-label',
661         'exif-datetimemetadata',
662         'exif-nickname',
663         'exif-rating',
664         'exif-rightscertificate',
665         'exif-copyrighted',
666         'exif-copyrightowner',
667         'exif-usageterms',
668         'exif-webstatement',
669         'exif-originaldocumentid',
670         'exif-licenseurl',
671         'exif-morepermissionsurl',
672         'exif-attributionurl',
673         'exif-preferredattributionname',
674         'exif-pngfilecomment',
675         'exif-disclaimer',
676         'exif-contentwarning',
677         'exif-giffilecomment',
678         'exif-intellectualgenre',
679         'exif-subjectnewscode',
680         'exif-scenecode',
681         'exif-event',
682         'exif-organisationinimage',
683         'exif-personinimage',
684         'exif-originalimageheight',
685         'exif-originalimagewidth',
686         'exif-make-value',
687         'exif-model-value',
688         'exif-software-value',
689         'exif-software-version-value',
690         'exif-contact-value',
691         'exif-subjectnewscode-value',
692         'exif-compression-1',
693         'exif-compression-2',
694         'exif-compression-3',
695         'exif-compression-4',
696         'exif-compression-5',
697         'exif-compression-6',
698         'exif-compression-7',
699         'exif-compression-8',
700         'exif-compression-32773',
701         'exif-compression-32946',
702         'exif-compression-34712',
703         'exif-copyrighted-true',
704         'exif-copyrighted-false',
705         'exif-photometricinterpretation-2',
706         'exif-photometricinterpretation-6',
707         'exif-unknowndate',
708         'exif-orientation-1',
709         'exif-orientation-2',
710         'exif-orientation-3',
711         'exif-orientation-4',
712         'exif-orientation-5',
713         'exif-orientation-6',
714         'exif-orientation-7',
715         'exif-orientation-8',
716         'exif-planarconfiguration-1',
717         'exif-planarconfiguration-2',
718         'exif-xyresolution-i',
719         'exif-xyresolution-c',
720         'exif-colorspace-1',
721         'exif-colorspace-65535',
722         'exif-componentsconfiguration-0',
723         'exif-componentsconfiguration-1',
724         'exif-componentsconfiguration-2',
725         'exif-componentsconfiguration-3',
726         'exif-componentsconfiguration-4',
727         'exif-componentsconfiguration-5',
728         'exif-componentsconfiguration-6',
729         'exif-exposureprogram-0',
730         'exif-exposureprogram-1',
731         'exif-exposureprogram-2',
732         'exif-exposureprogram-3',
733         'exif-exposureprogram-4',
734         'exif-exposureprogram-5',
735         'exif-exposureprogram-6',
736         'exif-exposureprogram-7',
737         'exif-exposureprogram-8',
738         'exif-subjectdistance-value',
739         'exif-meteringmode-0',
740         'exif-meteringmode-1',
741         'exif-meteringmode-2',
742         'exif-meteringmode-3',
743         'exif-meteringmode-4',
744         'exif-meteringmode-5',
745         'exif-meteringmode-6',
746         'exif-meteringmode-255',
747         'exif-lightsource-0',
748         'exif-lightsource-1',
749         'exif-lightsource-2',
750         'exif-lightsource-3',
751         'exif-lightsource-4',
752         'exif-lightsource-9',
753         'exif-lightsource-10',
754         'exif-lightsource-11',
755         'exif-lightsource-12',
756         'exif-lightsource-13',
757         'exif-lightsource-14',
758         'exif-lightsource-15',
759         'exif-lightsource-17',
760         'exif-lightsource-18',
761         'exif-lightsource-19',
762         'exif-lightsource-20',
763         'exif-lightsource-21',
764         'exif-lightsource-22',
765         'exif-lightsource-23',
766         'exif-lightsource-24',
767         'exif-lightsource-255',
768         'exif-flash-fired-0',
769         'exif-flash-fired-1',
770         'exif-flash-return-0',
771         'exif-flash-return-2',
772         'exif-flash-return-3',
773         'exif-flash-mode-1',
774         'exif-flash-mode-2',
775         'exif-flash-mode-3',
776         'exif-flash-function-1',
777         'exif-flash-redeye-1',
778         'exif-focalplaneresolutionunit-2',
779         'exif-sensingmethod-1',
780         'exif-sensingmethod-2',
781         'exif-sensingmethod-3',
782         'exif-sensingmethod-4',
783         'exif-sensingmethod-5',
784         'exif-sensingmethod-7',
785         'exif-sensingmethod-8',
786         'exif-filesource-3',
787         'exif-scenetype-1',
788         'exif-customrendered-0',
789         'exif-customrendered-1',
790         'exif-exposuremode-0',
791         'exif-exposuremode-1',
792         'exif-exposuremode-2',
793         'exif-whitebalance-0',
794         'exif-whitebalance-1',
795         'exif-scenecapturetype-0',
796         'exif-scenecapturetype-1',
797         'exif-scenecapturetype-2',
798         'exif-scenecapturetype-3',
799         'exif-gaincontrol-0',
800         'exif-gaincontrol-1',
801         'exif-gaincontrol-2',
802         'exif-gaincontrol-3',
803         'exif-gaincontrol-4',
804         'exif-contrast-0',
805         'exif-contrast-1',
806         'exif-contrast-2',
807         'exif-saturation-0',
808         'exif-saturation-1',
809         'exif-saturation-2',
810         'exif-sharpness-0',
811         'exif-sharpness-1',
812         'exif-sharpness-2',
813         'exif-subjectdistancerange-0',
814         'exif-subjectdistancerange-1',
815         'exif-subjectdistancerange-2',
816         'exif-subjectdistancerange-3',
817         'exif-gpslatitude-n',
818         'exif-gpslatitude-s',
819         'exif-gpslongitude-e',
820         'exif-gpslongitude-w',
821         'exif-gpsaltitude-above-sealevel',
822         'exif-gpsaltitude-below-sealevel',
823         'exif-gpsstatus-a',
824         'exif-gpsstatus-v',
825         'exif-gpsmeasuremode-2',
826         'exif-gpsmeasuremode-3',
827         'exif-gpsspeed-k',
828         'exif-gpsspeed-m',
829         'exif-gpsspeed-n',
830         'exif-gpsdestdistance-k',
831         'exif-gpsdestdistance-m',
832         'exif-gpsdestdistance-n',
833         'exif-gpsdop-excellent',
834         'exif-gpsdop-good',
835         'exif-gpsdop-moderate',
836         'exif-gpsdop-fair',
837         'exif-gpsdop-poor',
838         'exif-objectcycle-a',
839         'exif-objectcycle-p',
840         'exif-objectcycle-b',
841         'exif-gpsdirection-t',
842         'exif-gpsdirection-m',
843         'exif-ycbcrpositioning-1',
844         'exif-ycbcrpositioning-2',
845         'exif-dc-contributor',
846         'exif-dc-coverage',
847         'exif-dc-date',
848         'exif-dc-publisher',
849         'exif-dc-relation',
850         'exif-dc-rights',
851         'exif-dc-source',
852         'exif-dc-type',
853         'exif-rating-rejected',
854         'exif-isospeedratings-overflow',
855         'exif-maxaperturevalue-value',
856         'exif-iimcategory-ace',
857         'exif-iimcategory-clj',
858         'exif-iimcategory-dis',
859         'exif-iimcategory-fin',
860         'exif-iimcategory-edu',
861         'exif-iimcategory-evn',
862         'exif-iimcategory-hth',
863         'exif-iimcategory-hum',
864         'exif-iimcategory-lab',
865         'exif-iimcategory-lif',
866         'exif-iimcategory-pol',
867         'exif-iimcategory-rel',
868         'exif-iimcategory-sci',
869         'exif-iimcategory-soi',
870         'exif-iimcategory-spo',
871         'exif-iimcategory-war',
872         'exif-iimcategory-wea',
873         'exif-urgency-normal',
874         'exif-urgency-low',
875         'exif-urgency-high',
876         'exif-urgency-other',