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