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