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