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