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