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