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