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