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