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