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