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