(bug 19539) Added used but undeclared messages from Vector
[lhc/web/wiklou.git] / maintenance / language / messages.inc
1 <?php
2 /**
3 * Define the messages structure in the messages file, for an automated rewriting.
4 *
5 * @file
6 * @ingroup MaintenanceLanguage
7 */
8
9 /** The structure of the messages, divided to blocks */
10 $wgMessageStructure = array(
11 'sidebar' => array(
12 'sidebar',
13 ),
14 'toggles' => array(
15 'tog-underline',
16 'tog-highlightbroken',
17 'tog-justify',
18 'tog-hideminor',
19 'tog-hidepatrolled',
20 'tog-newpageshidepatrolled',
21 'tog-extendwatchlist',
22 'tog-usenewrc',
23 'tog-numberheadings',
24 'tog-showtoolbar',
25 'tog-editondblclick',
26 'tog-editsection',
27 'tog-editsectiononrightclick',
28 'tog-showtoc',
29 'tog-rememberpassword',
30 'tog-editwidth',
31 'tog-watchcreations',
32 'tog-watchdefault',
33 'tog-watchmoves',
34 'tog-watchdeletion',
35 'tog-minordefault',
36 'tog-previewontop',
37 'tog-previewonfirst',
38 'tog-nocache',
39 'tog-enotifwatchlistpages',
40 'tog-enotifusertalkpages',
41 'tog-enotifminoredits',
42 'tog-enotifrevealaddr',
43 'tog-shownumberswatching',
44 'tog-fancysig',
45 'tog-externaleditor',
46 'tog-externaldiff',
47 'tog-showjumplinks',
48 'tog-uselivepreview',
49 'tog-forceeditsummary',
50 'tog-watchlisthideown',
51 'tog-watchlisthidebots',
52 'tog-watchlisthideminor',
53 'tog-watchlisthideliu',
54 'tog-watchlisthideanons',
55 'tog-watchlisthidepatrolled',
56 'tog-nolangconversion',
57 'tog-ccmeonemails',
58 'tog-diffonly',
59 'tog-showhiddencats',
60 'tog-noconvertlink',
61 'tog-norollbackdiff',
62 ),
63 'underline' => array(
64 'underline-always',
65 'underline-never',
66 'underline-default',
67 ),
68 'dates' => array(
69 'sunday',
70 'monday',
71 'tuesday',
72 'wednesday',
73 'thursday',
74 'friday',
75 'saturday',
76 'sun',
77 'mon',
78 'tue',
79 'wed',
80 'thu',
81 'fri',
82 'sat',
83 'january',
84 'february',
85 'march',
86 'april',
87 'may_long',
88 'june',
89 'july',
90 'august',
91 'september',
92 'october',
93 'november',
94 'december',
95 'january-gen',
96 'february-gen',
97 'march-gen',
98 'april-gen',
99 'may-gen',
100 'june-gen',
101 'july-gen',
102 'august-gen',
103 'september-gen',
104 'october-gen',
105 'november-gen',
106 'december-gen',
107 'jan',
108 'feb',
109 'mar',
110 'apr',
111 'may',
112 'jun',
113 'jul',
114 'aug',
115 'sep',
116 'oct',
117 'nov',
118 'dec',
119 ),
120 'categorypages' => array(
121 'pagecategories',
122 'pagecategorieslink',
123 'category_header',
124 'subcategories',
125 'category-media-header',
126 'category-empty',
127 'hidden-categories',
128 'hidden-category-category',
129 'category-subcat-count',
130 'category-subcat-count-limited',
131 'category-article-count',
132 'category-article-count-limited',
133 'category-file-count',
134 'category-file-count-limited',
135 'listingcontinuesabbrev',
136 ),
137 'mainpage' => array(
138 'linkprefix',
139 'mainpagetext',
140 'mainpagedocfooter',
141 ),
142 'miscellaneous1' => array(
143 'about',
144 'article',
145 'newwindow',
146 'cancel',
147 'moredotdotdot',
148 'mypage',
149 'mytalk',
150 'anontalk',
151 'navigation',
152 'and',
153 ),
154 'cologneblue' => array(
155 'qbfind',
156 'qbbrowse',
157 'qbedit',
158 'qbpageoptions',
159 'qbpageinfo',
160 'qbmyoptions',
161 'qbspecialpages',
162 'faq',
163 'faqpage',
164 'sitetitle',
165 'sitesubtitle',
166 ),
167 'vector' => array(
168 'vector-action-addsection',
169 'vector-action-delete',
170 'vector-action-move',
171 'vector-action-protect',
172 'vector-action-undelete',
173 'vector-action-unprotect',
174 'vector-namespace-category',
175 'vector-namespace-help',
176 'vector-namespace-image',
177 'vector-namespace-main',
178 'vector-namespace-media',
179 'vector-namespace-mediawiki',
180 'vector-namespace-project',
181 'vector-namespace-special',
182 'vector-namespace-talk',
183 'vector-namespace-template',
184 'vector-namespace-user',
185 'vector-view-create',
186 'vector-view-edit',
187 'vector-view-history',
188 'vector-view-view',
189 'vector-view-viewsource',
190 'actions',
191 'namespaces',
192 'variants',
193 ),
194 'metadata_help' => array(
195 'metadata_help',
196 ),
197 'miscellaneous2' => array(
198 'errorpagetitle',
199 'returnto',
200 'tagline',
201 'help',
202 'search',
203 'searchbutton',
204 'go',
205 'searcharticle',
206 'history',
207 'history_short',
208 'updatedmarker',
209 'info_short',
210 'printableversion',
211 'permalink',
212 'print',
213 'edit',
214 'create',
215 'editthispage',
216 'create-this-page',
217 'delete',
218 'deletethispage',
219 'undelete_short',
220 'protect',
221 'protect_change',
222 'protectthispage',
223 'unprotect',
224 'unprotectthispage',
225 'newpage',
226 'talkpage',
227 'talkpagelinktext',
228 'specialpage',
229 'personaltools',
230 'postcomment',
231 'addsection',
232 'articlepage',
233 'talk',
234 'views',
235 'toolbox',
236 'userpage',
237 'projectpage',
238 'imagepage',
239 'mediawikipage',
240 'templatepage',
241 'viewhelppage',
242 'categorypage',
243 'viewtalkpage',
244 'otherlanguages',
245 'redirectedfrom',
246 'redirectpagesub',
247 'talkpageheader',
248 'lastmodifiedat',
249 'viewcount',
250 'protectedpage',
251 'jumpto',
252 'jumptonavigation',
253 'jumptosearch',
254 ),
255 'links' => array(
256 'aboutsite',
257 'aboutpage',
258 'copyright',
259 'copyrightpagename',
260 'copyrightpage',
261 'currentevents',
262 'currentevents-url',
263 'disclaimers',
264 'disclaimerpage',
265 'edithelp',
266 'edithelppage',
267 'help',
268 'helppage',
269 'mainpage',
270 'mainpage-description',
271 'policy-url',
272 'portal',
273 'portal-url',
274 'privacy',
275 'privacypage',
276 ),
277 'badaccess' => array(
278 'badaccess',
279 'badaccess-group0',
280 'badaccess-groups',
281 ),
282 'versionrequired' => array(
283 'versionrequired',
284 'versionrequiredtext',
285 ),
286 'miscellaneous3' => array(
287 'ok',
288 'pagetitle',
289 'pagetitle-view-mainpage',
290 'retrievedfrom',
291 'youhavenewmessages',
292 'newmessageslink',
293 'newmessagesdifflink',
294 'youhavenewmessagesmulti',
295 'newtalkseparator',
296 'editsection',
297 'editsection-brackets',
298 'editold',
299 'viewsourceold',
300 'editlink',
301 'viewsourcelink',
302 'editsectionhint',
303 'toc',
304 'showtoc',
305 'hidetoc',
306 'thisisdeleted',
307 'viewdeleted',
308 'restorelink',
309 'feedlinks',
310 'feed-invalid',
311 'feed-unavailable',
312 'site-rss-feed',
313 'site-atom-feed',
314 'page-rss-feed',
315 'page-atom-feed',
316 'feed-atom',
317 'feed-rss',
318 'sitenotice',
319 'anonnotice',
320 'newsectionheaderdefaultlevel',
321 'red-link-title',
322 ),
323 'nstab' => array(
324 'nstab-main',
325 'nstab-user',
326 'nstab-media',
327 'nstab-special',
328 'nstab-project',
329 'nstab-image',
330 'nstab-mediawiki',
331 'nstab-template',
332 'nstab-help',
333 'nstab-category',
334 ),
335 'main' => array(
336 'nosuchaction',
337 'nosuchactiontext',
338 'nosuchspecialpage',
339 'nospecialpagetext',
340 ),
341 'errors' => array(
342 'error',
343 'databaseerror',
344 'dberrortext',
345 'dberrortextcl',
346 'laggedslavemode',
347 'readonly',
348 'enterlockreason',
349 'readonlytext',
350 'missing-article',
351 'missingarticle-rev',
352 'missingarticle-diff',
353 'readonly_lag',
354 'internalerror',
355 'internalerror_info',
356 'filecopyerror',
357 'filerenameerror',
358 'filedeleteerror',
359 'directorycreateerror',
360 'filenotfound',
361 'fileexistserror',
362 'unexpected',
363 'formerror',
364 'badarticleerror',
365 'cannotdelete',
366 'badtitle',
367 'badtitletext',
368 'perfcached',
369 'perfcachedts',
370 'querypage-no-updates',
371 'wrong_wfQuery_params',
372 'viewsource',
373 'viewsourcefor',
374 'actionthrottled',
375 'actionthrottledtext',
376 'protectedpagetext',
377 'viewsourcetext',
378 'protectedinterface',
379 'editinginterface',
380 'sqlhidden',
381 'cascadeprotected',
382 'namespaceprotected',
383 'customcssjsprotected',
384 'ns-specialprotected',
385 'titleprotected',
386 ),
387 'virus' => array(
388 'virus-badscanner',
389 'virus-scanfailed',
390 'virus-unknownscanner',
391 ),
392 'login' => array(
393 'logouttext',
394 'welcomecreation',
395 'yourname',
396 'yourpassword',
397 'yourpasswordagain',
398 'remembermypassword',
399 'yourdomainname',
400 'externaldberror',
401 'login',
402 'nav-login-createaccount',
403 'loginprompt',
404 'userlogin',
405 'logout',
406 'userlogout',
407 'notloggedin',
408 'nologin',
409 'nologinlink',
410 'createaccount',
411 'gotaccount',
412 'gotaccountlink',
413 'createaccountmail',
414 'badretype',
415 'userexists',
416 'loginerror',
417 'nocookiesnew',
418 'nocookieslogin',
419 'noname',
420 'loginsuccesstitle',
421 'loginsuccess',
422 'nosuchuser',
423 'nosuchusershort',
424 'nouserspecified',
425 'wrongpassword',
426 'wrongpasswordempty',
427 'passwordtooshort',
428 'password-name-match',
429 'mailmypassword',
430 'passwordremindertitle',
431 'passwordremindertext',
432 'noemail',
433 'passwordsent',
434 'blocked-mailpassword',
435 'eauthentsent',
436 'throttled-mailpassword',
437 'loginstart',
438 'loginend',
439 'signupend',
440 'mailerror',
441 'acct_creation_throttle_hit',
442 'emailauthenticated',
443 'emailnotauthenticated',
444 'noemailprefs',
445 'emailconfirmlink',
446 'invalidemailaddress',
447 'accountcreated',
448 'accountcreatedtext',
449 'createaccount-title',
450 'createaccount-text',
451 'login-throttled',
452 'loginlanguagelabel',
453 'loginlanguagelinks',
454 ),
455 'resetpass' => array(
456 'resetpass',
457 'resetpass_announce',
458 'resetpass_text',
459 'resetpass_header',
460 'oldpassword',
461 'newpassword',
462 'retypenew',
463 'resetpass_submit',
464 'resetpass_success',
465 'resetpass_forbidden',
466 'resetpass-no-info',
467 'resetpass-submit-loggedin',
468 'resetpass-wrong-oldpass',
469 'resetpass-temp-password',
470 ),
471 'toolbar' => array(
472 'bold_sample',
473 'bold_tip',
474 'italic_sample',
475 'italic_tip',
476 'link_sample',
477 'link_tip',
478 'extlink_sample',
479 'extlink_tip',
480 'headline_sample',
481 'headline_tip',
482 'math_sample',
483 'math_tip',
484 'nowiki_sample',
485 'nowiki_tip',
486 'image_sample',
487 'image_tip',
488 'media_sample',
489 'media_tip',
490 'sig_tip',
491 'hr_tip',
492 ),
493 'edit' => array(
494 'summary',
495 'subject',
496 'minoredit',
497 'watchthis',
498 'savearticle',
499 'preview',
500 'showpreview',
501 'showlivepreview',
502 'showdiff',
503 'anoneditwarning',
504 'missingsummary',
505 'missingcommenttext',
506 'missingcommentheader',
507 'summary-preview',
508 'subject-preview',
509 'blockedtitle',
510 'blockedtext',
511 'autoblockedtext',
512 'blockednoreason',
513 'blockedoriginalsource',
514 'blockededitsource',
515 'whitelistedittitle',
516 'whitelistedittext',
517 'confirmedittext',
518 'nosuchsectiontitle',
519 'nosuchsectiontext',
520 'loginreqtitle',
521 'loginreqlink',
522 'loginreqpagetext',
523 'accmailtitle',
524 'accmailtext',
525 'newarticle',
526 'newarticletext',
527 'newarticletextanon',
528 'talkpagetext',
529 'anontalkpagetext',
530 'noarticletext',
531 'noarticletextanon',
532 'userpage-userdoesnotexist',
533 'clearyourcache',
534 'usercssjsyoucanpreview',
535 'usercsspreview',
536 'userjspreview',
537 'userinvalidcssjstitle',
538 'updated',
539 'note',
540 'previewnote',
541 'previewconflict',
542 'session_fail_preview',
543 'session_fail_preview_html',
544 'token_suffix_mismatch',
545 'editing',
546 'editingsection',
547 'editingcomment',
548 'editconflict',
549 'explainconflict',
550 'yourtext',
551 'storedversion',
552 'nonunicodebrowser',
553 'editingold',
554 'yourdiff',
555 'copyrightwarning',
556 'copyrightwarning2',
557 'editpage-tos-summary',
558 'longpagewarning',
559 'longpageerror',
560 'readonlywarning',
561 'protectedpagewarning',
562 'semiprotectedpagewarning',
563 'cascadeprotectedwarning',
564 'titleprotectedwarning',
565 'templatesused',
566 'templatesusedpreview',
567 'templatesusedsection',
568 'template-protected',
569 'template-semiprotected',
570 'hiddencategories',
571 'edittools',
572 'nocreatetitle',
573 'nocreatetext',
574 'nocreate-loggedin',
575 'permissionserrors',
576 'permissionserrorstext',
577 'permissionserrorstext-withaction',
578 'recreate-moveddeleted-warn',
579 'moveddeleted-notice',
580 'log-fulllog',
581 'edit-hook-aborted',
582 'edit-gone-missing',
583 'edit-conflict',
584 'edit-no-change',
585 'edit-already-exists',
586 ),
587 'parserwarnings' => array(
588 'expensive-parserfunction-warning',
589 'expensive-parserfunction-category',
590 'post-expand-template-inclusion-warning',
591 'post-expand-template-inclusion-category',
592 'post-expand-template-argument-warning',
593 'post-expand-template-argument-category',
594 'parser-template-loop-warning',
595 'parser-template-recursion-depth-warning',
596 ),
597 'undo' => array(
598 'undo-success',
599 'undo-failure',
600 'undo-norev',
601 'undo-summary',
602 ),
603 'cantcreateaccount' => array(
604 'cantcreateaccounttitle',
605 'cantcreateaccount-text',
606 'cantcreateaccount-nonblock-text',
607 ),
608 'history' => array(
609 'viewpagelogs',
610 'nohistory',
611 'currentrev',
612 'currentrev-asof',
613 'revisionasof',
614 'revision-info',
615 'revision-info-current',
616 'revision-nav',
617 'previousrevision',
618 'nextrevision',
619 'currentrevisionlink',
620 'cur',
621 'next',
622 'last',
623 'page_first',
624 'page_last',
625 'histlegend',
626 'history-fieldset-title',
627 'history_copyright',
628 'histfirst',
629 'histlast',
630 'historysize',
631 'historyempty',
632 ),
633 'history-feed' => array(
634 'history-feed-title',
635 'history-feed-description',
636 'history-feed-item-nocomment',
637 'history-feed-empty',
638 ),
639 'revdelete' => array(
640 'rev-deleted-comment',
641 'rev-deleted-user',
642 'rev-deleted-event',
643 'rev-deleted-text-permission',
644 'rev-deleted-text-unhide',
645 'rev-deleted-text-view',
646 'rev-deleted-no-diff',
647 'rev-deleted-unhide-diff',
648 'rev-delundel',
649 'revisiondelete',
650 'revdelete-nooldid-title',
651 'revdelete-nooldid-text',
652 'revdelete-nologtype-title',
653 'revdelete-nologtype-text',
654 'revdelete-nologid-title',
655 'revdelete-nologid-text',
656 'revdelete-no-file',
657 'revdelete-show-file-confirm',
658 'revdelete-show-file-submit',
659 'revdelete-selected',
660 'logdelete-selected',
661 'revdelete-text',
662 'revdelete-suppress-text',
663 'revdelete-legend',
664 'revdelete-hide-text',
665 'revdelete-hide-name',
666 'revdelete-hide-comment',
667 'revdelete-hide-user',
668 'revdelete-hide-restricted',
669 'revdelete-suppress',
670 'revdelete-hide-image',
671 'revdelete-unsuppress',
672 'revdelete-log',
673 'revdelete-submit',
674 'revdelete-logentry',
675 'logdelete-logentry',
676 'revdelete-logaction',
677 'logdelete-logaction',
678 'revdelete-success',
679 'revdelete-failure',
680 'logdelete-success',
681 'logdelete-failure',
682 'revdel-restore',
683 'pagehist',
684 'deletedhist',
685 'revdelete-content',
686 'revdelete-summary',
687 'revdelete-uname',
688 'revdelete-restricted',
689 'revdelete-unrestricted',
690 'revdelete-hid',
691 'revdelete-unhid',
692 'revdelete-log-message',
693 'logdelete-log-message',
694 'revdelete-hide-current',
695 'revdelete-show-no-access',
696 'revdelete-modify-no-access',
697 'revdelete-modify-missing',
698 'revdelete-no-change',
699 'revdelete-concurrent-change',
700 'revdelete-only-restricted',
701 ),
702 'suppression' => array(
703 'suppressionlog',
704 'suppressionlogtext',
705 ),
706 'mergehistory' => array(
707 'mergehistory',
708 'mergehistory-header',
709 'mergehistory-box',
710 'mergehistory-from',
711 'mergehistory-into',
712 'mergehistory-list',
713 'mergehistory-merge',
714 'mergehistory-go',
715 'mergehistory-submit',
716 'mergehistory-empty',
717 'mergehistory-success',
718 'mergehistory-fail',
719 'mergehistory-no-source',
720 'mergehistory-no-destination',
721 'mergehistory-invalid-source',
722 'mergehistory-invalid-destination',
723 'mergehistory-autocomment',
724 'mergehistory-comment',
725 'mergehistory-same-destination',
726 'mergehistory-reason'
727 ),
728 'mergelog' => array(
729 'mergelog',
730 'pagemerge-logentry',
731 'revertmerge',
732 'mergelogpagetext',
733 ),
734 'diffs' => array(
735 'history-title',
736 'difference',
737 'lineno',
738 'compareselectedversions',
739 'showhideselectedversions',
740 'visualcomparison',
741 'wikicodecomparison',
742 'editundo',
743 'diff-multi',
744 'diff-movedto',
745 'diff-styleadded',
746 'diff-added',
747 'diff-changedto',
748 'diff-movedoutof',
749 'diff-styleremoved',
750 'diff-removed',
751 'diff-changedfrom',
752 'diff-src',
753 'diff-withdestination',
754 'diff-with',
755 'diff-with-additional',
756 'diff-with-final',
757 'diff-width',
758 'diff-height',
759 'diff-p',
760 'diff-blockquote',
761 'diff-h1',
762 'diff-h2',
763 'diff-h3',
764 'diff-h4',
765 'diff-h5',
766 'diff-pre',
767 'diff-div',
768 'diff-ul',
769 'diff-ol',
770 'diff-li',
771 'diff-table',
772 'diff-tbody',
773 'diff-tr',
774 'diff-td',
775 'diff-th',
776 'diff-br',
777 'diff-hr',
778 'diff-code',
779 'diff-dl',
780 'diff-dt',
781 'diff-dd',
782 'diff-input',
783 'diff-form',
784 'diff-img',
785 'diff-span',
786 'diff-a',
787 'diff-i',
788 'diff-b',
789 'diff-strong',
790 'diff-em',
791 'diff-font',
792 'diff-big',
793 'diff-del',
794 'diff-tt',
795 'diff-sub',
796 'diff-sup',
797 'diff-strike',
798 ),
799 'search' => array(
800 'searchresults',
801 'searchresults-title',
802 'searchresulttext',
803 'searchsubtitle',
804 'searchsubtitleinvalid',
805 'noexactmatch',
806 'noexactmatch-nocreate',
807 'toomanymatches',
808 'titlematches',
809 'notitlematches',
810 'textmatches',
811 'notextmatches',
812 'prevn',
813 'nextn',
814 'prevn-title',
815 'nextn-title',
816 'shown-title',
817 'viewprevnext',
818 'searchmenu-legend',
819 'searchmenu-exists',
820 'searchmenu-new',
821 'searchhelp-url',
822 'searchmenu-prefix',
823 'searchmenu-help',
824 'searchprofile-articles',
825 'searchprofile-project',
826 'searchprofile-images',
827 'searchprofile-everything',
828 'searchprofile-advanced',
829 'searchprofile-articles-tooltip',
830 'searchprofile-project-tooltip',
831 'searchprofile-images-tooltip',
832 'searchprofile-everything-tooltip',
833 'searchprofile-advanced-tooltip',
834 'search-result-size',
835 'search-result-score',
836 'search-redirect',
837 'search-section',
838 'search-suggest',
839 'search-interwiki-caption',
840 'search-interwiki-default',
841 'search-interwiki-custom',
842 'search-interwiki-more',
843 'search-mwsuggest-enabled',
844 'search-mwsuggest-disabled',
845 'search-relatedarticle',
846 'mwsuggest-disable',
847 'searcheverything-enable',
848 'searchrelated',
849 'searchall',
850 'showingresults',
851 'showingresultsnum',
852 'showingresultstotal',
853 'showingresultsheader',
854 'nonefound',
855 'search-nonefound',
856 'powersearch',
857 'powersearch-legend',
858 'powersearch-ns',
859 'powersearch-redir',
860 'powersearch-field',
861 'powersearch-togglelabel',
862 'powersearch-toggleall',
863 'powersearch-togglenone',
864 'search-external',
865 'searchdisabled',
866 'googlesearch',
867 ),
868 'opensearch' => array(
869 'opensearch-desc',
870 ),
871 'quickbar' => array(
872 'qbsettings',
873 'qbsettings-none',
874 'qbsettings-fixedleft',
875 'qbsettings-fixedright',
876 'qbsettings-floatingleft',
877 'qbsettings-floatingright',
878 ),
879 'preferences' => array(
880 'preferences',
881 'preferences-summary',
882 'mypreferences',
883 'prefs-edits',
884 'prefsnologin',
885 'prefsnologintext',
886 'changepassword',
887 'prefs-skin',
888 'skin-preview',
889 'prefs-math',
890 'datedefault',
891 'prefs-datetime',
892 'prefs-personal',
893 'prefs-rc',
894 'prefs-watchlist',
895 'prefs-watchlist-days',
896 'prefs-watchlist-days-max',
897 'prefs-watchlist-edits',
898 'prefs-watchlist-edits-max',
899 'prefs-misc', // continue checking if used from here on (r49916)
900 'prefs-resetpass',
901 'prefs-email',
902 'prefs-rendering',
903 'saveprefs',
904 'resetprefs',
905 'restoreprefs',
906 'prefs-editing',
907 'prefs-edit-boxsize',
908 'rows',
909 'columns',
910 'searchresultshead',
911 'resultsperpage',
912 'contextlines',
913 'contextchars',
914 'stub-threshold',
915 'recentchangesdays',
916 'recentchangesdays-max',
917 'recentchangescount',
918 'prefs-help-recentchangescount',
919 'savedprefs',
920 'timezonelegend',
921 'localtime',
922 'timezoneuseserverdefault',
923 'timezoneuseoffset',
924 'timezoneoffset',
925 'servertime',
926 'guesstimezone',
927 'timezoneregion-africa',
928 'timezoneregion-america',
929 'timezoneregion-antarctica',
930 'timezoneregion-arctic',
931 'timezoneregion-asia',
932 'timezoneregion-atlantic',
933 'timezoneregion-australia',
934 'timezoneregion-europe',
935 'timezoneregion-indian',
936 'timezoneregion-pacific',
937 'allowemail',
938 'prefs-searchoptions',
939 'prefs-namespaces',
940 'defaultns',
941 'default',
942 'defaultns',
943 'prefs-files',
944 'prefs-custom-css',
945 'prefs-custom-js',
946 'prefs-reset-intro',
947 'prefs-emailconfirm-label',
948 'prefs-textboxsize',
949 'youremail',
950 'username',
951 'uid',
952 'prefs-memberingroups',
953 'prefs-registration',
954 'yourrealname',
955 'yourlanguage',
956 'yourvariant',
957 'yournick',
958 'badsig',
959 'badsiglength',
960 'yourgender',
961 'gender-unknown',
962 'gender-male',
963 'gender-female',
964 'prefs-help-gender',
965 'email',
966 'prefs-help-realname',
967 'prefs-help-email',
968 'prefs-help-email-required',
969 'prefs-info',
970 'prefs-i18n',
971 'prefs-signature',
972 'prefs-dateformat',
973 'prefs-timeoffset',
974 'prefs-advancedediting',
975 'prefs-advancedrc',
976 'prefs-advancedrendering',
977 'prefs-advancedsearchoptions',
978 'prefs-advancedwatchlist',
979 'prefs-display',
980 'prefs-diffs',
981 ),
982 'userrights' => array(
983 'userrights',
984 'userrights-summary',
985 'userrights-lookup-user',
986 'userrights-user-editname',
987 'editusergroup',
988 'editinguser',
989 'userrights-editusergroup',
990 'saveusergroups',
991 'userrights-groupsmember',
992 'userrights-groups-help',
993 'userrights-reason',
994 'userrights-no-interwiki',
995 'userrights-nodatabase',
996 'userrights-nologin',
997 'userrights-notallowed',
998 'userrights-changeable-col',
999 'userrights-unchangeable-col',
1000 'userrights-irreversible-marker',
1001 ),
1002 'group' => array(
1003 'group',
1004 'group-user',
1005 'group-autoconfirmed',
1006 'group-bot',
1007 'group-sysop',
1008 'group-bureaucrat',
1009 'group-suppress',
1010 'group-all',
1011 ),
1012 'group-member' => array(
1013 'group-user-member',
1014 'group-autoconfirmed-member',
1015 'group-bot-member',
1016 'group-sysop-member',
1017 'group-bureaucrat-member',
1018 'group-suppress-member',
1019 ),
1020 'grouppage' => array(
1021 'grouppage-user',
1022 'grouppage-autoconfirmed',
1023 'grouppage-bot',
1024 'grouppage-sysop',
1025 'grouppage-bureaucrat',
1026 'grouppage-suppress',
1027 ),
1028 'right' => array(
1029 'right-read',
1030 'right-edit',
1031 'right-createpage',
1032 'right-createtalk',
1033 'right-createaccount',
1034 'right-minoredit',
1035 'right-move',
1036 'right-move-subpages',
1037 'right-move-rootuserpages',
1038 'right-movefile',
1039 'right-suppressredirect',
1040 'right-upload',
1041 'right-reupload',
1042 'right-reupload-own',
1043 'right-reupload-shared',
1044 'right-upload_by_url',
1045 'right-purge',
1046 'right-autoconfirmed',
1047 'right-bot',
1048 'right-nominornewtalk',
1049 'right-apihighlimits',
1050 'right-writeapi',
1051 'right-delete',
1052 'right-bigdelete',
1053 'right-deleterevision',
1054 'right-deletedhistory',
1055 'right-browsearchive',
1056 'right-undelete',
1057 'right-suppressrevision',
1058 'right-suppressionlog',
1059 'right-block',
1060 'right-blockemail',
1061 'right-hideuser',
1062 'right-ipblock-exempt',
1063 'right-proxyunbannable',
1064 'right-protect',
1065 'right-editprotected',
1066 'right-editinterface',
1067 'right-editusercssjs',
1068 'right-rollback',
1069 'right-markbotedits',
1070 'right-noratelimit',
1071 'right-import',
1072 'right-importupload',
1073 'right-patrol',
1074 'right-autopatrol',
1075 'right-patrolmarks',
1076 'right-unwatchedpages',
1077 'right-trackback',
1078 'right-mergehistory',
1079 'right-userrights',
1080 'right-userrights-interwiki',
1081 'right-siteadmin',
1082 'right-reset-passwords',
1083 'right-override-export-depth',
1084 ),
1085 'rightslog' => array(
1086 'rightslog',
1087 'rightslogtext',
1088 'rightslogentry',
1089 'rightsnone',
1090 ),
1091 'action' => array(
1092 'action-read',
1093 'action-edit',
1094 'action-createpage',
1095 'action-createtalk',
1096 'action-createaccount',
1097 'action-minoredit',
1098 'action-move',
1099 'action-move-subpages',
1100 'action-move-rootuserpages',
1101 'action-movefile',
1102 'action-upload',
1103 'action-reupload',
1104 'action-reupload-shared',
1105 'action-upload_by_url',
1106 'action-writeapi',
1107 'action-delete',
1108 'action-deleterevision',
1109 'action-deletedhistory',
1110 'action-browsearchive',
1111 'action-undelete',
1112 'action-suppressrevision',
1113 'action-suppressionlog',
1114 'action-block',
1115 'action-protect',
1116 'action-import',
1117 'action-importupload',
1118 'action-patrol',
1119 'action-autopatrol',
1120 'action-unwatchedpages',
1121 'action-trackback',
1122 'action-mergehistory',
1123 'action-userrights',
1124 'action-userrights-interwiki',
1125 'action-siteadmin',
1126 ),
1127 'recentchanges' => array(
1128 'nchanges',
1129 'recentchanges',
1130 'recentchanges-url',
1131 'recentchanges-legend',
1132 'recentchangestext',
1133 'recentchanges-feed-description',
1134 'rcnote',
1135 'rcnotefrom',
1136 'rclistfrom',
1137 'rcshowhideminor',
1138 'rcshowhidebots',
1139 'rcshowhideliu',
1140 'rcshowhideanons',
1141 'rcshowhidepatr',
1142 'rcshowhidemine',
1143 'rclinks',
1144 'diff',
1145 'hist',
1146 'hide',
1147 'show',
1148 'minoreditletter',
1149 'newpageletter',
1150 'boteditletter',
1151 'sectionlink',
1152 'number_of_watching_users_RCview',
1153 'number_of_watching_users_pageview',
1154 'rc_categories',
1155 'rc_categories_any',
1156 'rc-change-size',
1157 'newsectionsummary',
1158 'rc-enhanced-expand',
1159 'rc-enhanced-hide',
1160 ),
1161 'recentchangeslinked' => array(
1162 'recentchangeslinked',
1163 'recentchangeslinked-feed',
1164 'recentchangeslinked-toolbox',
1165 'recentchangeslinked-title',
1166 'recentchangeslinked-backlink',
1167 'recentchangeslinked-noresult',
1168 'recentchangeslinked-summary',
1169 'recentchangeslinked-page',
1170 'recentchangeslinked-to',
1171 ),
1172 'upload' => array(
1173 'upload',
1174 'uploadbtn',
1175 'reupload',
1176 'reuploaddesc',
1177 'uploadnologin',
1178 'uploadnologintext',
1179 'upload_directory_missing',
1180 'upload_directory_read_only',
1181 'uploaderror',
1182 'upload-summary',
1183 'uploadtext',
1184 'upload-permitted',
1185 'upload-preferred',
1186 'upload-prohibited',
1187 'uploadfooter',
1188 'uploadlog',
1189 'uploadlogpage',
1190 'uploadlogpagetext',
1191 'filename',
1192 'filedesc',
1193 'fileuploadsummary',
1194 'filereuploadsummary',
1195 'filestatus',
1196 'filesource',
1197 'uploadedfiles',
1198 'ignorewarning',
1199 'ignorewarnings',
1200 'minlength1',
1201 'illegalfilename',
1202 'badfilename',
1203 'filetype-badmime',
1204 'filetype-bad-ie-mime',
1205 'filetype-unwanted-type',
1206 'filetype-banned-type',
1207 'filetype-missing',
1208 'large-file',
1209 'largefileserver',
1210 'emptyfile',
1211 'fileexists',
1212 'filepageexists',
1213 'fileexists-extension',
1214 'fileexists-thumb',
1215 'fileexists-thumbnail-yes',
1216 'file-thumbnail-no',
1217 'fileexists-forbidden',
1218 'fileexists-shared-forbidden',
1219 'file-exists-duplicate',
1220 'file-deleted-duplicate',
1221 'successfulupload',
1222 'uploadwarning',
1223 'savefile',
1224 'uploadedimage',
1225 'overwroteimage',
1226 'uploaddisabled',
1227 'uploaddisabledtext',
1228 'php-uploaddisabledtext',
1229 'uploadscripted',
1230 'uploadcorrupt',
1231 'uploadvirus',
1232 'sourcefilename',
1233 'destfilename',
1234 'upload-maxfilesize',
1235 'watchthisupload',
1236 'filewasdeleted',
1237 'upload-wasdeleted',
1238 'filename-bad-prefix',
1239 'filename-prefix-blacklist',
1240 ),
1241 'upload-errors' => array(
1242 'upload-proto-error',
1243 'upload-proto-error-text',
1244 'upload-file-error',
1245 'upload-file-error-text',
1246 'upload-misc-error',
1247 'upload-misc-error-text',
1248 ),
1249 'upload-curl-errors' => array(
1250 'upload-curl-error6',
1251 'upload-curl-error6-text',
1252 'upload-curl-error28',
1253 'upload-curl-error28-text',
1254 ),
1255 'licenses' => array(
1256 'license',
1257 'nolicense',
1258 'licenses',
1259 'license-nopreview',
1260 'upload_source_url',
1261 'upload_source_file',
1262 ),
1263 'filelist' => array(
1264 'listfiles-summary',
1265 'listfiles_search_for',
1266 'imgfile',
1267 'listfiles',
1268 'listfiles_date',
1269 'listfiles_name',
1270 'listfiles_user',
1271 'listfiles_size',
1272 'listfiles_description',
1273 'listfiles_count',
1274 ),
1275 'filedescription' => array(
1276 'file-anchor-link',
1277 'filehist',
1278 'filehist-help',
1279 'filehist-deleteall',
1280 'filehist-deleteone',
1281 'filehist-revert',
1282 'filehist-current',
1283 'filehist-datetime',
1284 'filehist-thumb',
1285 'filehist-thumbtext',
1286 'filehist-nothumb',
1287 'filehist-user',
1288 'filehist-dimensions',
1289 'filehist-filesize',
1290 'filehist-comment',
1291 'filehist-missing',
1292 'imagelinks',
1293 'linkstoimage',
1294 'linkstoimage-more',
1295 'nolinkstoimage',
1296 'morelinkstoimage',
1297 'redirectstofile',
1298 'duplicatesoffile',
1299 'sharedupload',
1300 'sharedupload-desc-there',
1301 'sharedupload-desc-here',
1302 'shareddescriptionfollows',
1303 'filepage-nofile',
1304 'filepage-nofile-link',
1305 'uploadnewversion-linktext',
1306 'shared-repo-from',
1307 'shared-repo',
1308 ),
1309 'filerevert' => array(
1310 'filerevert',
1311 'filerevert-backlink',
1312 'filerevert-legend',
1313 'filerevert-intro',
1314 'filerevert-comment',
1315 'filerevert-defaultcomment',
1316 'filerevert-submit',
1317 'filerevert-success',
1318 'filerevert-badversion',
1319 ),
1320 'filedelete' => array(
1321 'filedelete',
1322 'filedelete-backlink',
1323 'filedelete-legend',
1324 'filedelete-intro',
1325 'filedelete-intro-old',
1326 'filedelete-comment',
1327 'filedelete-submit',
1328 'filedelete-success',
1329 'filedelete-success-old',
1330 'filedelete-nofile',
1331 'filedelete-nofile-old',
1332 'filedelete-otherreason',
1333 'filedelete-reason-otherlist',
1334 'filedelete-reason-dropdown',
1335 'filedelete-edit-reasonlist',
1336 ),
1337 'mimesearch' => array(
1338 'mimesearch',
1339 'mimesearch-summary',
1340 'mimetype',
1341 'download',
1342 ),
1343 'unwatchedpages' => array(
1344 'unwatchedpages',
1345 'unwatchedpages-summary',
1346 ),
1347 'listredirects' => array(
1348 'listredirects',
1349 'listredirects-summary',
1350 ),
1351 'unusedtemplates' => array(
1352 'unusedtemplates',
1353 'unusedtemplates-summary',
1354 'unusedtemplatestext',
1355 'unusedtemplateswlh',
1356 ),
1357 'randompage' => array(
1358 'randompage',
1359 'randompage-nopages',
1360 'randompage-url',
1361 ),
1362 'randomredirect' => array(
1363 'randomredirect',
1364 'randomredirect-nopages',
1365 ),
1366 'statistics' => array(
1367 'statistics',
1368 'statistics-summary',
1369 'statistics-header-pages',
1370 'statistics-header-edits',
1371 'statistics-header-views',
1372 'statistics-header-users',
1373 'statistics-articles',
1374 'statistics-pages',
1375 'statistics-pages-desc',
1376 'statistics-files',
1377 'statistics-edits',
1378 'statistics-edits-average',
1379 'statistics-views-total',
1380 'statistics-views-peredit',
1381 'statistics-jobqueue',
1382 'statistics-users',
1383 'statistics-users-active',
1384 'statistics-users-active-desc',
1385 'statistics-mostpopular',
1386 'statistics-footer',
1387 ),
1388 'disambiguations' => array(
1389 'disambiguations',
1390 'disambiguations-summary',
1391 'disambiguationspage',
1392 'disambiguations-text',
1393 ),
1394 'doubleredirects' => array(
1395 'doubleredirects',
1396 'doubleredirects-summary',
1397 'doubleredirectstext',
1398 'double-redirect-fixed-move',
1399 'double-redirect-fixer',
1400 ),
1401 'brokenredirects' => array(
1402 'brokenredirects',
1403 'brokenredirects-summary',
1404 'brokenredirectstext',
1405 'brokenredirects-edit',
1406 'brokenredirects-delete',
1407 ),
1408 'withoutinterwiki' => array(
1409 'withoutinterwiki',
1410 'withoutinterwiki-summary',
1411 'withoutinterwiki-legend',
1412 'withoutinterwiki-submit',
1413 ),
1414 'fewestrevisions' => array(
1415 'fewestrevisions',
1416 'fewestrevisions-summary',
1417 ),
1418 'specialpages' => array(
1419 'nbytes',
1420 'ncategories',
1421 'nlinks',
1422 'nmembers',
1423 'nrevisions',
1424 'nviews',
1425 'nchanges',
1426 'specialpage-empty',
1427 'lonelypages',
1428 'lonelypages-summary',
1429 'lonelypagestext',
1430 'uncategorizedpages',
1431 'uncategorizedpages-summary',
1432 'uncategorizedcategories',
1433 'uncategorizedcategories-summary',
1434 'uncategorizedimages',
1435 'uncategorizedimages-summary',
1436 'uncategorizedtemplates',
1437 'uncategorizedtemplates-summary',
1438 'unusedcategories',
1439 'unusedimages',
1440 'popularpages',
1441 'popularpages-summary',
1442 'wantedcategories',
1443 'wantedcategories-summary',
1444 'wantedpages',
1445 'wantedpages-summary',
1446 'wantedpages-badtitle',
1447 'wantedfiles',
1448 'wantedfiles-summary',
1449 'wantedtemplates',
1450 'wantedtemplates-summary',
1451 'mostlinked',
1452 'mostlinked-summary',
1453 'mostlinkedcategories',
1454 'mostlinkedcategories-summary',
1455 'mostlinkedtemplates',
1456 'mostlinkedtemplates-summary',
1457 'mostcategories',
1458 'mostcategories-summary',
1459 'mostimages',
1460 'mostimages-summary',
1461 'mostrevisions',
1462 'mostrevisions-summary',
1463 'prefixindex',
1464 'prefixindex-summary',
1465 'shortpages',
1466 'shortpages-summary',
1467 'longpages',
1468 'longpages-summary',
1469 'deadendpages',
1470 'deadendpages-summary',
1471 'deadendpagestext',
1472 'protectedpages',
1473 'protectedpages-indef',
1474 'protectedpages-summary',
1475 'protectedpages-cascade',
1476 'protectedpagestext',
1477 'protectedpagesempty',
1478 'protectedtitles',
1479 'protectedtitles-summary',
1480 'protectedtitlestext',
1481 'protectedtitlesempty',
1482 'listusers',
1483 'listusers-summary',
1484 'listusers-editsonly',
1485 'listusers-creationsort',
1486 'usereditcount',
1487 'usercreated',
1488 'newpages',
1489 'newpages-summary',
1490 'newpages-username',
1491 'ancientpages',
1492 'ancientpages-summary',
1493 'move',
1494 'movethispage',
1495 'unusedimagestext',
1496 'unusedcategoriestext',
1497 'notargettitle',
1498 'notargettext',
1499 'nopagetitle',
1500 'nopagetext',
1501 'pager-newer-n',
1502 'pager-older-n',
1503 'suppress',
1504 ),
1505 'booksources' => array(
1506 'booksources',
1507 'booksources-summary',
1508 'booksources-search-legend',
1509 'booksources-isbn',
1510 'booksources-go',
1511 'booksources-text',
1512 'booksources-invalid-isbn',
1513 ),
1514 'magicwords' => array(
1515 'rfcurl',
1516 'pubmedurl',
1517 ),
1518 'logpages' => array(
1519 'specialloguserlabel',
1520 'speciallogtitlelabel',
1521 'log',
1522 'all-logs-page',
1523 'alllogstext',
1524 'logempty',
1525 'log-title-wildcard',
1526 ),
1527 'allpages' => array(
1528 'allpages',
1529 'allpages-summary',
1530 'alphaindexline',
1531 'nextpage',
1532 'prevpage',
1533 'allpagesfrom',
1534 'allpagesto',
1535 'allarticles',
1536 'allinnamespace',
1537 'allnotinnamespace',
1538 'allpagesprev',
1539 'allpagesnext',
1540 'allpagessubmit',
1541 'allpagesprefix',
1542 'allpagesbadtitle',
1543 'allpages-bad-ns',
1544 ),
1545 'categories' => array(
1546 'categories',
1547 'categories-summary',
1548 'categoriespagetext',
1549 'categoriesfrom',
1550 'special-categories-sort-count',
1551 'special-categories-sort-abc',
1552 ),
1553 'deletedcontribs' => array(
1554 'deletedcontributions',
1555 'deletedcontributions-title',
1556 'sp-deletedcontributions-contribs',
1557 ),
1558 'linksearch' => array(
1559 'linksearch',
1560 'linksearch-pat',
1561 'linksearch-ns',
1562 'linksearch-ok',
1563 'linksearch-text',
1564 'linksearch-line',
1565 'linksearch-error',
1566 ),
1567 'listusers' => array(
1568 'listusersfrom',
1569 'listusers-submit',
1570 'listusers-noresult',
1571 'listusers-blocked',
1572 ),
1573 'activeusers' => array(
1574 'activeusers',
1575 'activeusers-summary',
1576 'activeusers-count',
1577 'activeusers-from',
1578 'activeusers-submit',
1579 'activeusers-noresult',
1580 ),
1581 'newuserlog' => array(
1582 'newuserlogpage',
1583 'newuserlogpagetext',
1584 'newuserlogentry',
1585 'newuserlog-byemail',
1586 'newuserlog-create-entry',
1587 'newuserlog-create2-entry',
1588 'newuserlog-autocreate-entry',
1589 ),
1590 'listgrouprights' => array(
1591 'listgrouprights',
1592 'listgrouprights-summary',
1593 'listgrouprights-key',
1594 'listgrouprights-group',
1595 'listgrouprights-rights',
1596 'listgrouprights-helppage',
1597 'listgrouprights-members',
1598 'listgrouprights-right-display',
1599 'listgrouprights-right-revoked',
1600 'listgrouprights-addgroup',
1601 'listgrouprights-removegroup',
1602 'listgrouprights-addgroup-all',
1603 'listgrouprights-removegroup-all',
1604 'listgrouprights-addgroup-self',
1605 'listgrouprights-removegroup-self',
1606 'listgrouprights-addgroup-self-all',
1607 'listgrouprights-removegroup-self-all',
1608
1609 ),
1610 'emailuser' => array(
1611 'mailnologin',
1612 'mailnologintext',
1613 'emailuser',
1614 'emailpage',
1615 'emailpagetext',
1616 'usermailererror',
1617 'defemailsubject',
1618 'noemailtitle',
1619 'noemailtext',
1620 'nowikiemailtitle',
1621 'nowikiemailtext',
1622 'email-legend',
1623 'emailfrom',
1624 'emailto',
1625 'emailsubject',
1626 'emailmessage',
1627 'emailsend',
1628 'emailccme',
1629 'emailccsubject',
1630 'emailsent',
1631 'emailsenttext',
1632 'emailuserfooter',
1633 ),
1634 'watchlist' => array(
1635 'watchlist',
1636 'mywatchlist',
1637 'watchlistfor',
1638 'nowatchlist',
1639 'watchlistanontext',
1640 'watchnologin',
1641 'watchnologintext',
1642 'addedwatch',
1643 'addedwatchtext',
1644 'removedwatch',
1645 'removedwatchtext',
1646 'watch',
1647 'watchthispage',
1648 'unwatch',
1649 'unwatchthispage',
1650 'notanarticle',
1651 'notvisiblerev',
1652 'watchnochange',
1653 'watchlist-details',
1654 'wlheader-enotif',
1655 'wlheader-showupdated',
1656 'watchmethod-recent',
1657 'watchmethod-list',
1658 'watchlistcontains',
1659 'iteminvalidname',
1660 'wlnote',
1661 'wlshowlast',
1662 'watchlist-options',
1663 ),
1664 'watching' => array(
1665 'watching',
1666 'unwatching',
1667 ),
1668 'enotif' => array(
1669 'enotif_mailer',
1670 'enotif_reset',
1671 'enotif_newpagetext',
1672 'enotif_impersonal_salutation',
1673 'changed',
1674 'created',
1675 'enotif_subject',
1676 'enotif_lastvisited',
1677 'enotif_lastdiff',
1678 'enotif_anon_editor',
1679 'enotif_body',
1680 ),
1681 'delete' => array(
1682 'deletepage',
1683 'confirm',
1684 'excontent',
1685 'excontentauthor',
1686 'exbeforeblank',
1687 'exblank',
1688 'delete-confirm',
1689 'delete-backlink',
1690 'delete-legend',
1691 'historywarning',
1692 'confirmdeletetext',
1693 'actioncomplete',
1694 'actionfailed',
1695 'deletedtext',
1696 'deletedarticle',
1697 'suppressedarticle',
1698 'dellogpage',
1699 'dellogpagetext',
1700 'deletionlog',
1701 'reverted',
1702 'deletecomment',
1703 'deleteotherreason',
1704 'deletereasonotherlist',
1705 'deletereason-dropdown',
1706 'delete-edit-reasonlist',
1707 'delete-toobig',
1708 'delete-warning-toobig',
1709 ),
1710 'rollback' => array(
1711 'rollback',
1712 'rollback_short',
1713 'rollbacklink',
1714 'rollbackfailed',
1715 'cantrollback',
1716 'alreadyrolled',
1717 'editcomment',
1718 'revertpage',
1719 'rollback-success',
1720 'sessionfailure',
1721 ),
1722 'protect' => array(
1723 'protectlogpage',
1724 'protectlogtext',
1725 'protectedarticle',
1726 'modifiedarticleprotection',
1727 'unprotectedarticle',
1728 'movedarticleprotection',
1729 'protect-title',
1730 'prot_1movedto2',
1731 'protect-backlink',
1732 'protect-legend',
1733 'protectcomment',
1734 'protectexpiry',
1735 'protect_expiry_invalid',
1736 'protect_expiry_old',
1737 'protect-unchain',
1738 'protect-text',
1739 'protect-locked-blocked',
1740 'protect-locked-dblock',
1741 'protect-locked-access',
1742 'protect-cascadeon',
1743 'protect-default',
1744 'protect-fallback',
1745 'protect-level-autoconfirmed',
1746 'protect-level-sysop',
1747 'protect-summary-cascade',
1748 'protect-expiring',
1749 'protect-expiry-indefinite',
1750 'protect-cascade',
1751 'protect-cantedit',
1752 'protect-othertime',
1753 'protect-othertime-op',
1754 'protect-existing-expiry',
1755 'protect-otherreason',
1756 'protect-otherreason-op',
1757 'protect-dropdown',
1758 'protect-edit-reasonlist',
1759 'protect-expiry-options',
1760 'restriction-type',
1761 'restriction-level',
1762 'minimum-size',
1763 'maximum-size',
1764 'pagesize',
1765 ),
1766 'restrictions' => array(
1767 'restriction-edit',
1768 'restriction-move',
1769 'restriction-create',
1770 'restriction-upload',
1771 ),
1772 'restriction-levels' => array(
1773 'restriction-level-sysop',
1774 'restriction-level-autoconfirmed',
1775 'restriction-level-all',
1776 ),
1777 'undelete' => array(
1778 'undelete',
1779 'undeletepage',
1780 'undeletepagetitle',
1781 'viewdeletedpage',
1782 'undeletepagetext',
1783 'undelete-fieldset-title',
1784 'undeleteextrahelp',
1785 'undeleterevisions',
1786 'undeletehistory',
1787 'undeleterevdel',
1788 'undeletehistorynoadmin',
1789 'undelete-revision',
1790 'undeleterevision-missing',
1791 'undelete-nodiff',
1792 'undeletebtn',
1793 'undeletelink',
1794 'undeleteviewlink',
1795 'undeletereset',
1796 'undeleteinvert',
1797 'undeletecomment',
1798 'undeletedarticle',
1799 'undeletedrevisions',
1800 'undeletedrevisions-files',
1801 'undeletedfiles',
1802 'cannotundelete',
1803 'undeletedpage',
1804 'undelete-header',
1805 'undelete-search-box',
1806 'undelete-search-prefix',
1807 'undelete-search-submit',
1808 'undelete-no-results',
1809 'undelete-filename-mismatch',
1810 'undelete-bad-store-key',
1811 'undelete-cleanup-error',
1812 'undelete-missing-filearchive',
1813 'undelete-error-short',
1814 'undelete-error-long',
1815 'undelete-show-file-confirm',
1816 'undelete-show-file-submit',
1817 ),
1818 'nsform' => array(
1819 'namespace',
1820 'invert',
1821 'blanknamespace',
1822 ),
1823 'contributions' => array(
1824 'contributions',
1825 'contributions-title',
1826 'mycontris',
1827 'contribsub2',
1828 'nocontribs',
1829 'uctop',
1830 'month',
1831 'year',
1832 ),
1833 'sp-contributions' => array(
1834 'sp-contributions-newbies',
1835 'sp-contributions-newbies-sub',
1836 'sp-contributions-newbies-title',
1837 'sp-contributions-blocklog',
1838 'sp-contributions-deleted',
1839 'sp-contributions-logs',
1840 'sp-contributions-talk',
1841 'sp-contributions-userrights',
1842 'sp-contributions-search',
1843 'sp-contributions-username',
1844 'sp-contributions-submit',
1845 'sp-contributions-explain',
1846 'sp-contributions-footer',
1847 'sp-contributions-footer-anon',
1848 ),
1849 'whatlinkshere' => array(
1850 'whatlinkshere',
1851 'whatlinkshere-title',
1852 'whatlinkshere-summary',
1853 'whatlinkshere-page',
1854 'whatlinkshere-backlink',
1855 'linkshere',
1856 'nolinkshere',
1857 'nolinkshere-ns',
1858 'isredirect',
1859 'istemplate',
1860 'isimage',
1861 'whatlinkshere-prev',
1862 'whatlinkshere-next',
1863 'whatlinkshere-links',
1864 'whatlinkshere-hideredirs',
1865 'whatlinkshere-hidetrans',
1866 'whatlinkshere-hidelinks',
1867 'whatlinkshere-hideimages',
1868 'whatlinkshere-filters',
1869 ),
1870 'block' => array(
1871 'blockip',
1872 'blockip-legend',
1873 'blockiptext',
1874 'ipaddress',
1875 'ipadressorusername',
1876 'ipbexpiry',
1877 'ipbreason',
1878 'ipbreasonotherlist',
1879 'ipbreason-dropdown',
1880 'ipbanononly',
1881 'ipbcreateaccount',
1882 'ipbemailban',
1883 'ipbenableautoblock',
1884 'ipbsubmit',
1885 'ipbother',
1886 'ipboptions',
1887 'ipbotheroption',
1888 'ipbotherreason',
1889 'ipbhidename',
1890 'ipbwatchuser',
1891 'ipballowusertalk',
1892 'ipb-change-block',
1893 'badipaddress',
1894 'blockipsuccesssub',
1895 'blockipsuccesstext',
1896 'ipb-edit-dropdown',
1897 'ipb-unblock-addr',
1898 'ipb-unblock',
1899 'ipb-blocklist-addr',
1900 'ipb-blocklist',
1901 'ipb-blocklist-contribs',
1902 'unblockip',
1903 'unblockiptext',
1904 'ipusubmit',
1905 'unblocked',
1906 'unblocked-id',
1907 'ipblocklist',
1908 'ipblocklist-legend',
1909 'ipblocklist-username',
1910 'ipblocklist-sh-userblocks',
1911 'ipblocklist-sh-tempblocks',
1912 'ipblocklist-sh-addressblocks',
1913 'ipblocklist-summary',
1914 'ipblocklist-submit',
1915 'blocklistline',
1916 'infiniteblock',
1917 'expiringblock',
1918 'anononlyblock',
1919 'noautoblockblock',
1920 'createaccountblock',
1921 'emailblock',
1922 'blocklist-nousertalk',
1923 'ipblocklist-empty',
1924 'ipblocklist-no-results',
1925 'blocklink',
1926 'unblocklink',
1927 'change-blocklink',
1928 'contribslink',
1929 'autoblocker',
1930 'blocklogpage',
1931 'blocklog-fulllog',
1932 'blocklogentry',
1933 'reblock-logentry',
1934 'blocklogtext',
1935 'unblocklogentry',
1936 'block-log-flags-anononly',
1937 'block-log-flags-nocreate',
1938 'block-log-flags-noautoblock',
1939 'block-log-flags-noemail',
1940 'block-log-flags-nousertalk',
1941 'block-log-flags-angry-autoblock',
1942 'block-log-flags-hiddenname',
1943 'range_block_disabled',
1944 'ipb_expiry_invalid',
1945 'ipb_expiry_temp',
1946 'ipb_hide_invalid',
1947 'ipb_already_blocked',
1948 'ipb-needreblock',
1949 'ipb_cant_unblock',
1950 'ipb_blocked_as_range',
1951 'ip_range_invalid',
1952 'blockme',
1953 'proxyblocker',
1954 'proxyblocker-disabled',
1955 'proxyblockreason',
1956 'proxyblocksuccess',
1957 'sorbs',
1958 'sorbsreason',
1959 'sorbs_create_account_reason',
1960 'cant-block-while-blocked',
1961 ),
1962 'developertools' => array(
1963 'lockdb',
1964 'unlockdb',
1965 'lockdbtext',
1966 'unlockdbtext',
1967 'lockconfirm',
1968 'unlockconfirm',
1969 'lockbtn',
1970 'unlockbtn',
1971 'locknoconfirm',
1972 'lockdbsuccesssub',
1973 'unlockdbsuccesssub',
1974 'lockdbsuccesstext',
1975 'unlockdbsuccesstext',
1976 'lockfilenotwritable',
1977 'databasenotlocked',
1978 ),
1979 'movepage' => array(
1980 'move-page',
1981 'move-page-backlink',
1982 'move-page-legend',
1983 'movepagetext',
1984 'movepagetalktext',
1985 'movearticle',
1986 'movenologin',
1987 'movenologintext',
1988 'movenotallowed',
1989 'movenotallowedfile',
1990 'cant-move-user-page',
1991 'cant-move-to-user-page',
1992 'newtitle',
1993 'move-watch',
1994 'movepagebtn',
1995 'pagemovedsub',
1996 'movepage-moved',
1997 'movepage-moved-redirect',
1998 'movepage-moved-noredirect',
1999 'articleexists',
2000 'cantmove-titleprotected',
2001 'talkexists',
2002 'movedto',
2003 'movetalk',
2004 'move-subpages',
2005 'move-talk-subpages',
2006 'movepage-page-exists',
2007 'movepage-page-moved',
2008 'movepage-page-unmoved',
2009 'movepage-max-pages',
2010 '1movedto2',
2011 '1movedto2_redir',
2012 'move-redirect-suppressed',
2013 'movelogpage',
2014 'movelogpagetext',
2015 'movesubpage',
2016 'movesubpagetext',
2017 'movenosubpage',
2018 'movereason',
2019 'revertmove',
2020 'delete_and_move',
2021 'delete_and_move_text',
2022 'delete_and_move_confirm',
2023 'delete_and_move_reason',
2024 'selfmove',
2025 'immobile-source-namespace',
2026 'immobile-target-namespace',
2027 'immobile-target-namespace-iw',
2028 'immobile-source-page',
2029 'immobile-target-page',
2030 'immobile_namespace',
2031 'imagenocrossnamespace',
2032 'imagetypemismatch',
2033 'imageinvalidfilename',
2034 'fix-double-redirects',
2035 'move-leave-redirect',
2036 'protectedpagemovewarning',
2037 'semiprotectedpagemovewarning',
2038 ),
2039 'export' => array(
2040 'export',
2041 'exporttext',
2042 'exportcuronly',
2043 'exportnohistory',
2044 'export-submit',
2045 'export-addcattext',
2046 'export-addcat',
2047 'export-addnstext',
2048 'export-addns',
2049 'export-download',
2050 'export-templates',
2051 'export-pagelinks',
2052 ),
2053 'allmessages' => array(
2054 'allmessages',
2055 'allmessagesname',
2056 'allmessagesdefault',
2057 'allmessagescurrent',
2058 'allmessagestext',
2059 'allmessagesnotsupportedDB',
2060 'allmessagesfilter',
2061 'allmessagesmodified',
2062 ),
2063 'thumbnails' => array(
2064 'thumbnail-more',
2065 'filemissing',
2066 'thumbnail_error',
2067 'djvu_page_error',
2068 'djvu_no_xml',
2069 'thumbnail_invalid_params',
2070 'thumbnail_dest_directory',
2071 'thumbnail_image-type',
2072 'thumbnail_gd-library',
2073 'thumbnail_image-missing',
2074 ),
2075 'import' => array(
2076 'import',
2077 'importinterwiki',
2078 'import-interwiki-text',
2079 'import-interwiki-source',
2080 'import-interwiki-history',
2081 'import-interwiki-templates',
2082 'import-interwiki-submit',
2083 'import-interwiki-namespace',
2084 'import-upload-filename',
2085 'import-comment',
2086 'importtext',
2087 'importstart',
2088 'import-revision-count',
2089 'importnopages',
2090 'importfailed',
2091 'importunknownsource',
2092 'importcantopen',
2093 'importbadinterwiki',
2094 'importnotext',
2095 'importsuccess',
2096 'importhistoryconflict',
2097 'importnosources',
2098 'importnofile',
2099 'importuploaderrorsize',
2100 'importuploaderrorpartial',
2101 'importuploaderrortemp',
2102 'import-parse-failure',
2103 'import-noarticle',
2104 'import-nonewrevisions',
2105 'xml-error-string',
2106 'import-upload',
2107 'import-token-mismatch',
2108 'import-invalid-interwiki',
2109 ),
2110 'importlog' => array(
2111 'importlogpage',
2112 'importlogpagetext',
2113 'import-logentry-upload',
2114 'import-logentry-upload-detail',
2115 'import-logentry-interwiki',
2116 'import-logentry-interwiki-detail',
2117 ),
2118 'accesskeys' => array(
2119 'accesskey-pt-userpage',
2120 'accesskey-pt-anonuserpage',
2121 'accesskey-pt-mytalk',
2122 'accesskey-pt-anontalk',
2123 'accesskey-pt-preferences',
2124 'accesskey-pt-watchlist',
2125 'accesskey-pt-mycontris',
2126 'accesskey-pt-login',
2127 'accesskey-pt-anonlogin',
2128 'accesskey-pt-logout',
2129 'accesskey-ca-talk',
2130 'accesskey-ca-edit',
2131 'accesskey-ca-addsection',
2132 'accesskey-ca-viewsource',
2133 'accesskey-ca-history',
2134 'accesskey-ca-protect',
2135 'accesskey-ca-delete',
2136 'accesskey-ca-undelete',
2137 'accesskey-ca-move',
2138 'accesskey-ca-watch',
2139 'accesskey-ca-unwatch',
2140 'accesskey-search',
2141 'accesskey-search-go',
2142 'accesskey-search-fulltext',
2143 'accesskey-p-logo',
2144 'accesskey-n-mainpage',
2145 'accesskey-n-portal',
2146 'accesskey-n-currentevents',
2147 'accesskey-n-recentchanges',
2148 'accesskey-n-randompage',
2149 'accesskey-n-help',
2150 'accesskey-t-whatlinkshere',
2151 'accesskey-t-recentchangeslinked',
2152 'accesskey-t-random',
2153 'accesskey-feed-rss',
2154 'accesskey-feed-atom',
2155 'accesskey-t-contributions',
2156 'accesskey-t-emailuser',
2157 'accesskey-t-permalink',
2158 'accesskey-t-print',
2159 'accesskey-t-upload',
2160 'accesskey-t-specialpages',
2161 'accesskey-ca-nstab-main',
2162 'accesskey-ca-nstab-user',
2163 'accesskey-ca-nstab-media',
2164 'accesskey-ca-nstab-special',
2165 'accesskey-ca-nstab-project',
2166 'accesskey-ca-nstab-image',
2167 'accesskey-ca-nstab-mediawiki',
2168 'accesskey-ca-nstab-template',
2169 'accesskey-ca-nstab-help',
2170 'accesskey-ca-nstab-category',
2171 'accesskey-minoredit',
2172 'accesskey-save',
2173 'accesskey-preview',
2174 'accesskey-diff',
2175 'accesskey-compareselectedversions',
2176 'accesskey-visualcomparison',
2177 'accesskey-watch',
2178 'accesskey-upload',
2179 ),
2180 'tooltips' => array(
2181 'tooltip-pt-userpage',
2182 'tooltip-pt-anonuserpage',
2183 'tooltip-pt-mytalk',
2184 'tooltip-pt-anontalk',
2185 'tooltip-pt-preferences',
2186 'tooltip-pt-watchlist',
2187 'tooltip-pt-mycontris',
2188 'tooltip-pt-login',
2189 'tooltip-pt-anonlogin',
2190 'tooltip-pt-logout',
2191 'tooltip-ca-talk',
2192 'tooltip-ca-edit',
2193 'tooltip-ca-addsection',
2194 'tooltip-ca-viewsource',
2195 'tooltip-ca-history',
2196 'tooltip-ca-protect',
2197 'tooltip-ca-delete',
2198 'tooltip-ca-undelete',
2199 'tooltip-ca-move',
2200 'tooltip-ca-watch',
2201 'tooltip-ca-unwatch',
2202 'tooltip-search',
2203 'tooltip-search-go',
2204 'tooltip-search-fulltext',
2205 'tooltip-p-logo',
2206 'tooltip-n-mainpage',
2207 'tooltip-n-portal',
2208 'tooltip-n-currentevents',
2209 'tooltip-n-recentchanges',
2210 'tooltip-n-randompage',
2211 'tooltip-n-help',
2212 'tooltip-t-whatlinkshere',
2213 'tooltip-t-recentchangeslinked',
2214 'tooltip-t-random',
2215 'tooltip-feed-rss',
2216 'tooltip-feed-atom',
2217 'tooltip-t-contributions',
2218 'tooltip-t-emailuser',
2219 'tooltip-t-upload',
2220 'tooltip-t-specialpages',
2221 'tooltip-t-print',
2222 'tooltip-t-permalink',
2223 'tooltip-ca-nstab-main',
2224 'tooltip-ca-nstab-user',
2225 'tooltip-ca-nstab-media',
2226 'tooltip-ca-nstab-special',
2227 'tooltip-ca-nstab-project',
2228 'tooltip-ca-nstab-image',
2229 'tooltip-ca-nstab-mediawiki',
2230 'tooltip-ca-nstab-template',
2231 'tooltip-ca-nstab-help',
2232 'tooltip-ca-nstab-category',
2233 'tooltip-minoredit',
2234 'tooltip-save',
2235 'tooltip-preview',
2236 'tooltip-diff',
2237 'tooltip-compareselectedversions',
2238 'tooltip-watch',
2239 'tooltip-recreate',
2240 'tooltip-upload',
2241 'tooltip-rollback',
2242 'tooltip-undo',
2243 ),
2244 'stylesheets' => array(
2245 'common.css',
2246 'standard.css',
2247 'nostalgia.css',
2248 'cologneblue.css',
2249 'monobook.css',
2250 'myskin.css',
2251 'chick.css',
2252 'simple.css',
2253 'modern.css',
2254 'vector.css',
2255 'print.css',
2256 'handheld.css',
2257 ),
2258 'scripts' => array(
2259 'common.js',
2260 'standard.js',
2261 'nostalgia.js',
2262 'cologneblue.js',
2263 'monobook.js',
2264 'myskin.js',
2265 'chick.js',
2266 'simple.js',
2267 'modern.js',
2268 'vector.js',
2269 ),
2270 'metadata_cc' => array(
2271 'nodublincore',
2272 'nocreativecommons',
2273 'notacceptable',
2274 ),
2275 'attribution' => array(
2276 'anonymous',
2277 'siteuser',
2278 'lastmodifiedatby',
2279 'othercontribs',
2280 'others',
2281 'siteusers',
2282 'creditspage',
2283 'nocredits',
2284 ),
2285 'spamprotection' => array(
2286 'spamprotectiontitle',
2287 'spamprotectiontext',
2288 'spamprotectionmatch',
2289 'spambot_username',
2290 'spam_reverting',
2291 'spam_blanking',
2292 ),
2293 'info' => array(
2294 'infosubtitle',
2295 'numedits',
2296 'numtalkedits',
2297 'numwatchers',
2298 'numauthors',
2299 'numtalkauthors',
2300 ),
2301 'skin' => array(
2302 'skinname-standard',
2303 'skinname-nostalgia',
2304 'skinname-cologneblue',
2305 'skinname-monobook',
2306 'skinname-myskin',
2307 'skinname-chick',
2308 'skinname-simple',
2309 'skinname-modern',
2310 'skinname-vector',
2311 ),
2312 'math' => array(
2313 'mw_math_png',
2314 'mw_math_simple',
2315 'mw_math_html',
2316 'mw_math_source',
2317 'mw_math_modern',
2318 'mw_math_mathml',
2319 ),
2320 'matherrors' => array(
2321 'math_failure',
2322 'math_unknown_error',
2323 'math_unknown_function',
2324 'math_lexing_error',
2325 'math_syntax_error',
2326 'math_image_error',
2327 'math_bad_tmpdir',
2328 'math_bad_output',
2329 'math_notexvc',
2330 ),
2331 'patrolling' => array(
2332 'markaspatrolleddiff',
2333 'markaspatrolledlink',
2334 'markaspatrolledtext',
2335 'markedaspatrolled',
2336 'markedaspatrolledtext',
2337 'rcpatroldisabled',
2338 'rcpatroldisabledtext',
2339 'markedaspatrollederror',
2340 'markedaspatrollederrortext',
2341 'markedaspatrollederror-noautopatrol',
2342 ),
2343 'patrol-log' => array(
2344 'patrol-log-page',
2345 'patrol-log-header',
2346 'patrol-log-line',
2347 'patrol-log-auto',
2348 'patrol-log-diff',
2349 'log-show-hide-patrol',
2350 ),
2351 'imagedeletion' => array(
2352 'deletedrevision',
2353 'filedeleteerror-short',
2354 'filedeleteerror-long',
2355 'filedelete-missing',
2356 'filedelete-old-unregistered',
2357 'filedelete-current-unregistered',
2358 'filedelete-archive-read-only',
2359 ),
2360 'browsediffs' => array(
2361 'previousdiff',
2362 'nextdiff',
2363 ),
2364 'visual-comparison' => array(
2365 'visual-comparison',
2366 ),
2367 'media-info' => array(
2368 'mediawarning',
2369 'imagemaxsize',
2370 'thumbsize',
2371 'widthheight',
2372 'widthheightpage',
2373 'file-info',
2374 'file-info-size',
2375 'file-nohires',
2376 'svg-long-desc',
2377 'show-big-image',
2378 'show-big-image-thumb',
2379 ),
2380 'newfiles' => array(
2381 'newimages',
2382 'imagelisttext',
2383 'newimages-summary',
2384 'newimages-legend',
2385 'newimages-label',
2386 'showhidebots',
2387 'noimages',
2388 'ilsubmit',
2389 'bydate',
2390 'sp-newimages-showfrom',
2391 ),
2392 'video-info' => array(
2393 'video-dims',
2394 'seconds-abbrev',
2395 'minutes-abbrev',
2396 'hours-abbrev',
2397 ),
2398 'badimagelist' => array(
2399 'bad_image_list',
2400 ),
2401 'variantname-zh' => array(
2402 'variantname-zh-hans',
2403 'variantname-zh-hant',
2404 'variantname-zh-cn',
2405 'variantname-zh-tw',
2406 'variantname-zh-hk',
2407 'variantname-zh-mo',
2408 'variantname-zh-sg',
2409 'variantname-zh-my',
2410 'variantname-zh',
2411 ),
2412 'variantname-gan' => array(
2413 'variantname-gan-hans',
2414 'variantname-gan-hant',
2415 'variantname-gan',
2416 ),
2417 'variantname-sr' => array(
2418 'variantname-sr-ec',
2419 'variantname-sr-el',
2420 'variantname-sr',
2421 ),
2422 'variantname-kk' => array(
2423 'variantname-kk-kz',
2424 'variantname-kk-tr',
2425 'variantname-kk-cn',
2426 'variantname-kk-cyrl',
2427 'variantname-kk-latn',
2428 'variantname-kk-arab',
2429 'variantname-kk',
2430 ),
2431 'variantname-ku' => array(
2432 'variantname-ku-arab',
2433 'variantname-ku-latn',
2434 'variantname-ku',
2435 ),
2436 'variantname-tg' => array(
2437 'variantname-tg-cyrl',
2438 'variantname-tg-latn',
2439 'variantname-tg',
2440 ),
2441 'metadata' => array(
2442 'metadata',
2443 'metadata-help',
2444 'metadata-expand',
2445 'metadata-collapse',
2446 'metadata-fields',
2447 ),
2448 'exif' => array(
2449 'exif-imagewidth',
2450 'exif-imagelength',
2451 'exif-bitspersample',
2452 'exif-compression',
2453 'exif-photometricinterpretation',
2454 'exif-orientation',
2455 'exif-samplesperpixel',
2456 'exif-planarconfiguration',
2457 'exif-ycbcrsubsampling',
2458 'exif-ycbcrpositioning',
2459 'exif-xresolution',
2460 'exif-yresolution',
2461 'exif-resolutionunit',
2462 'exif-stripoffsets',
2463 'exif-rowsperstrip',
2464 'exif-stripbytecounts',
2465 'exif-jpeginterchangeformat',
2466 'exif-jpeginterchangeformatlength',
2467 'exif-transferfunction',
2468 'exif-whitepoint',
2469 'exif-primarychromaticities',
2470 'exif-ycbcrcoefficients',
2471 'exif-referenceblackwhite',
2472 'exif-datetime',
2473 'exif-imagedescription',
2474 'exif-make',
2475 'exif-model',
2476 'exif-software',
2477 'exif-artist',
2478 'exif-copyright',
2479 'exif-exifversion',
2480 'exif-flashpixversion',
2481 'exif-colorspace',
2482 'exif-componentsconfiguration',
2483 'exif-compressedbitsperpixel',
2484 'exif-pixelydimension',
2485 'exif-pixelxdimension',
2486 'exif-makernote',
2487 'exif-usercomment',
2488 'exif-relatedsoundfile',
2489 'exif-datetimeoriginal',
2490 'exif-datetimedigitized',
2491 'exif-subsectime',
2492 'exif-subsectimeoriginal',
2493 'exif-subsectimedigitized',
2494 'exif-exposuretime',
2495 'exif-exposuretime-format',
2496 'exif-fnumber',
2497 'exif-fnumber-format',
2498 'exif-exposureprogram',
2499 'exif-spectralsensitivity',
2500 'exif-isospeedratings',
2501 'exif-oecf',
2502 'exif-shutterspeedvalue',
2503 'exif-aperturevalue',
2504 'exif-brightnessvalue',
2505 'exif-exposurebiasvalue',
2506 'exif-maxaperturevalue',
2507 'exif-subjectdistance',
2508 'exif-meteringmode',
2509 'exif-lightsource',
2510 'exif-flash',
2511 'exif-focallength',
2512 'exif-focallength-format',
2513 'exif-subjectarea',
2514 'exif-flashenergy',
2515 'exif-spatialfrequencyresponse',
2516 'exif-focalplanexresolution',
2517 'exif-focalplaneyresolution',
2518 'exif-focalplaneresolutionunit',
2519 'exif-subjectlocation',
2520 'exif-exposureindex',
2521 'exif-sensingmethod',
2522 'exif-filesource',
2523 'exif-scenetype',
2524 'exif-cfapattern',
2525 'exif-customrendered',
2526 'exif-exposuremode',
2527 'exif-whitebalance',
2528 'exif-digitalzoomratio',
2529 'exif-focallengthin35mmfilm',
2530 'exif-scenecapturetype',
2531 'exif-gaincontrol',
2532 'exif-contrast',
2533 'exif-saturation',
2534 'exif-sharpness',
2535 'exif-devicesettingdescription',
2536 'exif-subjectdistancerange',
2537 'exif-imageuniqueid',
2538 'exif-gpsversionid',
2539 'exif-gpslatituderef',
2540 'exif-gpslatitude',
2541 'exif-gpslongituderef',
2542 'exif-gpslongitude',
2543 'exif-gpsaltituderef',
2544 'exif-gpsaltitude',
2545 'exif-gpstimestamp',
2546 'exif-gpssatellites',
2547 'exif-gpsstatus',
2548 'exif-gpsmeasuremode',
2549 'exif-gpsdop',
2550 'exif-gpsspeedref',
2551 'exif-gpsspeed',
2552 'exif-gpstrackref',
2553 'exif-gpstrack',
2554 'exif-gpsimgdirectionref',
2555 'exif-gpsimgdirection',
2556 'exif-gpsmapdatum',
2557 'exif-gpsdestlatituderef',
2558 'exif-gpsdestlatitude',
2559 'exif-gpsdestlongituderef',
2560 'exif-gpsdestlongitude',
2561 'exif-gpsdestbearingref',
2562 'exif-gpsdestbearing',
2563 'exif-gpsdestdistanceref',
2564 'exif-gpsdestdistance',
2565 'exif-gpsprocessingmethod',
2566 'exif-gpsareainformation',
2567 'exif-gpsdatestamp',
2568 'exif-gpsdifferential',
2569 ),
2570 'exif-values' => array(
2571 'exif-make-value',
2572 'exif-model-value',
2573 'exif-software-value',
2574 ),
2575 'exif-compression' => array(
2576 'exif-compression-1',
2577 'exif-compression-6',
2578 ),
2579 'exif-photometricinterpretation' => array(
2580 'exif-photometricinterpretation-2',
2581 'exif-photometricinterpretation-6',
2582 ),
2583 'exif-unknowndate' => array(
2584 'exif-unknowndate',
2585 ),
2586 'exif-orientation' => array(
2587 'exif-orientation-1',
2588 'exif-orientation-2',
2589 'exif-orientation-3',
2590 'exif-orientation-4',
2591 'exif-orientation-5',
2592 'exif-orientation-6',
2593 'exif-orientation-7',
2594 'exif-orientation-8',
2595 ),
2596 'exif-planarconfiguration' => array(
2597 'exif-planarconfiguration-1',
2598 'exif-planarconfiguration-2',
2599 ),
2600 'exif-xyresolution' => array(
2601 'exif-xyresolution-i',
2602 'exif-xyresolution-c',
2603 ),
2604 'exif-colorspace' => array(
2605 'exif-colorspace-1',
2606 'exif-colorspace-ffff.h',
2607 ),
2608 'exif-componentsconfiguration' => array(
2609 'exif-componentsconfiguration-0',
2610 'exif-componentsconfiguration-1',
2611 'exif-componentsconfiguration-2',
2612 'exif-componentsconfiguration-3',
2613 'exif-componentsconfiguration-4',
2614 'exif-componentsconfiguration-5',
2615 'exif-componentsconfiguration-6',
2616 ),
2617 'exif-exposureprogram' => array(
2618 'exif-exposureprogram-0',
2619 'exif-exposureprogram-1',
2620 'exif-exposureprogram-2',
2621 'exif-exposureprogram-3',
2622 'exif-exposureprogram-4',
2623 'exif-exposureprogram-5',
2624 'exif-exposureprogram-6',
2625 'exif-exposureprogram-7',
2626 'exif-exposureprogram-8',
2627 ),
2628 'exif-subjectdistance-value' => array(
2629 'exif-subjectdistance-value',
2630 ),
2631 'exif-meteringmode' => array(
2632 'exif-meteringmode-0',
2633 'exif-meteringmode-1',
2634 'exif-meteringmode-2',
2635 'exif-meteringmode-3',
2636 'exif-meteringmode-4',
2637 'exif-meteringmode-5',
2638 'exif-meteringmode-6',
2639 'exif-meteringmode-255',
2640 ),
2641 'exif-lightsource' => array(
2642 'exif-lightsource-0',
2643 'exif-lightsource-1',
2644 'exif-lightsource-2',
2645 'exif-lightsource-3',
2646 'exif-lightsource-4',
2647 'exif-lightsource-9',
2648 'exif-lightsource-10',
2649 'exif-lightsource-11',
2650 'exif-lightsource-12',
2651 'exif-lightsource-13',
2652 'exif-lightsource-14',
2653 'exif-lightsource-15',
2654 'exif-lightsource-17',
2655 'exif-lightsource-18',
2656 'exif-lightsource-19',
2657 'exif-lightsource-20',
2658 'exif-lightsource-21',
2659 'exif-lightsource-22',
2660 'exif-lightsource-23',
2661 'exif-lightsource-24',
2662 'exif-lightsource-255',
2663 ),
2664 'exif-flash' => array(
2665 'exif-flash-fired-0' ,
2666 'exif-flash-fired-1' ,
2667 'exif-flash-return-0' ,
2668 'exif-flash-return-2' ,
2669 'exif-flash-return-3' ,
2670 'exif-flash-mode-1' ,
2671 'exif-flash-mode-2' ,
2672 'exif-flash-mode-3' ,
2673 'exif-flash-function-1' ,
2674 'exif-flash-redeye-1' ,
2675 ),
2676 'exif-focalplaneresolutionunit' => array(
2677 'exif-focalplaneresolutionunit-2',
2678 ),
2679 'exif-sensingmethod' => array(
2680 'exif-sensingmethod-1',
2681 'exif-sensingmethod-2',
2682 'exif-sensingmethod-3',
2683 'exif-sensingmethod-4',
2684 'exif-sensingmethod-5',
2685 'exif-sensingmethod-7',
2686 'exif-sensingmethod-8',
2687 ),
2688 'exif-filesource' => array(
2689 'exif-filesource-3',
2690 ),
2691 'exif-scenetype' => array(
2692 'exif-scenetype-1',
2693 ),
2694 'exif-customrendered' => array(
2695 'exif-customrendered-0',
2696 'exif-customrendered-1',
2697 ),
2698 'exif-exposuremode' => array(
2699 'exif-exposuremode-0',
2700 'exif-exposuremode-1',
2701 'exif-exposuremode-2',
2702 ),
2703 'exif-whitebalance' => array(
2704 'exif-whitebalance-0',
2705 'exif-whitebalance-1',
2706 ),
2707 'exif-scenecapturetype' => array(
2708 'exif-scenecapturetype-0',
2709 'exif-scenecapturetype-1',
2710 'exif-scenecapturetype-2',
2711 'exif-scenecapturetype-3',
2712 ),
2713 'exif-gaincontrol' => array(
2714 'exif-gaincontrol-0',
2715 'exif-gaincontrol-1',
2716 'exif-gaincontrol-2',
2717 'exif-gaincontrol-3',
2718 'exif-gaincontrol-4',
2719 ),
2720 'exif-contrast' => array(
2721 'exif-contrast-0',
2722 'exif-contrast-1',
2723 'exif-contrast-2',
2724 ),
2725 'exif-saturation' => array(
2726 'exif-saturation-0',
2727 'exif-saturation-1',
2728 'exif-saturation-2',
2729 ),
2730 'exif-sharpness' => array(
2731 'exif-sharpness-0',
2732 'exif-sharpness-1',
2733 'exif-sharpness-2',
2734 ),
2735 'exif-subjectdistancerange' => array(
2736 'exif-subjectdistancerange-0',
2737 'exif-subjectdistancerange-1',
2738 'exif-subjectdistancerange-2',
2739 'exif-subjectdistancerange-3',
2740 ),
2741 'exif-gpslatitude' => array(
2742 'exif-gpslatitude-n',
2743 'exif-gpslatitude-s',
2744 ),
2745 'exif-gpslongitude' => array(
2746 'exif-gpslongitude-e',
2747 'exif-gpslongitude-w',
2748 ),
2749 'exif-gpsstatus' => array(
2750 'exif-gpsstatus-a',
2751 'exif-gpsstatus-v',
2752 ),
2753 'exif-gpsmeasuremode' => array(
2754 'exif-gpsmeasuremode-2',
2755 'exif-gpsmeasuremode-3',
2756 ),
2757 'exif-gpsspeed' => array(
2758 'exif-gpsspeed-k',
2759 'exif-gpsspeed-m',
2760 'exif-gpsspeed-n',
2761 ),
2762 'exif-gpsdirection' => array(
2763 'exif-gpsdirection-t',
2764 'exif-gpsdirection-m',
2765 ),
2766 'edit-externally' => array(
2767 'edit-externally',
2768 'edit-externally-help',
2769 ),
2770 'all' => array(
2771 'recentchangesall',
2772 'imagelistall',
2773 'watchlistall2',
2774 'namespacesall',
2775 'monthsall',
2776 ),
2777 'confirmemail' => array(
2778 'confirmemail',
2779 'confirmemail_noemail',
2780 'confirmemail_text',
2781 'confirmemail_pending',
2782 'confirmemail_send',
2783 'confirmemail_sent',
2784 'confirmemail_oncreate',
2785 'confirmemail_sendfailed',
2786 'confirmemail_invalid',
2787 'confirmemail_needlogin',
2788 'confirmemail_success',
2789 'confirmemail_loggedin',
2790 'confirmemail_error',
2791 'confirmemail_subject',
2792 'confirmemail_body',
2793 'confirmemail_invalidated',
2794 'invalidateemail',
2795 ),
2796 'scarytransclusion' => array(
2797 'scarytranscludedisabled',
2798 'scarytranscludefailed',
2799 'scarytranscludetoolong',
2800 ),
2801 'trackbacks' => array(
2802 'trackbackbox',
2803 'trackback',
2804 'trackbackexcerpt',
2805 'trackbackremove',
2806 'trackbacklink',
2807 'trackbackdeleteok',
2808 ),
2809 'deleteconflict' => array(
2810 'deletedwhileediting',
2811 'confirmrecreate',
2812 'recreate',
2813 ),
2814 'unit-pixel' => array(
2815 'unit-pixel',
2816 ),
2817 'purge' => array(
2818 'confirm_purge_button',
2819 'confirm-purge-top',
2820 'confirm-purge-bottom',
2821 ),
2822 'separators' => array(
2823 'catseparator',
2824 'semicolon-separator',
2825 'comma-separator',
2826 'colon-separator',
2827 'autocomment-prefix',
2828 'pipe-separator',
2829 'word-separator',
2830 'ellipsis',
2831 'percent',
2832 'parentheses',
2833 ),
2834 'imgmulti' => array(
2835 'imgmultipageprev',
2836 'imgmultipagenext',
2837 'imgmultigo',
2838 'imgmultigoto',
2839 ),
2840 'tablepager' => array(
2841 'ascending_abbrev',
2842 'descending_abbrev',
2843 'table_pager_next',
2844 'table_pager_prev',
2845 'table_pager_first',
2846 'table_pager_last',
2847 'table_pager_limit',
2848 'table_pager_limit_submit',
2849 'table_pager_empty',
2850 ),
2851 'autosumm' => array(
2852 'autosumm-blank',
2853 'autosumm-replace',
2854 'autoredircomment',
2855 'autosumm-new',
2856 ),
2857 'autoblock_whitelist' => array(
2858 'autoblock_whitelist',
2859 ),
2860 'sizeunits' => array(
2861 'size-bytes',
2862 'size-kilobytes',
2863 'size-megabytes',
2864 'size-gigabytes',
2865 ),
2866 'livepreview' => array(
2867 'livepreview-loading',
2868 'livepreview-ready',
2869 'livepreview-failed',
2870 'livepreview-error',
2871 ),
2872 'lagwarning' => array(
2873 'lag-warn-normal',
2874 'lag-warn-high',
2875 ),
2876 'watchlisteditor' => array(
2877 'watchlistedit-numitems',
2878 'watchlistedit-noitems',
2879 'watchlistedit-normal-title',
2880 'watchlistedit-normal-legend',
2881 'watchlistedit-normal-explain',
2882 'watchlistedit-normal-submit',
2883 'watchlistedit-normal-done',
2884 'watchlistedit-raw-title',
2885 'watchlistedit-raw-legend',
2886 'watchlistedit-raw-explain',
2887 'watchlistedit-raw-titles',
2888 'watchlistedit-raw-submit',
2889 'watchlistedit-raw-done',
2890 'watchlistedit-raw-added',
2891 'watchlistedit-raw-removed',
2892 ),
2893 'watchlisttools' => array(
2894 'watchlisttools-view',
2895 'watchlisttools-edit',
2896 'watchlisttools-raw',
2897 ),
2898 'iranian-dates' => array(
2899 'iranian-calendar-m1',
2900 'iranian-calendar-m2',
2901 'iranian-calendar-m3',
2902 'iranian-calendar-m4',
2903 'iranian-calendar-m5',
2904 'iranian-calendar-m6',
2905 'iranian-calendar-m7',
2906 'iranian-calendar-m8',
2907 'iranian-calendar-m9',
2908 'iranian-calendar-m10',
2909 'iranian-calendar-m11',
2910 'iranian-calendar-m12',
2911 ),
2912 'hijri-dates' => array(
2913 'hijri-calendar-m1',
2914 'hijri-calendar-m2',
2915 'hijri-calendar-m3',
2916 'hijri-calendar-m4',
2917 'hijri-calendar-m5',
2918 'hijri-calendar-m6',
2919 'hijri-calendar-m7',
2920 'hijri-calendar-m8',
2921 'hijri-calendar-m9',
2922 'hijri-calendar-m10',
2923 'hijri-calendar-m11',
2924 'hijri-calendar-m12',
2925 ),
2926 'hebrew-dates' => array(
2927 'hebrew-calendar-m1',
2928 'hebrew-calendar-m2',
2929 'hebrew-calendar-m3',
2930 'hebrew-calendar-m4',
2931 'hebrew-calendar-m5',
2932 'hebrew-calendar-m6',
2933 'hebrew-calendar-m6a',
2934 'hebrew-calendar-m6b',
2935 'hebrew-calendar-m7',
2936 'hebrew-calendar-m8',
2937 'hebrew-calendar-m9',
2938 'hebrew-calendar-m10',
2939 'hebrew-calendar-m11',
2940 'hebrew-calendar-m12',
2941 'hebrew-calendar-m1-gen',
2942 'hebrew-calendar-m2-gen',
2943 'hebrew-calendar-m3-gen',
2944 'hebrew-calendar-m4-gen',
2945 'hebrew-calendar-m5-gen',
2946 'hebrew-calendar-m6-gen',
2947 'hebrew-calendar-m6a-gen',
2948 'hebrew-calendar-m6b-gen',
2949 'hebrew-calendar-m7-gen',
2950 'hebrew-calendar-m8-gen',
2951 'hebrew-calendar-m9-gen',
2952 'hebrew-calendar-m10-gen',
2953 'hebrew-calendar-m11-gen',
2954 'hebrew-calendar-m12-gen',
2955 ),
2956 'signatures' => array(
2957 'signature',
2958 'signature-anon',
2959 'timezone-utc',
2960 ),
2961 'CoreParserFunctions' => array(
2962 'unknown_extension_tag',
2963 'duplicate-defaultsort',
2964 ),
2965 'version' => array(
2966 'version',
2967 'version-extensions',
2968 'version-specialpages',
2969 'version-parserhooks',
2970 'version-variables',
2971 'version-other',
2972 'version-mediahandlers',
2973 'version-hooks',
2974 'version-extension-functions',
2975 'version-parser-extensiontags',
2976 'version-parser-function-hooks',
2977 'version-skin-extension-functions',
2978 'version-hook-name',
2979 'version-hook-subscribedby',
2980 'version-version',
2981 'version-svn-revision',
2982 'version-license',
2983 'version-software',
2984 'version-software-product',
2985 'version-software-version',
2986 ),
2987 'filepath' => array(
2988 'filepath',
2989 'filepath-page',
2990 'filepath-submit',
2991 'filepath-summary',
2992 ),
2993 'fileduplicatesearch' => array(
2994 'fileduplicatesearch',
2995 'fileduplicatesearch-summary',
2996 'fileduplicatesearch-legend',
2997 'fileduplicatesearch-filename',
2998 'fileduplicatesearch-submit',
2999 'fileduplicatesearch-info',
3000 'fileduplicatesearch-result-1',
3001 'fileduplicatesearch-result-n',
3002 ),
3003 'special-specialpages' => array(
3004 'specialpages',
3005 'specialpages-summary',
3006 'specialpages-note',
3007 'specialpages-group-maintenance',
3008 'specialpages-group-other',
3009 'specialpages-group-login',
3010 'specialpages-group-changes',
3011 'specialpages-group-media',
3012 'specialpages-group-users',
3013 'specialpages-group-highuse',
3014 'specialpages-group-pages',
3015 'specialpages-group-pagetools',
3016 'specialpages-group-wiki',
3017 'specialpages-group-redirects',
3018 'specialpages-group-spam',
3019 ),
3020 'special-blank' => array(
3021 'blankpage',
3022 'intentionallyblankpage',
3023 ),
3024 'external_images' => array(
3025 'external_image_whitelist',
3026 ),
3027 'special-tags' => array(
3028 'tags',
3029 'tag-filter',
3030 'tag-filter-submit',
3031 'tags-title',
3032 'tags-intro',
3033 'tags-tag',
3034 'tags-display-header',
3035 'tags-description-header',
3036 'tags-hitcount-header',
3037 'tags-edit',
3038 'tags-hitcount',
3039 ),
3040 'db-error-messages' => array(
3041 'dberr-header',
3042 'dberr-problems',
3043 'dberr-again',
3044 'dberr-info',
3045 'dberr-usegoogle',
3046 'dberr-outofdate',
3047 'dberr-cachederror',
3048 ),
3049 'html-forms' => array(
3050 'htmlform-invalid-input',
3051 'htmlform-select-badoption',
3052 'htmlform-int-invalid',
3053 'htmlform-int-toolow',
3054 'htmlform-int-toohigh',
3055 'htmlform-submit',
3056 'htmlform-reset',
3057 'htmlform-selectorother-other',
3058 ),
3059 );
3060
3061 /** Comments for each block */
3062 $wgBlockComments = array(
3063 'sidebar' => "The sidebar for MonoBook is generated from this message, lines that do not
3064 begin with * or ** are discarded, furthermore lines that do begin with ** and
3065 do not contain | are also discarded, but do not depend on this behaviour for
3066 future releases. Also note that since each list value is wrapped in a unique
3067 XHTML id it should only appear once and include characters that are legal
3068 XHTML id names.",
3069 'toggles' => 'User preference toggles',
3070 'underline' => '',
3071 'dates' => 'Dates',
3072 'categorypages' => 'Categories related messages',
3073 'mainpage' => '',
3074 'miscellaneous1' => '',
3075 'cologneblue' => 'Cologne Blue skin',
3076 'vector' => 'Vector skin',
3077 'metadata_help' => 'Metadata in edit box',
3078 'miscellaneous2' => '',
3079 'links' => 'All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).',
3080 'badaccess' => '',
3081 'versionrequired' => '',
3082 'miscellaneous3' => '',
3083 'nstab' => "Short words for each namespace, by default used in the namespace tab in monobook",
3084 'main' => 'Main script and global functions',
3085 'errors' => 'General errors',
3086 'virus' => 'Virus scanner',
3087 'login' => 'Login and logout pages',
3088 'resetpass' => 'Password reset dialog',
3089 'toolbar' => 'Edit page toolbar',
3090 'edit' => 'Edit pages',
3091 'parserwarnings' => 'Parser/template warnings',
3092 'undo' => '"Undo" feature',
3093 'cantcreateaccount' => 'Account creation failure',
3094 'history' => 'History pages',
3095 'history-feed' => 'Revision feed',
3096 'revdelete' => 'Revision deletion',
3097 'suppression' => 'Suppression log',
3098 'mergehistory' => 'History merging',
3099 'mergelog' => 'Merge log',
3100 'diffs' => 'Diffs',
3101 'search' => 'Search results',
3102 'opensearch' => 'OpenSearch description',
3103 'quickbar' => 'Quickbar',
3104 'preferences' => 'Preferences page',
3105 'userrights' => 'User rights',
3106 'group' => 'Groups',
3107 'group-member' => '',
3108 'grouppage' => '',
3109 'right' => 'Rights',
3110 'action' => 'Associated actions - in the sentence "You do not have permission to X"',
3111 'rightslog' => 'User rights log',
3112 'recentchanges' => 'Recent changes',
3113 'recentchangeslinked' => 'Recent changes linked',
3114 'upload' => 'Upload',
3115 'upload-errors' => '',
3116 'upload-curl-errors' => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>',
3117 'licenses' => '',
3118 'filelist' => 'Special:ListFiles',
3119 'filedescription' => 'File description page',
3120 'filerevert' => 'File reversion',
3121 'filedelete' => 'File deletion',
3122 'mimesearch' => 'MIME search',
3123 'unwatchedpages' => 'Unwatched pages',
3124 'listredirects' => 'List redirects',
3125 'unusedtemplates' => 'Unused templates',
3126 'randompage' => 'Random page',
3127 'randomredirect' => 'Random redirect',
3128 'statistics' => 'Statistics',
3129 'disambiguations' => '',
3130 'doubleredirects' => '',
3131 'brokenredirects' => '',
3132 'withoutinterwiki' => '',
3133 'fewestrevisions' => '',
3134 'specialpages' => 'Miscellaneous special pages',
3135 'booksources' => 'Book sources',
3136 'magicwords' => 'Magic words',
3137 'logpages' => 'Special:Log',
3138 'allpages' => 'Special:AllPages',
3139 'categories' => 'Special:Categories',
3140 'deletedcontribs' => 'Special:DeletedContributions',
3141 'linksearch' => 'Special:LinkSearch',
3142 'listusers' => 'Special:ListUsers',
3143 'activeusers' => 'Special:ActiveUsers',
3144 'newuserlog' => 'Special:Log/newusers',
3145 'listgrouprights' => 'Special:ListGroupRights',
3146 'emailuser' => 'E-mail user',
3147 'watchlist' => 'Watchlist',
3148 'watching' => 'Displayed when you click the "watch" button and it is in the process of watching',
3149 'enotif' => '',
3150 'delete' => 'Delete',
3151 'rollback' => 'Rollback',
3152 'protect' => 'Protect',
3153 'restrictions' => 'Restrictions (nouns)',
3154 'restriction-levels' => 'Restriction levels',
3155 'undelete' => 'Undelete',
3156 'nsform' => 'Namespace form on various pages',
3157 'contributions' => 'Contributions',
3158 'sp-contributions' => '',
3159 'whatlinkshere' => 'What links here',
3160 'block' => 'Block/unblock',
3161 'developertools' => 'Developer tools',
3162 'movepage' => 'Move page',
3163 'export' => 'Export',
3164 'allmessages' => 'Namespace 8 related',
3165 'thumbnails' => 'Thumbnails',
3166 'import' => 'Special:Import',
3167 'importlog' => 'Import log',
3168 'accesskeys' => 'Keyboard access keys for power users',
3169 'tooltips' => 'Tooltip help for the actions',
3170 'stylesheets' => 'Stylesheets',
3171 'scripts' => 'Scripts',
3172 'metadata_cc' => 'Metadata',
3173 'attribution' => 'Attribution',
3174 'spamprotection' => 'Spam protection',
3175 'info' => 'Info page',
3176 'skin' => 'Skin names',
3177 'math' => 'Math options',
3178 'matherrors' => 'Math errors',
3179 'patrolling' => 'Patrolling',
3180 'patrol-log' => 'Patrol log',
3181 'imagedeletion' => 'Image deletion',
3182 'browsediffs' => 'Browsing diffs',
3183 'newfiles' => 'Special:NewFiles',
3184 'video-info' => 'Video information, used by Language::formatTimePeriod() to format lengths in the above messages',
3185 'badimagelist' => 'Bad image list',
3186 'variantname-zh' => "Short names for language variants used for language conversion links.
3187 To disable showing a particular link, set it to 'disable', e.g.
3188 'variantname-zh-sg' => 'disable',
3189 Variants for Chinese language",
3190 'variantname-gan' => 'Variants for Gan language',
3191 'variantname-sr' => 'Variants for Serbian language',
3192 'variantname-kk' => 'Variants for Kazakh language',
3193 'variantname-ku' => 'Variants for Kurdish language',
3194 'variantname-tg' => 'Variants for Tajiki language',
3195 'visual-comparison' => 'Visual comparison',
3196 'media-info' => 'Media information',
3197 'metadata' => 'Metadata',
3198 'exif' => 'EXIF tags',
3199 'exif-values' => 'Make & model, can be wikified in order to link to the camera and model name',
3200 'exif-compression' => 'EXIF attributes',
3201 'exif-unknowndate' => '',
3202 'exif-photometricinterpretation' => '',
3203 'exif-orientation' => '',
3204 'exif-planarconfiguration' => '',
3205 'exif-xyresolution' => '',
3206 'exif-colorspace' => '',
3207 'exif-componentsconfiguration' => '',
3208 'exif-exposureprogram' => '',
3209 'exif-subjectdistance-value' => '',
3210 'exif-meteringmode' => '',
3211 'exif-lightsource' => '',
3212 'exif-flash' => 'Flash modes',
3213 'exif-focalplaneresolutionunit' => '',
3214 'exif-sensingmethod' => '',
3215 'exif-filesource' => '',
3216 'exif-scenetype' => '',
3217 'exif-customrendered' => '',
3218 'exif-exposuremode' => '',
3219 'exif-whitebalance' => '',
3220 'exif-scenecapturetype' => '',
3221 'exif-gaincontrol' => '',
3222 'exif-contrast' => '',
3223 'exif-saturation' => '',
3224 'exif-sharpness' => '',
3225 'exif-subjectdistancerange' => '',
3226 'exif-gpslatitude' => 'Pseudotags used for GPSLatitudeRef and GPSDestLatitudeRef',
3227 'exif-gpslongitude' => 'Pseudotags used for GPSLongitudeRef and GPSDestLongitudeRef',
3228 'exif-gpsstatus' => '',
3229 'exif-gpsmeasuremode' => '',
3230 'exif-gpsspeed' => 'Pseudotags used for GPSSpeedRef',
3231 'exif-gpsdirection' => 'Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef',
3232 'edit-externally' => 'External editor support',
3233 'all' => "'all' in various places, this might be different for inflected languages",
3234 'confirmemail' => 'E-mail address confirmation',
3235 'scarytransclusion' => 'Scary transclusion',
3236 'trackbacks' => 'Trackbacks',
3237 'deleteconflict' => 'Delete conflict',
3238 'unit-pixel' => '',
3239 'purge' => 'action=purge',
3240 'separators' => 'Separators for various lists, etc.',
3241 'imgmulti' => 'Multipage image navigation',
3242 'tablepager' => 'Table pager',
3243 'autosumm' => 'Auto-summaries',
3244 'autoblock_whitelist' => 'Autoblock whitelist',
3245 'sizeunits' => 'Size units',
3246 'livepreview' => 'Live preview',
3247 'lagwarning' => 'Friendlier slave lag warnings',
3248 'watchlisteditor' => 'Watchlist editor',
3249 'watchlisttools' => 'Watchlist editing tools',
3250 'iranian-dates' => 'Iranian month names',
3251 'hijri-dates' => 'Hijri month names',
3252 'hebrew-dates' => 'Hebrew month names',
3253 'signatures' => 'Signatures',
3254 'CoreParserFunctions' => 'Core parser functions',
3255 'version' => 'Special:Version',
3256 'filepath' => 'Special:FilePath',
3257 'fileduplicatesearch' => 'Special:FileDuplicateSearch',
3258 'special-specialpages' => 'Special:SpecialPages',
3259 'special-blank' => 'Special:BlankPage',
3260 'external_images' => 'External image whitelist',
3261 'special-tags' => 'Special:Tags',
3262 'db-error-messages' => 'Database error messages',
3263 'html-forms' => 'HTML forms',
3264 );