* (bug 14772) Disallow moving images to invalid titles
[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 'skinpreview' => array(
62 'skinpreview',
63 ),
64 'dates' => array(
65 'sunday',
66 'monday',
67 'tuesday',
68 'wednesday',
69 'thursday',
70 'friday',
71 'saturday',
72 'sun',
73 'mon',
74 'tue',
75 'wed',
76 'thu',
77 'fri',
78 'sat',
79 'january',
80 'february',
81 'march',
82 'april',
83 'may_long',
84 'june',
85 'july',
86 'august',
87 'september',
88 'october',
89 'november',
90 'december',
91 'january-gen',
92 'february-gen',
93 'march-gen',
94 'april-gen',
95 'may-gen',
96 'june-gen',
97 'july-gen',
98 'august-gen',
99 'september-gen',
100 'october-gen',
101 'november-gen',
102 'december-gen',
103 'jan',
104 'feb',
105 'mar',
106 'apr',
107 'may',
108 'jun',
109 'jul',
110 'aug',
111 'sep',
112 'oct',
113 'nov',
114 'dec',
115 ),
116 'categorypages' => array(
117 'pagecategories',
118 'pagecategorieslink',
119 'category_header',
120 'subcategories',
121 'category-media-header',
122 'category-empty',
123 'hidden-categories',
124 'hidden-category-category',
125 'category-subcat-count',
126 'category-subcat-count-limited',
127 'category-article-count',
128 'category-article-count-limited',
129 'category-file-count',
130 'category-file-count-limited',
131 'listingcontinuesabbrev',
132 ),
133 'mainpage' => array(
134 'linkprefix',
135 'mainpagetext',
136 'mainpagedocfooter',
137 ),
138 'miscellaneous1' => array(
139 'about',
140 'article',
141 'newwindow',
142 'cancel',
143 'qbfind',
144 'qbbrowse',
145 'qbedit',
146 'qbpageoptions',
147 'qbpageinfo',
148 'qbmyoptions',
149 'qbspecialpages',
150 'moredotdotdot',
151 'mypage',
152 'mytalk',
153 'anontalk',
154 'navigation',
155 'and',
156 ),
157 'metadata_help' => array(
158 'metadata_help',
159 ),
160 'miscellaneous2' => array(
161 'errorpagetitle',
162 'returnto',
163 'tagline',
164 'help',
165 'search',
166 'searchbutton',
167 'go',
168 'searcharticle',
169 'history',
170 'history_short',
171 'updatedmarker',
172 'info_short',
173 'printableversion',
174 'permalink',
175 'print',
176 'edit',
177 'create',
178 'editthispage',
179 'create-this-page',
180 'delete',
181 'deletethispage',
182 'undelete_short',
183 'protect',
184 'protect_change',
185 'protectthispage',
186 'unprotect',
187 'unprotectthispage',
188 'newpage',
189 'talkpage',
190 'talkpagelinktext',
191 'specialpage',
192 'personaltools',
193 'postcomment',
194 'addsection',
195 'articlepage',
196 'talk',
197 'views',
198 'toolbox',
199 'userpage',
200 'projectpage',
201 'imagepage',
202 'mediawikipage',
203 'templatepage',
204 'viewhelppage',
205 'categorypage',
206 'viewtalkpage',
207 'otherlanguages',
208 'redirectedfrom',
209 'redirectpagesub',
210 'lastmodifiedat',
211 'viewcount',
212 'protectedpage',
213 'jumpto',
214 'jumptonavigation',
215 'jumptosearch',
216 ),
217 'links' => array(
218 'aboutsite',
219 'aboutpage',
220 'bugreports',
221 'bugreportspage',
222 'copyright',
223 'copyrightpagename',
224 'copyrightpage',
225 'currentevents',
226 'currentevents-url',
227 'disclaimers',
228 'disclaimerpage',
229 'edithelp',
230 'edithelppage',
231 'faq',
232 'faqpage',
233 'help',
234 'helppage',
235 'mainpage',
236 'mainpage-description',
237 'policy-url',
238 'portal',
239 'portal-url',
240 'privacy',
241 'privacypage',
242 ),
243 'badaccess' => array(
244 'badaccess',
245 'badaccess-group0',
246 'badaccess-group1',
247 'badaccess-group2',
248 'badaccess-groups',
249 ),
250 'versionrequired' => array(
251 'versionrequired',
252 'versionrequiredtext',
253 ),
254 'miscellaneous3' => array(
255 'ok',
256 'sitetitle',
257 'pagetitle',
258 'sitesubtitle',
259 'retrievedfrom',
260 'youhavenewmessages',
261 'newmessageslink',
262 'newmessagesdifflink',
263 'youhavenewmessagesmulti',
264 'newtalkseperator',
265 'editsection',
266 'editsection-brackets',
267 'editold',
268 'viewsourceold',
269 'editsectionhint',
270 'toc',
271 'showtoc',
272 'hidetoc',
273 'thisisdeleted',
274 'viewdeleted',
275 'restorelink',
276 'feedlinks',
277 'feed-invalid',
278 'feed-unavailable',
279 'site-rss-feed',
280 'site-atom-feed',
281 'page-rss-feed',
282 'page-atom-feed',
283 'feed-atom',
284 'feed-rss',
285 'sitenotice',
286 'anonnotice',
287 'newsectionheaderdefaultlevel',
288 'red-link-title',
289 ),
290 'nstab' => array(
291 'nstab-main',
292 'nstab-user',
293 'nstab-media',
294 'nstab-special',
295 'nstab-project',
296 'nstab-image',
297 'nstab-mediawiki',
298 'nstab-template',
299 'nstab-help',
300 'nstab-category',
301 ),
302 'main' => array(
303 'nosuchaction',
304 'nosuchactiontext',
305 'nosuchspecialpage',
306 'nospecialpagetext',
307 ),
308 'errors' => array(
309 'error',
310 'databaseerror',
311 'dberrortext',
312 'dberrortextcl',
313 'noconnect',
314 'nodb',
315 'cachederror',
316 'laggedslavemode',
317 'readonly',
318 'enterlockreason',
319 'readonlytext',
320 'missing-article',
321 'missingarticle-rev',
322 'missingarticle-diff',
323 'readonly_lag',
324 'internalerror',
325 'internalerror_info',
326 'filecopyerror',
327 'filerenameerror',
328 'filedeleteerror',
329 'directorycreateerror',
330 'filenotfound',
331 'fileexistserror',
332 'unexpected',
333 'formerror',
334 'badarticleerror',
335 'cannotdelete',
336 'badtitle',
337 'badtitletext',
338 'perfdisabled',
339 'perfcached',
340 'perfcachedts',
341 'querypage-no-updates',
342 'wrong_wfQuery_params',
343 'viewsource',
344 'viewsourcefor',
345 'actionthrottled',
346 'actionthrottledtext',
347 'protectedpagetext',
348 'viewsourcetext',
349 'protectedinterface',
350 'editinginterface',
351 'sqlhidden',
352 'cascadeprotected',
353 'namespaceprotected',
354 'customcssjsprotected',
355 'ns-specialprotected',
356 'titleprotected',
357 ),
358 'virus' => array(
359 'virus-badscanner',
360 'virus-scanfailed',
361 'virus-unknownscanner',
362 ),
363 'login' => array(
364 'logouttitle',
365 'logouttext',
366 'welcomecreation',
367 'loginpagetitle',
368 'yourname',
369 'yourpassword',
370 'yourpasswordagain',
371 'remembermypassword',
372 'yourdomainname',
373 'externaldberror',
374 '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 'prefs-memberingroups',
394 'yourrealname',
395 'yourlanguage',
396 'yourvariant',
397 'yournick',
398 'badsig',
399 'badsiglength',
400 'email',
401 'prefs-help-realname',
402 'loginerror',
403 'prefs-help-email',
404 'prefs-help-email-required',
405 'nocookiesnew',
406 'nocookieslogin',
407 'noname',
408 'loginsuccesstitle',
409 'loginsuccess',
410 'nosuchuser',
411 'nosuchusershort',
412 'nouserspecified',
413 'wrongpassword',
414 'wrongpasswordempty',
415 'passwordtooshort',
416 'mailmypassword',
417 'passwordremindertitle',
418 'passwordremindertext',
419 'noemail',
420 'passwordsent',
421 'blocked-mailpassword',
422 'eauthentsent',
423 'throttled-mailpassword',
424 'loginstart',
425 'loginend',
426 'signupend',
427 'mailerror',
428 'acct_creation_throttle_hit',
429 'emailauthenticated',
430 'emailnotauthenticated',
431 'noemailprefs',
432 'emailconfirmlink',
433 'invalidemailaddress',
434 'accountcreated',
435 'accountcreatedtext',
436 'createaccount-title',
437 'createaccount-text',
438 'loginlanguagelabel',
439 'loginlanguagelinks',
440 ),
441 'resetpass' => array(
442 'resetpass',
443 'resetpass_announce',
444 'resetpass_text',
445 'resetpass_header',
446 'resetpass_submit',
447 'resetpass_success',
448 'resetpass_bad_temporary',
449 'resetpass_forbidden',
450 'resetpass_missing',
451 ),
452 'toolbar' => array(
453 'bold_sample',
454 'bold_tip',
455 'italic_sample',
456 'italic_tip',
457 'link_sample',
458 'link_tip',
459 'extlink_sample',
460 'extlink_tip',
461 'headline_sample',
462 'headline_tip',
463 'math_sample',
464 'math_tip',
465 'nowiki_sample',
466 'nowiki_tip',
467 'image_sample',
468 'image_tip',
469 'media_sample',
470 'media_tip',
471 'sig_tip',
472 'hr_tip',
473 ),
474 'edit' => array(
475 'summary',
476 'subject',
477 'minoredit',
478 'watchthis',
479 'savearticle',
480 'preview',
481 'showpreview',
482 'showlivepreview',
483 'showdiff',
484 'anoneditwarning',
485 'missingsummary',
486 'missingcommenttext',
487 'missingcommentheader',
488 'summary-preview',
489 'subject-preview',
490 'blockedtitle',
491 'blockedtext',
492 'autoblockedtext',
493 'blockednoreason',
494 'blockedoriginalsource',
495 'blockededitsource',
496 'whitelistedittitle',
497 'whitelistedittext',
498 'whitelistreadtitle',
499 'whitelistreadtext',
500 'whitelistacctitle',
501 'whitelistacctext',
502 'confirmedittitle',
503 'confirmedittext',
504 'nosuchsectiontitle',
505 'nosuchsectiontext',
506 'loginreqtitle',
507 'loginreqlink',
508 'loginreqpagetext',
509 'accmailtitle',
510 'accmailtext',
511 'newarticle',
512 'newarticletext',
513 'newarticletextanon',
514 'talkpagetext',
515 'anontalkpagetext',
516 'noarticletext',
517 'noarticletextanon',
518 'userpage-userdoesnotexist',
519 'clearyourcache',
520 'usercssjsyoucanpreview',
521 'usercsspreview',
522 'userjspreview',
523 'userinvalidcssjstitle',
524 'updated',
525 'note',
526 'previewnote',
527 'previewconflict',
528 'session_fail_preview',
529 'session_fail_preview_html',
530 'token_suffix_mismatch',
531 'editing',
532 'editingsection',
533 'editingcomment',
534 'editconflict',
535 'explainconflict',
536 'yourtext',
537 'storedversion',
538 'nonunicodebrowser',
539 'editingold',
540 'yourdiff',
541 'copyrightwarning',
542 'copyrightwarning2',
543 'longpagewarning',
544 'longpageerror',
545 'readonlywarning',
546 'protectedpagewarning',
547 'semiprotectedpagewarning',
548 'cascadeprotectedwarning',
549 'titleprotectedwarning',
550 'templatesused',
551 'templatesusedpreview',
552 'templatesusedsection',
553 'template-protected',
554 'template-semiprotected',
555 'hiddencategories',
556 'edittools',
557 'nocreatetitle',
558 'nocreatetext',
559 'nocreate-loggedin',
560 'permissionserrors',
561 'permissionserrorstext',
562 'permissionserrorstext-withaction',
563 'recreate-deleted-warn',
564 ),
565 'parserwarnings' => array(
566 'expensive-parserfunction-warning',
567 'expensive-parserfunction-category',
568 'post-expand-template-inclusion-warning',
569 'post-expand-template-inclusion-category',
570 'post-expand-template-argument-warning',
571 'post-expand-template-argument-category',
572 ),
573 'undo' => array(
574 'undo-success',
575 'undo-failure',
576 'undo-norev',
577 'undo-summary',
578 ),
579 'cantcreateaccount' => array(
580 'cantcreateaccounttitle',
581 'cantcreateaccount-text',
582 'cantcreateaccount-nonblock-text',
583 ),
584 'history' => array(
585 'viewpagelogs',
586 'nohistory',
587 'revnotfound',
588 'revnotfoundtext',
589 'currentrev',
590 'revisionasof',
591 'revision-info',
592 'revision-info-current',
593 'revision-nav',
594 'previousrevision',
595 'nextrevision',
596 'currentrevisionlink',
597 'cur',
598 'next',
599 'last',
600 'page_first',
601 'page_last',
602 'histlegend',
603 'history_copyright',
604 'deletedrev',
605 'histfirst',
606 'histlast',
607 'historyempty',
608 ),
609 'history-feed' => array(
610 'history-feed-title',
611 'history-feed-description',
612 'history-feed-item-nocomment',
613 'history-feed-empty',
614 ),
615 'revdelete' => array(
616 'rev-deleted-comment',
617 'rev-deleted-user',
618 'rev-deleted-event',
619 'rev-deleted-text-permission',
620 'rev-deleted-text-view',
621 'rev-delundel',
622 'revisiondelete',
623 'revdelete-nooldid-title',
624 'revdelete-nooldid-text',
625 'revdelete-selected',
626 'logdelete-selected',
627 'revdelete-text',
628 'revdelete-legend',
629 'revdelete-hide-text',
630 'revdelete-hide-name',
631 'revdelete-hide-comment',
632 'revdelete-hide-user',
633 'revdelete-hide-restricted',
634 'revdelete-suppress',
635 'revdelete-hide-image',
636 'revdelete-unsuppress',
637 'revdelete-log',
638 'revdelete-submit',
639 'revdelete-logentry',
640 'logdelete-logentry',
641 'revdelete-logaction',
642 'logdelete-logaction',
643 'revdelete-success',
644 'logdelete-success',
645 'revdel-restore',
646 'pagehist',
647 'deletedhist',
648 'revdelete-content',
649 'revdelete-summary',
650 'revdelete-uname',
651 'revdelete-restricted',
652 'revdelete-unrestricted',
653 'revdelete-hid',
654 'revdelete-unhid',
655 'revdelete-log-message',
656 'logdelete-log-message',
657 ),
658 'suppression' => array(
659 'suppressionlog',
660 'suppressionlogtext',
661 ),
662 'mergehistory' => array(
663 'mergehistory',
664 'mergehistory-header',
665 'mergehistory-box',
666 'mergehistory-from',
667 'mergehistory-into',
668 'mergehistory-list',
669 'mergehistory-merge',
670 'mergehistory-go',
671 'mergehistory-submit',
672 'mergehistory-empty',
673 'mergehistory-success',
674 'mergehistory-fail',
675 'mergehistory-no-source',
676 'mergehistory-no-destination',
677 'mergehistory-invalid-source',
678 'mergehistory-invalid-destination',
679 'mergehistory-autocomment',
680 'mergehistory-comment',
681 ),
682 'mergelog' => array(
683 'mergelog',
684 'pagemerge-logentry',
685 'revertmerge',
686 'mergelogpagetext',
687 ),
688 'diffs' => array(
689 'history-title',
690 'difference',
691 'lineno',
692 'compareselectedversions',
693 'editundo',
694 'diff-multi',
695 ),
696 'search' => array(
697 'searchresults',
698 'searchresulttext',
699 'searchsubtitle',
700 'searchsubtitleinvalid',
701 'noexactmatch',
702 'noexactmatch-nocreate',
703 'toomanymatches',
704 'titlematches',
705 'notitlematches',
706 'textmatches',
707 'notextmatches',
708 'prevn',
709 'nextn',
710 'viewprevnext',
711 'search-result-size',
712 'search-result-score',
713 'search-redirect',
714 'search-section',
715 'search-suggest',
716 'search-interwiki-caption',
717 'search-interwiki-default',
718 'search-interwiki-custom',
719 'search-interwiki-more',
720 'search-mwsuggest-enabled',
721 'search-mwsuggest-disabled',
722 'search-relatedarticle',
723 'mwsuggest-disable',
724 'searchrelated',
725 'searchall',
726 'showingresults',
727 'showingresultsnum',
728 'showingresultstotal',
729 'nonefound',
730 'powersearch',
731 'powersearch-legend',
732 'powersearch-ns',
733 'powersearch-redir',
734 'powersearch-field',
735 'search-external',
736 'searchdisabled',
737 'googlesearch',
738 ),
739 'opensearch' => array(
740 'opensearch-desc',
741 ),
742 'preferences' => array(
743 'preferences',
744 'preferences-summary',
745 'mypreferences',
746 'prefs-edits',
747 'prefsnologin',
748 'prefsnologintext',
749 'prefsreset',
750 'qbsettings',
751 'qbsettings-none',
752 'qbsettings-fixedleft',
753 'qbsettings-fixedright',
754 'qbsettings-floatingleft',
755 'qbsettings-floatingright',
756 'changepassword',
757 'skin',
758 'math',
759 'dateformat',
760 'datedefault',
761 'datetime',
762 'math_failure',
763 'math_unknown_error',
764 'math_unknown_function',
765 'math_lexing_error',
766 'math_syntax_error',
767 'math_image_error',
768 'math_bad_tmpdir',
769 'math_bad_output',
770 'math_notexvc',
771 'prefs-personal',
772 'prefs-rc',
773 'prefs-watchlist',
774 'prefs-watchlist-days',
775 'prefs-watchlist-edits',
776 'prefs-misc',
777 'saveprefs',
778 'resetprefs',
779 'oldpassword',
780 'newpassword',
781 'retypenew',
782 'textboxsize',
783 'rows',
784 'columns',
785 'searchresultshead',
786 'resultsperpage',
787 'contextlines',
788 'contextchars',
789 'stub-threshold',
790 'recentchangesdays',
791 'recentchangescount',
792 'savedprefs',
793 'timezonelegend',
794 'timezonetext',
795 'localtime',
796 'timezoneoffset',
797 'servertime',
798 'guesstimezone',
799 'allowemail',
800 'prefs-searchoptions',
801 'prefs-namespaces',
802 'defaultns',
803 'default',
804 'files',
805 ),
806 'userrights' => array(
807 'userrights',
808 'userrights-summary',
809 'userrights-lookup-user',
810 'userrights-user-editname',
811 'editusergroup',
812 'editinguser',
813 'userrights-editusergroup',
814 'saveusergroups',
815 'userrights-groupsmember',
816 'userrights-groupsremovable',
817 'userrights-groupsavailable',
818 'userrights-groups-help',
819 'userrights-reason',
820 'userrights-available-none',
821 'userrights-available-add',
822 'userrights-available-remove',
823 'userrights-available-add-self',
824 'userrights-available-remove-self',
825 'userrights-no-interwiki',
826 'userrights-nodatabase',
827 'userrights-nologin',
828 'userrights-notallowed',
829 'userrights-changeable-col',
830 'userrights-unchangeable-col',
831 'userrights-irreversible-marker',
832 ),
833 'group' => array(
834 'group',
835 'group-user',
836 'group-autoconfirmed',
837 'group-bot',
838 'group-sysop',
839 'group-bureaucrat',
840 'group-suppress',
841 'group-all',
842 ),
843 'group-member' => array(
844 'group-user-member',
845 'group-autoconfirmed-member',
846 'group-bot-member',
847 'group-sysop-member',
848 'group-bureaucrat-member',
849 'group-suppress-member',
850 ),
851 'grouppage' => array(
852 'grouppage-user',
853 'grouppage-autoconfirmed',
854 'grouppage-bot',
855 'grouppage-sysop',
856 'grouppage-bureaucrat',
857 'grouppage-suppress',
858 ),
859 'right' => array(
860 'right-read',
861 'right-edit',
862 'right-createpage',
863 'right-createtalk',
864 'right-createaccount',
865 'right-minoredit',
866 'right-move',
867 'right-move-subpages',
868 'right-suppressredirect',
869 'right-upload',
870 'right-reupload',
871 'right-reupload-own',
872 'right-reupload-shared',
873 'right-upload_by_url',
874 'right-purge',
875 'right-autoconfirmed',
876 'right-bot',
877 'right-nominornewtalk',
878 'right-apihighlimits',
879 'right-writeapi',
880 'right-delete',
881 'right-bigdelete',
882 'right-deleterevision',
883 'right-deletedhistory',
884 'right-browsearchive',
885 'right-undelete',
886 'right-suppressrevision',
887 'right-suppressionlog',
888 'right-block',
889 'right-blockemail',
890 'right-hideuser',
891 'right-ipblock-exempt',
892 'right-proxyunbannable',
893 'right-protect',
894 'right-editprotected',
895 'right-editinterface',
896 'right-editusercssjs',
897 'right-rollback',
898 'right-markbotedits',
899 'right-noratelimit',
900 'right-import',
901 'right-importupload',
902 'right-patrol',
903 'right-autopatrol',
904 'right-patrolmarks',
905 'right-unwatchedpages',
906 'right-trackback',
907 'right-mergehistory',
908 'right-userrights',
909 'right-userrights-interwiki',
910 'right-siteadmin',
911 ),
912 'rightslog' => array(
913 'rightslog',
914 'rightslogtext',
915 'rightslogentry',
916 'rightsnone',
917 ),
918 'recentchanges' => array(
919 'nchanges',
920 'recentchanges',
921 'recentchanges-url',
922 'recentchangestext',
923 'recentchanges-feed-description',
924 'rcnote',
925 'rcnotefrom',
926 'rclistfrom',
927 'rcshowhideminor',
928 'rcshowhidebots',
929 'rcshowhideliu',
930 'rcshowhideanons',
931 'rcshowhidepatr',
932 'rcshowhidemine',
933 'rclinks',
934 'diff',
935 'hist',
936 'hide',
937 'show',
938 'minoreditletter',
939 'newpageletter',
940 'boteditletter',
941 'sectionlink',
942 'number_of_watching_users_RCview',
943 'number_of_watching_users_pageview',
944 'rc_categories',
945 'rc_categories_any',
946 'rc-change-size',
947 'newsectionsummary',
948 ),
949 'recentchangeslinked' => array(
950 'recentchangeslinked',
951 'recentchangeslinked-title',
952 'recentchangeslinked-noresult',
953 'recentchangeslinked-summary',
954 'recentchangeslinked-page',
955 'recentchangeslinked-to',
956 ),
957 'upload' => array(
958 'upload',
959 'uploadbtn',
960 'reupload',
961 'reuploaddesc',
962 'uploadnologin',
963 'uploadnologintext',
964 'upload_directory_missing',
965 'upload_directory_read_only',
966 'uploaderror',
967 'upload-summary',
968 'uploadtext',
969 'upload-permitted',
970 'upload-preferred',
971 'upload-prohibited',
972 'uploadfooter',
973 'uploadlog',
974 'uploadlogpage',
975 'uploadlogpagetext',
976 'filename',
977 'filedesc',
978 'fileuploadsummary',
979 'filestatus',
980 'filesource',
981 'uploadedfiles',
982 'ignorewarning',
983 'ignorewarnings',
984 'minlength1',
985 'illegalfilename',
986 'badfilename',
987 'filetype-badmime',
988 'filetype-unwanted-type',
989 'filetype-banned-type',
990 'filetype-missing',
991 'large-file',
992 'largefileserver',
993 'emptyfile',
994 'fileexists',
995 'filepageexists',
996 'fileexists-extension',
997 'fileexists-thumb',
998 'fileexists-thumbnail-yes',
999 'file-thumbnail-no',
1000 'fileexists-forbidden',
1001 'fileexists-shared-forbidden',
1002 'file-exists-duplicate',
1003 'successfulupload',
1004 'uploadwarning',
1005 'savefile',
1006 'uploadedimage',
1007 'overwroteimage',
1008 'uploaddisabled',
1009 'uploaddisabledtext',
1010 'uploadscripted',
1011 'uploadcorrupt',
1012 'uploadvirus',
1013 'sourcefilename',
1014 'destfilename',
1015 'upload-maxfilesize',
1016 'watchthisupload',
1017 'filewasdeleted',
1018 'upload-wasdeleted',
1019 'filename-bad-prefix',
1020 'filename-prefix-blacklist',
1021 ),
1022 'upload-errors' => array(
1023 'upload-proto-error',
1024 'upload-proto-error-text',
1025 'upload-file-error',
1026 'upload-file-error-text',
1027 'upload-misc-error',
1028 'upload-misc-error-text',
1029 ),
1030 'upload-curl-errors' => array(
1031 'upload-curl-error6',
1032 'upload-curl-error6-text',
1033 'upload-curl-error28',
1034 'upload-curl-error28-text',
1035 ),
1036 'licenses' => array(
1037 'license',
1038 'nolicense',
1039 'licenses',
1040 'license-nopreview',
1041 'upload_source_url',
1042 'upload_source_file',
1043 ),
1044 'imagelist' => array(
1045 'imagelist-summary',
1046 'imagelist_search_for',
1047 'imgfile',
1048 'imagelist',
1049 'imagelist_date',
1050 'imagelist_name',
1051 'imagelist_user',
1052 'imagelist_size',
1053 'imagelist_description',
1054 ),
1055 'imagedesciption' => array(
1056 'filehist',
1057 'filehist-help',
1058 'filehist-deleteall',
1059 'filehist-deleteone',
1060 'filehist-revert',
1061 'filehist-current',
1062 'filehist-datetime',
1063 'filehist-user',
1064 'filehist-dimensions',
1065 'filehist-filesize',
1066 'filehist-comment',
1067 'imagelinks',
1068 'linkstoimage',
1069 'nolinkstoimage',
1070 'morelinkstoimage',
1071 'redirectstofile',
1072 'duplicatesoffile',
1073 'sharedupload',
1074 'shareduploadwiki',
1075 'shareduploadwiki-desc',
1076 'shareduploadwiki-linktext',
1077 'shareddescriptionfollows',
1078 'shareduploadduplicate',
1079 'shareduploadduplicate-linktext',
1080 'shareduploadconflict',
1081 'shareduploadconflict-linktext',
1082 'noimage',
1083 'noimage-linktext',
1084 'uploadnewversion-linktext',
1085 'imagepage-searchdupe',
1086 ),
1087 'filerevert' => array(
1088 'filerevert',
1089 'filerevert-backlink',
1090 'filerevert-legend',
1091 'filerevert-intro',
1092 'filerevert-comment',
1093 'filerevert-defaultcomment',
1094 'filerevert-submit',
1095 'filerevert-success',
1096 'filerevert-badversion',
1097 ),
1098 'filedelete' => array(
1099 'filedelete',
1100 'filedelete-backlink',
1101 'filedelete-legend',
1102 'filedelete-intro',
1103 'filedelete-intro-old',
1104 'filedelete-comment',
1105 'filedelete-submit',
1106 'filedelete-success',
1107 'filedelete-success-old',
1108 'filedelete-nofile',
1109 'filedelete-nofile-old',
1110 'filedelete-iscurrent',
1111 'filedelete-otherreason',
1112 'filedelete-reason-otherlist',
1113 'filedelete-reason-dropdown',
1114 'filedelete-edit-reasonlist',
1115 ),
1116 'mimesearch' => array(
1117 'mimesearch',
1118 'mimesearch-summary',
1119 'mimetype',
1120 'download',
1121 ),
1122 'unwatchedpages' => array(
1123 'unwatchedpages',
1124 'unwatchedpages-summary',
1125 ),
1126 'listredirects' => array(
1127 'listredirects',
1128 'listredirects-summary',
1129 ),
1130 'unusedtemplates' => array(
1131 'unusedtemplates',
1132 'unusedtemplates-summary',
1133 'unusedtemplatestext',
1134 'unusedtemplateswlh',
1135 ),
1136 'randompage' => array(
1137 'randompage',
1138 'randompage-nopages',
1139 'randompage-url',
1140 ),
1141 'randomredirect' => array(
1142 'randomredirect',
1143 'randomredirect-nopages',
1144 ),
1145 'statistics' => array(
1146 'statistics',
1147 'sitestats',
1148 'userstats',
1149 'sitestatstext',
1150 'userstatstext',
1151 'statistics-mostpopular',
1152 'statistics-footer',
1153 ),
1154 'disambiguations' => array(
1155 'disambiguations',
1156 'disambiguations-summary',
1157 'disambiguationspage',
1158 'disambiguations-text',
1159 ),
1160 'doubleredirects' => array(
1161 'doubleredirects',
1162 'doubleredirects-summary',
1163 'doubleredirectstext',
1164 ),
1165 'brokenredirects' => array(
1166 'brokenredirects',
1167 'brokenredirects-summary',
1168 'brokenredirectstext',
1169 'brokenredirects-edit',
1170 'brokenredirects-delete',
1171 ),
1172 'withoutinterwiki' => array(
1173 'withoutinterwiki',
1174 'withoutinterwiki-summary',
1175 'withoutinterwiki-legend',
1176 'withoutinterwiki-submit',
1177 ),
1178 'fewestrevisions' => array(
1179 'fewestrevisions',
1180 'fewestrevisions-summary',
1181 ),
1182 'specialpages' => array(
1183 'nbytes',
1184 'ncategories',
1185 'nlinks',
1186 'nmembers',
1187 'nrevisions',
1188 'nviews',
1189 'nchanges',
1190 'specialpage-empty',
1191 'lonelypages',
1192 'lonelypages-summary',
1193 'lonelypagestext',
1194 'uncategorizedpages',
1195 'uncategorizedpages-summary',
1196 'uncategorizedcategories',
1197 'uncategorizedcategories-summary',
1198 'uncategorizedimages',
1199 'uncategorizedimages-summary',
1200 'uncategorizedtemplates',
1201 'uncategorizedtemplates-summary',
1202 'unusedcategories',
1203 'unusedimages',
1204 'popularpages',
1205 'popularpages-summary',
1206 'wantedcategories',
1207 'wantedcategories-summary',
1208 'wantedpages',
1209 'wantedpages-summary',
1210 'missingfiles',
1211 'missingfiles-summary',
1212 'mostlinked',
1213 'mostlinked-summary',
1214 'mostlinkedcategories',
1215 'mostlinkedcategories-summary',
1216 'mostlinkedtemplates',
1217 'mostlinkedtemplates-summary',
1218 'mostcategories',
1219 'mostcategories-summary',
1220 'mostimages',
1221 'mostimages-summary',
1222 'mostrevisions',
1223 'mostrevisions-summary',
1224 'prefixindex',
1225 'prefixindex-summary',
1226 'shortpages',
1227 'shortpages-summary',
1228 'longpages',
1229 'longpages-summary',
1230 'deadendpages',
1231 'deadendpages-summary',
1232 'deadendpagestext',
1233 'protectedpages',
1234 'protectedpages-indef',
1235 'protectedpages-summary',
1236 'protectedpagestext',
1237 'protectedpagesempty',
1238 'protectedtitles',
1239 'protectedtitles-summary',
1240 'protectedtitlestext',
1241 'protectedtitlesempty',
1242 'listusers',
1243 'listusers-summary',
1244 'newpages',
1245 'newpages-summary',
1246 'newpages-username',
1247 'ancientpages',
1248 'ancientpages-summary',
1249 'move',
1250 'movethispage',
1251 'unusedimagestext',
1252 'unusedcategoriestext',
1253 'notargettitle',
1254 'notargettext',
1255 'nopagetitle',
1256 'nopagetext',
1257 'pager-newer-n',
1258 'pager-older-n',
1259 'suppress',
1260 ),
1261 'booksources' => array(
1262 'booksources',
1263 'booksources-summary',
1264 'booksources-search-legend',
1265 'booksources-isbn',
1266 'booksources-go',
1267 'booksources-text',
1268 ),
1269 'magicwords' => array(
1270 'rfcurl',
1271 'pubmedurl',
1272 ),
1273 'logpages' => array(
1274 'specialloguserlabel',
1275 'speciallogtitlelabel',
1276 'log',
1277 'all-logs-page',
1278 'log-search-legend',
1279 'log-search-submit',
1280 'alllogstext',
1281 'logempty',
1282 'log-title-wildcard',
1283 ),
1284 'allpages' => array(
1285 'allpages',
1286 'allpages-summary',
1287 'alphaindexline',
1288 'nextpage',
1289 'prevpage',
1290 'allpagesfrom',
1291 'allarticles',
1292 'allinnamespace',
1293 'allnotinnamespace',
1294 'allpagesprev',
1295 'allpagesnext',
1296 'allpagessubmit',
1297 'allpagesprefix',
1298 'allpagesbadtitle',
1299 'allpages-bad-ns',
1300 ),
1301 'categories' => array(
1302 'categories',
1303 'categories-summary',
1304 'categoriespagetext',
1305 'categoriesfrom',
1306 'special-categories-sort-count',
1307 'special-categories-sort-abc',
1308 ),
1309 'listusers' => array(
1310 'listusersfrom',
1311 'listusers-submit',
1312 'listusers-noresult',
1313 ),
1314 'listgrouprights' => array(
1315 'listgrouprights',
1316 'listgrouprights-summary',
1317 'listgrouprights-group',
1318 'listgrouprights-rights',
1319 'listgrouprights-helppage',
1320 'listgrouprights-members',
1321 'listgrouprights-right-display',
1322 ),
1323 'emailuser' => array(
1324 'mailnologin',
1325 'mailnologintext',
1326 'emailuser',
1327 'emailpage',
1328 'emailpagetext',
1329 'usermailererror',
1330 'defemailsubject',
1331 'noemailtitle',
1332 'noemailtext',
1333 'emailfrom',
1334 'emailto',
1335 'emailsubject',
1336 'emailmessage',
1337 'emailsend',
1338 'emailccme',
1339 'emailccsubject',
1340 'emailsent',
1341 'emailsenttext',
1342 'emailuserfooter',
1343 ),
1344 'watchlist' => array(
1345 'watchlist',
1346 'mywatchlist',
1347 'watchlistfor',
1348 'nowatchlist',
1349 'watchlistanontext',
1350 'watchnologin',
1351 'watchnologintext',
1352 'addedwatch',
1353 'addedwatchtext',
1354 'removedwatch',
1355 'removedwatchtext',
1356 'watch',
1357 'watchthispage',
1358 'unwatch',
1359 'unwatchthispage',
1360 'notanarticle',
1361 'notvisiblerev',
1362 'watchnochange',
1363 'watchlist-details',
1364 'wlheader-enotif',
1365 'wlheader-showupdated',
1366 'watchmethod-recent',
1367 'watchmethod-list',
1368 'watchlistcontains',
1369 'iteminvalidname',
1370 'wlnote',
1371 'wlshowlast',
1372 'watchlist-show-bots',
1373 'watchlist-hide-bots',
1374 'watchlist-show-own',
1375 'watchlist-hide-own',
1376 'watchlist-show-minor',
1377 'watchlist-hide-minor',
1378 ),
1379 'watching' => array(
1380 'watching',
1381 'unwatching',
1382 ),
1383 'enotif' => array(
1384 'enotif_mailer',
1385 'enotif_reset',
1386 'enotif_newpagetext',
1387 'enotif_impersonal_salutation',
1388 'changed',
1389 'created',
1390 'enotif_subject',
1391 'enotif_lastvisited',
1392 'enotif_lastdiff',
1393 'enotif_anon_editor',
1394 'enotif_body',
1395 ),
1396 'deleteprotectrev' => array(
1397 'deletepage',
1398 'confirm',
1399 'excontent',
1400 'excontentauthor',
1401 'exbeforeblank',
1402 'exblank',
1403 'delete-confirm',
1404 'delete-backlink',
1405 'delete-legend',
1406 'historywarning',
1407 'confirmdeletetext',
1408 'actioncomplete',
1409 'deletedtext',
1410 'deletedarticle',
1411 'suppressedarticle',
1412 'dellogpage',
1413 'dellogpagetext',
1414 'deletionlog',
1415 'reverted',
1416 'deletecomment',
1417 'deleteotherreason',
1418 'deletereasonotherlist',
1419 'deletereason-dropdown',
1420 'delete-edit-reasonlist',
1421 'delete-toobig',
1422 'delete-warning-toobig',
1423 'rollback',
1424 'rollback_short',
1425 'rollbacklink',
1426 'rollbackfailed',
1427 'cantrollback',
1428 'alreadyrolled',
1429 'editcomment',
1430 'revertpage',
1431 'rollback-success',
1432 'sessionfailure',
1433 'protectlogpage',
1434 'protectlogtext',
1435 'protectedarticle',
1436 'modifiedarticleprotection',
1437 'unprotectedarticle',
1438 'protect-title',
1439 'protect-backlink',
1440 'protect-legend',
1441 'confirmprotect',
1442 'protectcomment',
1443 'protectexpiry',
1444 'protect_expiry_invalid',
1445 'protect_expiry_old',
1446 'protect-unchain',
1447 'protect-text',
1448 'protect-locked-blocked',
1449 'protect-locked-dblock',
1450 'protect-locked-access',
1451 'protect-cascadeon',
1452 'protect-default',
1453 'protect-fallback',
1454 'protect-level-autoconfirmed',
1455 'protect-level-sysop',
1456 'protect-summary-cascade',
1457 'protect-expiring',
1458 'protect-cascade',
1459 'protect-cantedit',
1460 'restriction-type',
1461 'restriction-level',
1462 'minimum-size',
1463 'maximum-size',
1464 'pagesize',
1465 ),
1466 'restrictions' => array(
1467 'restriction-edit',
1468 'restriction-move',
1469 'restriction-create',
1470 'restriction-upload',
1471 ),
1472 'restriction-levels' => array(
1473 'restriction-level-sysop',
1474 'restriction-level-autoconfirmed',
1475 'restriction-level-all',
1476 ),
1477 'undelete' => array(
1478 'undelete',
1479 'undeletepage',
1480 'undeletepagetitle',
1481 'viewdeletedpage',
1482 'undeletepagetext',
1483 'undelete-fieldset-title',
1484 'undeleteextrahelp',
1485 'undeleterevisions',
1486 'undeletehistory',
1487 'undeleterevdel',
1488 'undeletehistorynoadmin',
1489 'undelete-revision',
1490 'undeleterevision-missing',
1491 'undelete-nodiff',
1492 'undeletebtn',
1493 'undeletelink',
1494 'undeletereset',
1495 'undeletecomment',
1496 'undeletedarticle',
1497 'undeletedrevisions',
1498 'undeletedrevisions-files',
1499 'undeletedfiles',
1500 'cannotundelete',
1501 'undeletedpage',
1502 'undelete-header',
1503 'undelete-search-box',
1504 'undelete-search-prefix',
1505 'undelete-search-submit',
1506 'undelete-no-results',
1507 'undelete-filename-mismatch',
1508 'undelete-bad-store-key',
1509 'undelete-cleanup-error',
1510 'undelete-missing-filearchive',
1511 'undelete-error-short',
1512 'undelete-error-long',
1513 ),
1514 'nsform' => array(
1515 'namespace',
1516 'invert',
1517 'blanknamespace',
1518 ),
1519 'contributions' => array(
1520 'contributions',
1521 'mycontris',
1522 'contribsub2',
1523 'nocontribs',
1524 'uctop',
1525 'month',
1526 'year',
1527 ),
1528 'sp-contributions' => array(
1529 'sp-contributions-newbies',
1530 'sp-contributions-newbies-sub',
1531 'sp-contributions-blocklog',
1532 'sp-contributions-search',
1533 'sp-contributions-username',
1534 'sp-contributions-submit',
1535 'sp-contributions-explain',
1536 'sp-contributions-footer',
1537 'sp-contributions-footer-anon',
1538 ),
1539 'whatlinkshere' => array(
1540 'whatlinkshere',
1541 'whatlinkshere-title',
1542 'whatlinkshere-summary',
1543 'whatlinkshere-page',
1544 'whatlinkshere-barrow',
1545 'linklistsub',
1546 'linkshere',
1547 'nolinkshere',
1548 'nolinkshere-ns',
1549 'isredirect',
1550 'istemplate',
1551 'isimage',
1552 'whatlinkshere-prev',
1553 'whatlinkshere-next',
1554 'whatlinkshere-links',
1555 'whatlinkshere-hideredirs',
1556 'whatlinkshere-hidetrans',
1557 'whatlinkshere-hidelinks',
1558 'whatlinkshere-hideimages',
1559 'whatlinkshere-filters',
1560 ),
1561 'block' => array(
1562 'blockip',
1563 'blockip-legend',
1564 'blockiptext',
1565 'ipaddress',
1566 'ipadressorusername',
1567 'ipbexpiry',
1568 'ipbreason',
1569 'ipbreasonotherlist',
1570 'ipbreason-dropdown',
1571 'ipbanononly',
1572 'ipbcreateaccount',
1573 'ipbemailban',
1574 'ipbenableautoblock',
1575 'ipbsubmit',
1576 'ipbother',
1577 'ipboptions',
1578 'ipbotheroption',
1579 'ipbotherreason',
1580 'ipbhidename',
1581 'ipbwatchuser',
1582 'badipaddress',
1583 'blockipsuccesssub',
1584 'blockipsuccesstext',
1585 'ipb-edit-dropdown',
1586 'ipb-unblock-addr',
1587 'ipb-unblock',
1588 'ipb-blocklist-addr',
1589 'ipb-blocklist',
1590 'unblockip',
1591 'unblockiptext',
1592 'ipusubmit',
1593 'unblocked',
1594 'unblocked-id',
1595 'ipblocklist',
1596 'ipblocklist-legend',
1597 'ipblocklist-username',
1598 'ipblocklist-summary',
1599 'ipblocklist-submit',
1600 'blocklistline',
1601 'infiniteblock',
1602 'expiringblock',
1603 'anononlyblock',
1604 'noautoblockblock',
1605 'createaccountblock',
1606 'emailblock',
1607 'ipblocklist-empty',
1608 'ipblocklist-no-results',
1609 'blocklink',
1610 'unblocklink',
1611 'contribslink',
1612 'autoblocker',
1613 'blocklogpage',
1614 'blocklogentry',
1615 'blocklogtext',
1616 'unblocklogentry',
1617 'block-log-flags-anononly',
1618 'block-log-flags-nocreate',
1619 'block-log-flags-noautoblock',
1620 'block-log-flags-noemail',
1621 'block-log-flags-angry-autoblock',
1622 'range_block_disabled',
1623 'ipb_expiry_invalid',
1624 'ipb_expiry_temp',
1625 'ipb_already_blocked',
1626 'ipb_cant_unblock',
1627 'ipb_blocked_as_range',
1628 'ip_range_invalid',
1629 'blockme',
1630 'proxyblocker',
1631 'proxyblocker-disabled',
1632 'proxyblockreason',
1633 'proxyblocksuccess',
1634 'sorbs',
1635 'sorbsreason',
1636 'sorbs_create_account_reason',
1637 ),
1638 'developertools' => array(
1639 'lockdb',
1640 'unlockdb',
1641 'lockdbtext',
1642 'unlockdbtext',
1643 'lockconfirm',
1644 'unlockconfirm',
1645 'lockbtn',
1646 'unlockbtn',
1647 'locknoconfirm',
1648 'lockdbsuccesssub',
1649 'unlockdbsuccesssub',
1650 'lockdbsuccesstext',
1651 'unlockdbsuccesstext',
1652 'lockfilenotwritable',
1653 'databasenotlocked',
1654 ),
1655 'movepage' => array(
1656 'move-page',
1657 'move-page-backlink',
1658 'move-page-legend',
1659 'movepagetext',
1660 'movepagetalktext',
1661 'movearticle',
1662 'movenologin',
1663 'movenologintext',
1664 'movenotallowed',
1665 'newtitle',
1666 'move-watch',
1667 'movepagebtn',
1668 'pagemovedsub',
1669 'movepage-moved',
1670 'articleexists',
1671 'cantmove-titleprotected',
1672 'talkexists',
1673 'movedto',
1674 'movetalk',
1675 'move-subpages',
1676 'move-talk-subpages',
1677 'movepage-page-exists',
1678 'movepage-page-moved',
1679 'movepage-page-unmoved',
1680 'movepage-max-pages',
1681 '1movedto2',
1682 '1movedto2_redir',
1683 'movelogpage',
1684 'movelogpagetext',
1685 'movereason',
1686 'revertmove',
1687 'delete_and_move',
1688 'delete_and_move_text',
1689 'delete_and_move_confirm',
1690 'delete_and_move_reason',
1691 'selfmove',
1692 'immobile_namespace',
1693 'imagenocrossnamespace',
1694 'imagetypemismatch',
1695 'imageinvalidfilename',
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 'skinpreview' => '',
2633 'dates' => 'Dates',
2634 'categorypages' => 'Categories related messages',
2635 'mainpage' => '',
2636 'miscellaneous1' => '',
2637 'metadata_help' => 'Metadata in edit box',
2638 'miscellaneous2' => '',
2639 '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).',
2640 'badaccess' => '',
2641 'versionrequired' => '',
2642 'miscellaneous3' => '',
2643 'nstab' => "Short words for each namespace, by default used in the namespace tab in monobook",
2644 'main' => 'Main script and global functions',
2645 'errors' => 'General errors',
2646 'virus' => 'Virus scanner',
2647 'login' => 'Login and logout pages',
2648 'resetpass' => 'Password reset dialog',
2649 'toolbar' => 'Edit page toolbar',
2650 'edit' => 'Edit pages',
2651 'parserwarnings' => 'Parser/template warnings',
2652 'undo' => '"Undo" feature',
2653 'cantcreateaccount' => 'Account creation failure',
2654 'history' => 'History pages',
2655 'history-feed' => 'Revision feed',
2656 'revdelete' => 'Revision deletion',
2657 'suppression' => 'Suppression log',
2658 'mergehistory' => 'History merging',
2659 'mergelog' => 'Merge log',
2660 'diffs' => 'Diffs',
2661 'search' => 'Search results',
2662 'opensearch' => 'OpenSearch description',
2663 'preferences' => 'Preferences page',
2664 'userrights' => 'User rights',
2665 'group' => 'Groups',
2666 'group-member' => '',
2667 'grouppage' => '',
2668 'right' => 'Rights',
2669 'rightslog' => 'User rights log',
2670 'recentchanges' => 'Recent changes',
2671 'recentchangeslinked' => 'Recent changes linked',
2672 'upload' => 'Upload',
2673 'upload-errors' => '',
2674 'upload-curl-errors' => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>',
2675 'licenses' => '',
2676 'imagelist' => 'Special:Imagelist',
2677 'imagedesciption' => 'Image description page',
2678 'filerevert' => 'File reversion',
2679 'filedelete' => 'File deletion',
2680 'mimesearch' => 'MIME search',
2681 'unwatchedpages' => 'Unwatched pages',
2682 'listredirects' => 'List redirects',
2683 'unusedtemplates' => 'Unused templates',
2684 'randompage' => 'Random page',
2685 'randomredirect' => 'Random redirect',
2686 'statistics' => 'Statistics',
2687 'disambiguations' => '',
2688 'doubleredirects' => '',
2689 'brokenredirects' => '',
2690 'withoutinterwiki' => '',
2691 'fewestrevisions' => '',
2692 'specialpages' => 'Miscellaneous special pages',
2693 'booksources' => 'Book sources',
2694 'magicwords' => 'Magic words',
2695 'logpages' => 'Special:Log',
2696 'allpages' => 'Special:Allpages',
2697 'categories' => 'Special:Categories',
2698 'listusers' => 'Special:Listusers',
2699 'listgrouprights' => 'Special:Listgrouprights',
2700 'emailuser' => 'E-mail user',
2701 'watchlist' => 'Watchlist',
2702 'watching' => 'Displayed when you click the "watch" button and it is in the process of watching',
2703 'enotif' => '',
2704 'deleteprotectrev' => 'Delete/protect/revert',
2705 'restrictions' => 'Restrictions (nouns)',
2706 'restriction-levels' => 'Restriction levels',
2707 'undelete' => 'Undelete',
2708 'nsform' => 'Namespace form on various pages',
2709 'contributions' => 'Contributions',
2710 'sp-contributions' => '',
2711 'whatlinkshere' => 'What links here',
2712 'block' => 'Block/unblock',
2713 'developertools' => 'Developer tools',
2714 'movepage' => 'Move page',
2715 'export' => 'Export',
2716 'allmessages' => 'Namespace 8 related',
2717 'thumbnails' => 'Thumbnails',
2718 'import' => 'Special:Import',
2719 'importlog' => 'Import log',
2720 'accesskeys' => 'Keyboard access keys for power users',
2721 'tooltips' => 'Tooltip help for the actions',
2722 'stylesheets' => 'Stylesheets',
2723 'scripts' => 'Scripts',
2724 'metadata_cc' => 'Metadata',
2725 'attribution' => 'Attribution',
2726 'spamprotection' => 'Spam protection',
2727 'info' => 'Info page',
2728 'math' => 'Math options',
2729 'patrolling' => 'Patrolling',
2730 'patrol-log' => 'Patrol log',
2731 'imagedeletion' => 'Image deletion',
2732 'browsediffs' => 'Browsing diffs',
2733 'newimages' => 'Special:Newimages',
2734 'video-info' => 'Video information, used by Language::formatTimePeriod() to format lengths in the above messages',
2735 'badimagelist' => 'Bad image list',
2736 'variantname-zh' => "Short names for language variants used for language conversion links.
2737 To disable showing a particular link, set it to 'disable', e.g.
2738 'variantname-zh-sg' => 'disable',
2739 Variants for Chinese language",
2740 'variantname-sr' => 'Variants for Serbian language',
2741 'variantname-kk' => 'Variants for Kazakh language',
2742 'variantname-ku' => 'Variants for Kurdish language',
2743 'variantname-tg' => 'Variants for Tajiki language',
2744 'media-info' => 'Media information',
2745 'metadata' => 'Metadata',
2746 'exif' => 'EXIF tags',
2747 'exif-values' => 'Make & model, can be wikified in order to link to the camera and model name',
2748 'exif-compression' => 'EXIF attributes',
2749 'exif-unknowndate' => '',
2750 'exif-photometricinterpretation' => '',
2751 'exif-orientation' => '',
2752 'exif-planarconfiguration' => '',
2753 'exif-xyresolution' => '',
2754 'exif-colorspace' => '',
2755 'exif-componentsconfiguration' => '',
2756 'exif-exposureprogram' => '',
2757 'exif-subjectdistance-value' => '',
2758 'exif-meteringmode' => '',
2759 'exif-lightsource' => '',
2760 'exif-focalplaneresolutionunit' => '',
2761 'exif-sensingmethod' => '',
2762 'exif-filesource' => '',
2763 'exif-scenetype' => '',
2764 'exif-customrendered' => '',
2765 'exif-exposuremode' => '',
2766 'exif-whitebalance' => '',
2767 'exif-scenecapturetype' => '',
2768 'exif-gaincontrol' => '',
2769 'exif-contrast' => '',
2770 'exif-saturation' => '',
2771 'exif-sharpness' => '',
2772 'exif-subjectdistancerange' => '',
2773 'exif-gpslatitude' => 'Pseudotags used for GPSLatitudeRef and GPSDestLatitudeRef',
2774 'exif-gpslongitude' => 'Pseudotags used for GPSLongitudeRef and GPSDestLongitudeRef',
2775 'exif-gpsstatus' => '',
2776 'exif-gpsmeasuremode' => '',
2777 'exif-gpsspeed' => 'Pseudotags used for GPSSpeedRef and GPSDestDistanceRef',
2778 'exif-gpsdirection' => 'Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef',
2779 'edit-externally' => 'External editor support',
2780 'all' => "'all' in various places, this might be different for inflected languages",
2781 'confirmemail' => 'E-mail address confirmation',
2782 'scarytransclusion' => 'Scary transclusion',
2783 'trackbacks' => 'Trackbacks',
2784 'deleteconflict' => 'Delete conflict',
2785 'unit-pixel' => '',
2786 'htmldump' => 'HTML dump',
2787 'purge' => 'action=purge',
2788 'search2' => 'AJAX search',
2789 'separators' => 'Separators for various lists, etc.',
2790 'imgmulti' => 'Multipage image navigation',
2791 'tablepager' => 'Table pager',
2792 'autosumm' => 'Auto-summaries',
2793 'autoblock_whitelist' => 'Autoblock whitelist',
2794 'sizeunits' => 'Size units',
2795 'livepreview' => 'Live preview',
2796 'lagwarning' => 'Friendlier slave lag warnings',
2797 'watchlisteditor' => 'Watchlist editor',
2798 'watchlisttools' => 'Watchlist editing tools',
2799 'iranian-dates' => 'Iranian month names',
2800 'hijri-dates' => 'Hijri month names',
2801 'hebrew-dates' => 'Hebrew month names',
2802 'signatures' => 'Signatures',
2803 'CoreParserFunctions' => 'Core parser functions',
2804 'version' => 'Special:Version',
2805 'filepath' => 'Special:Filepath',
2806 'fileduplicatesearch' => 'Special:FileDuplicateSearch',
2807 'special-specialpages' => 'Special:SpecialPages',
2808 'special-blank' => 'Special:Blankpage',
2809 );
2810
2811 /** Short comments for standalone messages */
2812 $wgMessageComments = array(
2813 'hidden-category-category' => 'Name of the category where hidden categories will be listed',
2814 'lastmodifiedat' => '$1 date, $2 time',
2815 'sitenotice' => 'the equivalent to wgSiteNotice',
2816 'history-feed-item-nocomment' => 'user at time',
2817 'editcomment' => 'only shown if there is an edit comment',
2818 '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',
2819 'lastmodifiedatby' => '$1 date, $2 time, $3 user',
2820 'exif-orientation-1' => '0th row: top; 0th column: left',
2821 'exif-orientation-2' => '0th row: top; 0th column: right',
2822 'exif-orientation-3' => '0th row: bottom; 0th column: right',
2823 'exif-orientation-4' => '0th row: bottom; 0th column: left',
2824 'exif-orientation-5' => '0th row: left; 0th column: top',
2825 'exif-orientation-6' => '0th row: right; 0th column: top',
2826 'exif-orientation-7' => '0th row: right; 0th column: bottom',
2827 'exif-orientation-8' => '0th row: left; 0th column: bottom',
2828 'movepage-moved' => 'The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.',
2829 'ipboptions' => 'display1:time1,display2:time2,...',
2830 'metadata-fields' => 'Do not translate list items',
2831 'version' => 'Not used as normal message but as header for the special page itself',
2832 'userrights' => 'Not used as normal message but as header for the special page itself',
2833 );