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