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