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