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