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