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