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