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