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