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