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