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