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