* Fix some messages, per Siebrand
[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 * @file
6 * @ingroup MaintenanceLanguage
7 */
8
9 /** The structure of the messages, divided to blocks */
10 $wgMessageStructure = array(
11 'sidebar' => array(
12 'sidebar',
13 ),
14 'toggles' => array(
15 'tog-underline',
16 'tog-highlightbroken',
17 'tog-justify',
18 'tog-hideminor',
19 'tog-extendwatchlist',
20 'tog-usenewrc',
21 'tog-numberheadings',
22 'tog-showtoolbar',
23 'tog-editondblclick',
24 'tog-editsection',
25 'tog-editsectiononrightclick',
26 'tog-showtoc',
27 'tog-rememberpassword',
28 'tog-editwidth',
29 'tog-watchcreations',
30 'tog-watchdefault',
31 'tog-watchmoves',
32 'tog-watchdeletion',
33 'tog-minordefault',
34 'tog-previewontop',
35 'tog-previewonfirst',
36 'tog-nocache',
37 'tog-enotifwatchlistpages',
38 'tog-enotifusertalkpages',
39 'tog-enotifminoredits',
40 'tog-enotifrevealaddr',
41 'tog-shownumberswatching',
42 'tog-fancysig',
43 'tog-externaleditor',
44 'tog-externaldiff',
45 'tog-showjumplinks',
46 'tog-uselivepreview',
47 'tog-forceeditsummary',
48 'tog-watchlisthideown',
49 'tog-watchlisthidebots',
50 'tog-watchlisthideminor',
51 'tog-watchlisthideliu',
52 'tog-watchlisthideanons',
53 'tog-nolangconversion',
54 'tog-ccmeonemails',
55 'tog-diffonly',
56 'tog-showhiddencats',
57 'tog-noconvertlink',
58 'tog-norollbackdiff',
59 ),
60 'underline' => array(
61 'underline-always',
62 'underline-never',
63 'underline-default',
64 ),
65 'dates' => array(
66 'sunday',
67 'monday',
68 'tuesday',
69 'wednesday',
70 'thursday',
71 'friday',
72 'saturday',
73 'sun',
74 'mon',
75 'tue',
76 'wed',
77 'thu',
78 'fri',
79 'sat',
80 'january',
81 'february',
82 'march',
83 'april',
84 'may_long',
85 'june',
86 'july',
87 'august',
88 'september',
89 'october',
90 'november',
91 'december',
92 'january-gen',
93 'february-gen',
94 'march-gen',
95 'april-gen',
96 'may-gen',
97 'june-gen',
98 'july-gen',
99 'august-gen',
100 'september-gen',
101 'october-gen',
102 'november-gen',
103 'december-gen',
104 'jan',
105 'feb',
106 'mar',
107 'apr',
108 'may',
109 'jun',
110 'jul',
111 'aug',
112 'sep',
113 'oct',
114 'nov',
115 'dec',
116 ),
117 'categorypages' => array(
118 'pagecategories',
119 'pagecategorieslink',
120 'category_header',
121 'subcategories',
122 'category-media-header',
123 'category-empty',
124 'hidden-categories',
125 'hidden-category-category',
126 'category-subcat-count',
127 'category-subcat-count-limited',
128 'category-article-count',
129 'category-article-count-limited',
130 'category-file-count',
131 'category-file-count-limited',
132 'listingcontinuesabbrev',
133 ),
134 'mainpage' => array(
135 'linkprefix',
136 'mainpagetext',
137 'mainpagedocfooter',
138 ),
139 'miscellaneous1' => array(
140 'about',
141 'article',
142 'newwindow',
143 'cancel',
144 'qbfind',
145 'qbbrowse',
146 'qbedit',
147 'qbpageoptions',
148 'qbpageinfo',
149 'qbmyoptions',
150 'qbspecialpages',
151 'moredotdotdot',
152 'mypage',
153 'mytalk',
154 'anontalk',
155 'navigation',
156 'and',
157 ),
158 'metadata_help' => array(
159 'metadata_help',
160 ),
161 'miscellaneous2' => array(
162 'errorpagetitle',
163 'returnto',
164 'tagline',
165 'help',
166 'search',
167 'searchbutton',
168 'go',
169 'searcharticle',
170 'history',
171 'history_short',
172 'updatedmarker',
173 'info_short',
174 'printableversion',
175 'permalink',
176 'print',
177 'edit',
178 'create',
179 'editthispage',
180 'create-this-page',
181 'delete',
182 'deletethispage',
183 'undelete_short',
184 'protect',
185 'protect_change',
186 'protectthispage',
187 'unprotect',
188 'unprotectthispage',
189 'newpage',
190 'talkpage',
191 'talkpagelinktext',
192 'specialpage',
193 'personaltools',
194 'postcomment',
195 'addsection',
196 'articlepage',
197 'talk',
198 'views',
199 'toolbox',
200 'userpage',
201 'projectpage',
202 'imagepage',
203 'mediawikipage',
204 'templatepage',
205 'viewhelppage',
206 'categorypage',
207 'viewtalkpage',
208 'otherlanguages',
209 'redirectedfrom',
210 'redirectpagesub',
211 'lastmodifiedat',
212 'viewcount',
213 'protectedpage',
214 'jumpto',
215 'jumptonavigation',
216 'jumptosearch',
217 ),
218 'links' => array(
219 'aboutsite',
220 'aboutpage',
221 'copyright',
222 'copyrightpagename',
223 'copyrightpage',
224 'currentevents',
225 'currentevents-url',
226 'disclaimers',
227 'disclaimerpage',
228 'edithelp',
229 'edithelppage',
230 'faq',
231 'faqpage',
232 'help',
233 'helppage',
234 'mainpage',
235 'mainpage-description',
236 'policy-url',
237 'portal',
238 'portal-url',
239 'privacy',
240 'privacypage',
241 ),
242 'badaccess' => array(
243 'badaccess',
244 'badaccess-group0',
245 'badaccess-groups',
246 ),
247 'versionrequired' => array(
248 'versionrequired',
249 'versionrequiredtext',
250 ),
251 'miscellaneous3' => array(
252 'ok',
253 'sitetitle',
254 'pagetitle',
255 'pagetitle-view-mainpage',
256 'sitesubtitle',
257 'retrievedfrom',
258 'youhavenewmessages',
259 'newmessageslink',
260 'newmessagesdifflink',
261 'youhavenewmessagesmulti',
262 'newtalkseparator',
263 'editsection',
264 'editsection-brackets',
265 'editold',
266 'viewsourceold',
267 'editlink',
268 'viewsourcelink',
269 'editsectionhint',
270 'toc',
271 'showtoc',
272 'hidetoc',
273 'thisisdeleted',
274 'viewdeleted',
275 'restorelink',
276 'feedlinks',
277 'feed-invalid',
278 'feed-unavailable',
279 'site-rss-feed',
280 'site-atom-feed',
281 'page-rss-feed',
282 'page-atom-feed',
283 'feed-atom',
284 'feed-rss',
285 'sitenotice',
286 'anonnotice',
287 'newsectionheaderdefaultlevel',
288 'red-link-title',
289 ),
290 'nstab' => array(
291 'nstab-main',
292 'nstab-user',
293 'nstab-media',
294 'nstab-special',
295 'nstab-project',
296 'nstab-image',
297 'nstab-mediawiki',
298 'nstab-template',
299 'nstab-help',
300 'nstab-category',
301 ),
302 'main' => array(
303 'nosuchaction',
304 'nosuchactiontext',
305 'nosuchspecialpage',
306 'nospecialpagetext',
307 ),
308 'errors' => array(
309 'error',
310 'databaseerror',
311 'dberrortext',
312 'dberrortextcl',
313 'noconnect',
314 'nodb',
315 'cachederror',
316 'laggedslavemode',
317 'readonly',
318 'enterlockreason',
319 'readonlytext',
320 'missing-article',
321 'missingarticle-rev',
322 'missingarticle-diff',
323 'readonly_lag',
324 'internalerror',
325 'internalerror_info',
326 'filecopyerror',
327 'filerenameerror',
328 'filedeleteerror',
329 'directorycreateerror',
330 'filenotfound',
331 'fileexistserror',
332 'unexpected',
333 'formerror',
334 'badarticleerror',
335 'cannotdelete',
336 'badtitle',
337 'badtitletext',
338 'perfcached',
339 'perfcachedts',
340 'querypage-no-updates',
341 'wrong_wfQuery_params',
342 'viewsource',
343 'viewsourcefor',
344 'actionthrottled',
345 'actionthrottledtext',
346 'protectedpagetext',
347 'viewsourcetext',
348 'protectedinterface',
349 'editinginterface',
350 'sqlhidden',
351 'cascadeprotected',
352 'namespaceprotected',
353 'customcssjsprotected',
354 'ns-specialprotected',
355 'titleprotected',
356 ),
357 'virus' => array(
358 'virus-badscanner',
359 'virus-scanfailed',
360 'virus-unknownscanner',
361 ),
362 'login' => array(
363 'logouttitle',
364 'logouttext',
365 'welcomecreation',
366 'loginpagetitle',
367 'yourname',
368 'yourpassword',
369 'yourpasswordagain',
370 'remembermypassword',
371 'yourdomainname',
372 'externaldberror',
373 'login',
374 'nav-login-createaccount',
375 'loginprompt',
376 'userlogin',
377 'logout',
378 'userlogout',
379 'notloggedin',
380 'nologin',
381 'nologinlink',
382 'createaccount',
383 'gotaccount',
384 'gotaccountlink',
385 'createaccountmail',
386 'badretype',
387 'userexists',
388 'youremail',
389 'username',
390 'uid',
391 'prefs-memberingroups',
392 'yourrealname',
393 'yourlanguage',
394 'yourvariant',
395 'yournick',
396 'badsig',
397 'badsiglength',
398 'email',
399 'prefs-help-realname',
400 'loginerror',
401 'prefs-help-email',
402 'prefs-help-email-required',
403 'nocookiesnew',
404 'nocookieslogin',
405 'noname',
406 'loginsuccesstitle',
407 'loginsuccess',
408 'nosuchuser',
409 'nosuchusershort',
410 'nouserspecified',
411 'wrongpassword',
412 'wrongpasswordempty',
413 'passwordtooshort',
414 'mailmypassword',
415 'passwordremindertitle',
416 'passwordremindertext',
417 'noemail',
418 'passwordsent',
419 'blocked-mailpassword',
420 'eauthentsent',
421 'throttled-mailpassword',
422 'loginstart',
423 'loginend',
424 'signupend',
425 'mailerror',
426 'acct_creation_throttle_hit',
427 'emailauthenticated',
428 'emailnotauthenticated',
429 'noemailprefs',
430 'emailconfirmlink',
431 'invalidemailaddress',
432 'accountcreated',
433 'accountcreatedtext',
434 'createaccount-title',
435 'createaccount-text',
436 'login-throttled',
437 'loginlanguagelabel',
438 'loginlanguagelinks',
439 ),
440 'resetpass' => array(
441 'resetpass',
442 'resetpass_announce',
443 'resetpass_text',
444 'resetpass_header',
445 'oldpassword',
446 'newpassword',
447 'retypenew',
448 'resetpass_submit',
449 'resetpass_success',
450 'resetpass_bad_temporary',
451 'resetpass_forbidden',
452 'resetpass-no-info',
453 'resetpass-submit-loggedin',
454 'resetpass-wrong-oldpass',
455 'resetpass-temp-password',
456 ),
457 'toolbar' => array(
458 'bold_sample',
459 'bold_tip',
460 'italic_sample',
461 'italic_tip',
462 'link_sample',
463 'link_tip',
464 'extlink_sample',
465 'extlink_tip',
466 'headline_sample',
467 'headline_tip',
468 'math_sample',
469 'math_tip',
470 'nowiki_sample',
471 'nowiki_tip',
472 'image_sample',
473 'image_tip',
474 'media_sample',
475 'media_tip',
476 'sig_tip',
477 'hr_tip',
478 ),
479 'edit' => array(
480 'summary',
481 'subject',
482 'minoredit',
483 'watchthis',
484 'savearticle',
485 'preview',
486 'showpreview',
487 'showlivepreview',
488 'showdiff',
489 'anoneditwarning',
490 'missingsummary',
491 'missingcommenttext',
492 'missingcommentheader',
493 'summary-preview',
494 'subject-preview',
495 'blockedtitle',
496 'blockedtext',
497 'autoblockedtext',
498 'blockednoreason',
499 'blockedoriginalsource',
500 'blockededitsource',
501 'whitelistedittitle',
502 'whitelistedittext',
503 'confirmedittitle',
504 'confirmedittext',
505 'nosuchsectiontitle',
506 'nosuchsectiontext',
507 'loginreqtitle',
508 'loginreqlink',
509 'loginreqpagetext',
510 'accmailtitle',
511 'accmailtext',
512 'newarticle',
513 'newarticletext',
514 'newarticletextanon',
515 'talkpagetext',
516 'anontalkpagetext',
517 'noarticletext',
518 'noarticletextanon',
519 'userpage-userdoesnotexist',
520 'clearyourcache',
521 'usercssjsyoucanpreview',
522 'usercsspreview',
523 'userjspreview',
524 'userinvalidcssjstitle',
525 'updated',
526 'note',
527 'previewnote',
528 'previewconflict',
529 'session_fail_preview',
530 'session_fail_preview_html',
531 'token_suffix_mismatch',
532 'editing',
533 'editingsection',
534 'editingcomment',
535 'editconflict',
536 'explainconflict',
537 'yourtext',
538 'storedversion',
539 'nonunicodebrowser',
540 'editingold',
541 'yourdiff',
542 'copyrightwarning',
543 'copyrightwarning2',
544 'longpagewarning',
545 'longpageerror',
546 'readonlywarning',
547 'protectedpagewarning',
548 'semiprotectedpagewarning',
549 'cascadeprotectedwarning',
550 'titleprotectedwarning',
551 'templatesused',
552 'templatesusedpreview',
553 'templatesusedsection',
554 'template-protected',
555 'template-semiprotected',
556 'hiddencategories',
557 'edittools',
558 'nocreatetitle',
559 'nocreatetext',
560 'nocreate-loggedin',
561 'permissionserrors',
562 'permissionserrorstext',
563 'permissionserrorstext-withaction',
564 'recreate-deleted-warn',
565 'deleted-notice',
566 'deletelog-fulllog',
567 'edit-hook-aborted',
568 'edit-gone-missing',
569 'edit-conflict',
570 'edit-no-change',
571 'edit-already-exists',
572 'userrestricted-page',
573 'userrestricted-namespace',
574 'userrestricted-page-indef',
575 'userrestricted-namespace-indef',
576 ),
577 'parserwarnings' => array(
578 'expensive-parserfunction-warning',
579 'expensive-parserfunction-category',
580 'post-expand-template-inclusion-warning',
581 'post-expand-template-inclusion-category',
582 'post-expand-template-argument-warning',
583 'post-expand-template-argument-category',
584 'parser-template-loop-warning',
585 'parser-template-recursion-depth-warning',
586 ),
587 'undo' => array(
588 'undo-success',
589 'undo-failure',
590 'undo-norev',
591 'undo-summary',
592 ),
593 'cantcreateaccount' => array(
594 'cantcreateaccounttitle',
595 'cantcreateaccount-text',
596 'cantcreateaccount-nonblock-text',
597 ),
598 'history' => array(
599 'viewpagelogs',
600 'nohistory',
601 'currentrev',
602 'currentrev-asof',
603 'revisionasof',
604 'revision-info',
605 'revision-info-current',
606 'revision-nav',
607 'previousrevision',
608 'nextrevision',
609 'currentrevisionlink',
610 'cur',
611 'next',
612 'last',
613 'page_first',
614 'page_last',
615 'histlegend',
616 'history-fieldset-title',
617 'history_copyright',
618 'deletedrev',
619 'histfirst',
620 'histlast',
621 'historysize',
622 'historyempty',
623 ),
624 'history-feed' => array(
625 'history-feed-title',
626 'history-feed-description',
627 'history-feed-item-nocomment',
628 'history-feed-empty',
629 ),
630 'revdelete' => array(
631 'rev-deleted-comment',
632 'rev-deleted-user',
633 'rev-deleted-event',
634 'rev-deleted-text-permission',
635 'rev-deleted-text-view',
636 'rev-delundel',
637 'revisiondelete',
638 'revdelete-nooldid-title',
639 'revdelete-nooldid-text',
640 'revdelete-selected',
641 'logdelete-selected',
642 'revdelete-text',
643 'revdelete-legend',
644 'revdelete-hide-text',
645 'revdelete-hide-name',
646 'revdelete-hide-comment',
647 'revdelete-hide-user',
648 'revdelete-hide-restricted',
649 'revdelete-suppress',
650 'revdelete-hide-image',
651 'revdelete-unsuppress',
652 'revdelete-log',
653 'revdelete-submit',
654 'revdelete-logentry',
655 'logdelete-logentry',
656 'revdelete-logaction',
657 'logdelete-logaction',
658 'revdelete-success',
659 'logdelete-success',
660 'revdel-restore',
661 'pagehist',
662 'deletedhist',
663 'revdelete-content',
664 'revdelete-summary',
665 'revdelete-uname',
666 'revdelete-restricted',
667 'revdelete-unrestricted',
668 'revdelete-hid',
669 'revdelete-unhid',
670 'revdelete-log-message',
671 'logdelete-log-message',
672 ),
673 'suppression' => array(
674 'suppressionlog',
675 'suppressionlogtext',
676 ),
677 'mergehistory' => array(
678 'mergehistory',
679 'mergehistory-header',
680 'mergehistory-box',
681 'mergehistory-from',
682 'mergehistory-into',
683 'mergehistory-list',
684 'mergehistory-merge',
685 'mergehistory-go',
686 'mergehistory-submit',
687 'mergehistory-empty',
688 'mergehistory-success',
689 'mergehistory-fail',
690 'mergehistory-no-source',
691 'mergehistory-no-destination',
692 'mergehistory-invalid-source',
693 'mergehistory-invalid-destination',
694 'mergehistory-autocomment',
695 'mergehistory-comment',
696 'mergehistory-same-destination',
697 ),
698 'mergelog' => array(
699 'mergelog',
700 'pagemerge-logentry',
701 'revertmerge',
702 'mergelogpagetext',
703 ),
704 'diffs' => array(
705 'history-title',
706 'difference',
707 'lineno',
708 'compareselectedversions',
709 'visualcomparison',
710 'wikicodecomparison',
711 'editundo',
712 'diff-multi',
713 'diff-movedto',
714 'diff-styleadded',
715 'diff-added',
716 'diff-changedto',
717 'diff-movedoutof',
718 'diff-styleremoved',
719 'diff-removed',
720 'diff-changedfrom',
721 'diff-src',
722 'diff-withdestination',
723 'diff-with',
724 'diff-with-additional',
725 'diff-with-final',
726 'diff-width',
727 'diff-height',
728 'diff-p',
729 'diff-blockquote',
730 'diff-h1',
731 'diff-h2',
732 'diff-h3',
733 'diff-h4',
734 'diff-h5',
735 'diff-pre',
736 'diff-div',
737 'diff-ul',
738 'diff-ol',
739 'diff-li',
740 'diff-table',
741 'diff-tbody',
742 'diff-tr',
743 'diff-td',
744 'diff-th',
745 'diff-br',
746 'diff-hr',
747 'diff-code',
748 'diff-dl',
749 'diff-dt',
750 'diff-dd',
751 'diff-input',
752 'diff-form',
753 'diff-img',
754 'diff-span',
755 'diff-a',
756 'diff-i',
757 'diff-b',
758 'diff-strong',
759 'diff-em',
760 'diff-font',
761 'diff-big',
762 'diff-del',
763 'diff-tt',
764 'diff-sub',
765 'diff-sup',
766 'diff-strike',
767 ),
768 'search' => array(
769 'searchresults',
770 'searchresults-title',
771 'searchresulttext',
772 'searchsubtitle',
773 'searchsubtitleinvalid',
774 'noexactmatch',
775 'noexactmatch-nocreate',
776 'toomanymatches',
777 'titlematches',
778 'notitlematches',
779 'textmatches',
780 'notextmatches',
781 'prevn',
782 'nextn',
783 'viewprevnext',
784 'searchmenu-legend',
785 'searchmenu-exists',
786 'searchmenu-new',
787 'searchhelp-url',
788 'searchmenu-prefix',
789 'searchmenu-help',
790 'searchprofile-articles',
791 'searchprofile-articles-and-proj',
792 'searchprofile-project',
793 'searchprofile-images',
794 'searchprofile-everything',
795 'searchprofile-advanced',
796 'searchprofile-articles-tooltip',
797 'searchprofile-project-tooltip',
798 'searchprofile-images-tooltip',
799 'searchprofile-everything-tooltip',
800 'searchprofile-advanced-tooltip',
801 'prefs-search-nsdefault',
802 'prefs-search-nscustom',
803 'search-result-size',
804 'search-result-score',
805 'search-redirect',
806 'search-section',
807 'search-suggest',
808 'search-interwiki-caption',
809 'search-interwiki-default',
810 'search-interwiki-custom',
811 'search-interwiki-more',
812 'search-mwsuggest-enabled',
813 'search-mwsuggest-disabled',
814 'search-relatedarticle',
815 'mwsuggest-disable',
816 'searchrelated',
817 'searchall',
818 'showingresults',
819 'showingresultsnum',
820 'showingresultstotal',
821 'nonefound',
822 'search-nonefound',
823 'powersearch',
824 'powersearch-legend',
825 'powersearch-ns',
826 'powersearch-redir',
827 'powersearch-field',
828 'search-external',
829 'searchdisabled',
830 'googlesearch',
831 ),
832 'opensearch' => array(
833 'opensearch-desc',
834 ),
835 'preferences' => array(
836 'preferences',
837 'preferences-summary',
838 'mypreferences',
839 'prefs-edits',
840 'prefsnologin',
841 'prefsnologintext',
842 'prefsreset',
843 'qbsettings',
844 'qbsettings-none',
845 'qbsettings-fixedleft',
846 'qbsettings-fixedright',
847 'qbsettings-floatingleft',
848 'qbsettings-floatingright',
849 'changepassword',
850 'skin',
851 'skin-preview',
852 'math',
853 'dateformat',
854 'datedefault',
855 'datetime',
856 'math_failure',
857 'math_unknown_error',
858 'math_unknown_function',
859 'math_lexing_error',
860 'math_syntax_error',
861 'math_image_error',
862 'math_bad_tmpdir',
863 'math_bad_output',
864 'math_notexvc',
865 'prefs-personal',
866 'prefs-rc',
867 'prefs-watchlist',
868 'prefs-watchlist-days',
869 'prefs-watchlist-days-max',
870 'prefs-watchlist-edits',
871 'prefs-watchlist-edits-max',
872 'prefs-misc',
873 'prefs-resetpass',
874 'saveprefs',
875 'resetprefs',
876 'textboxsize',
877 'prefs-edit-boxsize',
878 'rows',
879 'columns',
880 'searchresultshead',
881 'resultsperpage',
882 'contextlines',
883 'contextchars',
884 'stub-threshold',
885 'recentchangesdays',
886 'recentchangesdays-max',
887 'recentchangescount',
888 'savedprefs',
889 'timezonelegend',
890 'timezonetext',
891 'localtime',
892 'timezoneselect',
893 'timezoneuseserverdefault',
894 'timezoneuseoffset',
895 'timezoneoffset',
896 'servertime',
897 'guesstimezone',
898 'allowemail',
899 'prefs-searchoptions',
900 'prefs-namespaces',
901 'defaultns',
902 'default',
903 'defaultns',
904 'files',
905 ),
906 'userrights' => array(
907 'userrights',
908 'userrights-summary',
909 'userrights-lookup-user',
910 'userrights-user-editname',
911 'editusergroup',
912 'editinguser',
913 'userrights-editusergroup',
914 'saveusergroups',
915 'userrights-groupsmember',
916 'userrights-groups-help',
917 'userrights-reason',
918 'userrights-no-interwiki',
919 'userrights-nodatabase',
920 'userrights-nologin',
921 'userrights-notallowed',
922 'userrights-changeable-col',
923 'userrights-unchangeable-col',
924 'userrights-irreversible-marker',
925 ),
926 'group' => array(
927 'group',
928 'group-user',
929 'group-autoconfirmed',
930 'group-bot',
931 'group-sysop',
932 'group-bureaucrat',
933 'group-suppress',
934 'group-all',
935 ),
936 'group-member' => array(
937 'group-user-member',
938 'group-autoconfirmed-member',
939 'group-bot-member',
940 'group-sysop-member',
941 'group-bureaucrat-member',
942 'group-suppress-member',
943 ),
944 'grouppage' => array(
945 'grouppage-user',
946 'grouppage-autoconfirmed',
947 'grouppage-bot',
948 'grouppage-sysop',
949 'grouppage-bureaucrat',
950 'grouppage-suppress',
951 ),
952 'right' => array(
953 'right-read',
954 'right-edit',
955 'right-createpage',
956 'right-createtalk',
957 'right-createaccount',
958 'right-minoredit',
959 'right-move',
960 'right-move-subpages',
961 'right-move-rootuserpages',
962 'right-movefile',
963 'right-suppressredirect',
964 'right-upload',
965 'right-reupload',
966 'right-reupload-own',
967 'right-reupload-shared',
968 'right-upload_by_url',
969 'right-purge',
970 'right-autoconfirmed',
971 'right-bot',
972 'right-nominornewtalk',
973 'right-apihighlimits',
974 'right-writeapi',
975 'right-delete',
976 'right-bigdelete',
977 'right-deleterevision',
978 'right-deletedhistory',
979 'right-browsearchive',
980 'right-undelete',
981 'right-suppressrevision',
982 'right-suppressionlog',
983 'right-block',
984 'right-blockemail',
985 'right-hideuser',
986 'right-ipblock-exempt',
987 'right-proxyunbannable',
988 'right-protect',
989 'right-editprotected',
990 'right-editinterface',
991 'right-editusercssjs',
992 'right-rollback',
993 'right-markbotedits',
994 'right-noratelimit',
995 'right-import',
996 'right-importupload',
997 'right-patrol',
998 'right-autopatrol',
999 'right-patrolmarks',
1000 'right-unwatchedpages',
1001 'right-trackback',
1002 'right-mergehistory',
1003 'right-userrights',
1004 'right-userrights-interwiki',
1005 'right-siteadmin',
1006 'right-restrict',
1007 ),
1008 'rightslog' => array(
1009 'rightslog',
1010 'rightslogtext',
1011 'rightslogentry',
1012 'rightsnone',
1013 ),
1014 'action' => array(
1015 'action-read',
1016 'action-edit',
1017 'action-createpage',
1018 'action-createtalk',
1019 'action-createaccount',
1020 'action-minoredit',
1021 'action-move',
1022 'action-move-subpages',
1023 'action-move-rootuserpages',
1024 'action-upload',
1025 'action-reupload',
1026 'action-reupload-shared',
1027 'action-upload_by_url',
1028 'action-writeapi',
1029 'action-delete',
1030 'action-deleterevision',
1031 'action-deletedhistory',
1032 'action-browsearchive',
1033 'action-undelete',
1034 'action-suppressrevision',
1035 'action-suppressionlog',
1036 'action-block',
1037 'action-protect',
1038 'action-import',
1039 'action-importupload',
1040 'action-patrol',
1041 'action-autopatrol',
1042 'action-unwatchedpages',
1043 'action-trackback',
1044 'action-mergehistory',
1045 'action-userrights',
1046 'action-userrights-interwiki',
1047 'action-siteadmin',
1048 'action-restrict',
1049 ),
1050 'recentchanges' => array(
1051 'nchanges',
1052 'recentchanges',
1053 'recentchanges-url',
1054 'recentchanges-legend',
1055 'recentchangestext',
1056 'recentchanges-feed-description',
1057 'rcnote',
1058 'rcnotefrom',
1059 'rclistfrom',
1060 'rcshowhideminor',
1061 'rcshowhidebots',
1062 'rcshowhideliu',
1063 'rcshowhideanons',
1064 'rcshowhidepatr',
1065 'rcshowhidemine',
1066 'rclinks',
1067 'diff',
1068 'hist',
1069 'hide',
1070 'show',
1071 'minoreditletter',
1072 'newpageletter',
1073 'boteditletter',
1074 'sectionlink',
1075 'number_of_watching_users_RCview',
1076 'number_of_watching_users_pageview',
1077 'rc_categories',
1078 'rc_categories_any',
1079 'rc-change-size',
1080 'newsectionsummary',
1081 'rc-enhanced-expand',
1082 'rc-enhanced-hide',
1083 ),
1084 'recentchangeslinked' => array(
1085 'recentchangeslinked',
1086 'recentchangeslinked-title',
1087 'recentchangeslinked-backlink',
1088 'recentchangeslinked-noresult',
1089 'recentchangeslinked-summary',
1090 'recentchangeslinked-page',
1091 'recentchangeslinked-to',
1092 ),
1093 'upload' => array(
1094 'upload',
1095 'uploadbtn',
1096 'reupload',
1097 'reuploaddesc',
1098 'uploadnologin',
1099 'uploadnologintext',
1100 'upload_directory_missing',
1101 'upload_directory_read_only',
1102 'uploaderror',
1103 'upload-summary',
1104 'uploadtext',
1105 'upload-permitted',
1106 'upload-preferred',
1107 'upload-prohibited',
1108 'uploadfooter',
1109 'uploadlog',
1110 'uploadlogpage',
1111 'uploadlogpagetext',
1112 'filename',
1113 'filedesc',
1114 'fileuploadsummary',
1115 'filestatus',
1116 'filesource',
1117 'uploadedfiles',
1118 'ignorewarning',
1119 'ignorewarnings',
1120 'minlength1',
1121 'illegalfilename',
1122 'badfilename',
1123 'filetype-badmime',
1124 'filetype-bad-ie-mime',
1125 'filetype-unwanted-type',
1126 'filetype-banned-type',
1127 'filetype-missing',
1128 'large-file',
1129 'largefileserver',
1130 'emptyfile',
1131 'fileexists',
1132 'filepageexists',
1133 'fileexists-extension',
1134 'fileexists-thumb',
1135 'fileexists-thumbnail-yes',
1136 'file-thumbnail-no',
1137 'fileexists-forbidden',
1138 'fileexists-shared-forbidden',
1139 'file-exists-duplicate',
1140 'file-deleted-duplicate',
1141 'successfulupload',
1142 'uploadwarning',
1143 'savefile',
1144 'uploadedimage',
1145 'overwroteimage',
1146 'uploaddisabled',
1147 'uploaddisabledtext',
1148 'uploadscripted',
1149 'uploadcorrupt',
1150 'uploadvirus',
1151 'sourcefilename',
1152 'destfilename',
1153 'upload-maxfilesize',
1154 'watchthisupload',
1155 'filewasdeleted',
1156 'upload-wasdeleted',
1157 'filename-bad-prefix',
1158 'filename-prefix-blacklist',
1159 ),
1160 'upload-errors' => array(
1161 'upload-proto-error',
1162 'upload-proto-error-text',
1163 'upload-file-error',
1164 'upload-file-error-text',
1165 'upload-misc-error',
1166 'upload-misc-error-text',
1167 ),
1168 'upload-curl-errors' => array(
1169 'upload-curl-error6',
1170 'upload-curl-error6-text',
1171 'upload-curl-error28',
1172 'upload-curl-error28-text',
1173 ),
1174 'licenses' => array(
1175 'license',
1176 'nolicense',
1177 'licenses',
1178 'license-nopreview',
1179 'upload_source_url',
1180 'upload_source_file',
1181 ),
1182 'filelist' => array(
1183 'imagelist-summary',
1184 'imagelist_search_for',
1185 'imgfile',
1186 'imagelist',
1187 'imagelist_date',
1188 'imagelist_name',
1189 'imagelist_user',
1190 'imagelist_size',
1191 'imagelist_description',
1192 ),
1193 'filedescription' => array(
1194 'filehist',
1195 'filehist-help',
1196 'filehist-deleteall',
1197 'filehist-deleteone',
1198 'filehist-revert',
1199 'filehist-current',
1200 'filehist-datetime',
1201 'filehist-thumb',
1202 'filehist-thumbtext',
1203 'filehist-nothumb',
1204 'filehist-user',
1205 'filehist-dimensions',
1206 'filehist-filesize',
1207 'filehist-comment',
1208 'imagelinks',
1209 'linkstoimage',
1210 'linkstoimage-more',
1211 'nolinkstoimage',
1212 'morelinkstoimage',
1213 'redirectstofile',
1214 'duplicatesoffile',
1215 'sharedupload',
1216 'shareduploadwiki',
1217 'shareduploadwiki-desc',
1218 'shareduploadwiki-linktext',
1219 'shareddescriptionfollows',
1220 'shareduploadduplicate',
1221 'shareduploadduplicate-linktext',
1222 'shareduploadconflict',
1223 'shareduploadconflict-linktext',
1224 'noimage',
1225 'noimage-linktext',
1226 'uploadnewversion-linktext',
1227 'imagepage-searchdupe',
1228 ),
1229 'filerevert' => array(
1230 'filerevert',
1231 'filerevert-backlink',
1232 'filerevert-legend',
1233 'filerevert-intro',
1234 'filerevert-comment',
1235 'filerevert-defaultcomment',
1236 'filerevert-submit',
1237 'filerevert-success',
1238 'filerevert-badversion',
1239 ),
1240 'filedelete' => array(
1241 'filedelete',
1242 'filedelete-backlink',
1243 'filedelete-legend',
1244 'filedelete-intro',
1245 'filedelete-intro-old',
1246 'filedelete-comment',
1247 'filedelete-submit',
1248 'filedelete-success',
1249 'filedelete-success-old',
1250 'filedelete-nofile',
1251 'filedelete-nofile-old',
1252 'filedelete-otherreason',
1253 'filedelete-reason-otherlist',
1254 'filedelete-reason-dropdown',
1255 'filedelete-edit-reasonlist',
1256 ),
1257 'mimesearch' => array(
1258 'mimesearch',
1259 'mimesearch-summary',
1260 'mimetype',
1261 'download',
1262 ),
1263 'unwatchedpages' => array(
1264 'unwatchedpages',
1265 'unwatchedpages-summary',
1266 ),
1267 'listredirects' => array(
1268 'listredirects',
1269 'listredirects-summary',
1270 ),
1271 'unusedtemplates' => array(
1272 'unusedtemplates',
1273 'unusedtemplates-summary',
1274 'unusedtemplatestext',
1275 'unusedtemplateswlh',
1276 ),
1277 'randompage' => array(
1278 'randompage',
1279 'randompage-nopages',
1280 'randompage-url',
1281 ),
1282 'randomredirect' => array(
1283 'randomredirect',
1284 'randomredirect-nopages',
1285 ),
1286 'statistics' => array(
1287 'statistics',
1288 'statistics-summary',
1289 'statistics-header-pages',
1290 'statistics-header-edits',
1291 'statistics-header-views',
1292 'statistics-header-users',
1293 'statistics-articles',
1294 'statistics-pages',
1295 'statistics-pages-desc',
1296 'statistics-files',
1297 'statistics-edits',
1298 'statistics-edits-average',
1299 'statistics-views-total',
1300 'statistics-views-peredit',
1301 'statistics-jobqueue',
1302 'statistics-users',
1303 'statistics-users-active',
1304 'statistics-users-active-desc',
1305 'statistics-mostpopular',
1306 'statistics-footer',
1307 ),
1308 'disambiguations' => array(
1309 'disambiguations',
1310 'disambiguations-summary',
1311 'disambiguationspage',
1312 'disambiguations-text',
1313 ),
1314 'doubleredirects' => array(
1315 'doubleredirects',
1316 'doubleredirects-summary',
1317 'doubleredirectstext',
1318 'double-redirect-fixed-move',
1319 'double-redirect-fixer',
1320 ),
1321 'brokenredirects' => array(
1322 'brokenredirects',
1323 'brokenredirects-summary',
1324 'brokenredirectstext',
1325 'brokenredirects-edit',
1326 'brokenredirects-delete',
1327 ),
1328 'withoutinterwiki' => array(
1329 'withoutinterwiki',
1330 'withoutinterwiki-summary',
1331 'withoutinterwiki-legend',
1332 'withoutinterwiki-submit',
1333 ),
1334 'fewestrevisions' => array(
1335 'fewestrevisions',
1336 'fewestrevisions-summary',
1337 ),
1338 'specialpages' => array(
1339 'nbytes',
1340 'ncategories',
1341 'nlinks',
1342 'nmembers',
1343 'nrevisions',
1344 'nviews',
1345 'nchanges',
1346 'specialpage-empty',
1347 'lonelypages',
1348 'lonelypages-summary',
1349 'lonelypagestext',
1350 'uncategorizedpages',
1351 'uncategorizedpages-summary',
1352 'uncategorizedcategories',
1353 'uncategorizedcategories-summary',
1354 'uncategorizedimages',
1355 'uncategorizedimages-summary',
1356 'uncategorizedtemplates',
1357 'uncategorizedtemplates-summary',
1358 'unusedcategories',
1359 'unusedimages',
1360 'popularpages',
1361 'popularpages-summary',
1362 'wantedcategories',
1363 'wantedcategories-summary',
1364 'wantedpages',
1365 'wantedpages-summary',
1366 'wantedfiles',
1367 'wantedfiles-summary',
1368 'wantedtemplates',
1369 'wantedtemplates-summary',
1370 'mostlinked',
1371 'mostlinked-summary',
1372 'mostlinkedcategories',
1373 'mostlinkedcategories-summary',
1374 'mostlinkedtemplates',
1375 'mostlinkedtemplates-summary',
1376 'mostcategories',
1377 'mostcategories-summary',
1378 'mostimages',
1379 'mostimages-summary',
1380 'mostrevisions',
1381 'mostrevisions-summary',
1382 'prefixindex',
1383 'prefixindex-summary',
1384 'shortpages',
1385 'shortpages-summary',
1386 'longpages',
1387 'longpages-summary',
1388 'deadendpages',
1389 'deadendpages-summary',
1390 'deadendpagestext',
1391 'protectedpages',
1392 'protectedpages-indef',
1393 'protectedpages-summary',
1394 'protectedpages-cascade',
1395 'protectedpagestext',
1396 'protectedpagesempty',
1397 'protectedtitles',
1398 'protectedtitles-summary',
1399 'protectedtitlestext',
1400 'protectedtitlesempty',
1401 'listusers',
1402 'listusers-summary',
1403 'listusers-editsonly',
1404 'usereditcount',
1405 'newpages',
1406 'newpages-summary',
1407 'newpages-username',
1408 'ancientpages',
1409 'ancientpages-summary',
1410 'move',
1411 'movethispage',
1412 'unusedimagestext',
1413 'unusedcategoriestext',
1414 'notargettitle',
1415 'notargettext',
1416 'nopagetitle',
1417 'nopagetext',
1418 'pager-newer-n',
1419 'pager-older-n',
1420 'suppress',
1421 ),
1422 'booksources' => array(
1423 'booksources',
1424 'booksources-summary',
1425 'booksources-search-legend',
1426 'booksources-isbn',
1427 'booksources-go',
1428 'booksources-text',
1429 'booksources-invalid-isbn',
1430 ),
1431 'magicwords' => array(
1432 'rfcurl',
1433 'pubmedurl',
1434 ),
1435 'logpages' => array(
1436 'specialloguserlabel',
1437 'speciallogtitlelabel',
1438 'log',
1439 'all-logs-page',
1440 'alllogstext',
1441 'logempty',
1442 'log-title-wildcard',
1443 ),
1444 'allpages' => array(
1445 'allpages',
1446 'allpages-summary',
1447 'alphaindexline',
1448 'nextpage',
1449 'prevpage',
1450 'allpagesfrom',
1451 'allpagesto',
1452 'allarticles',
1453 'allinnamespace',
1454 'allnotinnamespace',
1455 'allpagesprev',
1456 'allpagesnext',
1457 'allpagessubmit',
1458 'allpagesprefix',
1459 'allpagesbadtitle',
1460 'allpages-bad-ns',
1461 ),
1462 'categories' => array(
1463 'categories',
1464 'categories-summary',
1465 'categoriespagetext',
1466 'categoriesfrom',
1467 'special-categories-sort-count',
1468 'special-categories-sort-abc',
1469 ),
1470 'deletedcontribs' => array(
1471 'deletedcontributions',
1472 ),
1473 'interwiki' => array(
1474 'interwiki',
1475 'interwiki-title-norights',
1476 'interwiki_addbutton',
1477 'interwiki_added',
1478 'interwiki_addfailed',
1479 'interwiki_addintro',
1480 'interwiki_addtext',
1481 'interwiki-badprefix',
1482 'interwiki_defaultreason',
1483 'interwiki_defaulturl',
1484 'interwiki_deleted',
1485 'interwiki_deleting',
1486 'interwiki_delfailed',
1487 'interwiki_delquestion',
1488 'interwiki_edited',
1489 'interwiki_editerror',
1490 'interwiki_editintro',
1491 'interwiki_edittext',
1492 'interwiki_error',
1493 'interwiki_intro',
1494 'interwiki_local',
1495 'interwiki_log_added',
1496 'interwiki_log_deleted',
1497 'interwiki_log_edited',
1498 'interwiki_logentry',
1499 'interwiki-not-enabled',
1500 'interwiki_prefix',
1501 'interwiki_reasonfield',
1502 'interwiki_trans',
1503 'interwiki_url',
1504 'interwikilogpage',
1505 'interwikilogpagetext',
1506 'right-interwiki',
1507 ),
1508 'linksearch' => array(
1509 'linksearch',
1510 'linksearch-pat',
1511 'linksearch-ns',
1512 'linksearch-ok',
1513 'linksearch-text',
1514 'linksearch-line',
1515 'linksearch-error',
1516 ),
1517 'listusers' => array(
1518 'listusersfrom',
1519 'listusers-submit',
1520 'listusers-noresult',
1521 ),
1522 'newuserlog' => array(
1523 'newuserlogpage',
1524 'newuserlogpagetext',
1525 'newuserlogentry',
1526 'newuserlog-byemail',
1527 'newuserlog-create-entry',
1528 'newuserlog-create2-entry',
1529 'newuserlog-autocreate-entry',
1530 ),
1531 'listgrouprights' => array(
1532 'listgrouprights',
1533 'listgrouprights-summary',
1534 'listgrouprights-group',
1535 'listgrouprights-rights',
1536 'listgrouprights-helppage',
1537 'listgrouprights-members',
1538 'listgrouprights-right-display',
1539 'listgrouprights-addgroup',
1540 'listgrouprights-removegroup',
1541 'listgrouprights-addgroup-all',
1542 'listgrouprights-removegroup-all',
1543 ),
1544 'emailuser' => array(
1545 'mailnologin',
1546 'mailnologintext',
1547 'emailuser',
1548 'emailpage',
1549 'emailpagetext',
1550 'usermailererror',
1551 'defemailsubject',
1552 'noemailtitle',
1553 'noemailtext',
1554 'email-legend',
1555 'emailfrom',
1556 'emailto',
1557 'emailsubject',
1558 'emailmessage',
1559 'emailsend',
1560 'emailccme',
1561 'emailccsubject',
1562 'emailsent',
1563 'emailsenttext',
1564 'emailuserfooter',
1565 ),
1566 'watchlist' => array(
1567 'watchlist',
1568 'mywatchlist',
1569 'watchlistfor',
1570 'nowatchlist',
1571 'watchlistanontext',
1572 'watchnologin',
1573 'watchnologintext',
1574 'addedwatch',
1575 'addedwatchtext',
1576 'removedwatch',
1577 'removedwatchtext',
1578 'watch',
1579 'watchthispage',
1580 'unwatch',
1581 'unwatchthispage',
1582 'notanarticle',
1583 'notvisiblerev',
1584 'watchnochange',
1585 'watchlist-details',
1586 'wlheader-enotif',
1587 'wlheader-showupdated',
1588 'watchmethod-recent',
1589 'watchmethod-list',
1590 'watchlistcontains',
1591 'iteminvalidname',
1592 'wlnote',
1593 'wlshowlast',
1594 'watchlist-options',
1595 ),
1596 'watching' => array(
1597 'watching',
1598 'unwatching',
1599 ),
1600 'enotif' => array(
1601 'enotif_mailer',
1602 'enotif_reset',
1603 'enotif_newpagetext',
1604 'enotif_impersonal_salutation',
1605 'changed',
1606 'created',
1607 'enotif_subject',
1608 'enotif_lastvisited',
1609 'enotif_lastdiff',
1610 'enotif_anon_editor',
1611 'enotif_body',
1612 ),
1613 'delete' => array(
1614 'deletepage',
1615 'confirm',
1616 'excontent',
1617 'excontentauthor',
1618 'exbeforeblank',
1619 'exblank',
1620 'delete-confirm',
1621 'delete-backlink',
1622 'delete-legend',
1623 'historywarning',
1624 'confirmdeletetext',
1625 'actioncomplete',
1626 'deletedtext',
1627 'deletedarticle',
1628 'suppressedarticle',
1629 'dellogpage',
1630 'dellogpagetext',
1631 'deletionlog',
1632 'reverted',
1633 'deletecomment',
1634 'deleteotherreason',
1635 'deletereasonotherlist',
1636 'deletereason-dropdown',
1637 'delete-edit-reasonlist',
1638 'delete-toobig',
1639 'delete-warning-toobig',
1640 ),
1641 'rollback' => array(
1642 'rollback',
1643 'rollback_short',
1644 'rollbacklink',
1645 'rollbackfailed',
1646 'cantrollback',
1647 'alreadyrolled',
1648 'editcomment',
1649 'revertpage',
1650 'rollback-success',
1651 'sessionfailure',
1652 ),
1653 'protect' => array(
1654 'protectlogpage',
1655 'protectlogtext',
1656 'protectedarticle',
1657 'modifiedarticleprotection',
1658 'unprotectedarticle',
1659 'movedarticleprotection',
1660 'protect-title',
1661 'prot_1movedto2',
1662 'protect-backlink',
1663 'protect-legend',
1664 'protectcomment',
1665 'protectexpiry',
1666 'protect_expiry_invalid',
1667 'protect_expiry_old',
1668 'protect-unchain',
1669 'protect-text',
1670 'protect-locked-blocked',
1671 'protect-locked-dblock',
1672 'protect-locked-access',
1673 'protect-cascadeon',
1674 'protect-default',
1675 'protect-fallback',
1676 'protect-level-autoconfirmed',
1677 'protect-level-sysop',
1678 'protect-summary-cascade',
1679 'protect-expiring',
1680 'protect-expiry-indefinite',
1681 'protect-cascade',
1682 'protect-cantedit',
1683 'protect-othertime',
1684 'protect-othertime-op',
1685 'protect-existing-expiry',
1686 'protect-otherreason',
1687 'protect-otherreason-op',
1688 'protect-dropdown',
1689 'protect-edit-reasonlist',
1690 'protect-expiry-options',
1691 'restriction-type',
1692 'restriction-level',
1693 'minimum-size',
1694 'maximum-size',
1695 'pagesize',
1696 ),
1697 'restrictions' => array(
1698 'restriction-edit',
1699 'restriction-move',
1700 'restriction-create',
1701 'restriction-upload',
1702 ),
1703 'restriction-levels' => array(
1704 'restriction-level-sysop',
1705 'restriction-level-autoconfirmed',
1706 'restriction-level-all',
1707 ),
1708 'undelete' => array(
1709 'undelete',
1710 'undeletepage',
1711 'undeletepagetitle',
1712 'viewdeletedpage',
1713 'undeletepagetext',
1714 'undelete-fieldset-title',
1715 'undeleteextrahelp',
1716 'undeleterevisions',
1717 'undeletehistory',
1718 'undeleterevdel',
1719 'undeletehistorynoadmin',
1720 'undelete-revision',
1721 'undeleterevision-missing',
1722 'undelete-nodiff',
1723 'undeletebtn',
1724 'undeletelink',
1725 'undeletereset',
1726 'undeleteinvert',
1727 'undeletecomment',
1728 'undeletedarticle',
1729 'undeletedrevisions',
1730 'undeletedrevisions-files',
1731 'undeletedfiles',
1732 'cannotundelete',
1733 'undeletedpage',
1734 'undelete-header',
1735 'undelete-search-box',
1736 'undelete-search-prefix',
1737 'undelete-search-submit',
1738 'undelete-no-results',
1739 'undelete-filename-mismatch',
1740 'undelete-bad-store-key',
1741 'undelete-cleanup-error',
1742 'undelete-missing-filearchive',
1743 'undelete-error-short',
1744 'undelete-error-long',
1745 'undelete-show-file-confirm',
1746 'undelete-show-file-submit',
1747 ),
1748 'nsform' => array(
1749 'namespace',
1750 'invert',
1751 'blanknamespace',
1752 ),
1753 'contributions' => array(
1754 'contributions',
1755 'contributions-title',
1756 'mycontris',
1757 'contribsub2',
1758 'nocontribs',
1759 'uctop',
1760 'month',
1761 'year',
1762 ),
1763 'sp-contributions' => array(
1764 'sp-contributions-newbies',
1765 'sp-contributions-newbies-sub',
1766 'sp-contributions-newbies-title',
1767 'sp-contributions-blocklog',
1768 'sp-contributions-search',
1769 'sp-contributions-username',
1770 'sp-contributions-submit',
1771 'sp-contributions-explain',
1772 'sp-contributions-footer',
1773 'sp-contributions-footer-anon',
1774 ),
1775 'whatlinkshere' => array(
1776 'whatlinkshere',
1777 'whatlinkshere-title',
1778 'whatlinkshere-summary',
1779 'whatlinkshere-page',
1780 'whatlinkshere-backlink',
1781 'linkshere',
1782 'nolinkshere',
1783 'nolinkshere-ns',
1784 'isredirect',
1785 'istemplate',
1786 'isimage',
1787 'whatlinkshere-prev',
1788 'whatlinkshere-next',
1789 'whatlinkshere-links',
1790 'whatlinkshere-hideredirs',
1791 'whatlinkshere-hidetrans',
1792 'whatlinkshere-hidelinks',
1793 'whatlinkshere-hideimages',
1794 'whatlinkshere-filters',
1795 ),
1796 'block' => array(
1797 'blockip',
1798 'blockip-legend',
1799 'blockiptext',
1800 'ipaddress',
1801 'ipadressorusername',
1802 'ipbexpiry',
1803 'ipbreason',
1804 'ipbreasonotherlist',
1805 'ipbreason-dropdown',
1806 'ipbanononly',
1807 'ipbcreateaccount',
1808 'ipbemailban',
1809 'ipbenableautoblock',
1810 'ipbsubmit',
1811 'ipbother',
1812 'ipboptions',
1813 'ipbinfinite',
1814 'ipbotheroption',
1815 'ipbotherreason',
1816 'ipbhidename',
1817 'ipbwatchuser',
1818 'ipballowusertalk',
1819 'ipb-change-block',
1820 'badipaddress',
1821 'blockipsuccesssub',
1822 'blockipsuccesstext',
1823 'ipb-edit-dropdown',
1824 'ipb-unblock-addr',
1825 'ipb-unblock',
1826 'ipb-blocklist-addr',
1827 'ipb-blocklist',
1828 'ipb-blocklist-contribs',
1829 'unblockip',
1830 'unblockiptext',
1831 'ipusubmit',
1832 'unblocked',
1833 'unblocked-id',
1834 'ipblocklist',
1835 'ipblocklist-legend',
1836 'ipblocklist-username',
1837 'ipblocklist-sh-userblocks',
1838 'ipblocklist-sh-tempblocks',
1839 'ipblocklist-sh-addressblocks',
1840 'ipblocklist-summary',
1841 'ipblocklist-submit',
1842 'blocklistline',
1843 'infiniteblock',
1844 'expiringblock',
1845 'anononlyblock',
1846 'noautoblockblock',
1847 'createaccountblock',
1848 'emailblock',
1849 'blocklist-nousertalk',
1850 'ipblocklist-empty',
1851 'ipblocklist-no-results',
1852 'blocklink',
1853 'unblocklink',
1854 'change-blocklink',
1855 'contribslink',
1856 'autoblocker',
1857 'blocklogpage',
1858 'blocklog-fulllog',
1859 'blocklogentry',
1860 'reblock-logentry',
1861 'blocklogtext',
1862 'unblocklogentry',
1863 'block-log-flags-anononly',
1864 'block-log-flags-nocreate',
1865 'block-log-flags-noautoblock',
1866 'block-log-flags-noemail',
1867 'block-log-flags-nousertalk',
1868 'block-log-flags-angry-autoblock',
1869 'range_block_disabled',
1870 'ipb_expiry_invalid',
1871 'ipb_expiry_temp',
1872 'ipb_already_blocked',
1873 'ipb-needreblock',
1874 'ipb_cant_unblock',
1875 'ipb_blocked_as_range',
1876 'ip_range_invalid',
1877 'blockme',
1878 'proxyblocker',
1879 'proxyblocker-disabled',
1880 'proxyblockreason',
1881 'proxyblocksuccess',
1882 'sorbs',
1883 'sorbsreason',
1884 'sorbs_create_account_reason',
1885 'cant-block-while-blocked',
1886 ),
1887 'listuserrestrictions' => array(
1888 'listuserrestrictions',
1889 'listuserrestrictions-intro',
1890 'listuserrestrictions-row-ns',
1891 'listuserrestrictions-row-page',
1892 'listuserrestrictions-row-expiry',
1893 'listuserrestrictions-legend',
1894 'listuserrestrictions-type',
1895 'listuserrestrictions-user',
1896 'listuserrestrictions-namespace',
1897 'listuserrestrictions-page',
1898 'listuserrestrictions-submit',
1899 'listuserrestrictions-notfound',
1900 'listuserrestrictions-empty',
1901 'listuserrestrictions-remove',
1902 'userrestrictiontype-none',
1903 'userrestrictiontype-namespace',
1904 'userrestrictiontype-page',
1905 ),
1906 'removerestrictions' => array(
1907 'removerestrictions',
1908 'removerestrictions-intro',
1909 'removerestrictions-noid',
1910 'removerestrictions-wrongid',
1911 'removerestrictions-legend',
1912 'removerestrictions-user',
1913 'removerestrictions-type',
1914 'removerestrictions-page',
1915 'removerestrictions-namespace',
1916 'removerestrictions-reason',
1917 'removerestrictions-submit',
1918 'removerestrictions-success',
1919 ),
1920 'restrictuser' => array(
1921 'restrictuser',
1922 'restrictuser-userselect',
1923 'restrictuser-user',
1924 'restrictuser-go',
1925 'restrictuser-notfound',
1926 'restrictuser-existing',
1927 'restrictuser-legend-page',
1928 'restrictuser-legend-namespace',
1929 'restrictuser-title',
1930 'restrictuser-namespace',
1931 'restrictuser-expiry',
1932 'restrictuser-reason',
1933 'restrictuser-submit',
1934 'restrictuser-badtitle',
1935 'restrictuser-badnamespace',
1936 'restrictuser-badexpiry',
1937 'restrictuser-duptitle',
1938 'restrictuser-dupnamespace',
1939 'restrictuser-success',
1940 'restrictuser-description',
1941 ),
1942 'restrictlog' => array(
1943 'restrictionlog',
1944 'restrictionlogtext',
1945 'restrictentry',
1946 'restrictremoveentry',
1947 'restrictlognamespace',
1948 'restrictlogpage',
1949 ),
1950 'developertools' => array(
1951 'lockdb',
1952 'unlockdb',
1953 'lockdbtext',
1954 'unlockdbtext',
1955 'lockconfirm',
1956 'unlockconfirm',
1957 'lockbtn',
1958 'unlockbtn',
1959 'locknoconfirm',
1960 'lockdbsuccesssub',
1961 'unlockdbsuccesssub',
1962 'lockdbsuccesstext',
1963 'unlockdbsuccesstext',
1964 'lockfilenotwritable',
1965 'databasenotlocked',
1966 ),
1967 'movepage' => array(
1968 'move-page',
1969 'move-page-backlink',
1970 'move-page-legend',
1971 'movepagetext',
1972 'movepagetalktext',
1973 'movearticle',
1974 'movenologin',
1975 'movenologintext',
1976 'movenotallowed',
1977 'movenotallowedfile',
1978 'cant-move-user-page',
1979 'cant-move-to-user-page',
1980 'newtitle',
1981 'move-watch',
1982 'movepagebtn',
1983 'pagemovedsub',
1984 'movepage-moved',
1985 'articleexists',
1986 'cantmove-titleprotected',
1987 'talkexists',
1988 'movedto',
1989 'movetalk',
1990 'move-subpages',
1991 'move-talk-subpages',
1992 'movepage-page-exists',
1993 'movepage-page-moved',
1994 'movepage-page-unmoved',
1995 'movepage-max-pages',
1996 '1movedto2',
1997 '1movedto2_redir',
1998 'move-redirect-suppressed',
1999 'movelogpage',
2000 'movelogpagetext',
2001 'movereason',
2002 'revertmove',
2003 'delete_and_move',
2004 'delete_and_move_text',
2005 'delete_and_move_confirm',
2006 'delete_and_move_reason',
2007 'selfmove',
2008 'immobile-source-namespace',
2009 'immobile-target-namespace',
2010 'immobile-target-namespace-iw',
2011 'immobile-source-page',
2012 'immobile-target-page',
2013 'immobile_namespace',
2014 'imagenocrossnamespace',
2015 'imagetypemismatch',
2016 'imageinvalidfilename',
2017 'fix-double-redirects',
2018 'move-leave-redirect',
2019 ),
2020 'export' => array(
2021 'export',
2022 'exporttext',
2023 'exportcuronly',
2024 'exportnohistory',
2025 'export-submit',
2026 'export-addcattext',
2027 'export-addcat',
2028 'export-download',
2029 'export-templates',
2030 ),
2031 'allmessages' => array(
2032 'allmessages',
2033 'allmessagesname',
2034 'allmessagesdefault',
2035 'allmessagescurrent',
2036 'allmessagestext',
2037 'allmessagesnotsupportedDB',
2038 'allmessagesfilter',
2039 'allmessagesmodified',
2040 ),
2041 'thumbnails' => array(
2042 'thumbnail-more',
2043 'filemissing',
2044 'thumbnail_error',
2045 'djvu_page_error',
2046 'djvu_no_xml',
2047 'thumbnail_invalid_params',
2048 'thumbnail_dest_directory',
2049 ),
2050 'import' => array(
2051 'import',
2052 'importinterwiki',
2053 'import-interwiki-text',
2054 'import-interwiki-source',
2055 'import-interwiki-history',
2056 'import-interwiki-submit',
2057 'import-interwiki-namespace',
2058 'import-upload-filename',
2059 'import-comment',
2060 'importtext',
2061 'importstart',
2062 'import-revision-count',
2063 'importnopages',
2064 'importfailed',
2065 'importunknownsource',
2066 'importcantopen',
2067 'importbadinterwiki',
2068 'importnotext',
2069 'importsuccess',
2070 'importhistoryconflict',
2071 'importnosources',
2072 'importnofile',
2073 'importuploaderrorsize',
2074 'importuploaderrorpartial',
2075 'importuploaderrortemp',
2076 'import-parse-failure',
2077 'import-noarticle',
2078 'import-nonewrevisions',
2079 'xml-error-string',
2080 'import-upload',
2081 'import-token-mismatch',
2082 'import-invalid-interwiki',
2083 ),
2084 'importlog' => array(
2085 'importlogpage',
2086 'importlogpagetext',
2087 'import-logentry-upload',
2088 'import-logentry-upload-detail',
2089 'import-logentry-interwiki',
2090 'import-logentry-interwiki-detail',
2091 ),
2092 'accesskeys' => array(
2093 'accesskey-pt-userpage',
2094 'accesskey-pt-anonuserpage',
2095 'accesskey-pt-mytalk',
2096 'accesskey-pt-anontalk',
2097 'accesskey-pt-preferences',
2098 'accesskey-pt-watchlist',
2099 'accesskey-pt-mycontris',
2100 'accesskey-pt-login',
2101 'accesskey-pt-anonlogin',
2102 'accesskey-pt-logout',
2103 'accesskey-ca-talk',
2104 'accesskey-ca-edit',
2105 'accesskey-ca-addsection',
2106 'accesskey-ca-viewsource',
2107 'accesskey-ca-history',
2108 'accesskey-ca-protect',
2109 'accesskey-ca-delete',
2110 'accesskey-ca-undelete',
2111 'accesskey-ca-move',
2112 'accesskey-ca-watch',
2113 'accesskey-ca-unwatch',
2114 'accesskey-search',
2115 'accesskey-search-go',
2116 'accesskey-search-fulltext',
2117 'accesskey-p-logo',
2118 'accesskey-n-mainpage',
2119 'accesskey-n-portal',
2120 'accesskey-n-currentevents',
2121 'accesskey-n-recentchanges',
2122 'accesskey-n-randompage',
2123 'accesskey-n-help',
2124 'accesskey-t-whatlinkshere',
2125 'accesskey-t-recentchangeslinked',
2126 'accesskey-t-random',
2127 'accesskey-feed-rss',
2128 'accesskey-feed-atom',
2129 'accesskey-t-contributions',
2130 'accesskey-t-emailuser',
2131 'accesskey-t-permalink',
2132 'accesskey-t-print',
2133 'accesskey-t-upload',
2134 'accesskey-t-specialpages',
2135 'accesskey-ca-nstab-main',
2136 'accesskey-ca-nstab-user',
2137 'accesskey-ca-nstab-media',
2138 'accesskey-ca-nstab-special',
2139 'accesskey-ca-nstab-project',
2140 'accesskey-ca-nstab-image',
2141 'accesskey-ca-nstab-mediawiki',
2142 'accesskey-ca-nstab-template',
2143 'accesskey-ca-nstab-help',
2144 'accesskey-ca-nstab-category',
2145 'accesskey-minoredit',
2146 'accesskey-save',
2147 'accesskey-preview',
2148 'accesskey-diff',
2149 'accesskey-compareselectedversions',
2150 'accesskey-visualcomparison',
2151 'accesskey-watch',
2152 'accesskey-upload',
2153 ),
2154 'tooltips' => array(
2155 'tooltip-pt-userpage',
2156 'tooltip-pt-anonuserpage',
2157 'tooltip-pt-mytalk',
2158 'tooltip-pt-anontalk',
2159 'tooltip-pt-preferences',
2160 'tooltip-pt-watchlist',
2161 'tooltip-pt-mycontris',
2162 'tooltip-pt-login',
2163 'tooltip-pt-anonlogin',
2164 'tooltip-pt-logout',
2165 'tooltip-ca-talk',
2166 'tooltip-ca-edit',
2167 'tooltip-ca-addsection',
2168 'tooltip-ca-viewsource',
2169 'tooltip-ca-history',
2170 'tooltip-ca-protect',
2171 'tooltip-ca-delete',
2172 'tooltip-ca-undelete',
2173 'tooltip-ca-move',
2174 'tooltip-ca-watch',
2175 'tooltip-ca-unwatch',
2176 'tooltip-search',
2177 'tooltip-search-go',
2178 'tooltip-search-fulltext',
2179 'tooltip-p-logo',
2180 'tooltip-n-mainpage',
2181 'tooltip-n-portal',
2182 'tooltip-n-currentevents',
2183 'tooltip-n-recentchanges',
2184 'tooltip-n-randompage',
2185 'tooltip-n-help',
2186 'tooltip-t-whatlinkshere',
2187 'tooltip-t-recentchangeslinked',
2188 'tooltip-t-random',
2189 'tooltip-feed-rss',
2190 'tooltip-feed-atom',
2191 'tooltip-t-contributions',
2192 'tooltip-t-emailuser',
2193 'tooltip-t-upload',
2194 'tooltip-t-specialpages',
2195 'tooltip-t-print',
2196 'tooltip-t-permalink',
2197 'tooltip-ca-nstab-main',
2198 'tooltip-ca-nstab-user',
2199 'tooltip-ca-nstab-media',
2200 'tooltip-ca-nstab-special',
2201 'tooltip-ca-nstab-project',
2202 'tooltip-ca-nstab-image',
2203 'tooltip-ca-nstab-mediawiki',
2204 'tooltip-ca-nstab-template',
2205 'tooltip-ca-nstab-help',
2206 'tooltip-ca-nstab-category',
2207 'tooltip-minoredit',
2208 'tooltip-save',
2209 'tooltip-preview',
2210 'tooltip-diff',
2211 'tooltip-compareselectedversions',
2212 'tooltip-watch',
2213 'tooltip-recreate',
2214 'tooltip-upload',
2215 'tooltip-rollback',
2216 'tooltip-undo',
2217 ),
2218 'stylesheets' => array(
2219 'common.css',
2220 'standard.css',
2221 'nostalgia.css',
2222 'cologneblue.css',
2223 'monobook.css',
2224 'myskin.css',
2225 'chick.css',
2226 'simple.css',
2227 'modern.css',
2228 'print.css',
2229 'handheld.css',
2230 ),
2231 'scripts' => array(
2232 'common.js',
2233 'standard.js',
2234 'nostalgia.js',
2235 'cologneblue.js',
2236 'monobook.js',
2237 'myskin.js',
2238 'chick.js',
2239 'simple.js',
2240 'modern.js',
2241 ),
2242 'metadata_cc' => array(
2243 'nodublincore',
2244 'nocreativecommons',
2245 'notacceptable',
2246 ),
2247 'attribution' => array(
2248 'anonymous',
2249 'siteuser',
2250 'lastmodifiedatby',
2251 'othercontribs',
2252 'others',
2253 'siteusers',
2254 'creditspage',
2255 'nocredits',
2256 ),
2257 'spamprotection' => array(
2258 'spamprotectiontitle',
2259 'spamprotectiontext',
2260 'spamprotectionmatch',
2261 'spambot_username',
2262 'spam_reverting',
2263 'spam_blanking',
2264 ),
2265 'info' => array(
2266 'infosubtitle',
2267 'numedits',
2268 'numtalkedits',
2269 'numwatchers',
2270 'numauthors',
2271 'numtalkauthors',
2272 ),
2273 'skin' => array(
2274 'skinname-standard',
2275 'skinname-nostalgia',
2276 'skinname-cologneblue',
2277 'skinname-monobook',
2278 'skinname-myskin',
2279 'skinname-chick',
2280 'skinname-simple',
2281 'skinname-modern',
2282 ),
2283 'math' => array(
2284 'mw_math_png',
2285 'mw_math_simple',
2286 'mw_math_html',
2287 'mw_math_source',
2288 'mw_math_modern',
2289 'mw_math_mathml',
2290 ),
2291 'patrolling' => array(
2292 'markaspatrolleddiff',
2293 'markaspatrolledlink',
2294 'markaspatrolledtext',
2295 'markedaspatrolled',
2296 'markedaspatrolledtext',
2297 'rcpatroldisabled',
2298 'rcpatroldisabledtext',
2299 'markedaspatrollederror',
2300 'markedaspatrollederrortext',
2301 'markedaspatrollederror-noautopatrol',
2302 ),
2303 'patrol-log' => array(
2304 'patrol-log-page',
2305 'patrol-log-header',
2306 'patrol-log-line',
2307 'patrol-log-auto',
2308 'patrol-log-diff',
2309 'log-show-hide-patrol',
2310 ),
2311 'imagedeletion' => array(
2312 'deletedrevision',
2313 'filedeleteerror-short',
2314 'filedeleteerror-long',
2315 'filedelete-missing',
2316 'filedelete-old-unregistered',
2317 'filedelete-current-unregistered',
2318 'filedelete-archive-read-only',
2319 ),
2320 'browsediffs' => array(
2321 'previousdiff',
2322 'nextdiff',
2323 ),
2324 'visual-comparison' => array(
2325 'visual-comparison',
2326 ),
2327 'media-info' => array(
2328 'mediawarning',
2329 'imagemaxsize',
2330 'thumbsize',
2331 'widthheight',
2332 'widthheightpage',
2333 'file-info',
2334 'file-info-size',
2335 'file-nohires',
2336 'svg-long-desc',
2337 'show-big-image',
2338 'show-big-image-thumb',
2339 ),
2340 'newfiles' => array(
2341 'newimages',
2342 'imagelisttext',
2343 'newimages-summary',
2344 'newimages-legend',
2345 'newimages-label',
2346 'showhidebots',
2347 'noimages',
2348 'ilsubmit',
2349 'bydate',
2350 'sp-newimages-showfrom',
2351 ),
2352 'video-info' => array(
2353 'video-dims',
2354 'seconds-abbrev',
2355 'minutes-abbrev',
2356 'hours-abbrev',
2357 ),
2358 'badimagelist' => array(
2359 'bad_image_list',
2360 ),
2361 'variantname-zh' => array(
2362 'variantname-zh-hans',
2363 'variantname-zh-hant',
2364 'variantname-zh-cn',
2365 'variantname-zh-tw',
2366 'variantname-zh-hk',
2367 'variantname-zh-mo',
2368 'variantname-zh-sg',
2369 'variantname-zh-my',
2370 'variantname-zh',
2371 ),
2372 'variantname-sr' => array(
2373 'variantname-sr-ec',
2374 'variantname-sr-el',
2375 'variantname-sr',
2376 ),
2377 'variantname-kk' => array(
2378 'variantname-kk-kz',
2379 'variantname-kk-tr',
2380 'variantname-kk-cn',
2381 'variantname-kk-cyrl',
2382 'variantname-kk-latn',
2383 'variantname-kk-arab',
2384 'variantname-kk',
2385 ),
2386 'variantname-ku' => array(
2387 'variantname-ku-arab',
2388 'variantname-ku-latn',
2389 'variantname-ku',
2390 ),
2391 'variantname-tg' => array(
2392 'variantname-tg-cyrl',
2393 'variantname-tg-latn',
2394 'variantname-tg',
2395 ),
2396 'metadata' => array(
2397 'metadata',
2398 'metadata-help',
2399 'metadata-expand',
2400 'metadata-collapse',
2401 'metadata-fields',
2402 ),
2403 'exif' => array(
2404 'exif-imagewidth',
2405 'exif-imagelength',
2406 'exif-bitspersample',
2407 'exif-compression',
2408 'exif-photometricinterpretation',
2409 'exif-orientation',
2410 'exif-samplesperpixel',
2411 'exif-planarconfiguration',
2412 'exif-ycbcrsubsampling',
2413 'exif-ycbcrpositioning',
2414 'exif-xresolution',
2415 'exif-yresolution',
2416 'exif-resolutionunit',
2417 'exif-stripoffsets',
2418 'exif-rowsperstrip',
2419 'exif-stripbytecounts',
2420 'exif-jpeginterchangeformat',
2421 'exif-jpeginterchangeformatlength',
2422 'exif-transferfunction',
2423 'exif-whitepoint',
2424 'exif-primarychromaticities',
2425 'exif-ycbcrcoefficients',
2426 'exif-referenceblackwhite',
2427 'exif-datetime',
2428 'exif-imagedescription',
2429 'exif-make',
2430 'exif-model',
2431 'exif-software',
2432 'exif-artist',
2433 'exif-copyright',
2434 'exif-exifversion',
2435 'exif-flashpixversion',
2436 'exif-colorspace',
2437 'exif-componentsconfiguration',
2438 'exif-compressedbitsperpixel',
2439 'exif-pixelydimension',
2440 'exif-pixelxdimension',
2441 'exif-makernote',
2442 'exif-usercomment',
2443 'exif-relatedsoundfile',
2444 'exif-datetimeoriginal',
2445 'exif-datetimedigitized',
2446 'exif-subsectime',
2447 'exif-subsectimeoriginal',
2448 'exif-subsectimedigitized',
2449 'exif-exposuretime',
2450 'exif-exposuretime-format',
2451 'exif-fnumber',
2452 'exif-fnumber-format',
2453 'exif-exposureprogram',
2454 'exif-spectralsensitivity',
2455 'exif-isospeedratings',
2456 'exif-oecf',
2457 'exif-shutterspeedvalue',
2458 'exif-aperturevalue',
2459 'exif-brightnessvalue',
2460 'exif-exposurebiasvalue',
2461 'exif-maxaperturevalue',
2462 'exif-subjectdistance',
2463 'exif-meteringmode',
2464 'exif-lightsource',
2465 'exif-flash',
2466 'exif-focallength',
2467 'exif-focallength-format',
2468 'exif-subjectarea',
2469 'exif-flashenergy',
2470 'exif-spatialfrequencyresponse',
2471 'exif-focalplanexresolution',
2472 'exif-focalplaneyresolution',
2473 'exif-focalplaneresolutionunit',
2474 'exif-subjectlocation',
2475 'exif-exposureindex',
2476 'exif-sensingmethod',
2477 'exif-filesource',
2478 'exif-scenetype',
2479 'exif-cfapattern',
2480 'exif-customrendered',
2481 'exif-exposuremode',
2482 'exif-whitebalance',
2483 'exif-digitalzoomratio',
2484 'exif-focallengthin35mmfilm',
2485 'exif-scenecapturetype',
2486 'exif-gaincontrol',
2487 'exif-contrast',
2488 'exif-saturation',
2489 'exif-sharpness',
2490 'exif-devicesettingdescription',
2491 'exif-subjectdistancerange',
2492 'exif-imageuniqueid',
2493 'exif-gpsversionid',
2494 'exif-gpslatituderef',
2495 'exif-gpslatitude',
2496 'exif-gpslongituderef',
2497 'exif-gpslongitude',
2498 'exif-gpsaltituderef',
2499 'exif-gpsaltitude',
2500 'exif-gpstimestamp',
2501 'exif-gpssatellites',
2502 'exif-gpsstatus',
2503 'exif-gpsmeasuremode',
2504 'exif-gpsdop',
2505 'exif-gpsspeedref',
2506 'exif-gpsspeed',
2507 'exif-gpstrackref',
2508 'exif-gpstrack',
2509 'exif-gpsimgdirectionref',
2510 'exif-gpsimgdirection',
2511 'exif-gpsmapdatum',
2512 'exif-gpsdestlatituderef',
2513 'exif-gpsdestlatitude',
2514 'exif-gpsdestlongituderef',
2515 'exif-gpsdestlongitude',
2516 'exif-gpsdestbearingref',
2517 'exif-gpsdestbearing',
2518 'exif-gpsdestdistanceref',
2519 'exif-gpsdestdistance',
2520 'exif-gpsprocessingmethod',
2521 'exif-gpsareainformation',
2522 'exif-gpsdatestamp',
2523 'exif-gpsdifferential',
2524 ),
2525 'exif-values' => array(
2526 'exif-make-value',
2527 'exif-model-value',
2528 'exif-software-value',
2529 ),
2530 'exif-compression' => array(
2531 'exif-compression-1',
2532 'exif-compression-6',
2533 ),
2534 'exif-photometricinterpretation' => array(
2535 'exif-photometricinterpretation-2',
2536 'exif-photometricinterpretation-6',
2537 ),
2538 'exif-unknowndate' => array(
2539 'exif-unknowndate',
2540 ),
2541 'exif-orientation' => array(
2542 'exif-orientation-1',
2543 'exif-orientation-2',
2544 'exif-orientation-3',
2545 'exif-orientation-4',
2546 'exif-orientation-5',
2547 'exif-orientation-6',
2548 'exif-orientation-7',
2549 'exif-orientation-8',
2550 ),
2551 'exif-planarconfiguration' => array(
2552 'exif-planarconfiguration-1',
2553 'exif-planarconfiguration-2',
2554 ),
2555 'exif-xyresolution' => array(
2556 'exif-xyresolution-i',
2557 'exif-xyresolution-c',
2558 ),
2559 'exif-colorspace' => array(
2560 'exif-colorspace-1',
2561 'exif-colorspace-ffff.h',
2562 ),
2563 'exif-componentsconfiguration' => array(
2564 'exif-componentsconfiguration-0',
2565 'exif-componentsconfiguration-1',
2566 'exif-componentsconfiguration-2',
2567 'exif-componentsconfiguration-3',
2568 'exif-componentsconfiguration-4',
2569 'exif-componentsconfiguration-5',
2570 'exif-componentsconfiguration-6',
2571 ),
2572 'exif-exposureprogram' => array(
2573 'exif-exposureprogram-0',
2574 'exif-exposureprogram-1',
2575 'exif-exposureprogram-2',
2576 'exif-exposureprogram-3',
2577 'exif-exposureprogram-4',
2578 'exif-exposureprogram-5',
2579 'exif-exposureprogram-6',
2580 'exif-exposureprogram-7',
2581 'exif-exposureprogram-8',
2582 ),
2583 'exif-subjectdistance-value' => array(
2584 'exif-subjectdistance-value',
2585 ),
2586 'exif-meteringmode' => array(
2587 'exif-meteringmode-0',
2588 'exif-meteringmode-1',
2589 'exif-meteringmode-2',
2590 'exif-meteringmode-3',
2591 'exif-meteringmode-4',
2592 'exif-meteringmode-5',
2593 'exif-meteringmode-6',
2594 'exif-meteringmode-255',
2595 ),
2596 'exif-lightsource' => array(
2597 'exif-lightsource-0',
2598 'exif-lightsource-1',
2599 'exif-lightsource-2',
2600 'exif-lightsource-3',
2601 'exif-lightsource-4',
2602 'exif-lightsource-9',
2603 'exif-lightsource-10',
2604 'exif-lightsource-11',
2605 'exif-lightsource-12',
2606 'exif-lightsource-13',
2607 'exif-lightsource-14',
2608 'exif-lightsource-15',
2609 'exif-lightsource-17',
2610 'exif-lightsource-18',
2611 'exif-lightsource-19',
2612 'exif-lightsource-20',
2613 'exif-lightsource-21',
2614 'exif-lightsource-22',
2615 'exif-lightsource-23',
2616 'exif-lightsource-24',
2617 'exif-lightsource-255',
2618 ),
2619 'exif-flash' => array(
2620 'exif-flash-fired-0' ,
2621 'exif-flash-fired-1' ,
2622 'exif-flash-return-0' ,
2623 'exif-flash-return-2' ,
2624 'exif-flash-return-3' ,
2625 'exif-flash-mode-1' ,
2626 'exif-flash-mode-2' ,
2627 'exif-flash-mode-3' ,
2628 'exif-flash-function-1' ,
2629 'exif-flash-redeye-1' ,
2630 ),
2631 'exif-focalplaneresolutionunit' => array(
2632 'exif-focalplaneresolutionunit-2',
2633 ),
2634 'exif-sensingmethod' => array(
2635 'exif-sensingmethod-1',
2636 'exif-sensingmethod-2',
2637 'exif-sensingmethod-3',
2638 'exif-sensingmethod-4',
2639 'exif-sensingmethod-5',
2640 'exif-sensingmethod-7',
2641 'exif-sensingmethod-8',
2642 ),
2643 'exif-filesource' => array(
2644 'exif-filesource-3',
2645 ),
2646 'exif-scenetype' => array(
2647 'exif-scenetype-1',
2648 ),
2649 'exif-customrendered' => array(
2650 'exif-customrendered-0',
2651 'exif-customrendered-1',
2652 ),
2653 'exif-exposuremode' => array(
2654 'exif-exposuremode-0',
2655 'exif-exposuremode-1',
2656 'exif-exposuremode-2',
2657 ),
2658 'exif-whitebalance' => array(
2659 'exif-whitebalance-0',
2660 'exif-whitebalance-1',
2661 ),
2662 'exif-scenecapturetype' => array(
2663 'exif-scenecapturetype-0',
2664 'exif-scenecapturetype-1',
2665 'exif-scenecapturetype-2',
2666 'exif-scenecapturetype-3',
2667 ),
2668 'exif-gaincontrol' => array(
2669 'exif-gaincontrol-0',
2670 'exif-gaincontrol-1',
2671 'exif-gaincontrol-2',
2672 'exif-gaincontrol-3',
2673 'exif-gaincontrol-4',
2674 ),
2675 'exif-contrast' => array(
2676 'exif-contrast-0',
2677 'exif-contrast-1',
2678 'exif-contrast-2',
2679 ),
2680 'exif-saturation' => array(
2681 'exif-saturation-0',
2682 'exif-saturation-1',
2683 'exif-saturation-2',
2684 ),
2685 'exif-sharpness' => array(
2686 'exif-sharpness-0',
2687 'exif-sharpness-1',
2688 'exif-sharpness-2',
2689 ),
2690 'exif-subjectdistancerange' => array(
2691 'exif-subjectdistancerange-0',
2692 'exif-subjectdistancerange-1',
2693 'exif-subjectdistancerange-2',
2694 'exif-subjectdistancerange-3',
2695 ),
2696 'exif-gpslatitude' => array(
2697 'exif-gpslatitude-n',
2698 'exif-gpslatitude-s',
2699 ),
2700 'exif-gpslongitude' => array(
2701 'exif-gpslongitude-e',
2702 'exif-gpslongitude-w',
2703 ),
2704 'exif-gpsstatus' => array(
2705 'exif-gpsstatus-a',
2706 'exif-gpsstatus-v',
2707 ),
2708 'exif-gpsmeasuremode' => array(
2709 'exif-gpsmeasuremode-2',
2710 'exif-gpsmeasuremode-3',
2711 ),
2712 'exif-gpsspeed' => array(
2713 'exif-gpsspeed-k',
2714 'exif-gpsspeed-m',
2715 'exif-gpsspeed-n',
2716 ),
2717 'exif-gpsdirection' => array(
2718 'exif-gpsdirection-t',
2719 'exif-gpsdirection-m',
2720 ),
2721 'edit-externally' => array(
2722 'edit-externally',
2723 'edit-externally-help',
2724 ),
2725 'all' => array(
2726 'recentchangesall',
2727 'imagelistall',
2728 'watchlistall2',
2729 'namespacesall',
2730 'monthsall',
2731 ),
2732 'confirmemail' => array(
2733 'confirmemail',
2734 'confirmemail_noemail',
2735 'confirmemail_text',
2736 'confirmemail_pending',
2737 'confirmemail_send',
2738 'confirmemail_sent',
2739 'confirmemail_oncreate',
2740 'confirmemail_sendfailed',
2741 'confirmemail_invalid',
2742 'confirmemail_needlogin',
2743 'confirmemail_success',
2744 'confirmemail_loggedin',
2745 'confirmemail_error',
2746 'confirmemail_subject',
2747 'confirmemail_body',
2748 'confirmemail_invalidated',
2749 'invalidateemail',
2750 ),
2751 'scarytransclusion' => array(
2752 'scarytranscludedisabled',
2753 'scarytranscludefailed',
2754 'scarytranscludetoolong',
2755 ),
2756 'trackbacks' => array(
2757 'trackbackbox',
2758 'trackback',
2759 'trackbackexcerpt',
2760 'trackbackremove',
2761 'trackbacklink',
2762 'trackbackdeleteok',
2763 ),
2764 'deleteconflict' => array(
2765 'deletedwhileediting',
2766 'confirmrecreate',
2767 'recreate',
2768 ),
2769 'unit-pixel' => array(
2770 'unit-pixel',
2771 ),
2772 'purge' => array(
2773 'confirm_purge_button',
2774 'confirm-purge-top',
2775 'confirm-purge-bottom',
2776 ),
2777 'separators' => array(
2778 'catseparator',
2779 'semicolon-separator',
2780 'comma-separator',
2781 'colon-separator',
2782 'autocomment-prefix',
2783 'pipe-separator',
2784 'word-separator',
2785 'ellipsis-separator',
2786 ),
2787 'imgmulti' => array(
2788 'imgmultipageprev',
2789 'imgmultipagenext',
2790 'imgmultigo',
2791 'imgmultigoto',
2792 ),
2793 'tablepager' => array(
2794 'ascending_abbrev',
2795 'descending_abbrev',
2796 'table_pager_next',
2797 'table_pager_prev',
2798 'table_pager_first',
2799 'table_pager_last',
2800 'table_pager_limit',
2801 'table_pager_limit_submit',
2802 'table_pager_empty',
2803 ),
2804 'autosumm' => array(
2805 'autosumm-blank',
2806 'autosumm-replace',
2807 'autoredircomment',
2808 'autosumm-new',
2809 ),
2810 'autoblock_whitelist' => array(
2811 'autoblock_whitelist',
2812 ),
2813 'sizeunits' => array(
2814 'size-bytes',
2815 'size-kilobytes',
2816 'size-megabytes',
2817 'size-gigabytes',
2818 ),
2819 'livepreview' => array(
2820 'livepreview-loading',
2821 'livepreview-ready',
2822 'livepreview-failed',
2823 'livepreview-error',
2824 ),
2825 'lagwarning' => array(
2826 'lag-warn-normal',
2827 'lag-warn-high',
2828 ),
2829 'watchlisteditor' => array(
2830 'watchlistedit-numitems',
2831 'watchlistedit-noitems',
2832 'watchlistedit-normal-title',
2833 'watchlistedit-normal-legend',
2834 'watchlistedit-normal-explain',
2835 'watchlistedit-normal-submit',
2836 'watchlistedit-normal-done',
2837 'watchlistedit-raw-title',
2838 'watchlistedit-raw-legend',
2839 'watchlistedit-raw-explain',
2840 'watchlistedit-raw-titles',
2841 'watchlistedit-raw-submit',
2842 'watchlistedit-raw-done',
2843 'watchlistedit-raw-added',
2844 'watchlistedit-raw-removed',
2845 ),
2846 'watchlisttools' => array(
2847 'watchlisttools-view',
2848 'watchlisttools-edit',
2849 'watchlisttools-raw',
2850 ),
2851 'iranian-dates' => array(
2852 'iranian-calendar-m1',
2853 'iranian-calendar-m2',
2854 'iranian-calendar-m3',
2855 'iranian-calendar-m4',
2856 'iranian-calendar-m5',
2857 'iranian-calendar-m6',
2858 'iranian-calendar-m7',
2859 'iranian-calendar-m8',
2860 'iranian-calendar-m9',
2861 'iranian-calendar-m10',
2862 'iranian-calendar-m11',
2863 'iranian-calendar-m12',
2864 ),
2865 'hijri-dates' => array(
2866 'hijri-calendar-m1',
2867 'hijri-calendar-m2',
2868 'hijri-calendar-m3',
2869 'hijri-calendar-m4',
2870 'hijri-calendar-m5',
2871 'hijri-calendar-m6',
2872 'hijri-calendar-m7',
2873 'hijri-calendar-m8',
2874 'hijri-calendar-m9',
2875 'hijri-calendar-m10',
2876 'hijri-calendar-m11',
2877 'hijri-calendar-m12',
2878 ),
2879 'hebrew-dates' => array(
2880 'hebrew-calendar-m1',
2881 'hebrew-calendar-m2',
2882 'hebrew-calendar-m3',
2883 'hebrew-calendar-m4',
2884 'hebrew-calendar-m5',
2885 'hebrew-calendar-m6',
2886 'hebrew-calendar-m6a',
2887 'hebrew-calendar-m6b',
2888 'hebrew-calendar-m7',
2889 'hebrew-calendar-m8',
2890 'hebrew-calendar-m9',
2891 'hebrew-calendar-m10',
2892 'hebrew-calendar-m11',
2893 'hebrew-calendar-m12',
2894 'hebrew-calendar-m1-gen',
2895 'hebrew-calendar-m2-gen',
2896 'hebrew-calendar-m3-gen',
2897 'hebrew-calendar-m4-gen',
2898 'hebrew-calendar-m5-gen',
2899 'hebrew-calendar-m6-gen',
2900 'hebrew-calendar-m6a-gen',
2901 'hebrew-calendar-m6b-gen',
2902 'hebrew-calendar-m7-gen',
2903 'hebrew-calendar-m8-gen',
2904 'hebrew-calendar-m9-gen',
2905 'hebrew-calendar-m10-gen',
2906 'hebrew-calendar-m11-gen',
2907 'hebrew-calendar-m12-gen',
2908 ),
2909 'signatures' => array(
2910 'signature',
2911 'signature-anon',
2912 'timezone-utc',
2913 ),
2914 'CoreParserFunctions' => array(
2915 'unknown_extension_tag',
2916 'duplicate-defaultsort',
2917 ),
2918 'version' => array(
2919 'version',
2920 'version-extensions',
2921 'version-specialpages',
2922 'version-parserhooks',
2923 'version-variables',
2924 'version-other',
2925 'version-mediahandlers',
2926 'version-hooks',
2927 'version-extension-functions',
2928 'version-parser-extensiontags',
2929 'version-parser-function-hooks',
2930 'version-skin-extension-functions',
2931 'version-hook-name',
2932 'version-hook-subscribedby',
2933 'version-version',
2934 'version-license',
2935 'version-software',
2936 'version-software-product',
2937 'version-software-version',
2938 ),
2939 'filepath' => array(
2940 'filepath',
2941 'filepath-page',
2942 'filepath-submit',
2943 'filepath-summary',
2944 ),
2945 'fileduplicatesearch' => array(
2946 'fileduplicatesearch',
2947 'fileduplicatesearch-summary',
2948 'fileduplicatesearch-legend',
2949 'fileduplicatesearch-filename',
2950 'fileduplicatesearch-submit',
2951 'fileduplicatesearch-info',
2952 'fileduplicatesearch-result-1',
2953 'fileduplicatesearch-result-n',
2954 ),
2955 'special-specialpages' => array(
2956 'specialpages',
2957 'specialpages-summary',
2958 'specialpages-note',
2959 'specialpages-group-maintenance',
2960 'specialpages-group-other',
2961 'specialpages-group-login',
2962 'specialpages-group-changes',
2963 'specialpages-group-media',
2964 'specialpages-group-users',
2965 'specialpages-group-highuse',
2966 'specialpages-group-pages',
2967 'specialpages-group-pagetools',
2968 'specialpages-group-wiki',
2969 'specialpages-group-redirects',
2970 'specialpages-group-spam',
2971 ),
2972 'special-blank' => array(
2973 'blankpage',
2974 'intentionallyblankpage',
2975 ),
2976 'external_images' => array(
2977 'external_image_whitelist',
2978 ),
2979 );
2980
2981 /** Comments for each block */
2982 $wgBlockComments = array(
2983 'sidebar' => "The sidebar for MonoBook is generated from this message, lines that do not
2984 begin with * or ** are discarded, furthermore lines that do begin with ** and
2985 do not contain | are also discarded, but do not depend on this behaviour for
2986 future releases. Also note that since each list value is wrapped in a unique
2987 XHTML id it should only appear once and include characters that are legal
2988 XHTML id names.",
2989 'toggles' => 'User preference toggles',
2990 'underline' => '',
2991 'dates' => 'Dates',
2992 'categorypages' => 'Categories related messages',
2993 'mainpage' => '',
2994 'miscellaneous1' => '',
2995 'metadata_help' => 'Metadata in edit box',
2996 'miscellaneous2' => '',
2997 '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).',
2998 'badaccess' => '',
2999 'versionrequired' => '',
3000 'miscellaneous3' => '',
3001 'nstab' => "Short words for each namespace, by default used in the namespace tab in monobook",
3002 'main' => 'Main script and global functions',
3003 'errors' => 'General errors',
3004 'virus' => 'Virus scanner',
3005 'login' => 'Login and logout pages',
3006 'resetpass' => 'Password reset dialog',
3007 'toolbar' => 'Edit page toolbar',
3008 'edit' => 'Edit pages',
3009 'parserwarnings' => 'Parser/template warnings',
3010 'undo' => '"Undo" feature',
3011 'cantcreateaccount' => 'Account creation failure',
3012 'history' => 'History pages',
3013 'history-feed' => 'Revision feed',
3014 'revdelete' => 'Revision deletion',
3015 'suppression' => 'Suppression log',
3016 'mergehistory' => 'History merging',
3017 'mergelog' => 'Merge log',
3018 'diffs' => 'Diffs',
3019 'search' => 'Search results',
3020 'opensearch' => 'OpenSearch description',
3021 'preferences' => 'Preferences page',
3022 'userrights' => 'User rights',
3023 'group' => 'Groups',
3024 'group-member' => '',
3025 'grouppage' => '',
3026 'right' => 'Rights',
3027 'action' => 'Associated actions - in the sentence "You do not have permission to X"',
3028 'rightslog' => 'User rights log',
3029 'recentchanges' => 'Recent changes',
3030 'recentchangeslinked' => 'Recent changes linked',
3031 'upload' => 'Upload',
3032 'upload-errors' => '',
3033 'upload-curl-errors' => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>',
3034 'licenses' => '',
3035 'filelist' => 'Special:FileList',
3036 'filedescription' => 'File description page',
3037 'filerevert' => 'File reversion',
3038 'filedelete' => 'File deletion',
3039 'mimesearch' => 'MIME search',
3040 'unwatchedpages' => 'Unwatched pages',
3041 'listredirects' => 'List redirects',
3042 'unusedtemplates' => 'Unused templates',
3043 'randompage' => 'Random page',
3044 'randomredirect' => 'Random redirect',
3045 'statistics' => 'Statistics',
3046 'disambiguations' => '',
3047 'doubleredirects' => '',
3048 'brokenredirects' => '',
3049 'withoutinterwiki' => '',
3050 'fewestrevisions' => '',
3051 'specialpages' => 'Miscellaneous special pages',
3052 'booksources' => 'Book sources',
3053 'magicwords' => 'Magic words',
3054 'logpages' => 'Special:Log',
3055 'allpages' => 'Special:AllPages',
3056 'categories' => 'Special:Categories',
3057 'deletedcontribs' => 'Special:DeletedContributions',
3058 'interwiki' => 'Special:Interwiki',
3059 'linksearch' => 'Special:LinkSearch',
3060 'listusers' => 'Special:ListUsers',
3061 'newuserlog' => 'Special:Log/newusers',
3062 'listgrouprights' => 'Special:ListGroupRights',
3063 'emailuser' => 'E-mail user',
3064 'watchlist' => 'Watchlist',
3065 'watching' => 'Displayed when you click the "watch" button and it is in the process of watching',
3066 'enotif' => '',
3067 'delete' => 'Delete',
3068 'rollback' => 'Rollback',
3069 'protect' => 'Protect',
3070 'restrictions' => 'Restrictions (nouns)',
3071 'restriction-levels' => 'Restriction levels',
3072 'undelete' => 'Undelete',
3073 'nsform' => 'Namespace form on various pages',
3074 'contributions' => 'Contributions',
3075 'sp-contributions' => '',
3076 'whatlinkshere' => 'What links here',
3077 'block' => 'Block/unblock',
3078 'listuserrestrictions' => 'Special:ListUserRestrictions',
3079 'removerestrictions' => 'Special:RemoveRestrictions',
3080 'restrictuser' => 'Restrict user',
3081 'restrictlog' => 'Special:Log/restrict',
3082 'developertools' => 'Developer tools',
3083 'movepage' => 'Move page',
3084 'export' => 'Export',
3085 'allmessages' => 'Namespace 8 related',
3086 'thumbnails' => 'Thumbnails',
3087 'import' => 'Special:Import',
3088 'importlog' => 'Import log',
3089 'accesskeys' => 'Keyboard access keys for power users',
3090 'tooltips' => 'Tooltip help for the actions',
3091 'stylesheets' => 'Stylesheets',
3092 'scripts' => 'Scripts',
3093 'metadata_cc' => 'Metadata',
3094 'attribution' => 'Attribution',
3095 'spamprotection' => 'Spam protection',
3096 'info' => 'Info page',
3097 'skin' => 'Skin names',
3098 'math' => 'Math options',
3099 'patrolling' => 'Patrolling',
3100 'patrol-log' => 'Patrol log',
3101 'imagedeletion' => 'Image deletion',
3102 'browsediffs' => 'Browsing diffs',
3103 'newfiles' => 'Special:NewFiles',
3104 'video-info' => 'Video information, used by Language::formatTimePeriod() to format lengths in the above messages',
3105 'badimagelist' => 'Bad image list',
3106 'variantname-zh' => "Short names for language variants used for language conversion links.
3107 To disable showing a particular link, set it to 'disable', e.g.
3108 'variantname-zh-sg' => 'disable',
3109 Variants for Chinese language",
3110 'variantname-sr' => 'Variants for Serbian language',
3111 'variantname-kk' => 'Variants for Kazakh language',
3112 'variantname-ku' => 'Variants for Kurdish language',
3113 'variantname-tg' => 'Variants for Tajiki language',
3114 'visual-comparison' => 'Visual comparison',
3115 'media-info' => 'Media information',
3116 'metadata' => 'Metadata',
3117 'exif' => 'EXIF tags',
3118 'exif-values' => 'Make & model, can be wikified in order to link to the camera and model name',
3119 'exif-compression' => 'EXIF attributes',
3120 'exif-unknowndate' => '',
3121 'exif-photometricinterpretation' => '',
3122 'exif-orientation' => '',
3123 'exif-planarconfiguration' => '',
3124 'exif-xyresolution' => '',
3125 'exif-colorspace' => '',
3126 'exif-componentsconfiguration' => '',
3127 'exif-exposureprogram' => '',
3128 'exif-subjectdistance-value' => '',
3129 'exif-meteringmode' => '',
3130 'exif-lightsource' => '',
3131 'exif-flash' => 'Flash modes',
3132 'exif-focalplaneresolutionunit' => '',
3133 'exif-sensingmethod' => '',
3134 'exif-filesource' => '',
3135 'exif-scenetype' => '',
3136 'exif-customrendered' => '',
3137 'exif-exposuremode' => '',
3138 'exif-whitebalance' => '',
3139 'exif-scenecapturetype' => '',
3140 'exif-gaincontrol' => '',
3141 'exif-contrast' => '',
3142 'exif-saturation' => '',
3143 'exif-sharpness' => '',
3144 'exif-subjectdistancerange' => '',
3145 'exif-gpslatitude' => 'Pseudotags used for GPSLatitudeRef and GPSDestLatitudeRef',
3146 'exif-gpslongitude' => 'Pseudotags used for GPSLongitudeRef and GPSDestLongitudeRef',
3147 'exif-gpsstatus' => '',
3148 'exif-gpsmeasuremode' => '',
3149 'exif-gpsspeed' => 'Pseudotags used for GPSSpeedRef and GPSDestDistanceRef',
3150 'exif-gpsdirection' => 'Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef',
3151 'edit-externally' => 'External editor support',
3152 'all' => "'all' in various places, this might be different for inflected languages",
3153 'confirmemail' => 'E-mail address confirmation',
3154 'scarytransclusion' => 'Scary transclusion',
3155 'trackbacks' => 'Trackbacks',
3156 'deleteconflict' => 'Delete conflict',
3157 'unit-pixel' => '',
3158 'purge' => 'action=purge',
3159 'separators' => 'Separators for various lists, etc.',
3160 'imgmulti' => 'Multipage image navigation',
3161 'tablepager' => 'Table pager',
3162 'autosumm' => 'Auto-summaries',
3163 'autoblock_whitelist' => 'Autoblock whitelist',
3164 'sizeunits' => 'Size units',
3165 'livepreview' => 'Live preview',
3166 'lagwarning' => 'Friendlier slave lag warnings',
3167 'watchlisteditor' => 'Watchlist editor',
3168 'watchlisttools' => 'Watchlist editing tools',
3169 'iranian-dates' => 'Iranian month names',
3170 'hijri-dates' => 'Hijri month names',
3171 'hebrew-dates' => 'Hebrew month names',
3172 'signatures' => 'Signatures',
3173 'CoreParserFunctions' => 'Core parser functions',
3174 'version' => 'Special:Version',
3175 'filepath' => 'Special:FilePath',
3176 'fileduplicatesearch' => 'Special:FileDuplicateSearch',
3177 'special-specialpages' => 'Special:SpecialPages',
3178 'special-blank' => 'Special:BlankPage',
3179 'external_images' => 'External image whitelist',
3180 );
3181
3182 /** Short comments for standalone messages */
3183 $wgMessageComments = array(
3184 'hidden-category-category' => 'Name of the category where hidden categories will be listed',
3185 'lastmodifiedat' => '$1 date, $2 time',
3186 'sitenotice' => 'the equivalent to wgSiteNotice',
3187 'history-feed-item-nocomment' => 'user at time',
3188 'editcomment' => 'only shown if there is an edit comment',
3189 'revertpage' => 'Additionally 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',
3190 'lastmodifiedatby' => '$1 date, $2 time, $3 user',
3191 'exif-orientation-1' => '0th row: top; 0th column: left',
3192 'exif-orientation-2' => '0th row: top; 0th column: right',
3193 'exif-orientation-3' => '0th row: bottom; 0th column: right',
3194 'exif-orientation-4' => '0th row: bottom; 0th column: left',
3195 'exif-orientation-5' => '0th row: left; 0th column: top',
3196 'exif-orientation-6' => '0th row: right; 0th column: top',
3197 'exif-orientation-7' => '0th row: right; 0th column: bottom',
3198 'exif-orientation-8' => '0th row: left; 0th column: bottom',
3199 'movepage-moved' => 'The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.',
3200 'ipboptions' => 'display1:time1,display2:time2,...',
3201 'protect-expiry-options' => 'display1:time1,display2:time2,...',
3202 'metadata-fields' => 'Do not translate list items',
3203 'version' => 'Not used as normal message but as header for the special page itself',
3204 'userrights' => 'Not used as normal message but as header for the special page itself',
3205 'revision-info' => 'Additionally available: $3: revision id',
3206 'revision-info-current' => 'Available parameters: $1: timestamp; $2: userlinks; $3: revision id',
3207 );