9c90eb40cc7fcf4a47c61ad0d7c89637afa5f29d
[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 'visualcomparison',
730 'wikicodecomparison',
731 'editundo',
732 'diff-multi',
733 'diff-movedto',
734 'diff-styleadded',
735 'diff-added',
736 'diff-changedto',
737 'diff-movedoutof',
738 'diff-styleremoved',
739 'diff-removed',
740 'diff-changedfrom',
741 'diff-src',
742 'diff-withdestination',
743 'diff-with',
744 'diff-with-additional',
745 'diff-with-final',
746 'diff-width',
747 'diff-height',
748 'diff-p',
749 'diff-blockquote',
750 'diff-h1',
751 'diff-h2',
752 'diff-h3',
753 'diff-h4',
754 'diff-h5',
755 'diff-pre',
756 'diff-div',
757 'diff-ul',
758 'diff-ol',
759 'diff-li',
760 'diff-table',
761 'diff-tbody',
762 'diff-tr',
763 'diff-td',
764 'diff-th',
765 'diff-br',
766 'diff-hr',
767 'diff-code',
768 'diff-dl',
769 'diff-dt',
770 'diff-dd',
771 'diff-input',
772 'diff-form',
773 'diff-img',
774 'diff-span',
775 'diff-a',
776 'diff-i',
777 'diff-b',
778 'diff-strong',
779 'diff-em',
780 'diff-font',
781 'diff-big',
782 'diff-del',
783 'diff-tt',
784 'diff-sub',
785 'diff-sup',
786 'diff-strike',
787 ),
788 'search' => array(
789 'searchresults',
790 'searchresults-title',
791 'searchresulttext',
792 'searchsubtitle',
793 'searchsubtitleinvalid',
794 'noexactmatch',
795 'noexactmatch-nocreate',
796 'toomanymatches',
797 'titlematches',
798 'notitlematches',
799 'textmatches',
800 'notextmatches',
801 'prevn',
802 'nextn',
803 'prevn-title',
804 'nextn-title',
805 'shown-title',
806 'viewprevnext',
807 'searchmenu-legend',
808 'searchmenu-exists',
809 'searchmenu-new',
810 'searchhelp-url',
811 'searchmenu-prefix',
812 'searchmenu-help',
813 'searchprofile-articles',
814 'searchprofile-articles-and-proj',
815 'searchprofile-project',
816 'searchprofile-images',
817 'searchprofile-everything',
818 'searchprofile-advanced',
819 'searchprofile-articles-tooltip',
820 'searchprofile-project-tooltip',
821 'searchprofile-images-tooltip',
822 'searchprofile-everything-tooltip',
823 'searchprofile-advanced-tooltip',
824 'prefs-search-nsdefault',
825 'prefs-search-nscustom',
826 'search-result-size',
827 'search-result-score',
828 'search-redirect',
829 'search-section',
830 'search-suggest',
831 'search-interwiki-caption',
832 'search-interwiki-default',
833 'search-interwiki-custom',
834 'search-interwiki-more',
835 'search-mwsuggest-enabled',
836 'search-mwsuggest-disabled',
837 'search-relatedarticle',
838 'mwsuggest-disable',
839 'searchrelated',
840 'searchall',
841 'showingresults',
842 'showingresultsnum',
843 'showingresultstotal',
844 'nonefound',
845 'search-nonefound',
846 'powersearch',
847 'powersearch-legend',
848 'powersearch-ns',
849 'powersearch-redir',
850 'powersearch-field',
851 'search-external',
852 'searchdisabled',
853 'googlesearch',
854 ),
855 'opensearch' => array(
856 'opensearch-desc',
857 ),
858 'preferences' => array(
859 'preferences',
860 'preferences-summary',
861 'mypreferences',
862 'prefs-edits',
863 'prefsnologin',
864 'prefsnologintext',
865 'prefsreset',
866 'qbsettings',
867 'qbsettings-none',
868 'qbsettings-fixedleft',
869 'qbsettings-fixedright',
870 'qbsettings-floatingleft',
871 'qbsettings-floatingright',
872 'changepassword',
873 'skin',
874 'skin-preview',
875 'math',
876 'dateformat',
877 'datedefault',
878 'datetime',
879 'math_failure',
880 'math_unknown_error',
881 'math_unknown_function',
882 'math_lexing_error',
883 'math_syntax_error',
884 'math_image_error',
885 'math_bad_tmpdir',
886 'math_bad_output',
887 'math_notexvc',
888 'prefs-personal',
889 'prefs-rc',
890 'prefs-watchlist',
891 'prefs-watchlist-days',
892 'prefs-watchlist-days-max',
893 'prefs-watchlist-edits',
894 'prefs-watchlist-edits-max',
895 'prefs-misc',
896 'prefs-resetpass',
897 'saveprefs',
898 'resetprefs',
899 'restoreprefs',
900 'textboxsize',
901 'prefs-edit-boxsize',
902 'rows',
903 'columns',
904 'searchresultshead',
905 'resultsperpage',
906 'contextlines',
907 'contextchars',
908 'stub-threshold',
909 'recentchangesdays',
910 'recentchangesdays-max',
911 'recentchangescount',
912 'savedprefs',
913 'timezonelegend',
914 'timezonetext',
915 'localtime',
916 'timezoneselect',
917 'timezoneuseserverdefault',
918 'timezoneuseoffset',
919 'timezoneoffset',
920 'servertime',
921 'guesstimezone',
922 'timezoneregion-africa',
923 'timezoneregion-america',
924 'timezoneregion-antarctica',
925 'timezoneregion-arctic',
926 'timezoneregion-asia',
927 'timezoneregion-atlantic',
928 'timezoneregion-australia',
929 'timezoneregion-europe',
930 'timezoneregion-indian',
931 'timezoneregion-pacific',
932 'allowemail',
933 'prefs-searchoptions',
934 'prefs-namespaces',
935 'defaultns',
936 'default',
937 'defaultns',
938 'files',
939 'prefs-custom-css',
940 'prefs-custom-js',
941 ),
942 'userrights' => array(
943 'userrights',
944 'userrights-summary',
945 'userrights-lookup-user',
946 'userrights-user-editname',
947 'editusergroup',
948 'editinguser',
949 'userrights-editusergroup',
950 'saveusergroups',
951 'userrights-groupsmember',
952 'userrights-groups-help',
953 'userrights-reason',
954 'userrights-no-interwiki',
955 'userrights-nodatabase',
956 'userrights-nologin',
957 'userrights-notallowed',
958 'userrights-changeable-col',
959 'userrights-unchangeable-col',
960 'userrights-irreversible-marker',
961 ),
962 'group' => array(
963 'group',
964 'group-user',
965 'group-autoconfirmed',
966 'group-bot',
967 'group-sysop',
968 'group-bureaucrat',
969 'group-suppress',
970 'group-all',
971 ),
972 'group-member' => array(
973 'group-user-member',
974 'group-autoconfirmed-member',
975 'group-bot-member',
976 'group-sysop-member',
977 'group-bureaucrat-member',
978 'group-suppress-member',
979 ),
980 'grouppage' => array(
981 'grouppage-user',
982 'grouppage-autoconfirmed',
983 'grouppage-bot',
984 'grouppage-sysop',
985 'grouppage-bureaucrat',
986 'grouppage-suppress',
987 ),
988 'right' => array(
989 'right-read',
990 'right-edit',
991 'right-createpage',
992 'right-createtalk',
993 'right-createaccount',
994 'right-minoredit',
995 'right-move',
996 'right-move-subpages',
997 'right-move-rootuserpages',
998 'right-movefile',
999 'right-suppressredirect',
1000 'right-upload',
1001 'right-reupload',
1002 'right-reupload-own',
1003 'right-reupload-shared',
1004 'right-upload_by_url',
1005 'right-purge',
1006 'right-autoconfirmed',
1007 'right-bot',
1008 'right-nominornewtalk',
1009 'right-apihighlimits',
1010 'right-writeapi',
1011 'right-delete',
1012 'right-bigdelete',
1013 'right-deleterevision',
1014 'right-deletedhistory',
1015 'right-browsearchive',
1016 'right-undelete',
1017 'right-suppressrevision',
1018 'right-suppressionlog',
1019 'right-block',
1020 'right-blockemail',
1021 'right-hideuser',
1022 'right-ipblock-exempt',
1023 'right-proxyunbannable',
1024 'right-protect',
1025 'right-editprotected',
1026 'right-editinterface',
1027 'right-editusercssjs',
1028 'right-rollback',
1029 'right-markbotedits',
1030 'right-noratelimit',
1031 'right-import',
1032 'right-importupload',
1033 'right-patrol',
1034 'right-autopatrol',
1035 'right-patrolmarks',
1036 'right-unwatchedpages',
1037 'right-trackback',
1038 'right-mergehistory',
1039 'right-userrights',
1040 'right-userrights-interwiki',
1041 'right-siteadmin',
1042 'right-reset-passwords',
1043 'right-override-export-depth',
1044 ),
1045 'rightslog' => array(
1046 'rightslog',
1047 'rightslogtext',
1048 'rightslogentry',
1049 'rightsnone',
1050 ),
1051 'action' => array(
1052 'action-read',
1053 'action-edit',
1054 'action-createpage',
1055 'action-createtalk',
1056 'action-createaccount',
1057 'action-minoredit',
1058 'action-move',
1059 'action-move-subpages',
1060 'action-move-rootuserpages',
1061 'action-movefile',
1062 'action-upload',
1063 'action-reupload',
1064 'action-reupload-shared',
1065 'action-upload_by_url',
1066 'action-writeapi',
1067 'action-delete',
1068 'action-deleterevision',
1069 'action-deletedhistory',
1070 'action-browsearchive',
1071 'action-undelete',
1072 'action-suppressrevision',
1073 'action-suppressionlog',
1074 'action-block',
1075 'action-protect',
1076 'action-import',
1077 'action-importupload',
1078 'action-patrol',
1079 'action-autopatrol',
1080 'action-unwatchedpages',
1081 'action-trackback',
1082 'action-mergehistory',
1083 'action-userrights',
1084 'action-userrights-interwiki',
1085 'action-siteadmin',
1086 ),
1087 'recentchanges' => array(
1088 'nchanges',
1089 'recentchanges',
1090 'recentchanges-url',
1091 'recentchanges-legend',
1092 'recentchangestext',
1093 'recentchanges-feed-description',
1094 'rcnote',
1095 'rcnotefrom',
1096 'rclistfrom',
1097 'rcshowhideminor',
1098 'rcshowhidebots',
1099 'rcshowhideliu',
1100 'rcshowhideanons',
1101 'rcshowhidepatr',
1102 'rcshowhidemine',
1103 'rclinks',
1104 'diff',
1105 'hist',
1106 'hide',
1107 'show',
1108 'minoreditletter',
1109 'newpageletter',
1110 'boteditletter',
1111 'sectionlink',
1112 'number_of_watching_users_RCview',
1113 'number_of_watching_users_pageview',
1114 'rc_categories',
1115 'rc_categories_any',
1116 'rc-change-size',
1117 'newsectionsummary',
1118 'rc-enhanced-expand',
1119 'rc-enhanced-hide',
1120 ),
1121 'recentchangeslinked' => array(
1122 'recentchangeslinked',
1123 'recentchangeslinked-title',
1124 'recentchangeslinked-backlink',
1125 'recentchangeslinked-noresult',
1126 'recentchangeslinked-summary',
1127 'recentchangeslinked-page',
1128 'recentchangeslinked-to',
1129 ),
1130 'upload' => array(
1131 'upload',
1132 'uploadbtn',
1133 'reupload',
1134 'reuploaddesc',
1135 'uploadnologin',
1136 'uploadnologintext',
1137 'upload_directory_missing',
1138 'upload_directory_read_only',
1139 'uploaderror',
1140 'upload-summary',
1141 'uploadtext',
1142 'upload-permitted',
1143 'upload-preferred',
1144 'upload-prohibited',
1145 'uploadfooter',
1146 'uploadlog',
1147 'uploadlogpage',
1148 'uploadlogpagetext',
1149 'filename',
1150 'filedesc',
1151 'fileuploadsummary',
1152 'filereuploadsummary',
1153 'filestatus',
1154 'filesource',
1155 'uploadedfiles',
1156 'ignorewarning',
1157 'ignorewarnings',
1158 'minlength1',
1159 'illegalfilename',
1160 'badfilename',
1161 'filetype-badmime',
1162 'filetype-bad-ie-mime',
1163 'filetype-unwanted-type',
1164 'filetype-banned-type',
1165 'filetype-missing',
1166 'large-file',
1167 'largefileserver',
1168 'emptyfile',
1169 'fileexists',
1170 'filepageexists',
1171 'fileexists-extension',
1172 'fileexists-thumb',
1173 'fileexists-thumbnail-yes',
1174 'file-thumbnail-no',
1175 'fileexists-forbidden',
1176 'fileexists-shared-forbidden',
1177 'file-exists-duplicate',
1178 'file-deleted-duplicate',
1179 'successfulupload',
1180 'uploadwarning',
1181 'savefile',
1182 'uploadedimage',
1183 'overwroteimage',
1184 'uploaddisabled',
1185 'uploaddisabledtext',
1186 'php-uploaddisabledtext',
1187 'uploadscripted',
1188 'uploadcorrupt',
1189 'uploadvirus',
1190 'sourcefilename',
1191 'destfilename',
1192 'upload-maxfilesize',
1193 'watchthisupload',
1194 'filewasdeleted',
1195 'upload-wasdeleted',
1196 'filename-bad-prefix',
1197 'filename-prefix-blacklist',
1198 ),
1199 'upload-errors' => array(
1200 'upload-proto-error',
1201 'upload-proto-error-text',
1202 'upload-file-error',
1203 'upload-file-error-text',
1204 'upload-misc-error',
1205 'upload-misc-error-text',
1206 ),
1207 'upload-curl-errors' => array(
1208 'upload-curl-error6',
1209 'upload-curl-error6-text',
1210 'upload-curl-error28',
1211 'upload-curl-error28-text',
1212 ),
1213 'licenses' => array(
1214 'license',
1215 'nolicense',
1216 'licenses',
1217 'license-nopreview',
1218 'upload_source_url',
1219 'upload_source_file',
1220 ),
1221 'filelist' => array(
1222 'listfiles-summary',
1223 'listfiles_search_for',
1224 'imgfile',
1225 'listfiles',
1226 'listfiles_date',
1227 'listfiles_name',
1228 'listfiles_user',
1229 'listfiles_size',
1230 'listfiles_description',
1231 'listfiles_count',
1232 ),
1233 'filedescription' => array(
1234 'filehist',
1235 'filehist-help',
1236 'filehist-deleteall',
1237 'filehist-deleteone',
1238 'filehist-revert',
1239 'filehist-current',
1240 'filehist-datetime',
1241 'filehist-thumb',
1242 'filehist-thumbtext',
1243 'filehist-nothumb',
1244 'filehist-user',
1245 'filehist-dimensions',
1246 'filehist-filesize',
1247 'filehist-comment',
1248 'imagelinks',
1249 'linkstoimage',
1250 'linkstoimage-more',
1251 'nolinkstoimage',
1252 'morelinkstoimage',
1253 'redirectstofile',
1254 'duplicatesoffile',
1255 'sharedupload',
1256 'sharedupload-desc-there',
1257 'sharedupload-desc-here',
1258 'shareddescriptionfollows',
1259 'noimage',
1260 'noimage-linktext',
1261 'uploadnewversion-linktext',
1262 'shared-repo-from',
1263 'shared-repo',
1264 ),
1265 'filerevert' => array(
1266 'filerevert',
1267 'filerevert-backlink',
1268 'filerevert-legend',
1269 'filerevert-intro',
1270 'filerevert-comment',
1271 'filerevert-defaultcomment',
1272 'filerevert-submit',
1273 'filerevert-success',
1274 'filerevert-badversion',
1275 ),
1276 'filedelete' => array(
1277 'filedelete',
1278 'filedelete-backlink',
1279 'filedelete-legend',
1280 'filedelete-intro',
1281 'filedelete-intro-old',
1282 'filedelete-comment',
1283 'filedelete-submit',
1284 'filedelete-success',
1285 'filedelete-success-old',
1286 'filedelete-nofile',
1287 'filedelete-nofile-old',
1288 'filedelete-otherreason',
1289 'filedelete-reason-otherlist',
1290 'filedelete-reason-dropdown',
1291 'filedelete-edit-reasonlist',
1292 ),
1293 'mimesearch' => array(
1294 'mimesearch',
1295 'mimesearch-summary',
1296 'mimetype',
1297 'download',
1298 ),
1299 'unwatchedpages' => array(
1300 'unwatchedpages',
1301 'unwatchedpages-summary',
1302 ),
1303 'listredirects' => array(
1304 'listredirects',
1305 'listredirects-summary',
1306 ),
1307 'unusedtemplates' => array(
1308 'unusedtemplates',
1309 'unusedtemplates-summary',
1310 'unusedtemplatestext',
1311 'unusedtemplateswlh',
1312 ),
1313 'randompage' => array(
1314 'randompage',
1315 'randompage-nopages',
1316 'randompage-url',
1317 ),
1318 'randomredirect' => array(
1319 'randomredirect',
1320 'randomredirect-nopages',
1321 ),
1322 'statistics' => array(
1323 'statistics',
1324 'statistics-summary',
1325 'statistics-header-pages',
1326 'statistics-header-edits',
1327 'statistics-header-views',
1328 'statistics-header-users',
1329 'statistics-articles',
1330 'statistics-pages',
1331 'statistics-pages-desc',
1332 'statistics-files',
1333 'statistics-edits',
1334 'statistics-edits-average',
1335 'statistics-views-total',
1336 'statistics-views-peredit',
1337 'statistics-jobqueue',
1338 'statistics-users',
1339 'statistics-users-active',
1340 'statistics-users-active-desc',
1341 'statistics-mostpopular',
1342 'statistics-footer',
1343 ),
1344 'disambiguations' => array(
1345 'disambiguations',
1346 'disambiguations-summary',
1347 'disambiguationspage',
1348 'disambiguations-text',
1349 ),
1350 'doubleredirects' => array(
1351 'doubleredirects',
1352 'doubleredirects-summary',
1353 'doubleredirectstext',
1354 'double-redirect-fixed-move',
1355 'double-redirect-fixer',
1356 ),
1357 'brokenredirects' => array(
1358 'brokenredirects',
1359 'brokenredirects-summary',
1360 'brokenredirectstext',
1361 'brokenredirects-edit',
1362 'brokenredirects-delete',
1363 ),
1364 'withoutinterwiki' => array(
1365 'withoutinterwiki',
1366 'withoutinterwiki-summary',
1367 'withoutinterwiki-legend',
1368 'withoutinterwiki-submit',
1369 ),
1370 'fewestrevisions' => array(
1371 'fewestrevisions',
1372 'fewestrevisions-summary',
1373 ),
1374 'specialpages' => array(
1375 'nbytes',
1376 'ncategories',
1377 'nlinks',
1378 'nmembers',
1379 'nrevisions',
1380 'nviews',
1381 'nchanges',
1382 'specialpage-empty',
1383 'lonelypages',
1384 'lonelypages-summary',
1385 'lonelypagestext',
1386 'uncategorizedpages',
1387 'uncategorizedpages-summary',
1388 'uncategorizedcategories',
1389 'uncategorizedcategories-summary',
1390 'uncategorizedimages',
1391 'uncategorizedimages-summary',
1392 'uncategorizedtemplates',
1393 'uncategorizedtemplates-summary',
1394 'unusedcategories',
1395 'unusedimages',
1396 'popularpages',
1397 'popularpages-summary',
1398 'wantedcategories',
1399 'wantedcategories-summary',
1400 'wantedpages',
1401 'wantedpages-summary',
1402 'wantedpages-badtitle',
1403 'wantedfiles',
1404 'wantedfiles-summary',
1405 'wantedtemplates',
1406 'wantedtemplates-summary',
1407 'mostlinked',
1408 'mostlinked-summary',
1409 'mostlinkedcategories',
1410 'mostlinkedcategories-summary',
1411 'mostlinkedtemplates',
1412 'mostlinkedtemplates-summary',
1413 'mostcategories',
1414 'mostcategories-summary',
1415 'mostimages',
1416 'mostimages-summary',
1417 'mostrevisions',
1418 'mostrevisions-summary',
1419 'prefixindex',
1420 'prefixindex-summary',
1421 'shortpages',
1422 'shortpages-summary',
1423 'longpages',
1424 'longpages-summary',
1425 'deadendpages',
1426 'deadendpages-summary',
1427 'deadendpagestext',
1428 'protectedpages',
1429 'protectedpages-indef',
1430 'protectedpages-summary',
1431 'protectedpages-cascade',
1432 'protectedpagestext',
1433 'protectedpagesempty',
1434 'protectedtitles',
1435 'protectedtitles-summary',
1436 'protectedtitlestext',
1437 'protectedtitlesempty',
1438 'listusers',
1439 'listusers-summary',
1440 'listusers-editsonly',
1441 'listusers-creationsort',
1442 'usereditcount',
1443 'usercreated',
1444 'newpages',
1445 'newpages-summary',
1446 'newpages-username',
1447 'ancientpages',
1448 'ancientpages-summary',
1449 'move',
1450 'movethispage',
1451 'unusedimagestext',
1452 'unusedcategoriestext',
1453 'notargettitle',
1454 'notargettext',
1455 'nopagetitle',
1456 'nopagetext',
1457 'pager-newer-n',
1458 'pager-older-n',
1459 'suppress',
1460 ),
1461 'booksources' => array(
1462 'booksources',
1463 'booksources-summary',
1464 'booksources-search-legend',
1465 'booksources-isbn',
1466 'booksources-go',
1467 'booksources-text',
1468 'booksources-invalid-isbn',
1469 ),
1470 'magicwords' => array(
1471 'rfcurl',
1472 'pubmedurl',
1473 ),
1474 'logpages' => array(
1475 'specialloguserlabel',
1476 'speciallogtitlelabel',
1477 'log',
1478 'all-logs-page',
1479 'alllogstext',
1480 'logempty',
1481 'log-title-wildcard',
1482 ),
1483 'allpages' => array(
1484 'allpages',
1485 'allpages-summary',
1486 'alphaindexline',
1487 'nextpage',
1488 'prevpage',
1489 'allpagesfrom',
1490 'allpagesto',
1491 'allarticles',
1492 'allinnamespace',
1493 'allnotinnamespace',
1494 'allpagesprev',
1495 'allpagesnext',
1496 'allpagessubmit',
1497 'allpagesprefix',
1498 'allpagesbadtitle',
1499 'allpages-bad-ns',
1500 ),
1501 'categories' => array(
1502 'categories',
1503 'categories-summary',
1504 'categoriespagetext',
1505 'categoriesfrom',
1506 'special-categories-sort-count',
1507 'special-categories-sort-abc',
1508 ),
1509 'deletedcontribs' => array(
1510 'deletedcontributions',
1511 'deletedcontributions-title',
1512 ),
1513 'linksearch' => array(
1514 'linksearch',
1515 'linksearch-pat',
1516 'linksearch-ns',
1517 'linksearch-ok',
1518 'linksearch-text',
1519 'linksearch-line',
1520 'linksearch-error',
1521 ),
1522 'listusers' => array(
1523 'listusersfrom',
1524 'listusers-submit',
1525 'listusers-noresult',
1526 ),
1527 'newuserlog' => array(
1528 'newuserlogpage',
1529 'newuserlogpagetext',
1530 'newuserlogentry',
1531 'newuserlog-byemail',
1532 'newuserlog-create-entry',
1533 'newuserlog-create2-entry',
1534 'newuserlog-autocreate-entry',
1535 ),
1536 'listgrouprights' => array(
1537 'listgrouprights',
1538 'listgrouprights-summary',
1539 'listgrouprights-group',
1540 'listgrouprights-rights',
1541 'listgrouprights-helppage',
1542 'listgrouprights-members',
1543 'listgrouprights-right-display',
1544 'listgrouprights-addgroup',
1545 'listgrouprights-removegroup',
1546 'listgrouprights-addgroup-all',
1547 'listgrouprights-removegroup-all',
1548 ),
1549 'emailuser' => array(
1550 'mailnologin',
1551 'mailnologintext',
1552 'emailuser',
1553 'emailpage',
1554 'emailpagetext',
1555 'usermailererror',
1556 'defemailsubject',
1557 'noemailtitle',
1558 'noemailtext',
1559 'nowikiemailtitle',
1560 'nowikiemailtext',
1561 'email-legend',
1562 'emailfrom',
1563 'emailto',
1564 'emailsubject',
1565 'emailmessage',
1566 'emailsend',
1567 'emailccme',
1568 'emailccsubject',
1569 'emailsent',
1570 'emailsenttext',
1571 'emailuserfooter',
1572 ),
1573 'watchlist' => array(
1574 'watchlist',
1575 'mywatchlist',
1576 'watchlistfor',
1577 'nowatchlist',
1578 'watchlistanontext',
1579 'watchnologin',
1580 'watchnologintext',
1581 'addedwatch',
1582 'addedwatchtext',
1583 'removedwatch',
1584 'removedwatchtext',
1585 'watch',
1586 'watchthispage',
1587 'unwatch',
1588 'unwatchthispage',
1589 'notanarticle',
1590 'notvisiblerev',
1591 'watchnochange',
1592 'watchlist-details',
1593 'wlheader-enotif',
1594 'wlheader-showupdated',
1595 'watchmethod-recent',
1596 'watchmethod-list',
1597 'watchlistcontains',
1598 'iteminvalidname',
1599 'wlnote',
1600 'wlshowlast',
1601 'watchlist-options',
1602 ),
1603 'watching' => array(
1604 'watching',
1605 'unwatching',
1606 ),
1607 'enotif' => array(
1608 'enotif_mailer',
1609 'enotif_reset',
1610 'enotif_newpagetext',
1611 'enotif_impersonal_salutation',
1612 'changed',
1613 'created',
1614 'enotif_subject',
1615 'enotif_lastvisited',
1616 'enotif_lastdiff',
1617 'enotif_anon_editor',
1618 'enotif_body',
1619 ),
1620 'delete' => array(
1621 'deletepage',
1622 'confirm',
1623 'excontent',
1624 'excontentauthor',
1625 'exbeforeblank',
1626 'exblank',
1627 'delete-confirm',
1628 'delete-backlink',
1629 'delete-legend',
1630 'historywarning',
1631 'confirmdeletetext',
1632 'actioncomplete',
1633 'deletedtext',
1634 'deletedarticle',
1635 'suppressedarticle',
1636 'dellogpage',
1637 'dellogpagetext',
1638 'deletionlog',
1639 'reverted',
1640 'deletecomment',
1641 'deleteotherreason',
1642 'deletereasonotherlist',
1643 'deletereason-dropdown',
1644 'delete-edit-reasonlist',
1645 'delete-toobig',
1646 'delete-warning-toobig',
1647 ),
1648 'rollback' => array(
1649 'rollback',
1650 'rollback_short',
1651 'rollbacklink',
1652 'rollbackfailed',
1653 'cantrollback',
1654 'alreadyrolled',
1655 'editcomment',
1656 'revertpage',
1657 'rollback-success',
1658 'sessionfailure',
1659 ),
1660 'protect' => array(
1661 'protectlogpage',
1662 'protectlogtext',
1663 'protectedarticle',
1664 'modifiedarticleprotection',
1665 'unprotectedarticle',
1666 'movedarticleprotection',
1667 'protect-title',
1668 'prot_1movedto2',
1669 'protect-backlink',
1670 'protect-legend',
1671 'protectcomment',
1672 'protectexpiry',
1673 'protect_expiry_invalid',
1674 'protect_expiry_old',
1675 'protect-unchain',
1676 'protect-text',
1677 'protect-locked-blocked',
1678 'protect-locked-dblock',
1679 'protect-locked-access',
1680 'protect-cascadeon',
1681 'protect-default',
1682 'protect-fallback',
1683 'protect-level-autoconfirmed',
1684 'protect-level-sysop',
1685 'protect-summary-cascade',
1686 'protect-expiring',
1687 'protect-expiry-indefinite',
1688 'protect-cascade',
1689 'protect-cantedit',
1690 'protect-othertime',
1691 'protect-othertime-op',
1692 'protect-existing-expiry',
1693 'protect-otherreason',
1694 'protect-otherreason-op',
1695 'protect-dropdown',
1696 'protect-edit-reasonlist',
1697 'protect-expiry-options',
1698 'restriction-type',
1699 'restriction-level',
1700 'minimum-size',
1701 'maximum-size',
1702 'pagesize',
1703 ),
1704 'restrictions' => array(
1705 'restriction-edit',
1706 'restriction-move',
1707 'restriction-create',
1708 'restriction-upload',
1709 ),
1710 'restriction-levels' => array(
1711 'restriction-level-sysop',
1712 'restriction-level-autoconfirmed',
1713 'restriction-level-all',
1714 ),
1715 'undelete' => array(
1716 'undelete',
1717 'undeletepage',
1718 'undeletepagetitle',
1719 'viewdeletedpage',
1720 'undeletepagetext',
1721 'undelete-fieldset-title',
1722 'undeleteextrahelp',
1723 'undeleterevisions',
1724 'undeletehistory',
1725 'undeleterevdel',
1726 'undeletehistorynoadmin',
1727 'undelete-revision',
1728 'undeleterevision-missing',
1729 'undelete-nodiff',
1730 'undeletebtn',
1731 'undeletelink',
1732 'undeletereset',
1733 'undeleteinvert',
1734 'undeletecomment',
1735 'undeletedarticle',
1736 'undeletedrevisions',
1737 'undeletedrevisions-files',
1738 'undeletedfiles',
1739 'cannotundelete',
1740 'undeletedpage',
1741 'undelete-header',
1742 'undelete-search-box',
1743 'undelete-search-prefix',
1744 'undelete-search-submit',
1745 'undelete-no-results',
1746 'undelete-filename-mismatch',
1747 'undelete-bad-store-key',
1748 'undelete-cleanup-error',
1749 'undelete-missing-filearchive',
1750 'undelete-error-short',
1751 'undelete-error-long',
1752 'undelete-show-file-confirm',
1753 'undelete-show-file-submit',
1754 ),
1755 'nsform' => array(
1756 'namespace',
1757 'invert',
1758 'blanknamespace',
1759 ),
1760 'contributions' => array(
1761 'contributions',
1762 'contributions-title',
1763 'mycontris',
1764 'contribsub2',
1765 'nocontribs',
1766 'uctop',
1767 'month',
1768 'year',
1769 ),
1770 'sp-contributions' => array(
1771 'sp-contributions-newbies',
1772 'sp-contributions-newbies-sub',
1773 'sp-contributions-newbies-title',
1774 'sp-contributions-blocklog',
1775 'sp-contributions-deleted',
1776 'sp-contributions-logs',
1777 'sp-contributions-talk',
1778 'sp-contributions-userrights',
1779 'sp-contributions-search',
1780 'sp-contributions-username',
1781 'sp-contributions-submit',
1782 'sp-contributions-explain',
1783 'sp-contributions-footer',
1784 'sp-contributions-footer-anon',
1785 ),
1786 'whatlinkshere' => array(
1787 'whatlinkshere',
1788 'whatlinkshere-title',
1789 'whatlinkshere-summary',
1790 'whatlinkshere-page',
1791 'whatlinkshere-backlink',
1792 'linkshere',
1793 'nolinkshere',
1794 'nolinkshere-ns',
1795 'isredirect',
1796 'istemplate',
1797 'isimage',
1798 'whatlinkshere-prev',
1799 'whatlinkshere-next',
1800 'whatlinkshere-links',
1801 'whatlinkshere-hideredirs',
1802 'whatlinkshere-hidetrans',
1803 'whatlinkshere-hidelinks',
1804 'whatlinkshere-hideimages',
1805 'whatlinkshere-filters',
1806 ),
1807 'block' => array(
1808 'blockip',
1809 'blockip-legend',
1810 'blockiptext',
1811 'ipaddress',
1812 'ipadressorusername',
1813 'ipbexpiry',
1814 'ipbreason',
1815 'ipbreasonotherlist',
1816 'ipbreason-dropdown',
1817 'ipbanononly',
1818 'ipbcreateaccount',
1819 'ipbemailban',
1820 'ipbenableautoblock',
1821 'ipbsubmit',
1822 'ipbother',
1823 'ipboptions',
1824 'ipbotheroption',
1825 'ipbotherreason',
1826 'ipbhidename',
1827 'ipbwatchuser',
1828 'ipballowusertalk',
1829 'ipb-change-block',
1830 'badipaddress',
1831 'blockipsuccesssub',
1832 'blockipsuccesstext',
1833 'ipb-edit-dropdown',
1834 'ipb-unblock-addr',
1835 'ipb-unblock',
1836 'ipb-blocklist-addr',
1837 'ipb-blocklist',
1838 'ipb-blocklist-contribs',
1839 'unblockip',
1840 'unblockiptext',
1841 'ipusubmit',
1842 'unblocked',
1843 'unblocked-id',
1844 'ipblocklist',
1845 'ipblocklist-legend',
1846 'ipblocklist-username',
1847 'ipblocklist-sh-userblocks',
1848 'ipblocklist-sh-tempblocks',
1849 'ipblocklist-sh-addressblocks',
1850 'ipblocklist-summary',
1851 'ipblocklist-submit',
1852 'blocklistline',
1853 'infiniteblock',
1854 'expiringblock',
1855 'anononlyblock',
1856 'noautoblockblock',
1857 'createaccountblock',
1858 'emailblock',
1859 'blocklist-nousertalk',
1860 'ipblocklist-empty',
1861 'ipblocklist-no-results',
1862 'blocklink',
1863 'unblocklink',
1864 'change-blocklink',
1865 'contribslink',
1866 'autoblocker',
1867 'blocklogpage',
1868 'blocklog-fulllog',
1869 'blocklogentry',
1870 'reblock-logentry',
1871 'blocklogtext',
1872 'unblocklogentry',
1873 'block-log-flags-anononly',
1874 'block-log-flags-nocreate',
1875 'block-log-flags-noautoblock',
1876 'block-log-flags-noemail',
1877 'block-log-flags-nousertalk',
1878 'block-log-flags-angry-autoblock',
1879 'block-log-flags-hiddenname',
1880 'range_block_disabled',
1881 'ipb_expiry_invalid',
1882 'ipb_expiry_temp',
1883 'ipb_hide_invalid',
1884 'ipb_already_blocked',
1885 'ipb-needreblock',
1886 'ipb_cant_unblock',
1887 'ipb_blocked_as_range',
1888 'ip_range_invalid',
1889 'blockme',
1890 'proxyblocker',
1891 'proxyblocker-disabled',
1892 'proxyblockreason',
1893 'proxyblocksuccess',
1894 'sorbs',
1895 'sorbsreason',
1896 'sorbs_create_account_reason',
1897 'cant-block-while-blocked',
1898 ),
1899 'developertools' => array(
1900 'lockdb',
1901 'unlockdb',
1902 'lockdbtext',
1903 'unlockdbtext',
1904 'lockconfirm',
1905 'unlockconfirm',
1906 'lockbtn',
1907 'unlockbtn',
1908 'locknoconfirm',
1909 'lockdbsuccesssub',
1910 'unlockdbsuccesssub',
1911 'lockdbsuccesstext',
1912 'unlockdbsuccesstext',
1913 'lockfilenotwritable',
1914 'databasenotlocked',
1915 ),
1916 'movepage' => array(
1917 'move-page',
1918 'move-page-backlink',
1919 'move-page-legend',
1920 'movepagetext',
1921 'movepagetalktext',
1922 'movearticle',
1923 'movenologin',
1924 'movenologintext',
1925 'movenotallowed',
1926 'movenotallowedfile',
1927 'cant-move-user-page',
1928 'cant-move-to-user-page',
1929 'newtitle',
1930 'move-watch',
1931 'movepagebtn',
1932 'pagemovedsub',
1933 'movepage-moved',
1934 'movepage-moved-redirect',
1935 'movepage-moved-noredirect',
1936 'articleexists',
1937 'cantmove-titleprotected',
1938 'talkexists',
1939 'movedto',
1940 'movetalk',
1941 'move-subpages',
1942 'move-talk-subpages',
1943 'movepage-page-exists',
1944 'movepage-page-moved',
1945 'movepage-page-unmoved',
1946 'movepage-max-pages',
1947 '1movedto2',
1948 '1movedto2_redir',
1949 'move-redirect-suppressed',
1950 'movelogpage',
1951 'movelogpagetext',
1952 'movesubpage',
1953 'movesubpagetext',
1954 'movenosubpage',
1955 'movereason',
1956 'revertmove',
1957 'delete_and_move',
1958 'delete_and_move_text',
1959 'delete_and_move_confirm',
1960 'delete_and_move_reason',
1961 'selfmove',
1962 'immobile-source-namespace',
1963 'immobile-target-namespace',
1964 'immobile-target-namespace-iw',
1965 'immobile-source-page',
1966 'immobile-target-page',
1967 'immobile_namespace',
1968 'imagenocrossnamespace',
1969 'imagetypemismatch',
1970 'imageinvalidfilename',
1971 'fix-double-redirects',
1972 'move-leave-redirect',
1973 ),
1974 'export' => array(
1975 'export',
1976 'exporttext',
1977 'exportcuronly',
1978 'exportnohistory',
1979 'export-submit',
1980 'export-addcattext',
1981 'export-addcat',
1982 'export-addnstext',
1983 'export-addns',
1984 'export-download',
1985 'export-templates',
1986 'export-pagelinks',
1987 ),
1988 'allmessages' => array(
1989 'allmessages',
1990 'allmessagesname',
1991 'allmessagesdefault',
1992 'allmessagescurrent',
1993 'allmessagestext',
1994 'allmessagesnotsupportedDB',
1995 'allmessagesfilter',
1996 'allmessagesmodified',
1997 ),
1998 'thumbnails' => array(
1999 'thumbnail-more',
2000 'filemissing',
2001 'thumbnail_error',
2002 'djvu_page_error',
2003 'djvu_no_xml',
2004 'thumbnail_invalid_params',
2005 'thumbnail_dest_directory',
2006 ),
2007 'import' => array(
2008 'import',
2009 'importinterwiki',
2010 'import-interwiki-text',
2011 'import-interwiki-source',
2012 'import-interwiki-history',
2013 'import-interwiki-templates',
2014 'import-interwiki-submit',
2015 'import-interwiki-namespace',
2016 'import-upload-filename',
2017 'import-comment',
2018 'importtext',
2019 'importstart',
2020 'import-revision-count',
2021 'importnopages',
2022 'importfailed',
2023 'importunknownsource',
2024 'importcantopen',
2025 'importbadinterwiki',
2026 'importnotext',
2027 'importsuccess',
2028 'importhistoryconflict',
2029 'importnosources',
2030 'importnofile',
2031 'importuploaderrorsize',
2032 'importuploaderrorpartial',
2033 'importuploaderrortemp',
2034 'import-parse-failure',
2035 'import-noarticle',
2036 'import-nonewrevisions',
2037 'xml-error-string',
2038 'import-upload',
2039 'import-token-mismatch',
2040 'import-invalid-interwiki',
2041 ),
2042 'importlog' => array(
2043 'importlogpage',
2044 'importlogpagetext',
2045 'import-logentry-upload',
2046 'import-logentry-upload-detail',
2047 'import-logentry-interwiki',
2048 'import-logentry-interwiki-detail',
2049 ),
2050 'accesskeys' => array(
2051 'accesskey-pt-userpage',
2052 'accesskey-pt-anonuserpage',
2053 'accesskey-pt-mytalk',
2054 'accesskey-pt-anontalk',
2055 'accesskey-pt-preferences',
2056 'accesskey-pt-watchlist',
2057 'accesskey-pt-mycontris',
2058 'accesskey-pt-login',
2059 'accesskey-pt-anonlogin',
2060 'accesskey-pt-logout',
2061 'accesskey-ca-talk',
2062 'accesskey-ca-edit',
2063 'accesskey-ca-addsection',
2064 'accesskey-ca-viewsource',
2065 'accesskey-ca-history',
2066 'accesskey-ca-protect',
2067 'accesskey-ca-delete',
2068 'accesskey-ca-undelete',
2069 'accesskey-ca-move',
2070 'accesskey-ca-watch',
2071 'accesskey-ca-unwatch',
2072 'accesskey-search',
2073 'accesskey-search-go',
2074 'accesskey-search-fulltext',
2075 'accesskey-p-logo',
2076 'accesskey-n-mainpage',
2077 'accesskey-n-portal',
2078 'accesskey-n-currentevents',
2079 'accesskey-n-recentchanges',
2080 'accesskey-n-randompage',
2081 'accesskey-n-help',
2082 'accesskey-t-whatlinkshere',
2083 'accesskey-t-recentchangeslinked',
2084 'accesskey-t-random',
2085 'accesskey-feed-rss',
2086 'accesskey-feed-atom',
2087 'accesskey-t-contributions',
2088 'accesskey-t-emailuser',
2089 'accesskey-t-permalink',
2090 'accesskey-t-print',
2091 'accesskey-t-upload',
2092 'accesskey-t-specialpages',
2093 'accesskey-ca-nstab-main',
2094 'accesskey-ca-nstab-user',
2095 'accesskey-ca-nstab-media',
2096 'accesskey-ca-nstab-special',
2097 'accesskey-ca-nstab-project',
2098 'accesskey-ca-nstab-image',
2099 'accesskey-ca-nstab-mediawiki',
2100 'accesskey-ca-nstab-template',
2101 'accesskey-ca-nstab-help',
2102 'accesskey-ca-nstab-category',
2103 'accesskey-minoredit',
2104 'accesskey-save',
2105 'accesskey-preview',
2106 'accesskey-diff',
2107 'accesskey-compareselectedversions',
2108 'accesskey-visualcomparison',
2109 'accesskey-watch',
2110 'accesskey-upload',
2111 ),
2112 'tooltips' => array(
2113 'tooltip-pt-userpage',
2114 'tooltip-pt-anonuserpage',
2115 'tooltip-pt-mytalk',
2116 'tooltip-pt-anontalk',
2117 'tooltip-pt-preferences',
2118 'tooltip-pt-watchlist',
2119 'tooltip-pt-mycontris',
2120 'tooltip-pt-login',
2121 'tooltip-pt-anonlogin',
2122 'tooltip-pt-logout',
2123 'tooltip-ca-talk',
2124 'tooltip-ca-edit',
2125 'tooltip-ca-addsection',
2126 'tooltip-ca-viewsource',
2127 'tooltip-ca-history',
2128 'tooltip-ca-protect',
2129 'tooltip-ca-delete',
2130 'tooltip-ca-undelete',
2131 'tooltip-ca-move',
2132 'tooltip-ca-watch',
2133 'tooltip-ca-unwatch',
2134 'tooltip-search',
2135 'tooltip-search-go',
2136 'tooltip-search-fulltext',
2137 'tooltip-p-logo',
2138 'tooltip-n-mainpage',
2139 'tooltip-n-portal',
2140 'tooltip-n-currentevents',
2141 'tooltip-n-recentchanges',
2142 'tooltip-n-randompage',
2143 'tooltip-n-help',
2144 'tooltip-t-whatlinkshere',
2145 'tooltip-t-recentchangeslinked',
2146 'tooltip-t-random',
2147 'tooltip-feed-rss',
2148 'tooltip-feed-atom',
2149 'tooltip-t-contributions',
2150 'tooltip-t-emailuser',
2151 'tooltip-t-upload',
2152 'tooltip-t-specialpages',
2153 'tooltip-t-print',
2154 'tooltip-t-permalink',
2155 'tooltip-ca-nstab-main',
2156 'tooltip-ca-nstab-user',
2157 'tooltip-ca-nstab-media',
2158 'tooltip-ca-nstab-special',
2159 'tooltip-ca-nstab-project',
2160 'tooltip-ca-nstab-image',
2161 'tooltip-ca-nstab-mediawiki',
2162 'tooltip-ca-nstab-template',
2163 'tooltip-ca-nstab-help',
2164 'tooltip-ca-nstab-category',
2165 'tooltip-minoredit',
2166 'tooltip-save',
2167 'tooltip-preview',
2168 'tooltip-diff',
2169 'tooltip-compareselectedversions',
2170 'tooltip-watch',
2171 'tooltip-recreate',
2172 'tooltip-upload',
2173 'tooltip-rollback',
2174 'tooltip-undo',
2175 ),
2176 'stylesheets' => array(
2177 'common.css',
2178 'standard.css',
2179 'nostalgia.css',
2180 'cologneblue.css',
2181 'monobook.css',
2182 'myskin.css',
2183 'chick.css',
2184 'simple.css',
2185 'modern.css',
2186 'print.css',
2187 'handheld.css',
2188 ),
2189 'scripts' => array(
2190 'common.js',
2191 'standard.js',
2192 'nostalgia.js',
2193 'cologneblue.js',
2194 'monobook.js',
2195 'myskin.js',
2196 'chick.js',
2197 'simple.js',
2198 'modern.js',
2199 ),
2200 'metadata_cc' => array(
2201 'nodublincore',
2202 'nocreativecommons',
2203 'notacceptable',
2204 ),
2205 'attribution' => array(
2206 'anonymous',
2207 'siteuser',
2208 'lastmodifiedatby',
2209 'othercontribs',
2210 'others',
2211 'siteusers',
2212 'creditspage',
2213 'nocredits',
2214 ),
2215 'spamprotection' => array(
2216 'spamprotectiontitle',
2217 'spamprotectiontext',
2218 'spamprotectionmatch',
2219 'spambot_username',
2220 'spam_reverting',
2221 'spam_blanking',
2222 ),
2223 'info' => array(
2224 'infosubtitle',
2225 'numedits',
2226 'numtalkedits',
2227 'numwatchers',
2228 'numauthors',
2229 'numtalkauthors',
2230 ),
2231 'skin' => array(
2232 'skinname-standard',
2233 'skinname-nostalgia',
2234 'skinname-cologneblue',
2235 'skinname-monobook',
2236 'skinname-myskin',
2237 'skinname-chick',
2238 'skinname-simple',
2239 'skinname-modern',
2240 ),
2241 'math' => array(
2242 'mw_math_png',
2243 'mw_math_simple',
2244 'mw_math_html',
2245 'mw_math_source',
2246 'mw_math_modern',
2247 'mw_math_mathml',
2248 ),
2249 'patrolling' => array(
2250 'markaspatrolleddiff',
2251 'markaspatrolledlink',
2252 'markaspatrolledtext',
2253 'markedaspatrolled',
2254 'markedaspatrolledtext',
2255 'rcpatroldisabled',
2256 'rcpatroldisabledtext',
2257 'markedaspatrollederror',
2258 'markedaspatrollederrortext',
2259 'markedaspatrollederror-noautopatrol',
2260 ),
2261 'patrol-log' => array(
2262 'patrol-log-page',
2263 'patrol-log-header',
2264 'patrol-log-line',
2265 'patrol-log-auto',
2266 'patrol-log-diff',
2267 'log-show-hide-patrol',
2268 ),
2269 'imagedeletion' => array(
2270 'deletedrevision',
2271 'filedeleteerror-short',
2272 'filedeleteerror-long',
2273 'filedelete-missing',
2274 'filedelete-old-unregistered',
2275 'filedelete-current-unregistered',
2276 'filedelete-archive-read-only',
2277 ),
2278 'browsediffs' => array(
2279 'previousdiff',
2280 'nextdiff',
2281 ),
2282 'visual-comparison' => array(
2283 'visual-comparison',
2284 ),
2285 'media-info' => array(
2286 'mediawarning',
2287 'imagemaxsize',
2288 'thumbsize',
2289 'widthheight',
2290 'widthheightpage',
2291 'file-info',
2292 'file-info-size',
2293 'file-nohires',
2294 'svg-long-desc',
2295 'show-big-image',
2296 'show-big-image-thumb',
2297 ),
2298 'newfiles' => array(
2299 'newimages',
2300 'imagelisttext',
2301 'newimages-summary',
2302 'newimages-legend',
2303 'newimages-label',
2304 'showhidebots',
2305 'noimages',
2306 'ilsubmit',
2307 'bydate',
2308 'sp-newimages-showfrom',
2309 ),
2310 'video-info' => array(
2311 'video-dims',
2312 'seconds-abbrev',
2313 'minutes-abbrev',
2314 'hours-abbrev',
2315 ),
2316 'badimagelist' => array(
2317 'bad_image_list',
2318 ),
2319 'variantname-zh' => array(
2320 'variantname-zh-hans',
2321 'variantname-zh-hant',
2322 'variantname-zh-cn',
2323 'variantname-zh-tw',
2324 'variantname-zh-hk',
2325 'variantname-zh-mo',
2326 'variantname-zh-sg',
2327 'variantname-zh-my',
2328 'variantname-zh',
2329 ),
2330 'variantname-gan' => array(
2331 'variantname-gan-hans',
2332 'variantname-gan-hant',
2333 'variantname-gan',
2334 ),
2335 'variantname-sr' => array(
2336 'variantname-sr-ec',
2337 'variantname-sr-el',
2338 'variantname-sr',
2339 ),
2340 'variantname-kk' => array(
2341 'variantname-kk-kz',
2342 'variantname-kk-tr',
2343 'variantname-kk-cn',
2344 'variantname-kk-cyrl',
2345 'variantname-kk-latn',
2346 'variantname-kk-arab',
2347 'variantname-kk',
2348 ),
2349 'variantname-ku' => array(
2350 'variantname-ku-arab',
2351 'variantname-ku-latn',
2352 'variantname-ku',
2353 ),
2354 'variantname-tg' => array(
2355 'variantname-tg-cyrl',
2356 'variantname-tg-latn',
2357 'variantname-tg',
2358 ),
2359 'metadata' => array(
2360 'metadata',
2361 'metadata-help',
2362 'metadata-expand',
2363 'metadata-collapse',
2364 'metadata-fields',
2365 ),
2366 'exif' => array(
2367 'exif-imagewidth',
2368 'exif-imagelength',
2369 'exif-bitspersample',
2370 'exif-compression',
2371 'exif-photometricinterpretation',
2372 'exif-orientation',
2373 'exif-samplesperpixel',
2374 'exif-planarconfiguration',
2375 'exif-ycbcrsubsampling',
2376 'exif-ycbcrpositioning',
2377 'exif-xresolution',
2378 'exif-yresolution',
2379 'exif-resolutionunit',
2380 'exif-stripoffsets',
2381 'exif-rowsperstrip',
2382 'exif-stripbytecounts',
2383 'exif-jpeginterchangeformat',
2384 'exif-jpeginterchangeformatlength',
2385 'exif-transferfunction',
2386 'exif-whitepoint',
2387 'exif-primarychromaticities',
2388 'exif-ycbcrcoefficients',
2389 'exif-referenceblackwhite',
2390 'exif-datetime',
2391 'exif-imagedescription',
2392 'exif-make',
2393 'exif-model',
2394 'exif-software',
2395 'exif-artist',
2396 'exif-copyright',
2397 'exif-exifversion',
2398 'exif-flashpixversion',
2399 'exif-colorspace',
2400 'exif-componentsconfiguration',
2401 'exif-compressedbitsperpixel',
2402 'exif-pixelydimension',
2403 'exif-pixelxdimension',
2404 'exif-makernote',
2405 'exif-usercomment',
2406 'exif-relatedsoundfile',
2407 'exif-datetimeoriginal',
2408 'exif-datetimedigitized',
2409 'exif-subsectime',
2410 'exif-subsectimeoriginal',
2411 'exif-subsectimedigitized',
2412 'exif-exposuretime',
2413 'exif-exposuretime-format',
2414 'exif-fnumber',
2415 'exif-fnumber-format',
2416 'exif-exposureprogram',
2417 'exif-spectralsensitivity',
2418 'exif-isospeedratings',
2419 'exif-oecf',
2420 'exif-shutterspeedvalue',
2421 'exif-aperturevalue',
2422 'exif-brightnessvalue',
2423 'exif-exposurebiasvalue',
2424 'exif-maxaperturevalue',
2425 'exif-subjectdistance',
2426 'exif-meteringmode',
2427 'exif-lightsource',
2428 'exif-flash',
2429 'exif-focallength',
2430 'exif-focallength-format',
2431 'exif-subjectarea',
2432 'exif-flashenergy',
2433 'exif-spatialfrequencyresponse',
2434 'exif-focalplanexresolution',
2435 'exif-focalplaneyresolution',
2436 'exif-focalplaneresolutionunit',
2437 'exif-subjectlocation',
2438 'exif-exposureindex',
2439 'exif-sensingmethod',
2440 'exif-filesource',
2441 'exif-scenetype',
2442 'exif-cfapattern',
2443 'exif-customrendered',
2444 'exif-exposuremode',
2445 'exif-whitebalance',
2446 'exif-digitalzoomratio',
2447 'exif-focallengthin35mmfilm',
2448 'exif-scenecapturetype',
2449 'exif-gaincontrol',
2450 'exif-contrast',
2451 'exif-saturation',
2452 'exif-sharpness',
2453 'exif-devicesettingdescription',
2454 'exif-subjectdistancerange',
2455 'exif-imageuniqueid',
2456 'exif-gpsversionid',
2457 'exif-gpslatituderef',
2458 'exif-gpslatitude',
2459 'exif-gpslongituderef',
2460 'exif-gpslongitude',
2461 'exif-gpsaltituderef',
2462 'exif-gpsaltitude',
2463 'exif-gpstimestamp',
2464 'exif-gpssatellites',
2465 'exif-gpsstatus',
2466 'exif-gpsmeasuremode',
2467 'exif-gpsdop',
2468 'exif-gpsspeedref',
2469 'exif-gpsspeed',
2470 'exif-gpstrackref',
2471 'exif-gpstrack',
2472 'exif-gpsimgdirectionref',
2473 'exif-gpsimgdirection',
2474 'exif-gpsmapdatum',
2475 'exif-gpsdestlatituderef',
2476 'exif-gpsdestlatitude',
2477 'exif-gpsdestlongituderef',
2478 'exif-gpsdestlongitude',
2479 'exif-gpsdestbearingref',
2480 'exif-gpsdestbearing',
2481 'exif-gpsdestdistanceref',
2482 'exif-gpsdestdistance',
2483 'exif-gpsprocessingmethod',
2484 'exif-gpsareainformation',
2485 'exif-gpsdatestamp',
2486 'exif-gpsdifferential',
2487 ),
2488 'exif-values' => array(
2489 'exif-make-value',
2490 'exif-model-value',
2491 'exif-software-value',
2492 ),
2493 'exif-compression' => array(
2494 'exif-compression-1',
2495 'exif-compression-6',
2496 ),
2497 'exif-photometricinterpretation' => array(
2498 'exif-photometricinterpretation-2',
2499 'exif-photometricinterpretation-6',
2500 ),
2501 'exif-unknowndate' => array(
2502 'exif-unknowndate',
2503 ),
2504 'exif-orientation' => array(
2505 'exif-orientation-1',
2506 'exif-orientation-2',
2507 'exif-orientation-3',
2508 'exif-orientation-4',
2509 'exif-orientation-5',
2510 'exif-orientation-6',
2511 'exif-orientation-7',
2512 'exif-orientation-8',
2513 ),
2514 'exif-planarconfiguration' => array(
2515 'exif-planarconfiguration-1',
2516 'exif-planarconfiguration-2',
2517 ),
2518 'exif-xyresolution' => array(
2519 'exif-xyresolution-i',
2520 'exif-xyresolution-c',
2521 ),
2522 'exif-colorspace' => array(
2523 'exif-colorspace-1',
2524 'exif-colorspace-ffff.h',
2525 ),
2526 'exif-componentsconfiguration' => array(
2527 'exif-componentsconfiguration-0',
2528 'exif-componentsconfiguration-1',
2529 'exif-componentsconfiguration-2',
2530 'exif-componentsconfiguration-3',
2531 'exif-componentsconfiguration-4',
2532 'exif-componentsconfiguration-5',
2533 'exif-componentsconfiguration-6',
2534 ),
2535 'exif-exposureprogram' => array(
2536 'exif-exposureprogram-0',
2537 'exif-exposureprogram-1',
2538 'exif-exposureprogram-2',
2539 'exif-exposureprogram-3',
2540 'exif-exposureprogram-4',
2541 'exif-exposureprogram-5',
2542 'exif-exposureprogram-6',
2543 'exif-exposureprogram-7',
2544 'exif-exposureprogram-8',
2545 ),
2546 'exif-subjectdistance-value' => array(
2547 'exif-subjectdistance-value',
2548 ),
2549 'exif-meteringmode' => array(
2550 'exif-meteringmode-0',
2551 'exif-meteringmode-1',
2552 'exif-meteringmode-2',
2553 'exif-meteringmode-3',
2554 'exif-meteringmode-4',
2555 'exif-meteringmode-5',
2556 'exif-meteringmode-6',
2557 'exif-meteringmode-255',
2558 ),
2559 'exif-lightsource' => array(
2560 'exif-lightsource-0',
2561 'exif-lightsource-1',
2562 'exif-lightsource-2',
2563 'exif-lightsource-3',
2564 'exif-lightsource-4',
2565 'exif-lightsource-9',
2566 'exif-lightsource-10',
2567 'exif-lightsource-11',
2568 'exif-lightsource-12',
2569 'exif-lightsource-13',
2570 'exif-lightsource-14',
2571 'exif-lightsource-15',
2572 'exif-lightsource-17',
2573 'exif-lightsource-18',
2574 'exif-lightsource-19',
2575 'exif-lightsource-20',
2576 'exif-lightsource-21',
2577 'exif-lightsource-22',
2578 'exif-lightsource-23',
2579 'exif-lightsource-24',
2580 'exif-lightsource-255',
2581 ),
2582 'exif-flash' => array(
2583 'exif-flash-fired-0' ,
2584 'exif-flash-fired-1' ,
2585 'exif-flash-return-0' ,
2586 'exif-flash-return-2' ,
2587 'exif-flash-return-3' ,
2588 'exif-flash-mode-1' ,
2589 'exif-flash-mode-2' ,
2590 'exif-flash-mode-3' ,
2591 'exif-flash-function-1' ,
2592 'exif-flash-redeye-1' ,
2593 ),
2594 'exif-focalplaneresolutionunit' => array(
2595 'exif-focalplaneresolutionunit-2',
2596 ),
2597 'exif-sensingmethod' => array(
2598 'exif-sensingmethod-1',
2599 'exif-sensingmethod-2',
2600 'exif-sensingmethod-3',
2601 'exif-sensingmethod-4',
2602 'exif-sensingmethod-5',
2603 'exif-sensingmethod-7',
2604 'exif-sensingmethod-8',
2605 ),
2606 'exif-filesource' => array(
2607 'exif-filesource-3',
2608 ),
2609 'exif-scenetype' => array(
2610 'exif-scenetype-1',
2611 ),
2612 'exif-customrendered' => array(
2613 'exif-customrendered-0',
2614 'exif-customrendered-1',
2615 ),
2616 'exif-exposuremode' => array(
2617 'exif-exposuremode-0',
2618 'exif-exposuremode-1',
2619 'exif-exposuremode-2',
2620 ),
2621 'exif-whitebalance' => array(
2622 'exif-whitebalance-0',
2623 'exif-whitebalance-1',
2624 ),
2625 'exif-scenecapturetype' => array(
2626 'exif-scenecapturetype-0',
2627 'exif-scenecapturetype-1',
2628 'exif-scenecapturetype-2',
2629 'exif-scenecapturetype-3',
2630 ),
2631 'exif-gaincontrol' => array(
2632 'exif-gaincontrol-0',
2633 'exif-gaincontrol-1',
2634 'exif-gaincontrol-2',
2635 'exif-gaincontrol-3',
2636 'exif-gaincontrol-4',
2637 ),
2638 'exif-contrast' => array(
2639 'exif-contrast-0',
2640 'exif-contrast-1',
2641 'exif-contrast-2',
2642 ),
2643 'exif-saturation' => array(
2644 'exif-saturation-0',
2645 'exif-saturation-1',
2646 'exif-saturation-2',
2647 ),
2648 'exif-sharpness' => array(
2649 'exif-sharpness-0',
2650 'exif-sharpness-1',
2651 'exif-sharpness-2',
2652 ),
2653 'exif-subjectdistancerange' => array(
2654 'exif-subjectdistancerange-0',
2655 'exif-subjectdistancerange-1',
2656 'exif-subjectdistancerange-2',
2657 'exif-subjectdistancerange-3',
2658 ),
2659 'exif-gpslatitude' => array(
2660 'exif-gpslatitude-n',
2661 'exif-gpslatitude-s',
2662 ),
2663 'exif-gpslongitude' => array(
2664 'exif-gpslongitude-e',
2665 'exif-gpslongitude-w',
2666 ),
2667 'exif-gpsstatus' => array(
2668 'exif-gpsstatus-a',
2669 'exif-gpsstatus-v',
2670 ),
2671 'exif-gpsmeasuremode' => array(
2672 'exif-gpsmeasuremode-2',
2673 'exif-gpsmeasuremode-3',
2674 ),
2675 'exif-gpsspeed' => array(
2676 'exif-gpsspeed-k',
2677 'exif-gpsspeed-m',
2678 'exif-gpsspeed-n',
2679 ),
2680 'exif-gpsdirection' => array(
2681 'exif-gpsdirection-t',
2682 'exif-gpsdirection-m',
2683 ),
2684 'edit-externally' => array(
2685 'edit-externally',
2686 'edit-externally-help',
2687 ),
2688 'all' => array(
2689 'recentchangesall',
2690 'imagelistall',
2691 'watchlistall2',
2692 'namespacesall',
2693 'monthsall',
2694 ),
2695 'confirmemail' => array(
2696 'confirmemail',
2697 'confirmemail_noemail',
2698 'confirmemail_text',
2699 'confirmemail_pending',
2700 'confirmemail_send',
2701 'confirmemail_sent',
2702 'confirmemail_oncreate',
2703 'confirmemail_sendfailed',
2704 'confirmemail_invalid',
2705 'confirmemail_needlogin',
2706 'confirmemail_success',
2707 'confirmemail_loggedin',
2708 'confirmemail_error',
2709 'confirmemail_subject',
2710 'confirmemail_body',
2711 'confirmemail_invalidated',
2712 'invalidateemail',
2713 ),
2714 'scarytransclusion' => array(
2715 'scarytranscludedisabled',
2716 'scarytranscludefailed',
2717 'scarytranscludetoolong',
2718 ),
2719 'trackbacks' => array(
2720 'trackbackbox',
2721 'trackback',
2722 'trackbackexcerpt',
2723 'trackbackremove',
2724 'trackbacklink',
2725 'trackbackdeleteok',
2726 ),
2727 'deleteconflict' => array(
2728 'deletedwhileediting',
2729 'confirmrecreate',
2730 'recreate',
2731 ),
2732 'unit-pixel' => array(
2733 'unit-pixel',
2734 ),
2735 'purge' => array(
2736 'confirm_purge_button',
2737 'confirm-purge-top',
2738 'confirm-purge-bottom',
2739 ),
2740 'separators' => array(
2741 'catseparator',
2742 'semicolon-separator',
2743 'comma-separator',
2744 'colon-separator',
2745 'autocomment-prefix',
2746 'pipe-separator',
2747 'word-separator',
2748 'ellipsis',
2749 'percent',
2750 ),
2751 'imgmulti' => array(
2752 'imgmultipageprev',
2753 'imgmultipagenext',
2754 'imgmultigo',
2755 'imgmultigoto',
2756 ),
2757 'tablepager' => array(
2758 'ascending_abbrev',
2759 'descending_abbrev',
2760 'table_pager_next',
2761 'table_pager_prev',
2762 'table_pager_first',
2763 'table_pager_last',
2764 'table_pager_limit',
2765 'table_pager_limit_submit',
2766 'table_pager_empty',
2767 ),
2768 'autosumm' => array(
2769 'autosumm-blank',
2770 'autosumm-replace',
2771 'autoredircomment',
2772 'autosumm-new',
2773 ),
2774 'autoblock_whitelist' => array(
2775 'autoblock_whitelist',
2776 ),
2777 'sizeunits' => array(
2778 'size-bytes',
2779 'size-kilobytes',
2780 'size-megabytes',
2781 'size-gigabytes',
2782 ),
2783 'livepreview' => array(
2784 'livepreview-loading',
2785 'livepreview-ready',
2786 'livepreview-failed',
2787 'livepreview-error',
2788 ),
2789 'lagwarning' => array(
2790 'lag-warn-normal',
2791 'lag-warn-high',
2792 ),
2793 'watchlisteditor' => array(
2794 'watchlistedit-numitems',
2795 'watchlistedit-noitems',
2796 'watchlistedit-normal-title',
2797 'watchlistedit-normal-legend',
2798 'watchlistedit-normal-explain',
2799 'watchlistedit-normal-submit',
2800 'watchlistedit-normal-done',
2801 'watchlistedit-raw-title',
2802 'watchlistedit-raw-legend',
2803 'watchlistedit-raw-explain',
2804 'watchlistedit-raw-titles',
2805 'watchlistedit-raw-submit',
2806 'watchlistedit-raw-done',
2807 'watchlistedit-raw-added',
2808 'watchlistedit-raw-removed',
2809 ),
2810 'watchlisttools' => array(
2811 'watchlisttools-view',
2812 'watchlisttools-edit',
2813 'watchlisttools-raw',
2814 ),
2815 'iranian-dates' => array(
2816 'iranian-calendar-m1',
2817 'iranian-calendar-m2',
2818 'iranian-calendar-m3',
2819 'iranian-calendar-m4',
2820 'iranian-calendar-m5',
2821 'iranian-calendar-m6',
2822 'iranian-calendar-m7',
2823 'iranian-calendar-m8',
2824 'iranian-calendar-m9',
2825 'iranian-calendar-m10',
2826 'iranian-calendar-m11',
2827 'iranian-calendar-m12',
2828 ),
2829 'hijri-dates' => array(
2830 'hijri-calendar-m1',
2831 'hijri-calendar-m2',
2832 'hijri-calendar-m3',
2833 'hijri-calendar-m4',
2834 'hijri-calendar-m5',
2835 'hijri-calendar-m6',
2836 'hijri-calendar-m7',
2837 'hijri-calendar-m8',
2838 'hijri-calendar-m9',
2839 'hijri-calendar-m10',
2840 'hijri-calendar-m11',
2841 'hijri-calendar-m12',
2842 ),
2843 'hebrew-dates' => array(
2844 'hebrew-calendar-m1',
2845 'hebrew-calendar-m2',
2846 'hebrew-calendar-m3',
2847 'hebrew-calendar-m4',
2848 'hebrew-calendar-m5',
2849 'hebrew-calendar-m6',
2850 'hebrew-calendar-m6a',
2851 'hebrew-calendar-m6b',
2852 'hebrew-calendar-m7',
2853 'hebrew-calendar-m8',
2854 'hebrew-calendar-m9',
2855 'hebrew-calendar-m10',
2856 'hebrew-calendar-m11',
2857 'hebrew-calendar-m12',
2858 'hebrew-calendar-m1-gen',
2859 'hebrew-calendar-m2-gen',
2860 'hebrew-calendar-m3-gen',
2861 'hebrew-calendar-m4-gen',
2862 'hebrew-calendar-m5-gen',
2863 'hebrew-calendar-m6-gen',
2864 'hebrew-calendar-m6a-gen',
2865 'hebrew-calendar-m6b-gen',
2866 'hebrew-calendar-m7-gen',
2867 'hebrew-calendar-m8-gen',
2868 'hebrew-calendar-m9-gen',
2869 'hebrew-calendar-m10-gen',
2870 'hebrew-calendar-m11-gen',
2871 'hebrew-calendar-m12-gen',
2872 ),
2873 'signatures' => array(
2874 'signature',
2875 'signature-anon',
2876 'timezone-utc',
2877 ),
2878 'CoreParserFunctions' => array(
2879 'unknown_extension_tag',
2880 'duplicate-defaultsort',
2881 ),
2882 'version' => array(
2883 'version',
2884 'version-extensions',
2885 'version-specialpages',
2886 'version-parserhooks',
2887 'version-variables',
2888 'version-other',
2889 'version-mediahandlers',
2890 'version-hooks',
2891 'version-extension-functions',
2892 'version-parser-extensiontags',
2893 'version-parser-function-hooks',
2894 'version-skin-extension-functions',
2895 'version-hook-name',
2896 'version-hook-subscribedby',
2897 'version-version',
2898 'version-license',
2899 'version-software',
2900 'version-software-product',
2901 'version-software-version',
2902 ),
2903 'filepath' => array(
2904 'filepath',
2905 'filepath-page',
2906 'filepath-submit',
2907 'filepath-summary',
2908 ),
2909 'fileduplicatesearch' => array(
2910 'fileduplicatesearch',
2911 'fileduplicatesearch-summary',
2912 'fileduplicatesearch-legend',
2913 'fileduplicatesearch-filename',
2914 'fileduplicatesearch-submit',
2915 'fileduplicatesearch-info',
2916 'fileduplicatesearch-result-1',
2917 'fileduplicatesearch-result-n',
2918 ),
2919 'special-specialpages' => array(
2920 'specialpages',
2921 'specialpages-summary',
2922 'specialpages-note',
2923 'specialpages-group-maintenance',
2924 'specialpages-group-other',
2925 'specialpages-group-login',
2926 'specialpages-group-changes',
2927 'specialpages-group-media',
2928 'specialpages-group-users',
2929 'specialpages-group-highuse',
2930 'specialpages-group-pages',
2931 'specialpages-group-pagetools',
2932 'specialpages-group-wiki',
2933 'specialpages-group-redirects',
2934 'specialpages-group-spam',
2935 ),
2936 'special-blank' => array(
2937 'blankpage',
2938 'intentionallyblankpage',
2939 ),
2940 'external_images' => array(
2941 'external_image_whitelist',
2942 ),
2943 'special-tags' => array(
2944 'tags',
2945 'tag-filter',
2946 'tag-filter-submit',
2947 'tags-title',
2948 'tags-intro',
2949 'tags-tag',
2950 'tags-display-header',
2951 'tags-description-header',
2952 'tags-hitcount-header',
2953 'tags-edit',
2954 'tags-hitcount',
2955 ),
2956 'db-error-messages' => array(
2957 'dberr-header',
2958 'dberr-problems',
2959 'dberr-again',
2960 'dberr-info',
2961 'dberr-usegoogle',
2962 'dberr-outofdate',
2963 'dberr-cachederror',
2964 ),
2965 );
2966
2967 /** Comments for each block */
2968 $wgBlockComments = array(
2969 'sidebar' => "The sidebar for MonoBook is generated from this message, lines that do not
2970 begin with * or ** are discarded, furthermore lines that do begin with ** and
2971 do not contain | are also discarded, but do not depend on this behaviour for
2972 future releases. Also note that since each list value is wrapped in a unique
2973 XHTML id it should only appear once and include characters that are legal
2974 XHTML id names.",
2975 'toggles' => 'User preference toggles',
2976 'underline' => '',
2977 'dates' => 'Dates',
2978 'categorypages' => 'Categories related messages',
2979 'mainpage' => '',
2980 'miscellaneous1' => '',
2981 'metadata_help' => 'Metadata in edit box',
2982 'miscellaneous2' => '',
2983 '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).',
2984 'badaccess' => '',
2985 'versionrequired' => '',
2986 'miscellaneous3' => '',
2987 'nstab' => "Short words for each namespace, by default used in the namespace tab in monobook",
2988 'main' => 'Main script and global functions',
2989 'errors' => 'General errors',
2990 'virus' => 'Virus scanner',
2991 'login' => 'Login and logout pages',
2992 'resetpass' => 'Password reset dialog',
2993 'toolbar' => 'Edit page toolbar',
2994 'edit' => 'Edit pages',
2995 'parserwarnings' => 'Parser/template warnings',
2996 'undo' => '"Undo" feature',
2997 'cantcreateaccount' => 'Account creation failure',
2998 'history' => 'History pages',
2999 'history-feed' => 'Revision feed',
3000 'revdelete' => 'Revision deletion',
3001 'suppression' => 'Suppression log',
3002 'mergehistory' => 'History merging',
3003 'mergelog' => 'Merge log',
3004 'diffs' => 'Diffs',
3005 'search' => 'Search results',
3006 'opensearch' => 'OpenSearch description',
3007 'preferences' => 'Preferences page',
3008 'userrights' => 'User rights',
3009 'group' => 'Groups',
3010 'group-member' => '',
3011 'grouppage' => '',
3012 'right' => 'Rights',
3013 'action' => 'Associated actions - in the sentence "You do not have permission to X"',
3014 'rightslog' => 'User rights log',
3015 'recentchanges' => 'Recent changes',
3016 'recentchangeslinked' => 'Recent changes linked',
3017 'upload' => 'Upload',
3018 'upload-errors' => '',
3019 'upload-curl-errors' => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>',
3020 'licenses' => '',
3021 'filelist' => 'Special:ListFiles',
3022 'filedescription' => 'File description page',
3023 'filerevert' => 'File reversion',
3024 'filedelete' => 'File deletion',
3025 'mimesearch' => 'MIME search',
3026 'unwatchedpages' => 'Unwatched pages',
3027 'listredirects' => 'List redirects',
3028 'unusedtemplates' => 'Unused templates',
3029 'randompage' => 'Random page',
3030 'randomredirect' => 'Random redirect',
3031 'statistics' => 'Statistics',
3032 'disambiguations' => '',
3033 'doubleredirects' => '',
3034 'brokenredirects' => '',
3035 'withoutinterwiki' => '',
3036 'fewestrevisions' => '',
3037 'specialpages' => 'Miscellaneous special pages',
3038 'booksources' => 'Book sources',
3039 'magicwords' => 'Magic words',
3040 'logpages' => 'Special:Log',
3041 'allpages' => 'Special:AllPages',
3042 'categories' => 'Special:Categories',
3043 'deletedcontribs' => 'Special:DeletedContributions',
3044 'linksearch' => 'Special:LinkSearch',
3045 'listusers' => 'Special:ListUsers',
3046 'newuserlog' => 'Special:Log/newusers',
3047 'listgrouprights' => 'Special:ListGroupRights',
3048 'emailuser' => 'E-mail user',
3049 'watchlist' => 'Watchlist',
3050 'watching' => 'Displayed when you click the "watch" button and it is in the process of watching',
3051 'enotif' => '',
3052 'delete' => 'Delete',
3053 'rollback' => 'Rollback',
3054 'protect' => 'Protect',
3055 'restrictions' => 'Restrictions (nouns)',
3056 'restriction-levels' => 'Restriction levels',
3057 'undelete' => 'Undelete',
3058 'nsform' => 'Namespace form on various pages',
3059 'contributions' => 'Contributions',
3060 'sp-contributions' => '',
3061 'whatlinkshere' => 'What links here',
3062 'block' => 'Block/unblock',
3063 'developertools' => 'Developer tools',
3064 'movepage' => 'Move page',
3065 'export' => 'Export',
3066 'allmessages' => 'Namespace 8 related',
3067 'thumbnails' => 'Thumbnails',
3068 'import' => 'Special:Import',
3069 'importlog' => 'Import log',
3070 'accesskeys' => 'Keyboard access keys for power users',
3071 'tooltips' => 'Tooltip help for the actions',
3072 'stylesheets' => 'Stylesheets',
3073 'scripts' => 'Scripts',
3074 'metadata_cc' => 'Metadata',
3075 'attribution' => 'Attribution',
3076 'spamprotection' => 'Spam protection',
3077 'info' => 'Info page',
3078 'skin' => 'Skin names',
3079 'math' => 'Math options',
3080 'patrolling' => 'Patrolling',
3081 'patrol-log' => 'Patrol log',
3082 'imagedeletion' => 'Image deletion',
3083 'browsediffs' => 'Browsing diffs',
3084 'newfiles' => 'Special:NewFiles',
3085 'video-info' => 'Video information, used by Language::formatTimePeriod() to format lengths in the above messages',
3086 'badimagelist' => 'Bad image list',
3087 'variantname-zh' => "Short names for language variants used for language conversion links.
3088 To disable showing a particular link, set it to 'disable', e.g.
3089 'variantname-zh-sg' => 'disable',
3090 Variants for Chinese language",
3091 'variantname-gan' => 'Variants for Gan language',
3092 'variantname-sr' => 'Variants for Serbian language',
3093 'variantname-kk' => 'Variants for Kazakh language',
3094 'variantname-ku' => 'Variants for Kurdish language',
3095 'variantname-tg' => 'Variants for Tajiki language',
3096 'visual-comparison' => 'Visual comparison',
3097 'media-info' => 'Media information',
3098 'metadata' => 'Metadata',
3099 'exif' => 'EXIF tags',
3100 'exif-values' => 'Make & model, can be wikified in order to link to the camera and model name',
3101 'exif-compression' => 'EXIF attributes',
3102 'exif-unknowndate' => '',
3103 'exif-photometricinterpretation' => '',
3104 'exif-orientation' => '',
3105 'exif-planarconfiguration' => '',
3106 'exif-xyresolution' => '',
3107 'exif-colorspace' => '',
3108 'exif-componentsconfiguration' => '',
3109 'exif-exposureprogram' => '',
3110 'exif-subjectdistance-value' => '',
3111 'exif-meteringmode' => '',
3112 'exif-lightsource' => '',
3113 'exif-flash' => 'Flash modes',
3114 'exif-focalplaneresolutionunit' => '',
3115 'exif-sensingmethod' => '',
3116 'exif-filesource' => '',
3117 'exif-scenetype' => '',
3118 'exif-customrendered' => '',
3119 'exif-exposuremode' => '',
3120 'exif-whitebalance' => '',
3121 'exif-scenecapturetype' => '',
3122 'exif-gaincontrol' => '',
3123 'exif-contrast' => '',
3124 'exif-saturation' => '',
3125 'exif-sharpness' => '',
3126 'exif-subjectdistancerange' => '',
3127 'exif-gpslatitude' => 'Pseudotags used for GPSLatitudeRef and GPSDestLatitudeRef',
3128 'exif-gpslongitude' => 'Pseudotags used for GPSLongitudeRef and GPSDestLongitudeRef',
3129 'exif-gpsstatus' => '',
3130 'exif-gpsmeasuremode' => '',
3131 'exif-gpsspeed' => 'Pseudotags used for GPSSpeedRef and GPSDestDistanceRef',
3132 'exif-gpsdirection' => 'Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef',
3133 'edit-externally' => 'External editor support',
3134 'all' => "'all' in various places, this might be different for inflected languages",
3135 'confirmemail' => 'E-mail address confirmation',
3136 'scarytransclusion' => 'Scary transclusion',
3137 'trackbacks' => 'Trackbacks',
3138 'deleteconflict' => 'Delete conflict',
3139 'unit-pixel' => '',
3140 'purge' => 'action=purge',
3141 'separators' => 'Separators for various lists, etc.',
3142 'imgmulti' => 'Multipage image navigation',
3143 'tablepager' => 'Table pager',
3144 'autosumm' => 'Auto-summaries',
3145 'autoblock_whitelist' => 'Autoblock whitelist',
3146 'sizeunits' => 'Size units',
3147 'livepreview' => 'Live preview',
3148 'lagwarning' => 'Friendlier slave lag warnings',
3149 'watchlisteditor' => 'Watchlist editor',
3150 'watchlisttools' => 'Watchlist editing tools',
3151 'iranian-dates' => 'Iranian month names',
3152 'hijri-dates' => 'Hijri month names',
3153 'hebrew-dates' => 'Hebrew month names',
3154 'signatures' => 'Signatures',
3155 'CoreParserFunctions' => 'Core parser functions',
3156 'version' => 'Special:Version',
3157 'filepath' => 'Special:FilePath',
3158 'fileduplicatesearch' => 'Special:FileDuplicateSearch',
3159 'special-specialpages' => 'Special:SpecialPages',
3160 'special-blank' => 'Special:BlankPage',
3161 'external_images' => 'External image whitelist',
3162 'special-tags' => 'Special:Tags',
3163 'db-error-messages' => 'Database error messages',
3164 );
3165
3166 /** Short comments for standalone messages */
3167 $wgMessageComments = array(
3168 'hidden-category-category' => 'Name of the category where hidden categories will be listed',
3169 'lastmodifiedat' => '$1 date, $2 time',
3170 'sitenotice' => 'the equivalent to wgSiteNotice',
3171 'history-feed-item-nocomment' => 'user at time',
3172 'shared-repo-from' => '$1 is the repository name',
3173 'shared-repo' => 'used when shared-repo-NAME does not exist',
3174 'editcomment' => 'only shown if there is an edit comment',
3175 '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',
3176 'lastmodifiedatby' => '$1 date, $2 time, $3 user',
3177 'exif-orientation-1' => '0th row: top; 0th column: left',
3178 'exif-orientation-2' => '0th row: top; 0th column: right',
3179 'exif-orientation-3' => '0th row: bottom; 0th column: right',
3180 'exif-orientation-4' => '0th row: bottom; 0th column: left',
3181 'exif-orientation-5' => '0th row: left; 0th column: top',
3182 'exif-orientation-6' => '0th row: right; 0th column: top',
3183 'exif-orientation-7' => '0th row: right; 0th column: bottom',
3184 'exif-orientation-8' => '0th row: left; 0th column: bottom',
3185 'movepage-moved' => 'The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.',
3186 'ipboptions' => 'display1:time1,display2:time2,...',
3187 'protect-expiry-options' => 'display1:time1,display2:time2,...',
3188 'metadata-fields' => 'Do not translate list items',
3189 'version' => 'Not used as normal message but as header for the special page itself',
3190 'userrights' => 'Not used as normal message but as header for the special page itself',
3191 'revision-info' => 'Additionally available: $3: revision id',
3192 'revision-info-current' => 'Available parameters: $1: timestamp; $2: userlinks; $3: revision id',
3193 'nocontribs' => 'Optional parameter: $1 is the user name',
3194 );