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