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