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