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