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