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