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