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 'filedelete-edit-reasonlist',
982 ),
983 'mimesearch' => array(
984 'mimesearch',
985 'mimesearch-summary',
986 'mimetype',
987 'download',
988 ),
989 'unwatchedpages' => array(
990 'unwatchedpages',
991 'unwatchedpages-summary',
992 ),
993 'listredirects' => array(
994 'listredirects',
995 'listredirects-summary',
996 ),
997 'unusedtemplates' => array(
998 'unusedtemplates',
999 'unusedtemplates-summary',
1000 'unusedtemplatestext',
1001 'unusedtemplateswlh',
1002 ),
1003 'randompage' => array(
1004 'randompage',
1005 'randompage-nopages',
1006 'randompage-url',
1007 ),
1008 'randomredirect' => array(
1009 'randomredirect',
1010 'randomredirect-nopages',
1011 ),
1012 'statistics' => array(
1013 'statistics',
1014 'sitestats',
1015 'userstats',
1016 'sitestatstext',
1017 'userstatstext',
1018 'statistics-mostpopular',
1019 'statistics-footer',
1020 ),
1021 'disambiguations' => array(
1022 'disambiguations',
1023 'disambiguations-summary',
1024 'disambiguationspage',
1025 'disambiguations-text',
1026 ),
1027 'doubleredirects' => array(
1028 'doubleredirects',
1029 'doubleredirects-summary',
1030 'doubleredirectstext',
1031 ),
1032 'brokenredirects' => array(
1033 'brokenredirects',
1034 'brokenredirects-summary',
1035 'brokenredirectstext',
1036 'brokenredirects-edit',
1037 'brokenredirects-delete',
1038 ),
1039 'withoutinterwiki' => array(
1040 'withoutinterwiki',
1041 'withoutinterwiki-header',
1042 'withoutinterwiki-summary',
1043 'withoutinterwiki-submit',
1044 ),
1045 'fewestrevisions' => array(
1046 'fewestrevisions',
1047 'fewestrevisions-summary',
1048 ),
1049 'specialpages' => array(
1050 'nbytes',
1051 'ncategories',
1052 'nlinks',
1053 'nmembers',
1054 'nrevisions',
1055 'nviews',
1056 'nchanges',
1057 'specialpage-empty',
1058 'lonelypages',
1059 'lonelypages-summary',
1060 'lonelypagestext',
1061 'uncategorizedpages',
1062 'uncategorizedpages-summary',
1063 'uncategorizedcategories',
1064 'uncategorizedcategories-summary',
1065 'uncategorizedimages',
1066 'uncategorizedimages-summary',
1067 'uncategorizedtemplates',
1068 'uncategorizedtemplates-summary',
1069 'unusedcategories',
1070 'unusedimages',
1071 'popularpages',
1072 'popularpages-summary',
1073 'wantedcategories',
1074 'wantedcategories-summary',
1075 'wantedpages',
1076 'wantedpages-summary',
1077 'mostlinked',
1078 'mostlinked-summary',
1079 'mostlinkedcategories',
1080 'mostlinkedcategories-summary',
1081 'mostlinkedtemplates',
1082 'mostlinkedtemplates-summary',
1083 'mostcategories',
1084 'mostcategories-summary',
1085 'mostimages',
1086 'mostimages-summary',
1087 'mostrevisions',
1088 'mostrevisions-summary',
1089 'allpages',
1090 'allpages-summary',
1091 'prefixindex',
1092 'prefixindex-summary',
1093 'shortpages',
1094 'shortpages-summary',
1095 'longpages',
1096 'longpages-summary',
1097 'deadendpages',
1098 'deadendpages-summary',
1099 'deadendpagestext',
1100 'protectedpages',
1101 'protectedpages-summary',
1102 'protectedpagestext',
1103 'protectedpagesempty',
1104 'protectedtitles',
1105 'protectedtitles-summary',
1106 'protectedtitlestext',
1107 'protectedtitlesempty',
1108 'listusers',
1109 'listusers-summary',
1110 'specialpages',
1111 'specialpages-summary',
1112 'spheading',
1113 'restrictedpheading',
1114 'newpages',
1115 'newpages-summary',
1116 'newpages-username',
1117 'ancientpages',
1118 'ancientpages-summary',
1119 'move',
1120 'movethispage',
1121 'unusedimagestext',
1122 'unusedcategoriestext',
1123 'notargettitle',
1124 'notargettext',
1125 'pager-newer-n',
1126 'pager-older-n',
1127 ),
1128 'booksources' => array(
1129 'booksources',
1130 'booksources-summary',
1131 'booksources-search-legend',
1132 'booksources-isbn',
1133 'booksources-go',
1134 'booksources-text',
1135 ),
1136 'specialpages2' => array(
1137 'categoriespagetext',
1138 'data',
1139 'userrights',
1140 'userrights-summary',
1141 'groups',
1142 'isbn',
1143 'rfcurl',
1144 'pubmedurl',
1145 'alphaindexline',
1146 'version',
1147 ),
1148 'logpages' => array(
1149 'specialloguserlabel',
1150 'speciallogtitlelabel',
1151 'log',
1152 'all-logs-page',
1153 'log-search-legend',
1154 'log-search-submit',
1155 'alllogstext',
1156 'logempty',
1157 'log-title-wildcard',
1158 ),
1159 'allpages' => array(
1160 'nextpage',
1161 'prevpage',
1162 'allpagesfrom',
1163 'allarticles',
1164 'allinnamespace',
1165 'allnotinnamespace',
1166 'allpagesprev',
1167 'allpagesnext',
1168 'allpagessubmit',
1169 'allpagesprefix',
1170 'allpagesbadtitle',
1171 'allpages-bad-ns',
1172 ),
1173 'listusers' => array(
1174 'listusersfrom',
1175 'listusers-submit',
1176 'listusers-noresult',
1177 ),
1178 'emailuser' => array(
1179 'mailnologin',
1180 'mailnologintext',
1181 'emailuser',
1182 'emailpage',
1183 'emailpagetext',
1184 'usermailererror',
1185 'defemailsubject',
1186 'noemailtitle',
1187 'noemailtext',
1188 'emailfrom',
1189 'emailto',
1190 'emailsubject',
1191 'emailmessage',
1192 'emailsend',
1193 'emailccme',
1194 'emailccsubject',
1195 'emailsent',
1196 'emailsenttext',
1197 ),
1198 'watchlist' => array(
1199 'watchlist',
1200 'mywatchlist',
1201 'watchlistfor',
1202 'nowatchlist',
1203 'watchlistanontext',
1204 'watchnologin',
1205 'watchnologintext',
1206 'addedwatch',
1207 'addedwatchtext',
1208 'removedwatch',
1209 'removedwatchtext',
1210 'watch',
1211 'watchthispage',
1212 'unwatch',
1213 'unwatchthispage',
1214 'notanarticle',
1215 'notvisiblerev',
1216 'watchnochange',
1217 'watchlist-details',
1218 'wlheader-enotif',
1219 'wlheader-showupdated',
1220 'watchmethod-recent',
1221 'watchmethod-list',
1222 'watchlistcontains',
1223 'iteminvalidname',
1224 'wlnote',
1225 'wlshowlast',
1226 'watchlist-show-bots',
1227 'watchlist-hide-bots',
1228 'watchlist-show-own',
1229 'watchlist-hide-own',
1230 'watchlist-show-minor',
1231 'watchlist-hide-minor',
1232 ),
1233 'watching' => array(
1234 'watching',
1235 'unwatching',
1236 ),
1237 'enotif' => array(
1238 'enotif_mailer',
1239 'enotif_reset',
1240 'enotif_newpagetext',
1241 'enotif_impersonal_salutation',
1242 'changed',
1243 'created',
1244 'enotif_subject',
1245 'enotif_lastvisited',
1246 'enotif_lastdiff',
1247 'enotif_anon_editor',
1248 'enotif_body',
1249 ),
1250 'deleteprotectrev' => array(
1251 'deletepage',
1252 'confirm',
1253 'excontent',
1254 'excontentauthor',
1255 'exbeforeblank',
1256 'exblank',
1257 'delete-confirm',
1258 'delete-backlink',
1259 'delete-legend',
1260 'historywarning',
1261 'confirmdeletetext',
1262 'actioncomplete',
1263 'deletedtext',
1264 'deletedarticle',
1265 'dellogpage',
1266 'dellogpagetext',
1267 'deletionlog',
1268 'reverted',
1269 'deletecomment',
1270 'deleteotherreason',
1271 'deletereasonotherlist',
1272 'deletereason-dropdown',
1273 'delete-edit-reasonlist',
1274 'delete-toobig',
1275 'delete-warning-toobig',
1276 'rollback',
1277 'rollback_short',
1278 'rollbacklink',
1279 'rollbackfailed',
1280 'cantrollback',
1281 'alreadyrolled',
1282 'editcomment',
1283 'revertpage',
1284 'rollback-success',
1285 'sessionfailure',
1286 'protectlogpage',
1287 'protectlogtext',
1288 'protectedarticle',
1289 'modifiedarticleprotection',
1290 'unprotectedarticle',
1291 'protectsub',
1292 'confirmprotect',
1293 'protectcomment',
1294 'protectexpiry',
1295 'protect_expiry_invalid',
1296 'protect_expiry_old',
1297 'unprotectsub',
1298 'protect-unchain',
1299 'protect-text',
1300 'protect-locked-blocked',
1301 'protect-locked-dblock',
1302 'protect-locked-access',
1303 'protect-cascadeon',
1304 'protect-default',
1305 'protect-fallback',
1306 'protect-level-autoconfirmed',
1307 'protect-level-sysop',
1308 'protect-summary-cascade',
1309 'protect-expiring',
1310 'protect-cascade',
1311 'protect-cantedit',
1312 'restriction-type',
1313 'restriction-level',
1314 'minimum-size',
1315 'maximum-size',
1316 'pagesize',
1317 ),
1318 'restrictions' => array(
1319 'restriction-edit',
1320 'restriction-move',
1321 'restriction-create',
1322 ),
1323 'restriction-levels' => array(
1324 'restriction-level-sysop',
1325 'restriction-level-autoconfirmed',
1326 'restriction-level-all',
1327 ),
1328 'undelete' => array(
1329 'undelete',
1330 'undeletepage',
1331 'viewdeletedpage',
1332 'undeletepagetext',
1333 'undeleteextrahelp',
1334 'undeleterevisions',
1335 'undeletehistory',
1336 'undeleterevdel',
1337 'undeletehistorynoadmin',
1338 'undelete-revision',
1339 'undeleterevision-missing',
1340 'undelete-nodiff',
1341 'undeletebtn',
1342 'undeletelink',
1343 'undeletereset',
1344 'undeletecomment',
1345 'undeletedarticle',
1346 'undeletedrevisions',
1347 'undeletedrevisions-files',
1348 'undeletedfiles',
1349 'cannotundelete',
1350 'undeletedpage',
1351 'undelete-header',
1352 'undelete-search-box',
1353 'undelete-search-prefix',
1354 'undelete-search-submit',
1355 'undelete-no-results',
1356 'undelete-filename-mismatch',
1357 'undelete-bad-store-key',
1358 'undelete-cleanup-error',
1359 'undelete-missing-filearchive',
1360 'undelete-error-short',
1361 'undelete-error-long',
1362 ),
1363 'nsform' => array(
1364 'namespace',
1365 'invert',
1366 'blanknamespace',
1367 ),
1368 'contributions' => array(
1369 'contributions',
1370 'mycontris',
1371 'contribsub2',
1372 'nocontribs',
1373 'ucnote',
1374 'uclinks',
1375 'uctop',
1376 'month',
1377 'year',
1378 ),
1379 'sp-contributions' => array(
1380 'sp-contributions-newbies',
1381 'sp-contributions-newbies-sub',
1382 'sp-contributions-blocklog',
1383 'sp-contributions-search',
1384 'sp-contributions-username',
1385 'sp-contributions-submit',
1386 'sp-contributions-explain',
1387 'sp-contributions-footer',
1388 'sp-contributions-footer-anon',
1389 ),
1390 'newimages-showfrom' => array(
1391 'sp-newimages-showfrom',
1392 ),
1393 'whatlinkshere' => array(
1394 'whatlinkshere',
1395 'whatlinkshere-title',
1396 'whatlinkshere-summary',
1397 'whatlinkshere-page',
1398 'whatlinkshere-barrow',
1399 'linklistsub',
1400 'linkshere',
1401 'nolinkshere',
1402 'nolinkshere-ns',
1403 'isredirect',
1404 'istemplate',
1405 'whatlinkshere-prev',
1406 'whatlinkshere-next',
1407 'whatlinkshere-links',
1408 ),
1409 'block' => array(
1410 'blockip',
1411 'blockip-legend',
1412 'blockiptext',
1413 'ipaddress',
1414 'ipadressorusername',
1415 'ipbexpiry',
1416 'ipbreason',
1417 'ipbreasonotherlist',
1418 'ipbreason-dropdown',
1419 'ipbanononly',
1420 'ipbcreateaccount',
1421 'ipbemailban',
1422 'ipbenableautoblock',
1423 'ipbsubmit',
1424 'ipbother',
1425 'ipboptions',
1426 'ipbotheroption',
1427 'ipbotherreason',
1428 'ipbhidename',
1429 'badipaddress',
1430 'blockipsuccesssub',
1431 'blockipsuccesstext',
1432 'ipb-edit-dropdown',
1433 'ipb-unblock-addr',
1434 'ipb-unblock',
1435 'ipb-blocklist-addr',
1436 'ipb-blocklist',
1437 'unblockip',
1438 'unblockiptext',
1439 'ipusubmit',
1440 'unblocked',
1441 'unblocked-id',
1442 'ipblocklist',
1443 'ipblocklist-legend',
1444 'ipblocklist-username',
1445 'ipblocklist-summary',
1446 'ipblocklist-submit',
1447 'blocklistline',
1448 'infiniteblock',
1449 'expiringblock',
1450 'anononlyblock',
1451 'noautoblockblock',
1452 'createaccountblock',
1453 'emailblock',
1454 'ipblocklist-empty',
1455 'ipblocklist-no-results',
1456 'blocklink',
1457 'unblocklink',
1458 'contribslink',
1459 'autoblocker',
1460 'blocklogpage',
1461 'blocklogentry',
1462 'blocklogtext',
1463 'unblocklogentry',
1464 'block-log-flags-anononly',
1465 'block-log-flags-nocreate',
1466 'block-log-flags-noautoblock',
1467 'block-log-flags-noemail',
1468 'range_block_disabled',
1469 'ipb_expiry_invalid',
1470 'ipb_already_blocked',
1471 'ipb_cant_unblock',
1472 'ipb_blocked_as_range',
1473 'ip_range_invalid',
1474 'blockme',
1475 'proxyblocker',
1476 'proxyblocker-disabled',
1477 'proxyblockreason',
1478 'proxyblocksuccess',
1479 'sorbs',
1480 'sorbsreason',
1481 'sorbs_create_account_reason',
1482 ),
1483 'developertools' => array(
1484 'lockdb',
1485 'unlockdb',
1486 'lockdbtext',
1487 'unlockdbtext',
1488 'lockconfirm',
1489 'unlockconfirm',
1490 'lockbtn',
1491 'unlockbtn',
1492 'locknoconfirm',
1493 'lockdbsuccesssub',
1494 'unlockdbsuccesssub',
1495 'lockdbsuccesstext',
1496 'unlockdbsuccesstext',
1497 'lockfilenotwritable',
1498 'databasenotlocked',
1499 ),
1500 'movepage' => array(
1501 'movepage',
1502 'movepagetext',
1503 'movepagetalktext',
1504 'movearticle',
1505 'movenologin',
1506 'movenologintext',
1507 'movenotallowed',
1508 'newtitle',
1509 'move-watch',
1510 'movepagebtn',
1511 'pagemovedsub',
1512 'movepage-moved',
1513 'articleexists',
1514 'cantmove-titleprotected',
1515 'talkexists',
1516 'movedto',
1517 'movetalk',
1518 'talkpagemoved',
1519 'talkpagenotmoved',
1520 '1movedto2',
1521 '1movedto2_redir',
1522 'movelogpage',
1523 'movelogpagetext',
1524 'movereason',
1525 'revertmove',
1526 'delete_and_move',
1527 'delete_and_move_text',
1528 'delete_and_move_confirm',
1529 'delete_and_move_reason',
1530 'selfmove',
1531 'immobile_namespace',
1532 ),
1533 'export' => array(
1534 'export',
1535 'exporttext',
1536 'exportcuronly',
1537 'exportnohistory',
1538 'export-submit',
1539 'export-addcattext',
1540 'export-addcat',
1541 'export-download',
1542 'export-templates',
1543 ),
1544 'allmessages' => array(
1545 'allmessages',
1546 'allmessagesname',
1547 'allmessagesdefault',
1548 'allmessagescurrent',
1549 'allmessagestext',
1550 'allmessagesnotsupportedDB',
1551 'allmessagesfilter',
1552 'allmessagesmodified',
1553 ),
1554 'thumbnails' => array(
1555 'thumbnail-more',
1556 'filemissing',
1557 'thumbnail_error',
1558 'djvu_page_error',
1559 'djvu_no_xml',
1560 'thumbnail_invalid_params',
1561 'thumbnail_dest_directory',
1562 ),
1563 'import' => array(
1564 'import',
1565 'importinterwiki',
1566 'import-interwiki-text',
1567 'import-interwiki-history',
1568 'import-interwiki-submit',
1569 'import-interwiki-namespace',
1570 'importtext',
1571 'importstart',
1572 'import-revision-count',
1573 'importnopages',
1574 'importfailed',
1575 'importunknownsource',
1576 'importcantopen',
1577 'importbadinterwiki',
1578 'importnotext',
1579 'importsuccess',
1580 'importhistoryconflict',
1581 'importnosources',
1582 'importnofile',
1583 'importuploaderrorsize',
1584 'importuploaderrorpartial',
1585 'importuploaderrortemp',
1586 'import-parse-failure',
1587 'import-noarticle',
1588 'import-nonewrevisions',
1589 'xml-error-string',
1590 ),
1591 'importlog' => array(
1592 'importlogpage',
1593 'importlogpagetext',
1594 'import-logentry-upload',
1595 'import-logentry-upload-detail',
1596 'import-logentry-interwiki',
1597 'import-logentry-interwiki-detail',
1598 ),
1599 'accesskeys' => array(
1600 'accesskey-pt-userpage',
1601 'accesskey-pt-anonuserpage',
1602 'accesskey-pt-mytalk',
1603 'accesskey-pt-anontalk',
1604 'accesskey-pt-preferences',
1605 'accesskey-pt-watchlist',
1606 'accesskey-pt-mycontris',
1607 'accesskey-pt-login',
1608 'accesskey-pt-anonlogin',
1609 'accesskey-pt-logout',
1610 'accesskey-ca-talk',
1611 'accesskey-ca-edit',
1612 'accesskey-ca-addsection',
1613 'accesskey-ca-viewsource',
1614 'accesskey-ca-history',
1615 'accesskey-ca-protect',
1616 'accesskey-ca-delete',
1617 'accesskey-ca-undelete',
1618 'accesskey-ca-move',
1619 'accesskey-ca-watch',
1620 'accesskey-ca-unwatch',
1621 'accesskey-search',
1622 'accesskey-search-go',
1623 'accesskey-search-fulltext',
1624 'accesskey-p-logo',
1625 'accesskey-n-mainpage',
1626 'accesskey-n-portal',
1627 'accesskey-n-currentevents',
1628 'accesskey-n-recentchanges',
1629 'accesskey-n-randompage',
1630 'accesskey-n-help',
1631 'accesskey-n-sitesupport',
1632 'accesskey-t-whatlinkshere',
1633 'accesskey-t-recentchangeslinked',
1634 'accesskey-t-random',
1635 'accesskey-feed-rss',
1636 'accesskey-feed-atom',
1637 'accesskey-t-contributions',
1638 'accesskey-t-emailuser',
1639 'accesskey-t-permalink',
1640 'accesskey-t-print',
1641 'accesskey-t-upload',
1642 'accesskey-t-specialpages',
1643 'accesskey-ca-nstab-main',
1644 'accesskey-ca-nstab-user',
1645 'accesskey-ca-nstab-media',
1646 'accesskey-ca-nstab-special',
1647 'accesskey-ca-nstab-project',
1648 'accesskey-ca-nstab-image',
1649 'accesskey-ca-nstab-mediawiki',
1650 'accesskey-ca-nstab-template',
1651 'accesskey-ca-nstab-help',
1652 'accesskey-ca-nstab-category',
1653 'accesskey-minoredit',
1654 'accesskey-save',
1655 'accesskey-preview',
1656 'accesskey-diff',
1657 'accesskey-compareselectedversions',
1658 'accesskey-watch',
1659 'accesskey-upload',
1660 ),
1661 'tooltips' => array(
1662 'tooltip-pt-userpage',
1663 'tooltip-pt-anonuserpage',
1664 'tooltip-pt-mytalk',
1665 'tooltip-pt-anontalk',
1666 'tooltip-pt-preferences',
1667 'tooltip-pt-watchlist',
1668 'tooltip-pt-mycontris',
1669 'tooltip-pt-login',
1670 'tooltip-pt-anonlogin',
1671 'tooltip-pt-logout',
1672 'tooltip-ca-talk',
1673 'tooltip-ca-edit',
1674 'tooltip-ca-addsection',
1675 'tooltip-ca-viewsource',
1676 'tooltip-ca-history',
1677 'tooltip-ca-protect',
1678 'tooltip-ca-delete',
1679 'tooltip-ca-undelete',
1680 'tooltip-ca-move',
1681 'tooltip-ca-watch',
1682 'tooltip-ca-unwatch',
1683 'tooltip-search',
1684 'tooltip-search-go',
1685 'tooltip-search-fulltext',
1686 'tooltip-p-logo',
1687 'tooltip-n-mainpage',
1688 'tooltip-n-portal',
1689 'tooltip-n-currentevents',
1690 'tooltip-n-recentchanges',
1691 'tooltip-n-randompage',
1692 'tooltip-n-help',
1693 'tooltip-n-sitesupport',
1694 'tooltip-t-whatlinkshere',
1695 'tooltip-t-recentchangeslinked',
1696 'tooltip-t-random',
1697 'tooltip-feed-rss',
1698 'tooltip-feed-atom',
1699 'tooltip-t-contributions',
1700 'tooltip-t-emailuser',
1701 'tooltip-t-upload',
1702 'tooltip-t-specialpages',
1703 'tooltip-t-print',
1704 'tooltip-t-permalink',
1705 'tooltip-ca-nstab-main',
1706 'tooltip-ca-nstab-user',
1707 'tooltip-ca-nstab-media',
1708 'tooltip-ca-nstab-special',
1709 'tooltip-ca-nstab-project',
1710 'tooltip-ca-nstab-image',
1711 'tooltip-ca-nstab-mediawiki',
1712 'tooltip-ca-nstab-template',
1713 'tooltip-ca-nstab-help',
1714 'tooltip-ca-nstab-category',
1715 'tooltip-minoredit',
1716 'tooltip-save',
1717 'tooltip-preview',
1718 'tooltip-diff',
1719 'tooltip-compareselectedversions',
1720 'tooltip-watch',
1721 'tooltip-recreate',
1722 'tooltip-upload',
1723 ),
1724 'stylesheets' => array(
1725 'common.css',
1726 'monobook.css',
1727 ),
1728 'scripts' => array(
1729 'common.js',
1730 'monobook.js',
1731 ),
1732 'metadata_cc' => array(
1733 'nodublincore',
1734 'nocreativecommons',
1735 'notacceptable',
1736 ),
1737 'attribution' => array(
1738 'anonymous',
1739 'siteuser',
1740 'lastmodifiedatby',
1741 'othercontribs',
1742 'others',
1743 'siteusers',
1744 'creditspage',
1745 'nocredits',
1746 ),
1747 'spamprotection' => array(
1748 'spamprotectiontitle',
1749 'spamprotectiontext',
1750 'spamprotectionmatch',
1751 'subcategorycount',
1752 'categoryarticlecount',
1753 'category-media-count',
1754 'listingcontinuesabbrev',
1755 'spambot_username',
1756 'spam_reverting',
1757 'spam_blanking',
1758 ),
1759 'info' => array(
1760 'infosubtitle',
1761 'numedits',
1762 'numtalkedits',
1763 'numwatchers',
1764 'numauthors',
1765 'numtalkauthors',
1766 ),
1767 'math' => array(
1768 'mw_math_png',
1769 'mw_math_simple',
1770 'mw_math_html',
1771 'mw_math_source',
1772 'mw_math_modern',
1773 'mw_math_mathml',
1774 ),
1775 'patrolling' => array(
1776 'markaspatrolleddiff',
1777 'markaspatrolledlink',
1778 'markaspatrolledtext',
1779 'markedaspatrolled',
1780 'markedaspatrolledtext',
1781 'rcpatroldisabled',
1782 'rcpatroldisabledtext',
1783 'markedaspatrollederror',
1784 'markedaspatrollederrortext',
1785 'markedaspatrollederror-noautopatrol',
1786 ),
1787 'patrol-log' => array(
1788 'patrol-log-page',
1789 'patrol-log-header',
1790 'patrol-log-line',
1791 'patrol-log-auto',
1792 'patrol-log-diff',
1793 ),
1794 'imagedeletion' => array(
1795 'deletedrevision',
1796 'filedeleteerror-short',
1797 'filedeleteerror-long',
1798 'filedelete-missing',
1799 'filedelete-old-unregistered',
1800 'filedelete-current-unregistered',
1801 'filedelete-archive-read-only',
1802 ),
1803 'browsediffs' => array(
1804 'previousdiff',
1805 'nextdiff',
1806 ),
1807 'media-info' => array(
1808 'mediawarning',
1809 'imagemaxsize',
1810 'thumbsize',
1811 'widthheight',
1812 'widthheightpage',
1813 'file-info',
1814 'file-info-size',
1815 'file-nohires',
1816 'svg-long-desc',
1817 'show-big-image',
1818 'show-big-image-thumb',
1819 ),
1820 'newimages' => array(
1821 'newimages',
1822 'newimages-summary',
1823 'showhidebots',
1824 'noimages',
1825 ),
1826 'video-info' => array(
1827 'video-dims',
1828 'seconds-abbrev',
1829 'minutes-abbrev',
1830 'hours-abbrev',
1831 ),
1832 'badimagelist' => array(
1833 'bad_image_list',
1834 ),
1835 'variantname-zh' => array(
1836 'variantname-zh-hans',
1837 'variantname-zh-hant',
1838 'variantname-zh-cn',
1839 'variantname-zh-tw',
1840 'variantname-zh-hk',
1841 'variantname-zh-sg',
1842 'variantname-zh',
1843 ),
1844 'variantname-sr' => array(
1845 'variantname-sr-ec',
1846 'variantname-sr-el',
1847 'variantname-sr-jc',
1848 'variantname-sr-jl',
1849 'variantname-sr',
1850 ),
1851 'variantname-kk' => array(
1852 'variantname-kk-kz',
1853 'variantname-kk-tr',
1854 'variantname-kk-cn',
1855 'variantname-kk-cyrl',
1856 'variantname-kk-latn',
1857 'variantname-kk-arab',
1858 'variantname-kk',
1859 ),
1860 'variantname-ku' => array(
1861 'variantname-ku-arab',
1862 'variantname-ku-latn',
1863 'variantname-ku',
1864 ),
1865 'metadata' => array(
1866 'metadata',
1867 'metadata-help',
1868 'metadata-expand',
1869 'metadata-collapse',
1870 'metadata-fields',
1871 ),
1872 'exif' => array(
1873 'exif-imagewidth',
1874 'exif-imagelength',
1875 'exif-bitspersample',
1876 'exif-compression',
1877 'exif-photometricinterpretation',
1878 'exif-orientation',
1879 'exif-samplesperpixel',
1880 'exif-planarconfiguration',
1881 'exif-ycbcrsubsampling',
1882 'exif-ycbcrpositioning',
1883 'exif-xresolution',
1884 'exif-yresolution',
1885 'exif-resolutionunit',
1886 'exif-stripoffsets',
1887 'exif-rowsperstrip',
1888 'exif-stripbytecounts',
1889 'exif-jpeginterchangeformat',
1890 'exif-jpeginterchangeformatlength',
1891 'exif-transferfunction',
1892 'exif-whitepoint',
1893 'exif-primarychromaticities',
1894 'exif-ycbcrcoefficients',
1895 'exif-referenceblackwhite',
1896 'exif-datetime',
1897 'exif-imagedescription',
1898 'exif-make',
1899 'exif-model',
1900 'exif-software',
1901 'exif-artist',
1902 'exif-copyright',
1903 'exif-exifversion',
1904 'exif-flashpixversion',
1905 'exif-colorspace',
1906 'exif-componentsconfiguration',
1907 'exif-compressedbitsperpixel',
1908 'exif-pixelydimension',
1909 'exif-pixelxdimension',
1910 'exif-makernote',
1911 'exif-usercomment',
1912 'exif-relatedsoundfile',
1913 'exif-datetimeoriginal',
1914 'exif-datetimedigitized',
1915 'exif-subsectime',
1916 'exif-subsectimeoriginal',
1917 'exif-subsectimedigitized',
1918 'exif-exposuretime',
1919 'exif-exposuretime-format',
1920 'exif-fnumber',
1921 'exif-fnumber-format',
1922 'exif-exposureprogram',
1923 'exif-spectralsensitivity',
1924 'exif-isospeedratings',
1925 'exif-oecf',
1926 'exif-shutterspeedvalue',
1927 'exif-aperturevalue',
1928 'exif-brightnessvalue',
1929 'exif-exposurebiasvalue',
1930 'exif-maxaperturevalue',
1931 'exif-subjectdistance',
1932 'exif-meteringmode',
1933 'exif-lightsource',
1934 'exif-flash',
1935 'exif-focallength',
1936 'exif-focallength-format',
1937 'exif-subjectarea',
1938 'exif-flashenergy',
1939 'exif-spatialfrequencyresponse',
1940 'exif-focalplanexresolution',
1941 'exif-focalplaneyresolution',
1942 'exif-focalplaneresolutionunit',
1943 'exif-subjectlocation',
1944 'exif-exposureindex',
1945 'exif-sensingmethod',
1946 'exif-filesource',
1947 'exif-scenetype',
1948 'exif-cfapattern',
1949 'exif-customrendered',
1950 'exif-exposuremode',
1951 'exif-whitebalance',
1952 'exif-digitalzoomratio',
1953 'exif-focallengthin35mmfilm',
1954 'exif-scenecapturetype',
1955 'exif-gaincontrol',
1956 'exif-contrast',
1957 'exif-saturation',
1958 'exif-sharpness',
1959 'exif-devicesettingdescription',
1960 'exif-subjectdistancerange',
1961 'exif-imageuniqueid',
1962 'exif-gpsversionid',
1963 'exif-gpslatituderef',
1964 'exif-gpslatitude',
1965 'exif-gpslongituderef',
1966 'exif-gpslongitude',
1967 'exif-gpsaltituderef',
1968 'exif-gpsaltitude',
1969 'exif-gpstimestamp',
1970 'exif-gpssatellites',
1971 'exif-gpsstatus',
1972 'exif-gpsmeasuremode',
1973 'exif-gpsdop',
1974 'exif-gpsspeedref',
1975 'exif-gpsspeed',
1976 'exif-gpstrackref',
1977 'exif-gpstrack',
1978 'exif-gpsimgdirectionref',
1979 'exif-gpsimgdirection',
1980 'exif-gpsmapdatum',
1981 'exif-gpsdestlatituderef',
1982 'exif-gpsdestlatitude',
1983 'exif-gpsdestlongituderef',
1984 'exif-gpsdestlongitude',
1985 'exif-gpsdestbearingref',
1986 'exif-gpsdestbearing',
1987 'exif-gpsdestdistanceref',
1988 'exif-gpsdestdistance',
1989 'exif-gpsprocessingmethod',
1990 'exif-gpsareainformation',
1991 'exif-gpsdatestamp',
1992 'exif-gpsdifferential',
1993 ),
1994 'exif-values' => array(
1995 'exif-make-value',
1996 'exif-model-value',
1997 'exif-software-value',
1998 ),
1999 'exif-compression' => array(
2000 'exif-compression-1',
2001 'exif-compression-6',
2002 ),
2003 'exif-photometricinterpretation' => array(
2004 'exif-photometricinterpretation-2',
2005 'exif-photometricinterpretation-6',
2006 ),
2007 'exif-unknowndate' => array(
2008 'exif-unknowndate',
2009 ),
2010 'exif-orientation' => array(
2011 'exif-orientation-1',
2012 'exif-orientation-2',
2013 'exif-orientation-3',
2014 'exif-orientation-4',
2015 'exif-orientation-5',
2016 'exif-orientation-6',
2017 'exif-orientation-7',
2018 'exif-orientation-8',
2019 ),
2020 'exif-planarconfiguration' => array(
2021 'exif-planarconfiguration-1',
2022 'exif-planarconfiguration-2',
2023 ),
2024 'exif-xyresolution' => array(
2025 'exif-xyresolution-i',
2026 'exif-xyresolution-c',
2027 ),
2028 'exif-colorspace' => array(
2029 'exif-colorspace-1',
2030 'exif-colorspace-ffff.h',
2031 ),
2032 'exif-componentsconfiguration' => array(
2033 'exif-componentsconfiguration-0',
2034 'exif-componentsconfiguration-1',
2035 'exif-componentsconfiguration-2',
2036 'exif-componentsconfiguration-3',
2037 'exif-componentsconfiguration-4',
2038 'exif-componentsconfiguration-5',
2039 'exif-componentsconfiguration-6',
2040 ),
2041 'exif-exposureprogram' => array(
2042 'exif-exposureprogram-0',
2043 'exif-exposureprogram-1',
2044 'exif-exposureprogram-2',
2045 'exif-exposureprogram-3',
2046 'exif-exposureprogram-4',
2047 'exif-exposureprogram-5',
2048 'exif-exposureprogram-6',
2049 'exif-exposureprogram-7',
2050 'exif-exposureprogram-8',
2051 ),
2052 'exif-subjectdistance-value' => array(
2053 'exif-subjectdistance-value',
2054 ),
2055 'exif-meteringmode' => array(
2056 'exif-meteringmode-0',
2057 'exif-meteringmode-1',
2058 'exif-meteringmode-2',
2059 'exif-meteringmode-3',
2060 'exif-meteringmode-4',
2061 'exif-meteringmode-5',
2062 'exif-meteringmode-6',
2063 'exif-meteringmode-255',
2064 ),
2065 'exif-lightsource' => array(
2066 'exif-lightsource-0',
2067 'exif-lightsource-1',
2068 'exif-lightsource-2',
2069 'exif-lightsource-3',
2070 'exif-lightsource-4',
2071 'exif-lightsource-9',
2072 'exif-lightsource-10',
2073 'exif-lightsource-11',
2074 'exif-lightsource-12',
2075 'exif-lightsource-13',
2076 'exif-lightsource-14',
2077 'exif-lightsource-15',
2078 'exif-lightsource-17',
2079 'exif-lightsource-18',
2080 'exif-lightsource-19',
2081 'exif-lightsource-20',
2082 'exif-lightsource-21',
2083 'exif-lightsource-22',
2084 'exif-lightsource-23',
2085 'exif-lightsource-24',
2086 'exif-lightsource-255',
2087 ),
2088 'exif-focalplaneresolutionunit' => array(
2089 'exif-focalplaneresolutionunit-2',
2090 ),
2091 'exif-sensingmethod' => array(
2092 'exif-sensingmethod-1',
2093 'exif-sensingmethod-2',
2094 'exif-sensingmethod-3',
2095 'exif-sensingmethod-4',
2096 'exif-sensingmethod-5',
2097 'exif-sensingmethod-7',
2098 'exif-sensingmethod-8',
2099 ),
2100 'exif-filesource' => array(
2101 'exif-filesource-3',
2102 ),
2103 'exif-scenetype' => array(
2104 'exif-scenetype-1',
2105 ),
2106 'exif-customrendered' => array(
2107 'exif-customrendered-0',
2108 'exif-customrendered-1',
2109 ),
2110 'exif-exposuremode' => array(
2111 'exif-exposuremode-0',
2112 'exif-exposuremode-1',
2113 'exif-exposuremode-2',
2114 ),
2115 'exif-whitebalance' => array(
2116 'exif-whitebalance-0',
2117 'exif-whitebalance-1',
2118 ),
2119 'exif-scenecapturetype' => array(
2120 'exif-scenecapturetype-0',
2121 'exif-scenecapturetype-1',
2122 'exif-scenecapturetype-2',
2123 'exif-scenecapturetype-3',
2124 ),
2125 'exif-gaincontrol' => array(
2126 'exif-gaincontrol-0',
2127 'exif-gaincontrol-1',
2128 'exif-gaincontrol-2',
2129 'exif-gaincontrol-3',
2130 'exif-gaincontrol-4',
2131 ),
2132 'exif-contrast' => array(
2133 'exif-contrast-0',
2134 'exif-contrast-1',
2135 'exif-contrast-2',
2136 ),
2137 'exif-saturation' => array(
2138 'exif-saturation-0',
2139 'exif-saturation-1',
2140 'exif-saturation-2',
2141 ),
2142 'exif-sharpness' => array(
2143 'exif-sharpness-0',
2144 'exif-sharpness-1',
2145 'exif-sharpness-2',
2146 ),
2147 'exif-subjectdistancerange' => array(
2148 'exif-subjectdistancerange-0',
2149 'exif-subjectdistancerange-1',
2150 'exif-subjectdistancerange-2',
2151 'exif-subjectdistancerange-3',
2152 ),
2153 'exif-gpslatitude' => array(
2154 'exif-gpslatitude-n',
2155 'exif-gpslatitude-s',
2156 ),
2157 'exif-gpslongitude' => array(
2158 'exif-gpslongitude-e',
2159 'exif-gpslongitude-w',
2160 ),
2161 'exif-gpsstatus' => array(
2162 'exif-gpsstatus-a',
2163 'exif-gpsstatus-v',
2164 ),
2165 'exif-gpsmeasuremode' => array(
2166 'exif-gpsmeasuremode-2',
2167 'exif-gpsmeasuremode-3',
2168 ),
2169 'exif-gpsspeed' => array(
2170 'exif-gpsspeed-k',
2171 'exif-gpsspeed-m',
2172 'exif-gpsspeed-n',
2173 ),
2174 'exif-gpsdirection' => array(
2175 'exif-gpsdirection-t',
2176 'exif-gpsdirection-m',
2177 ),
2178 'edit-externally' => array(
2179 'edit-externally',
2180 'edit-externally-help',
2181 ),
2182 'all' => array(
2183 'recentchangesall',
2184 'imagelistall',
2185 'watchlistall2',
2186 'namespacesall',
2187 'monthsall',
2188 ),
2189 'confirmemail' => array(
2190 'confirmemail',
2191 'confirmemail_noemail',
2192 'confirmemail_text',
2193 'confirmemail_pending',
2194 'confirmemail_send',
2195 'confirmemail_sent',
2196 'confirmemail_oncreate',
2197 'confirmemail_sendfailed',
2198 'confirmemail_invalid',
2199 'confirmemail_needlogin',
2200 'confirmemail_success',
2201 'confirmemail_loggedin',
2202 'confirmemail_error',
2203 'confirmemail_subject',
2204 'confirmemail_body',
2205 ),
2206 'scarytransclusion' => array(
2207 'scarytranscludedisabled',
2208 'scarytranscludefailed',
2209 'scarytranscludetoolong',
2210 ),
2211 'trackbacks' => array(
2212 'trackbackbox',
2213 'trackback',
2214 'trackbackexcerpt',
2215 'trackbackremove',
2216 'trackbacklink',
2217 'trackbackdeleteok',
2218 ),
2219 'deleteconflict' => array(
2220 'deletedwhileediting',
2221 'confirmrecreate',
2222 'recreate',
2223 ),
2224 'unit-pixel' => array(
2225 'unit-pixel',
2226 ),
2227 'htmldump' => array(
2228 'redirectingto',
2229 ),
2230 'purge' => array(
2231 'confirm_purge',
2232 'confirm_purge_button',
2233 ),
2234 'search2' => array(
2235 'searchcontaining',
2236 'searchnamed',
2237 'articletitles',
2238 'hideresults',
2239 'useajaxsearch',
2240 ),
2241 'separators' => array(
2242 'catseparator',
2243 'semicolon-separator',
2244 'comma-separator',
2245 ),
2246 'imgmulti' => array(
2247 'imgmultipageprev',
2248 'imgmultipagenext',
2249 'imgmultigo',
2250 'imgmultigotopre',
2251 'imgmultigotopost',
2252 ),
2253 'tablepager' => array(
2254 'ascending_abbrev',
2255 'descending_abbrev',
2256 'table_pager_next',
2257 'table_pager_prev',
2258 'table_pager_first',
2259 'table_pager_last',
2260 'table_pager_limit',
2261 'table_pager_limit_submit',
2262 'table_pager_empty',
2263 ),
2264 'autosumm' => array(
2265 'autosumm-blank',
2266 'autosumm-replace',
2267 'autoredircomment',
2268 'autosumm-new',
2269 ),
2270 'autoblock_whitelist' => array(
2271 'autoblock_whitelist',
2272 ),
2273 'sizeunits' => array(
2274 'size-bytes',
2275 'size-kilobytes',
2276 'size-megabytes',
2277 'size-gigabytes',
2278 ),
2279 'livepreview' => array(
2280 'livepreview-loading',
2281 'livepreview-ready',
2282 'livepreview-failed',
2283 'livepreview-error',
2284 ),
2285 'lagwarning' => array(
2286 'lag-warn-normal',
2287 'lag-warn-high',
2288 ),
2289 'watchlisteditor' => array(
2290 'watchlistedit-numitems',
2291 'watchlistedit-noitems',
2292 'watchlistedit-normal-title',
2293 'watchlistedit-normal-legend',
2294 'watchlistedit-normal-explain',
2295 'watchlistedit-normal-submit',
2296 'watchlistedit-normal-done',
2297 'watchlistedit-raw-title',
2298 'watchlistedit-raw-legend',
2299 'watchlistedit-raw-explain',
2300 'watchlistedit-raw-titles',
2301 'watchlistedit-raw-submit',
2302 'watchlistedit-raw-done',
2303 'watchlistedit-raw-added',
2304 'watchlistedit-raw-removed',
2305 ),
2306 'watchlisttools' => array(
2307 'watchlisttools-view',
2308 'watchlisttools-edit',
2309 'watchlisttools-raw',
2310 ),
2311 'iranian-dates' => array(
2312 'iranian-calendar-m1',
2313 'iranian-calendar-m2',
2314 'iranian-calendar-m3',
2315 'iranian-calendar-m4',
2316 'iranian-calendar-m5',
2317 'iranian-calendar-m6',
2318 'iranian-calendar-m7',
2319 'iranian-calendar-m8',
2320 'iranian-calendar-m9',
2321 'iranian-calendar-m10',
2322 'iranian-calendar-m11',
2323 'iranian-calendar-m12',
2324 ),
2325 'hebrew-dates' => array(
2326 'hebrew-calendar-m1',
2327 'hebrew-calendar-m2',
2328 'hebrew-calendar-m3',
2329 'hebrew-calendar-m4',
2330 'hebrew-calendar-m5',
2331 'hebrew-calendar-m6',
2332 'hebrew-calendar-m6a',
2333 'hebrew-calendar-m6b',
2334 'hebrew-calendar-m7',
2335 'hebrew-calendar-m8',
2336 'hebrew-calendar-m9',
2337 'hebrew-calendar-m10',
2338 'hebrew-calendar-m11',
2339 'hebrew-calendar-m12',
2340 'hebrew-calendar-m1-gen',
2341 'hebrew-calendar-m2-gen',
2342 'hebrew-calendar-m3-gen',
2343 'hebrew-calendar-m4-gen',
2344 'hebrew-calendar-m5-gen',
2345 'hebrew-calendar-m6-gen',
2346 'hebrew-calendar-m6a-gen',
2347 'hebrew-calendar-m6b-gen',
2348 'hebrew-calendar-m7-gen',
2349 'hebrew-calendar-m8-gen',
2350 'hebrew-calendar-m9-gen',
2351 'hebrew-calendar-m10-gen',
2352 'hebrew-calendar-m11-gen',
2353 'hebrew-calendar-m12-gen',
2354 ),
2355 'signatures' => array(
2356 'signature',
2357 'signature-anon',
2358 ),
2359 'CoreParserFunctions' => array(
2360 'unknown_extension_tag',
2361 ),
2362 'version' => array(
2363 'version-extensions',
2364 'version-specialpages',
2365 'version-parserhooks',
2366 'version-variables',
2367 'version-other',
2368 'version-mediahandlers',
2369 'version-hooks',
2370 'version-extension-functions',
2371 'version-parser-extensiontags',
2372 'version-parser-function-hooks',
2373 'version-skin-extension-functions',
2374 'version-hook-name',
2375 'version-hook-subscribedby',
2376 'version-version',
2377 'version-license',
2378 'version-software',
2379 'version-software-product',
2380 'version-software-version',
2381 ),
2382 'filepath' => array(
2383 'filepath',
2384 'filepath-page',
2385 'filepath-submit',
2386 'filepath-summary',
2387 ),
2388 );
2389 /** Comments for each block */
2390 $wgBlockComments = array(
2391 'sidebar' => "The sidebar for MonoBook is generated from this message, lines that do not
2392 begin with * or ** are discarded, furthermore lines that do begin with ** and
2393 do not contain | are also discarded, but don't depend on this behaviour for
2394 future releases. Also note that since each list value is wrapped in a unique
2395 XHTML id it should only appear once and include characters that are legal
2396 XHTML id names.",
2397 'toggles' => 'User preference toggles',
2398 'underline' => '',
2399 'skinpreview' => '',
2400 'dates' => 'Dates',
2401 'categories' => 'Bits of text used by many pages',
2402 'mainpage' => '',
2403 'miscellaneous1' => '',
2404 'metadata_help' => 'Metadata in edit box',
2405 'miscellaneous2' => '',
2406 '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).',
2407 'badaccess' => '',
2408 'versionrequired' => '',
2409 'miscellaneous3' => '',
2410 'nstab' => "Short words for each namespace, by default used in the namespace tab in monobook",
2411 'main' => 'Main script and global functions',
2412 'errors' => 'General errors',
2413 'login' => 'Login and logout pages',
2414 'resetpass' => 'Password reset dialog',
2415 'toolbar' => 'Edit page toolbar',
2416 'edit' => 'Edit pages',
2417 'undo' => '"Undo" feature',
2418 'cantcreateaccount' => 'Account creation failure',
2419 'history' => 'History pages',
2420 'history-feed' => 'Revision feed',
2421 'revdelete' => 'Revision deletion',
2422 'oversightlog' => 'Oversight log',
2423 'mergehistory' => 'History merging',
2424 'mergelog' => 'Merge log',
2425 'diffs' => 'Diffs',
2426 'search' => 'Search results',
2427 'opensearch' => 'OpenSearch description',
2428 'preferences' => 'Preferences page',
2429 'userrights' => 'User rights',
2430 'group' => 'Groups',
2431 'group-member' => '',
2432 'grouppage' => '',
2433 'rightslog' => 'User rights log',
2434 'recentchanges' => 'Recent changes',
2435 'recentchangeslinked' => 'Recent changes linked',
2436 'upload' => 'Upload',
2437 'upload-errors' => '',
2438 'upload-curl-errors' => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>',
2439 'licenses' => '',
2440 'imagelist' => 'Image list',
2441 'filerevert' => 'File reversion',
2442 'filedelete' => 'File deletion',
2443 'mimesearch' => 'MIME search',
2444 'unwatchedpages' => 'Unwatched pages',
2445 'listredirects' => 'List redirects',
2446 'unusedtemplates' => 'Unused templates',
2447 'randompage' => 'Random page',
2448 'randomredirect' => 'Random redirect',
2449 'statistics' => 'Statistics',
2450 'disambiguations' => '',
2451 'doubleredirects' => '',
2452 'brokenredirects' => '',
2453 'withoutinterwiki' => '',
2454 'fewestrevisions' => '',
2455 'specialpages' => 'Miscellaneous special pages',
2456 'booksources' => 'Book sources',
2457 'specialpages2' => '',
2458 'logpages' => 'Special:Log',
2459 'allpages' => 'Special:Allpages',
2460 'listusers' => 'Special:Listusers',
2461 'emailuser' => 'E-mail user',
2462 'watchlist' => 'Watchlist',
2463 'watching' => 'Displayed when you click the "watch" button and it\'s in the process of watching',
2464 'enotif' => '',
2465 'deleteprotectrev' => 'Delete/protect/revert',
2466 'restrictions' => 'Restrictions (nouns)',
2467 'restriction-levels' => 'Restriction levels',
2468 'undelete' => 'Undelete',
2469 'nsform' => 'Namespace form on various pages',
2470 'contributions' => 'Contributions',
2471 'sp-contributions' => '',
2472 'newimages-showfrom' => '',
2473 'whatlinkshere' => 'What links here',
2474 'block' => 'Block/unblock',
2475 'developertools' => 'Developer tools',
2476 'movepage' => 'Move page',
2477 'export' => 'Export',
2478 'allmessages' => 'Namespace 8 related',
2479 'thumbnails' => 'Thumbnails',
2480 'import' => 'Special:Import',
2481 'importlog' => 'Import log',
2482 'accesskeys' => 'Keyboard access keys for power users',
2483 'tooltips' => 'Tooltip help for the actions',
2484 'stylesheets' => 'Stylesheets',
2485 'scripts' => 'Scripts',
2486 'metadata_cc' => 'Metadata',
2487 'attribution' => 'Attribution',
2488 'spamprotection' => 'Spam protection',
2489 'info' => 'Info page',
2490 'math' => 'Math options',
2491 'patrolling' => 'Patrolling',
2492 'patrol-log' => 'Patrol log',
2493 'imagedeletion' => 'Image deletion',
2494 'browsediffs' => 'Browsing diffs',
2495 'newimages' => 'Special:Newimages',
2496 'video-info' => 'Video information, used by Language::formatTimePeriod() to format lengths in the above messages',
2497 'badimagelist' => 'Bad image list',
2498 'variantname-zh' => "Short names for language variants used for language conversion links.
2499 To disable showing a particular link, set it to 'disable', e.g.
2500 'variantname-zh-sg' => 'disable',
2501 Variants for Chinese language",
2502 'variantname-sr' => 'Variants for Serbian language',
2503 'variantname-kk' => 'Variants for Kazakh language',
2504 'variantname-ku' => 'Variants for Kurdish language',
2505 'media-info' => 'Media information',
2506 'metadata' => 'Metadata',
2507 'exif' => 'EXIF tags',
2508 'exif-values' => 'Make & model, can be wikified in order to link to the camera and model name',
2509 'exif-compression' => 'EXIF attributes',
2510 'exif-unknowndate' => '',
2511 'exif-photometricinterpretation' => '',
2512 'exif-orientation' => '',
2513 'exif-planarconfiguration' => '',
2514 'exif-xyresolution' => '',
2515 'exif-colorspace' => '',
2516 'exif-componentsconfiguration' => '',
2517 'exif-exposureprogram' => '',
2518 'exif-subjectdistance-value' => '',
2519 'exif-meteringmode' => '',
2520 'exif-lightsource' => '',
2521 'exif-focalplaneresolutionunit' => '',
2522 'exif-sensingmethod' => '',
2523 'exif-filesource' => '',
2524 'exif-scenetype' => '',
2525 'exif-customrendered' => '',
2526 'exif-exposuremode' => '',
2527 'exif-whitebalance' => '',
2528 'exif-scenecapturetype' => '',
2529 'exif-gaincontrol' => '',
2530 'exif-contrast' => '',
2531 'exif-saturation' => '',
2532 'exif-sharpness' => '',
2533 'exif-subjectdistancerange' => '',
2534 'exif-gpslatitude' => 'Pseudotags used for GPSLatitudeRef and GPSDestLatitudeRef',
2535 'exif-gpslongitude' => 'Pseudotags used for GPSLongitudeRef and GPSDestLongitudeRef',
2536 'exif-gpsstatus' => '',
2537 'exif-gpsmeasuremode' => '',
2538 'exif-gpsspeed' => 'Pseudotags used for GPSSpeedRef and GPSDestDistanceRef',
2539 'exif-gpsdirection' => 'Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef',
2540 'edit-externally' => 'External editor support',
2541 'all' => "'all' in various places, this might be different for inflected languages",
2542 'confirmemail' => 'E-mail address confirmation',
2543 'scarytransclusion' => 'Scary transclusion',
2544 'trackbacks' => 'Trackbacks',
2545 'deleteconflict' => 'Delete conflict',
2546 'unit-pixel' => '',
2547 'htmldump' => 'HTML dump',
2548 'purge' => 'action=purge',
2549 'search2' => 'AJAX search',
2550 'separators' => 'Separators for various lists',
2551 'imgmulti' => 'Multipage image navigation',
2552 'tablepager' => 'Table pager',
2553 'autosumm' => 'Auto-summaries',
2554 'autoblock_whitelist' => 'Autoblock whitelist',
2555 'sizeunits' => 'Size units',
2556 'livepreview' => 'Live preview',
2557 'lagwarning' => 'Friendlier slave lag warnings',
2558 'watchlisteditor' => 'Watchlist editor',
2559 'watchlisttools' => 'Watchlist editing tools',
2560 'iranian-dates' => 'Iranian month names',
2561 'hebrew-dates' => 'Hebrew month names',
2562 'signatures' => 'Signatures',
2563 'CoreParserFunctions' => 'Core parser functions',
2564 'version' => 'Special:Version',
2565 'filepath' => 'Special:Filepath',
2566 );
2567
2568 /** Short comments for standalone messages */
2569 $wgMessageComments = array(
2570 'hidden-category-category' => 'Name of the category where hidden categories will be listed',
2571 'lastmodifiedat' => '$1 date, $2 time',
2572 'sitenotice' => 'the equivalent to wgSiteNotice',
2573 'history-feed-item-nocomment' => 'user at time',
2574 'editcomment' => 'only shown if there is an edit comment',
2575 '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',
2576 'lastmodifiedatby' => '$1 date, $2 time, $3 user',
2577 'exif-orientation-1' => '0th row: top; 0th column: left',
2578 'exif-orientation-2' => '0th row: top; 0th column: right',
2579 'exif-orientation-3' => '0th row: bottom; 0th column: right',
2580 'exif-orientation-4' => '0th row: bottom; 0th column: left',
2581 'exif-orientation-5' => '0th row: left; 0th column: top',
2582 'exif-orientation-6' => '0th row: right; 0th column: top',
2583 'exif-orientation-7' => '0th row: right; 0th column: bottom',
2584 'exif-orientation-8' => '0th row: left; 0th column: bottom',
2585 'movepage-moved' => 'The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.',
2586 'ipboptions' => 'display1:time1,display2:time2,...',
2587 'metadata-fields' => 'Do not translate list items',
2588 );