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