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