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