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