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