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