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