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