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