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