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