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