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