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