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