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