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