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