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