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