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