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