Use a <fieldset> for the date selector in history
[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 'confirmedittitle',
499 'confirmedittext',
500 'nosuchsectiontitle',
501 'nosuchsectiontext',
502 'loginreqtitle',
503 'loginreqlink',
504 'loginreqpagetext',
505 'accmailtitle',
506 'accmailtext',
507 'newarticle',
508 'newarticletext',
509 'newarticletextanon',
510 'talkpagetext',
511 'anontalkpagetext',
512 'noarticletext',
513 'noarticletextanon',
514 'userpage-userdoesnotexist',
515 'clearyourcache',
516 'usercssjsyoucanpreview',
517 'usercsspreview',
518 'userjspreview',
519 'userinvalidcssjstitle',
520 'updated',
521 'note',
522 'previewnote',
523 'previewconflict',
524 'session_fail_preview',
525 'session_fail_preview_html',
526 'token_suffix_mismatch',
527 'editing',
528 'editingsection',
529 'editingcomment',
530 'editconflict',
531 'explainconflict',
532 'yourtext',
533 'storedversion',
534 'nonunicodebrowser',
535 'editingold',
536 'yourdiff',
537 'copyrightwarning',
538 'copyrightwarning2',
539 'longpagewarning',
540 'longpageerror',
541 'readonlywarning',
542 'protectedpagewarning',
543 'semiprotectedpagewarning',
544 'cascadeprotectedwarning',
545 'titleprotectedwarning',
546 'templatesused',
547 'templatesusedpreview',
548 'templatesusedsection',
549 'template-protected',
550 'template-semiprotected',
551 'hiddencategories',
552 'edittools',
553 'nocreatetitle',
554 'nocreatetext',
555 'nocreate-loggedin',
556 'permissionserrors',
557 'permissionserrorstext',
558 'permissionserrorstext-withaction',
559 'recreate-deleted-warn',
560 ),
561 'parserwarnings' => array(
562 'expensive-parserfunction-warning',
563 'expensive-parserfunction-category',
564 'post-expand-template-inclusion-warning',
565 'post-expand-template-inclusion-category',
566 'post-expand-template-argument-warning',
567 'post-expand-template-argument-category',
568 ),
569 'undo' => array(
570 'undo-success',
571 'undo-failure',
572 'undo-norev',
573 'undo-summary',
574 ),
575 'cantcreateaccount' => array(
576 'cantcreateaccounttitle',
577 'cantcreateaccount-text',
578 'cantcreateaccount-nonblock-text',
579 ),
580 'history' => array(
581 'viewpagelogs',
582 'nohistory',
583 'revnotfound',
584 'revnotfoundtext',
585 'currentrev',
586 'revisionasof',
587 'revision-info',
588 'revision-info-current',
589 'revision-nav',
590 'previousrevision',
591 'nextrevision',
592 'currentrevisionlink',
593 'cur',
594 'next',
595 'last',
596 'page_first',
597 'page_last',
598 'histlegend',
599 'history-search',
600 'history_copyright',
601 'deletedrev',
602 'histfirst',
603 'histlast',
604 'historysize',
605 'historyempty',
606 ),
607 'history-feed' => array(
608 'history-feed-title',
609 'history-feed-description',
610 'history-feed-item-nocomment',
611 'history-feed-empty',
612 ),
613 'revdelete' => array(
614 'rev-deleted-comment',
615 'rev-deleted-user',
616 'rev-deleted-event',
617 'rev-deleted-text-permission',
618 'rev-deleted-text-view',
619 'rev-delundel',
620 'revisiondelete',
621 'revdelete-nooldid-title',
622 'revdelete-nooldid-text',
623 'revdelete-selected',
624 'logdelete-selected',
625 'revdelete-text',
626 'revdelete-legend',
627 'revdelete-hide-text',
628 'revdelete-hide-name',
629 'revdelete-hide-comment',
630 'revdelete-hide-user',
631 'revdelete-hide-restricted',
632 'revdelete-suppress',
633 'revdelete-hide-image',
634 'revdelete-unsuppress',
635 'revdelete-log',
636 'revdelete-submit',
637 'revdelete-logentry',
638 'logdelete-logentry',
639 'revdelete-logaction',
640 'logdelete-logaction',
641 'revdelete-success',
642 'logdelete-success',
643 'revdel-restore',
644 'pagehist',
645 'deletedhist',
646 'revdelete-content',
647 'revdelete-summary',
648 'revdelete-uname',
649 'revdelete-restricted',
650 'revdelete-unrestricted',
651 'revdelete-hid',
652 'revdelete-unhid',
653 'revdelete-log-message',
654 'logdelete-log-message',
655 ),
656 'suppression' => array(
657 'suppressionlog',
658 'suppressionlogtext',
659 ),
660 'mergehistory' => array(
661 'mergehistory',
662 'mergehistory-header',
663 'mergehistory-box',
664 'mergehistory-from',
665 'mergehistory-into',
666 'mergehistory-list',
667 'mergehistory-merge',
668 'mergehistory-go',
669 'mergehistory-submit',
670 'mergehistory-empty',
671 'mergehistory-success',
672 'mergehistory-fail',
673 'mergehistory-no-source',
674 'mergehistory-no-destination',
675 'mergehistory-invalid-source',
676 'mergehistory-invalid-destination',
677 'mergehistory-autocomment',
678 'mergehistory-comment',
679 ),
680 'mergelog' => array(
681 'mergelog',
682 'pagemerge-logentry',
683 'revertmerge',
684 'mergelogpagetext',
685 ),
686 'diffs' => array(
687 'history-title',
688 'difference',
689 'lineno',
690 'compareselectedversions',
691 'editundo',
692 'diff-multi',
693 ),
694 'search' => array(
695 'searchresults',
696 'searchresults-title',
697 'searchresulttext',
698 'searchsubtitle',
699 'searchsubtitleinvalid',
700 'noexactmatch',
701 'noexactmatch-nocreate',
702 'toomanymatches',
703 'titlematches',
704 'notitlematches',
705 'textmatches',
706 'notextmatches',
707 'prevn',
708 'nextn',
709 'viewprevnext',
710 'search-result-size',
711 'search-result-score',
712 'search-redirect',
713 'search-section',
714 'search-suggest',
715 'search-interwiki-caption',
716 'search-interwiki-default',
717 'search-interwiki-custom',
718 'search-interwiki-more',
719 'search-mwsuggest-enabled',
720 'search-mwsuggest-disabled',
721 'search-relatedarticle',
722 'mwsuggest-disable',
723 'searchrelated',
724 'searchall',
725 'showingresults',
726 'showingresultsnum',
727 'showingresultstotal',
728 'nonefound',
729 'powersearch',
730 'powersearch-legend',
731 'powersearch-ns',
732 'powersearch-redir',
733 'powersearch-field',
734 'search-external',
735 'searchdisabled',
736 'googlesearch',
737 ),
738 'opensearch' => array(
739 'opensearch-desc',
740 ),
741 'preferences' => array(
742 'preferences',
743 'preferences-summary',
744 'mypreferences',
745 'prefs-edits',
746 'prefsnologin',
747 'prefsnologintext',
748 'prefsreset',
749 'qbsettings',
750 'qbsettings-none',
751 'qbsettings-fixedleft',
752 'qbsettings-fixedright',
753 'qbsettings-floatingleft',
754 'qbsettings-floatingright',
755 'changepassword',
756 'skin',
757 'math',
758 'dateformat',
759 'datedefault',
760 'datetime',
761 'math_failure',
762 'math_unknown_error',
763 'math_unknown_function',
764 'math_lexing_error',
765 'math_syntax_error',
766 'math_image_error',
767 'math_bad_tmpdir',
768 'math_bad_output',
769 'math_notexvc',
770 'prefs-personal',
771 'prefs-rc',
772 'prefs-watchlist',
773 'prefs-watchlist-days',
774 'prefs-watchlist-edits',
775 'prefs-misc',
776 'saveprefs',
777 'resetprefs',
778 'oldpassword',
779 'newpassword',
780 'retypenew',
781 'textboxsize',
782 'rows',
783 'columns',
784 'searchresultshead',
785 'resultsperpage',
786 'contextlines',
787 'contextchars',
788 'stub-threshold',
789 'recentchangesdays',
790 'recentchangescount',
791 'savedprefs',
792 'timezonelegend',
793 'timezonetext',
794 'localtime',
795 'timezoneoffset',
796 'servertime',
797 'guesstimezone',
798 'allowemail',
799 'prefs-searchoptions',
800 'prefs-namespaces',
801 'defaultns',
802 'default',
803 'files',
804 ),
805 'userrights' => array(
806 'userrights',
807 'userrights-summary',
808 'userrights-lookup-user',
809 'userrights-user-editname',
810 'editusergroup',
811 'editinguser',
812 'userrights-editusergroup',
813 'saveusergroups',
814 'userrights-groupsmember',
815 'userrights-groups-help',
816 'userrights-reason',
817 'userrights-no-interwiki',
818 'userrights-nodatabase',
819 'userrights-nologin',
820 'userrights-notallowed',
821 'userrights-changeable-col',
822 'userrights-unchangeable-col',
823 'userrights-irreversible-marker',
824 ),
825 'group' => array(
826 'group',
827 'group-user',
828 'group-autoconfirmed',
829 'group-bot',
830 'group-sysop',
831 'group-bureaucrat',
832 'group-suppress',
833 'group-all',
834 ),
835 'group-member' => array(
836 'group-user-member',
837 'group-autoconfirmed-member',
838 'group-bot-member',
839 'group-sysop-member',
840 'group-bureaucrat-member',
841 'group-suppress-member',
842 ),
843 'grouppage' => array(
844 'grouppage-user',
845 'grouppage-autoconfirmed',
846 'grouppage-bot',
847 'grouppage-sysop',
848 'grouppage-bureaucrat',
849 'grouppage-suppress',
850 ),
851 'right' => array(
852 'right-read',
853 'right-edit',
854 'right-createpage',
855 'right-createtalk',
856 'right-createaccount',
857 'right-minoredit',
858 'right-move',
859 'right-move-subpages',
860 'right-suppressredirect',
861 'right-upload',
862 'right-reupload',
863 'right-reupload-own',
864 'right-reupload-shared',
865 'right-upload_by_url',
866 'right-purge',
867 'right-autoconfirmed',
868 'right-bot',
869 'right-nominornewtalk',
870 'right-apihighlimits',
871 'right-writeapi',
872 'right-delete',
873 'right-bigdelete',
874 'right-deleterevision',
875 'right-deletedhistory',
876 'right-browsearchive',
877 'right-undelete',
878 'right-suppressrevision',
879 'right-suppressionlog',
880 'right-block',
881 'right-blockemail',
882 'right-hideuser',
883 'right-ipblock-exempt',
884 'right-proxyunbannable',
885 'right-protect',
886 'right-editprotected',
887 'right-editinterface',
888 'right-editusercssjs',
889 'right-rollback',
890 'right-markbotedits',
891 'right-noratelimit',
892 'right-import',
893 'right-importupload',
894 'right-patrol',
895 'right-autopatrol',
896 'right-patrolmarks',
897 'right-unwatchedpages',
898 'right-trackback',
899 'right-mergehistory',
900 'right-userrights',
901 'right-userrights-interwiki',
902 'right-siteadmin',
903 ),
904 'rightslog' => array(
905 'rightslog',
906 'rightslogtext',
907 'rightslogentry',
908 'rightsnone',
909 ),
910 'recentchanges' => array(
911 'nchanges',
912 'recentchanges',
913 'recentchanges-url',
914 'recentchangestext',
915 'recentchanges-feed-description',
916 'rcnote',
917 'rcnotefrom',
918 'rclistfrom',
919 'rcshowhideminor',
920 'rcshowhidebots',
921 'rcshowhideliu',
922 'rcshowhideanons',
923 'rcshowhidepatr',
924 'rcshowhidemine',
925 'rclinks',
926 'diff',
927 'hist',
928 'hide',
929 'show',
930 'minoreditletter',
931 'newpageletter',
932 'boteditletter',
933 'sectionlink',
934 'number_of_watching_users_RCview',
935 'number_of_watching_users_pageview',
936 'rc_categories',
937 'rc_categories_any',
938 'rc-change-size',
939 'newsectionsummary',
940 ),
941 'recentchangeslinked' => array(
942 'recentchangeslinked',
943 'recentchangeslinked-title',
944 'recentchangeslinked-noresult',
945 'recentchangeslinked-summary',
946 'recentchangeslinked-page',
947 'recentchangeslinked-to',
948 ),
949 'upload' => array(
950 'upload',
951 'uploadbtn',
952 'reupload',
953 'reuploaddesc',
954 'uploadnologin',
955 'uploadnologintext',
956 'upload_directory_missing',
957 'upload_directory_read_only',
958 'uploaderror',
959 'upload-summary',
960 'uploadtext',
961 'upload-permitted',
962 'upload-preferred',
963 'upload-prohibited',
964 'uploadfooter',
965 'uploadlog',
966 'uploadlogpage',
967 'uploadlogpagetext',
968 'filename',
969 'filedesc',
970 'fileuploadsummary',
971 'filestatus',
972 'filesource',
973 'uploadedfiles',
974 'ignorewarning',
975 'ignorewarnings',
976 'minlength1',
977 'illegalfilename',
978 'badfilename',
979 'filetype-badmime',
980 'filetype-unwanted-type',
981 'filetype-banned-type',
982 'filetype-missing',
983 'large-file',
984 'largefileserver',
985 'emptyfile',
986 'fileexists',
987 'filepageexists',
988 'fileexists-extension',
989 'fileexists-thumb',
990 'fileexists-thumbnail-yes',
991 'file-thumbnail-no',
992 'fileexists-forbidden',
993 'fileexists-shared-forbidden',
994 'file-exists-duplicate',
995 'successfulupload',
996 'uploadwarning',
997 'savefile',
998 'uploadedimage',
999 'overwroteimage',
1000 'uploaddisabled',
1001 'uploaddisabledtext',
1002 'uploadscripted',
1003 'uploadcorrupt',
1004 'uploadvirus',
1005 'sourcefilename',
1006 'destfilename',
1007 'upload-maxfilesize',
1008 'watchthisupload',
1009 'filewasdeleted',
1010 'upload-wasdeleted',
1011 'filename-bad-prefix',
1012 'filename-prefix-blacklist',
1013 ),
1014 'upload-errors' => array(
1015 'upload-proto-error',
1016 'upload-proto-error-text',
1017 'upload-file-error',
1018 'upload-file-error-text',
1019 'upload-misc-error',
1020 'upload-misc-error-text',
1021 ),
1022 'upload-curl-errors' => array(
1023 'upload-curl-error6',
1024 'upload-curl-error6-text',
1025 'upload-curl-error28',
1026 'upload-curl-error28-text',
1027 ),
1028 'licenses' => array(
1029 'license',
1030 'nolicense',
1031 'licenses',
1032 'license-nopreview',
1033 'upload_source_url',
1034 'upload_source_file',
1035 ),
1036 'imagelist' => array(
1037 'imagelist-summary',
1038 'imagelist_search_for',
1039 'imgfile',
1040 'imagelist',
1041 'imagelist_date',
1042 'imagelist_name',
1043 'imagelist_user',
1044 'imagelist_size',
1045 'imagelist_description',
1046 ),
1047 'imagedesciption' => array(
1048 'filehist',
1049 'filehist-help',
1050 'filehist-deleteall',
1051 'filehist-deleteone',
1052 'filehist-revert',
1053 'filehist-current',
1054 'filehist-datetime',
1055 'filehist-user',
1056 'filehist-dimensions',
1057 'filehist-filesize',
1058 'filehist-comment',
1059 'imagelinks',
1060 'linkstoimage',
1061 'nolinkstoimage',
1062 'morelinkstoimage',
1063 'redirectstofile',
1064 'duplicatesoffile',
1065 'sharedupload',
1066 'shareduploadwiki',
1067 'shareduploadwiki-desc',
1068 'shareduploadwiki-linktext',
1069 'shareddescriptionfollows',
1070 'shareduploadduplicate',
1071 'shareduploadduplicate-linktext',
1072 'shareduploadconflict',
1073 'shareduploadconflict-linktext',
1074 'noimage',
1075 'noimage-linktext',
1076 'uploadnewversion-linktext',
1077 'imagepage-searchdupe',
1078 ),
1079 'filerevert' => array(
1080 'filerevert',
1081 'filerevert-backlink',
1082 'filerevert-legend',
1083 'filerevert-intro',
1084 'filerevert-comment',
1085 'filerevert-defaultcomment',
1086 'filerevert-submit',
1087 'filerevert-success',
1088 'filerevert-badversion',
1089 ),
1090 'filedelete' => array(
1091 'filedelete',
1092 'filedelete-backlink',
1093 'filedelete-legend',
1094 'filedelete-intro',
1095 'filedelete-intro-old',
1096 'filedelete-comment',
1097 'filedelete-submit',
1098 'filedelete-success',
1099 'filedelete-success-old',
1100 'filedelete-nofile',
1101 'filedelete-nofile-old',
1102 'filedelete-iscurrent',
1103 'filedelete-otherreason',
1104 'filedelete-reason-otherlist',
1105 'filedelete-reason-dropdown',
1106 'filedelete-edit-reasonlist',
1107 ),
1108 'mimesearch' => array(
1109 'mimesearch',
1110 'mimesearch-summary',
1111 'mimetype',
1112 'download',
1113 ),
1114 'unwatchedpages' => array(
1115 'unwatchedpages',
1116 'unwatchedpages-summary',
1117 ),
1118 'listredirects' => array(
1119 'listredirects',
1120 'listredirects-summary',
1121 ),
1122 'unusedtemplates' => array(
1123 'unusedtemplates',
1124 'unusedtemplates-summary',
1125 'unusedtemplatestext',
1126 'unusedtemplateswlh',
1127 ),
1128 'randompage' => array(
1129 'randompage',
1130 'randompage-nopages',
1131 'randompage-url',
1132 ),
1133 'randomredirect' => array(
1134 'randomredirect',
1135 'randomredirect-nopages',
1136 ),
1137 'statistics' => array(
1138 'statistics',
1139 'sitestats',
1140 'userstats',
1141 'sitestatstext',
1142 'userstatstext',
1143 'statistics-mostpopular',
1144 'statistics-footer',
1145 ),
1146 'disambiguations' => array(
1147 'disambiguations',
1148 'disambiguations-summary',
1149 'disambiguationspage',
1150 'disambiguations-text',
1151 ),
1152 'doubleredirects' => array(
1153 'doubleredirects',
1154 'doubleredirects-summary',
1155 'doubleredirectstext',
1156 'double-redirect-fixed-move',
1157 'double-redirect-fixer',
1158 ),
1159 'brokenredirects' => array(
1160 'brokenredirects',
1161 'brokenredirects-summary',
1162 'brokenredirectstext',
1163 'brokenredirects-edit',
1164 'brokenredirects-delete',
1165 ),
1166 'withoutinterwiki' => array(
1167 'withoutinterwiki',
1168 'withoutinterwiki-summary',
1169 'withoutinterwiki-legend',
1170 'withoutinterwiki-submit',
1171 ),
1172 'fewestrevisions' => array(
1173 'fewestrevisions',
1174 'fewestrevisions-summary',
1175 ),
1176 'specialpages' => array(
1177 'nbytes',
1178 'ncategories',
1179 'nlinks',
1180 'nmembers',
1181 'nrevisions',
1182 'nviews',
1183 'nchanges',
1184 'specialpage-empty',
1185 'lonelypages',
1186 'lonelypages-summary',
1187 'lonelypagestext',
1188 'uncategorizedpages',
1189 'uncategorizedpages-summary',
1190 'uncategorizedcategories',
1191 'uncategorizedcategories-summary',
1192 'uncategorizedimages',
1193 'uncategorizedimages-summary',
1194 'uncategorizedtemplates',
1195 'uncategorizedtemplates-summary',
1196 'unusedcategories',
1197 'unusedimages',
1198 'popularpages',
1199 'popularpages-summary',
1200 'wantedcategories',
1201 'wantedcategories-summary',
1202 'wantedpages',
1203 'wantedpages-summary',
1204 'missingfiles',
1205 'missingfiles-summary',
1206 'mostlinked',
1207 'mostlinked-summary',
1208 'mostlinkedcategories',
1209 'mostlinkedcategories-summary',
1210 'mostlinkedtemplates',
1211 'mostlinkedtemplates-summary',
1212 'mostcategories',
1213 'mostcategories-summary',
1214 'mostimages',
1215 'mostimages-summary',
1216 'mostrevisions',
1217 'mostrevisions-summary',
1218 'prefixindex',
1219 'prefixindex-summary',
1220 'shortpages',
1221 'shortpages-summary',
1222 'longpages',
1223 'longpages-summary',
1224 'deadendpages',
1225 'deadendpages-summary',
1226 'deadendpagestext',
1227 'protectedpages',
1228 'protectedpages-indef',
1229 'protectedpages-summary',
1230 'protectedpagestext',
1231 'protectedpagesempty',
1232 'protectedtitles',
1233 'protectedtitles-summary',
1234 'protectedtitlestext',
1235 'protectedtitlesempty',
1236 'listusers',
1237 'listusers-summary',
1238 'newpages',
1239 'newpages-summary',
1240 'newpages-username',
1241 'ancientpages',
1242 'ancientpages-summary',
1243 'move',
1244 'movethispage',
1245 'unusedimagestext',
1246 'unusedcategoriestext',
1247 'notargettitle',
1248 'notargettext',
1249 'nopagetitle',
1250 'nopagetext',
1251 'pager-newer-n',
1252 'pager-older-n',
1253 'suppress',
1254 ),
1255 'booksources' => array(
1256 'booksources',
1257 'booksources-summary',
1258 'booksources-search-legend',
1259 'booksources-isbn',
1260 'booksources-go',
1261 'booksources-text',
1262 ),
1263 'magicwords' => array(
1264 'rfcurl',
1265 'pubmedurl',
1266 ),
1267 'logpages' => array(
1268 'specialloguserlabel',
1269 'speciallogtitlelabel',
1270 'log',
1271 'all-logs-page',
1272 'log-search-legend',
1273 'log-search-submit',
1274 'alllogstext',
1275 'logempty',
1276 'log-title-wildcard',
1277 ),
1278 'allpages' => array(
1279 'allpages',
1280 'allpages-summary',
1281 'alphaindexline',
1282 'nextpage',
1283 'prevpage',
1284 'allpagesfrom',
1285 'allarticles',
1286 'allinnamespace',
1287 'allnotinnamespace',
1288 'allpagesprev',
1289 'allpagesnext',
1290 'allpagessubmit',
1291 'allpagesprefix',
1292 'allpagesbadtitle',
1293 'allpages-bad-ns',
1294 ),
1295 'categories' => array(
1296 'categories',
1297 'categories-summary',
1298 'categoriespagetext',
1299 'categoriesfrom',
1300 'special-categories-sort-count',
1301 'special-categories-sort-abc',
1302 ),
1303 'listusers' => array(
1304 'listusersfrom',
1305 'listusers-submit',
1306 'listusers-noresult',
1307 ),
1308 'listgrouprights' => array(
1309 'listgrouprights',
1310 'listgrouprights-summary',
1311 'listgrouprights-group',
1312 'listgrouprights-rights',
1313 'listgrouprights-helppage',
1314 'listgrouprights-members',
1315 'listgrouprights-right-display',
1316 'listgrouprights-addgroup',
1317 'listgrouprights-removegroup',
1318 'listgrouprights-addgroup-all',
1319 'listgrouprights-removegroup-all',
1320 ),
1321 'emailuser' => array(
1322 'mailnologin',
1323 'mailnologintext',
1324 'emailuser',
1325 'emailpage',
1326 'emailpagetext',
1327 'usermailererror',
1328 'defemailsubject',
1329 'noemailtitle',
1330 'noemailtext',
1331 'emailfrom',
1332 'emailto',
1333 'emailsubject',
1334 'emailmessage',
1335 'emailsend',
1336 'emailccme',
1337 'emailccsubject',
1338 'emailsent',
1339 'emailsenttext',
1340 'emailuserfooter',
1341 ),
1342 'watchlist' => array(
1343 'watchlist',
1344 'mywatchlist',
1345 'watchlistfor',
1346 'nowatchlist',
1347 'watchlistanontext',
1348 'watchnologin',
1349 'watchnologintext',
1350 'addedwatch',
1351 'addedwatchtext',
1352 'removedwatch',
1353 'removedwatchtext',
1354 'watch',
1355 'watchthispage',
1356 'unwatch',
1357 'unwatchthispage',
1358 'notanarticle',
1359 'notvisiblerev',
1360 'watchnochange',
1361 'watchlist-details',
1362 'wlheader-enotif',
1363 'wlheader-showupdated',
1364 'watchmethod-recent',
1365 'watchmethod-list',
1366 'watchlistcontains',
1367 'iteminvalidname',
1368 'wlnote',
1369 'wlshowlast',
1370 'watchlist-show-bots',
1371 'watchlist-hide-bots',
1372 'watchlist-show-own',
1373 'watchlist-hide-own',
1374 'watchlist-show-minor',
1375 'watchlist-hide-minor',
1376 ),
1377 'watching' => array(
1378 'watching',
1379 'unwatching',
1380 ),
1381 'enotif' => array(
1382 'enotif_mailer',
1383 'enotif_reset',
1384 'enotif_newpagetext',
1385 'enotif_impersonal_salutation',
1386 'changed',
1387 'created',
1388 'enotif_subject',
1389 'enotif_lastvisited',
1390 'enotif_lastdiff',
1391 'enotif_anon_editor',
1392 'enotif_body',
1393 ),
1394 'deleteprotectrev' => array(
1395 'deletepage',
1396 'confirm',
1397 'excontent',
1398 'excontentauthor',
1399 'exbeforeblank',
1400 'exblank',
1401 'delete-confirm',
1402 'delete-backlink',
1403 'delete-legend',
1404 'historywarning',
1405 'confirmdeletetext',
1406 'actioncomplete',
1407 'deletedtext',
1408 'deletedarticle',
1409 'suppressedarticle',
1410 'dellogpage',
1411 'dellogpagetext',
1412 'deletionlog',
1413 'reverted',
1414 'deletecomment',
1415 'deleteotherreason',
1416 'deletereasonotherlist',
1417 'deletereason-dropdown',
1418 'delete-edit-reasonlist',
1419 'delete-toobig',
1420 'delete-warning-toobig',
1421 'rollback',
1422 'rollback_short',
1423 'rollbacklink',
1424 'rollbackfailed',
1425 'cantrollback',
1426 'alreadyrolled',
1427 'editcomment',
1428 'revertpage',
1429 'rollback-success',
1430 'sessionfailure',
1431 'protectlogpage',
1432 'protectlogtext',
1433 'protectedarticle',
1434 'modifiedarticleprotection',
1435 'unprotectedarticle',
1436 'protect-title',
1437 'protect-backlink',
1438 'protect-legend',
1439 'confirmprotect',
1440 'protectcomment',
1441 'protectexpiry',
1442 'protect_expiry_invalid',
1443 'protect_expiry_old',
1444 'protect-unchain',
1445 'protect-text',
1446 'protect-locked-blocked',
1447 'protect-locked-dblock',
1448 'protect-locked-access',
1449 'protect-cascadeon',
1450 'protect-default',
1451 'protect-fallback',
1452 'protect-level-autoconfirmed',
1453 'protect-level-sysop',
1454 'protect-summary-cascade',
1455 'protect-expiring',
1456 'protect-cascade',
1457 'protect-cantedit',
1458 'restriction-type',
1459 'restriction-level',
1460 'minimum-size',
1461 'maximum-size',
1462 'pagesize',
1463 ),
1464 'restrictions' => array(
1465 'restriction-edit',
1466 'restriction-move',
1467 'restriction-create',
1468 'restriction-upload',
1469 ),
1470 'restriction-levels' => array(
1471 'restriction-level-sysop',
1472 'restriction-level-autoconfirmed',
1473 'restriction-level-all',
1474 ),
1475 'undelete' => array(
1476 'undelete',
1477 'undeletepage',
1478 'undeletepagetitle',
1479 'viewdeletedpage',
1480 'undeletepagetext',
1481 'undelete-fieldset-title',
1482 'undeleteextrahelp',
1483 'undeleterevisions',
1484 'undeletehistory',
1485 'undeleterevdel',
1486 'undeletehistorynoadmin',
1487 'undelete-revision',
1488 'undeleterevision-missing',
1489 'undelete-nodiff',
1490 'undeletebtn',
1491 'undeletelink',
1492 'undeletereset',
1493 'undeletecomment',
1494 'undeletedarticle',
1495 'undeletedrevisions',
1496 'undeletedrevisions-files',
1497 'undeletedfiles',
1498 'cannotundelete',
1499 'undeletedpage',
1500 'undelete-header',
1501 'undelete-search-box',
1502 'undelete-search-prefix',
1503 'undelete-search-submit',
1504 'undelete-no-results',
1505 'undelete-filename-mismatch',
1506 'undelete-bad-store-key',
1507 'undelete-cleanup-error',
1508 'undelete-missing-filearchive',
1509 'undelete-error-short',
1510 'undelete-error-long',
1511 ),
1512 'nsform' => array(
1513 'namespace',
1514 'invert',
1515 'blanknamespace',
1516 ),
1517 'contributions' => array(
1518 'contributions',
1519 'mycontris',
1520 'contribsub2',
1521 'nocontribs',
1522 'uctop',
1523 'month',
1524 'year',
1525 ),
1526 'sp-contributions' => array(
1527 'sp-contributions-newbies',
1528 'sp-contributions-newbies-sub',
1529 'sp-contributions-blocklog',
1530 'sp-contributions-search',
1531 'sp-contributions-username',
1532 'sp-contributions-submit',
1533 'sp-contributions-explain',
1534 'sp-contributions-footer',
1535 'sp-contributions-footer-anon',
1536 ),
1537 'whatlinkshere' => array(
1538 'whatlinkshere',
1539 'whatlinkshere-title',
1540 'whatlinkshere-summary',
1541 'whatlinkshere-page',
1542 'whatlinkshere-barrow',
1543 'linklistsub',
1544 'linkshere',
1545 'nolinkshere',
1546 'nolinkshere-ns',
1547 'isredirect',
1548 'istemplate',
1549 'isimage',
1550 'whatlinkshere-prev',
1551 'whatlinkshere-next',
1552 'whatlinkshere-links',
1553 'whatlinkshere-hideredirs',
1554 'whatlinkshere-hidetrans',
1555 'whatlinkshere-hidelinks',
1556 'whatlinkshere-hideimages',
1557 'whatlinkshere-filters',
1558 ),
1559 'block' => array(
1560 'blockip',
1561 'blockip-legend',
1562 'blockiptext',
1563 'ipaddress',
1564 'ipadressorusername',
1565 'ipbexpiry',
1566 'ipbreason',
1567 'ipbreasonotherlist',
1568 'ipbreason-dropdown',
1569 'ipbanononly',
1570 'ipbcreateaccount',
1571 'ipbemailban',
1572 'ipbenableautoblock',
1573 'ipbsubmit',
1574 'ipbother',
1575 'ipboptions',
1576 'ipbotheroption',
1577 'ipbotherreason',
1578 'ipbhidename',
1579 'ipbwatchuser',
1580 'badipaddress',
1581 'blockipsuccesssub',
1582 'blockipsuccesstext',
1583 'ipb-edit-dropdown',
1584 'ipb-unblock-addr',
1585 'ipb-unblock',
1586 'ipb-blocklist-addr',
1587 'ipb-blocklist',
1588 'unblockip',
1589 'unblockiptext',
1590 'ipusubmit',
1591 'unblocked',
1592 'unblocked-id',
1593 'ipblocklist',
1594 'ipblocklist-legend',
1595 'ipblocklist-username',
1596 'ipblocklist-summary',
1597 'ipblocklist-submit',
1598 'blocklistline',
1599 'infiniteblock',
1600 'expiringblock',
1601 'anononlyblock',
1602 'noautoblockblock',
1603 'createaccountblock',
1604 'emailblock',
1605 'ipblocklist-empty',
1606 'ipblocklist-no-results',
1607 'blocklink',
1608 'unblocklink',
1609 'contribslink',
1610 'autoblocker',
1611 'blocklogpage',
1612 'blocklogentry',
1613 'blocklogtext',
1614 'unblocklogentry',
1615 'block-log-flags-anononly',
1616 'block-log-flags-nocreate',
1617 'block-log-flags-noautoblock',
1618 'block-log-flags-noemail',
1619 'block-log-flags-angry-autoblock',
1620 'range_block_disabled',
1621 'ipb_expiry_invalid',
1622 'ipb_expiry_temp',
1623 'ipb_already_blocked',
1624 'ipb_cant_unblock',
1625 'ipb_blocked_as_range',
1626 'ip_range_invalid',
1627 'blockme',
1628 'proxyblocker',
1629 'proxyblocker-disabled',
1630 'proxyblockreason',
1631 'proxyblocksuccess',
1632 'sorbs',
1633 'sorbsreason',
1634 'sorbs_create_account_reason',
1635 ),
1636 'developertools' => array(
1637 'lockdb',
1638 'unlockdb',
1639 'lockdbtext',
1640 'unlockdbtext',
1641 'lockconfirm',
1642 'unlockconfirm',
1643 'lockbtn',
1644 'unlockbtn',
1645 'locknoconfirm',
1646 'lockdbsuccesssub',
1647 'unlockdbsuccesssub',
1648 'lockdbsuccesstext',
1649 'unlockdbsuccesstext',
1650 'lockfilenotwritable',
1651 'databasenotlocked',
1652 ),
1653 'movepage' => array(
1654 'move-page',
1655 'move-page-backlink',
1656 'move-page-legend',
1657 'movepagetext',
1658 'movepagetalktext',
1659 'movearticle',
1660 'movenotallowed',
1661 'newtitle',
1662 'move-watch',
1663 'movepagebtn',
1664 'pagemovedsub',
1665 'movepage-moved',
1666 'articleexists',
1667 'cantmove-titleprotected',
1668 'talkexists',
1669 'movedto',
1670 'movetalk',
1671 'move-subpages',
1672 'move-talk-subpages',
1673 'movepage-page-exists',
1674 'movepage-page-moved',
1675 'movepage-page-unmoved',
1676 'movepage-max-pages',
1677 '1movedto2',
1678 '1movedto2_redir',
1679 'movelogpage',
1680 'movelogpagetext',
1681 'movereason',
1682 'revertmove',
1683 'delete_and_move',
1684 'delete_and_move_text',
1685 'delete_and_move_confirm',
1686 'delete_and_move_reason',
1687 'selfmove',
1688 'immobile_namespace',
1689 'imagenocrossnamespace',
1690 'imagetypemismatch',
1691 'imageinvalidfilename',
1692 'fix-double-redirects',
1693 ),
1694 'export' => array(
1695 'export',
1696 'exporttext',
1697 'exportcuronly',
1698 'exportnohistory',
1699 'export-submit',
1700 'export-addcattext',
1701 'export-addcat',
1702 'export-download',
1703 'export-templates',
1704 ),
1705 'allmessages' => array(
1706 'allmessages',
1707 'allmessagesname',
1708 'allmessagesdefault',
1709 'allmessagescurrent',
1710 'allmessagestext',
1711 'allmessagesnotsupportedDB',
1712 'allmessagesfilter',
1713 'allmessagesmodified',
1714 ),
1715 'thumbnails' => array(
1716 'thumbnail-more',
1717 'filemissing',
1718 'thumbnail_error',
1719 'djvu_page_error',
1720 'djvu_no_xml',
1721 'thumbnail_invalid_params',
1722 'thumbnail_dest_directory',
1723 ),
1724 'import' => array(
1725 'import',
1726 'importinterwiki',
1727 'import-interwiki-text',
1728 'import-interwiki-history',
1729 'import-interwiki-submit',
1730 'import-interwiki-namespace',
1731 'importtext',
1732 'importstart',
1733 'import-revision-count',
1734 'importnopages',
1735 'importfailed',
1736 'importunknownsource',
1737 'importcantopen',
1738 'importbadinterwiki',
1739 'importnotext',
1740 'importsuccess',
1741 'importhistoryconflict',
1742 'importnosources',
1743 'importnofile',
1744 'importuploaderrorsize',
1745 'importuploaderrorpartial',
1746 'importuploaderrortemp',
1747 'import-parse-failure',
1748 'import-noarticle',
1749 'import-nonewrevisions',
1750 'xml-error-string',
1751 'import-upload',
1752 ),
1753 'importlog' => array(
1754 'importlogpage',
1755 'importlogpagetext',
1756 'import-logentry-upload',
1757 'import-logentry-upload-detail',
1758 'import-logentry-interwiki',
1759 'import-logentry-interwiki-detail',
1760 ),
1761 'accesskeys' => array(
1762 'accesskey-pt-userpage',
1763 'accesskey-pt-anonuserpage',
1764 'accesskey-pt-mytalk',
1765 'accesskey-pt-anontalk',
1766 'accesskey-pt-preferences',
1767 'accesskey-pt-watchlist',
1768 'accesskey-pt-mycontris',
1769 'accesskey-pt-login',
1770 'accesskey-pt-anonlogin',
1771 'accesskey-pt-logout',
1772 'accesskey-ca-talk',
1773 'accesskey-ca-edit',
1774 'accesskey-ca-addsection',
1775 'accesskey-ca-viewsource',
1776 'accesskey-ca-history',
1777 'accesskey-ca-protect',
1778 'accesskey-ca-delete',
1779 'accesskey-ca-undelete',
1780 'accesskey-ca-move',
1781 'accesskey-ca-watch',
1782 'accesskey-ca-unwatch',
1783 'accesskey-search',
1784 'accesskey-search-go',
1785 'accesskey-search-fulltext',
1786 'accesskey-p-logo',
1787 'accesskey-n-mainpage',
1788 'accesskey-n-portal',
1789 'accesskey-n-currentevents',
1790 'accesskey-n-recentchanges',
1791 'accesskey-n-randompage',
1792 'accesskey-n-help',
1793 'accesskey-t-whatlinkshere',
1794 'accesskey-t-recentchangeslinked',
1795 'accesskey-t-random',
1796 'accesskey-feed-rss',
1797 'accesskey-feed-atom',
1798 'accesskey-t-contributions',
1799 'accesskey-t-emailuser',
1800 'accesskey-t-permalink',
1801 'accesskey-t-print',
1802 'accesskey-t-upload',
1803 'accesskey-t-specialpages',
1804 'accesskey-ca-nstab-main',
1805 'accesskey-ca-nstab-user',
1806 'accesskey-ca-nstab-media',
1807 'accesskey-ca-nstab-special',
1808 'accesskey-ca-nstab-project',
1809 'accesskey-ca-nstab-image',
1810 'accesskey-ca-nstab-mediawiki',
1811 'accesskey-ca-nstab-template',
1812 'accesskey-ca-nstab-help',
1813 'accesskey-ca-nstab-category',
1814 'accesskey-minoredit',
1815 'accesskey-save',
1816 'accesskey-preview',
1817 'accesskey-diff',
1818 'accesskey-compareselectedversions',
1819 'accesskey-watch',
1820 'accesskey-upload',
1821 ),
1822 'tooltips' => array(
1823 'tooltip-pt-userpage',
1824 'tooltip-pt-anonuserpage',
1825 'tooltip-pt-mytalk',
1826 'tooltip-pt-anontalk',
1827 'tooltip-pt-preferences',
1828 'tooltip-pt-watchlist',
1829 'tooltip-pt-mycontris',
1830 'tooltip-pt-login',
1831 'tooltip-pt-anonlogin',
1832 'tooltip-pt-logout',
1833 'tooltip-ca-talk',
1834 'tooltip-ca-edit',
1835 'tooltip-ca-addsection',
1836 'tooltip-ca-viewsource',
1837 'tooltip-ca-history',
1838 'tooltip-ca-protect',
1839 'tooltip-ca-delete',
1840 'tooltip-ca-undelete',
1841 'tooltip-ca-move',
1842 'tooltip-ca-watch',
1843 'tooltip-ca-unwatch',
1844 'tooltip-search',
1845 'tooltip-search-go',
1846 'tooltip-search-fulltext',
1847 'tooltip-p-logo',
1848 'tooltip-n-mainpage',
1849 'tooltip-n-portal',
1850 'tooltip-n-currentevents',
1851 'tooltip-n-recentchanges',
1852 'tooltip-n-randompage',
1853 'tooltip-n-help',
1854 'tooltip-t-whatlinkshere',
1855 'tooltip-t-recentchangeslinked',
1856 'tooltip-t-random',
1857 'tooltip-feed-rss',
1858 'tooltip-feed-atom',
1859 'tooltip-t-contributions',
1860 'tooltip-t-emailuser',
1861 'tooltip-t-upload',
1862 'tooltip-t-specialpages',
1863 'tooltip-t-print',
1864 'tooltip-t-permalink',
1865 'tooltip-ca-nstab-main',
1866 'tooltip-ca-nstab-user',
1867 'tooltip-ca-nstab-media',
1868 'tooltip-ca-nstab-special',
1869 'tooltip-ca-nstab-project',
1870 'tooltip-ca-nstab-image',
1871 'tooltip-ca-nstab-mediawiki',
1872 'tooltip-ca-nstab-template',
1873 'tooltip-ca-nstab-help',
1874 'tooltip-ca-nstab-category',
1875 'tooltip-minoredit',
1876 'tooltip-save',
1877 'tooltip-preview',
1878 'tooltip-diff',
1879 'tooltip-compareselectedversions',
1880 'tooltip-watch',
1881 'tooltip-recreate',
1882 'tooltip-upload',
1883 ),
1884 'stylesheets' => array(
1885 'common.css',
1886 'standard.css',
1887 'nostalgia.css',
1888 'cologneblue.css',
1889 'monobook.css',
1890 'myskin.css',
1891 'chick.css',
1892 'simple.css',
1893 'modern.css',
1894 ),
1895 'scripts' => array(
1896 'common.js',
1897 'standard.js',
1898 'nostalgia.js',
1899 'cologneblue.js',
1900 'monobook.js',
1901 'myskin.js',
1902 'chick.js',
1903 'simple.js',
1904 'modern.js',
1905 ),
1906 'metadata_cc' => array(
1907 'nodublincore',
1908 'nocreativecommons',
1909 'notacceptable',
1910 ),
1911 'attribution' => array(
1912 'anonymous',
1913 'siteuser',
1914 'lastmodifiedatby',
1915 'othercontribs',
1916 'others',
1917 'siteusers',
1918 'creditspage',
1919 'nocredits',
1920 ),
1921 'spamprotection' => array(
1922 'spamprotectiontitle',
1923 'spamprotectiontext',
1924 'spamprotectionmatch',
1925 'spambot_username',
1926 'spam_reverting',
1927 'spam_blanking',
1928 ),
1929 'info' => array(
1930 'infosubtitle',
1931 'numedits',
1932 'numtalkedits',
1933 'numwatchers',
1934 'numauthors',
1935 'numtalkauthors',
1936 ),
1937 'math' => array(
1938 'mw_math_png',
1939 'mw_math_simple',
1940 'mw_math_html',
1941 'mw_math_source',
1942 'mw_math_modern',
1943 'mw_math_mathml',
1944 ),
1945 'patrolling' => array(
1946 'markaspatrolleddiff',
1947 'markaspatrolledlink',
1948 'markaspatrolledtext',
1949 'markedaspatrolled',
1950 'markedaspatrolledtext',
1951 'rcpatroldisabled',
1952 'rcpatroldisabledtext',
1953 'markedaspatrollederror',
1954 'markedaspatrollederrortext',
1955 'markedaspatrollederror-noautopatrol',
1956 ),
1957 'patrol-log' => array(
1958 'patrol-log-page',
1959 'patrol-log-header',
1960 'patrol-log-line',
1961 'patrol-log-auto',
1962 'patrol-log-diff',
1963 ),
1964 'imagedeletion' => array(
1965 'deletedrevision',
1966 'filedeleteerror-short',
1967 'filedeleteerror-long',
1968 'filedelete-missing',
1969 'filedelete-old-unregistered',
1970 'filedelete-current-unregistered',
1971 'filedelete-archive-read-only',
1972 ),
1973 'browsediffs' => array(
1974 'previousdiff',
1975 'nextdiff',
1976 ),
1977 'media-info' => array(
1978 'mediawarning',
1979 'imagemaxsize',
1980 'thumbsize',
1981 'widthheight',
1982 'widthheightpage',
1983 'file-info',
1984 'file-info-size',
1985 'file-nohires',
1986 'svg-long-desc',
1987 'show-big-image',
1988 'show-big-image-thumb',
1989 ),
1990 'newimages' => array(
1991 'newimages',
1992 'imagelisttext',
1993 'newimages-summary',
1994 'showhidebots',
1995 'noimages',
1996 'ilsubmit',
1997 'bydate',
1998 'sp-newimages-showfrom',
1999 ),
2000 'video-info' => array(
2001 'video-dims',
2002 'seconds-abbrev',
2003 'minutes-abbrev',
2004 'hours-abbrev',
2005 ),
2006 'badimagelist' => array(
2007 'bad_image_list',
2008 ),
2009 'variantname-zh' => array(
2010 'variantname-zh-hans',
2011 'variantname-zh-hant',
2012 'variantname-zh-cn',
2013 'variantname-zh-tw',
2014 'variantname-zh-hk',
2015 'variantname-zh-mo',
2016 'variantname-zh-sg',
2017 'variantname-zh-my',
2018 'variantname-zh',
2019 ),
2020 'variantname-sr' => array(
2021 'variantname-sr-ec',
2022 'variantname-sr-el',
2023 'variantname-sr',
2024 ),
2025 'variantname-kk' => array(
2026 'variantname-kk-kz',
2027 'variantname-kk-tr',
2028 'variantname-kk-cn',
2029 'variantname-kk-cyrl',
2030 'variantname-kk-latn',
2031 'variantname-kk-arab',
2032 'variantname-kk',
2033 ),
2034 'variantname-ku' => array(
2035 'variantname-ku-arab',
2036 'variantname-ku-latn',
2037 'variantname-ku',
2038 ),
2039 'variantname-tg' => array(
2040 'variantname-tg-cyrl',
2041 'variantname-tg-latn',
2042 'variantname-tg',
2043 ),
2044 'metadata' => array(
2045 'metadata',
2046 'metadata-help',
2047 'metadata-expand',
2048 'metadata-collapse',
2049 'metadata-fields',
2050 ),
2051 'exif' => array(
2052 'exif-imagewidth',
2053 'exif-imagelength',
2054 'exif-bitspersample',
2055 'exif-compression',
2056 'exif-photometricinterpretation',
2057 'exif-orientation',
2058 'exif-samplesperpixel',
2059 'exif-planarconfiguration',
2060 'exif-ycbcrsubsampling',
2061 'exif-ycbcrpositioning',
2062 'exif-xresolution',
2063 'exif-yresolution',
2064 'exif-resolutionunit',
2065 'exif-stripoffsets',
2066 'exif-rowsperstrip',
2067 'exif-stripbytecounts',
2068 'exif-jpeginterchangeformat',
2069 'exif-jpeginterchangeformatlength',
2070 'exif-transferfunction',
2071 'exif-whitepoint',
2072 'exif-primarychromaticities',
2073 'exif-ycbcrcoefficients',
2074 'exif-referenceblackwhite',
2075 'exif-datetime',
2076 'exif-imagedescription',
2077 'exif-make',
2078 'exif-model',
2079 'exif-software',
2080 'exif-artist',
2081 'exif-copyright',
2082 'exif-exifversion',
2083 'exif-flashpixversion',
2084 'exif-colorspace',
2085 'exif-componentsconfiguration',
2086 'exif-compressedbitsperpixel',
2087 'exif-pixelydimension',
2088 'exif-pixelxdimension',
2089 'exif-makernote',
2090 'exif-usercomment',
2091 'exif-relatedsoundfile',
2092 'exif-datetimeoriginal',
2093 'exif-datetimedigitized',
2094 'exif-subsectime',
2095 'exif-subsectimeoriginal',
2096 'exif-subsectimedigitized',
2097 'exif-exposuretime',
2098 'exif-exposuretime-format',
2099 'exif-fnumber',
2100 'exif-fnumber-format',
2101 'exif-exposureprogram',
2102 'exif-spectralsensitivity',
2103 'exif-isospeedratings',
2104 'exif-oecf',
2105 'exif-shutterspeedvalue',
2106 'exif-aperturevalue',
2107 'exif-brightnessvalue',
2108 'exif-exposurebiasvalue',
2109 'exif-maxaperturevalue',
2110 'exif-subjectdistance',
2111 'exif-meteringmode',
2112 'exif-lightsource',
2113 'exif-flash',
2114 'exif-focallength',
2115 'exif-focallength-format',
2116 'exif-subjectarea',
2117 'exif-flashenergy',
2118 'exif-spatialfrequencyresponse',
2119 'exif-focalplanexresolution',
2120 'exif-focalplaneyresolution',
2121 'exif-focalplaneresolutionunit',
2122 'exif-subjectlocation',
2123 'exif-exposureindex',
2124 'exif-sensingmethod',
2125 'exif-filesource',
2126 'exif-scenetype',
2127 'exif-cfapattern',
2128 'exif-customrendered',
2129 'exif-exposuremode',
2130 'exif-whitebalance',
2131 'exif-digitalzoomratio',
2132 'exif-focallengthin35mmfilm',
2133 'exif-scenecapturetype',
2134 'exif-gaincontrol',
2135 'exif-contrast',
2136 'exif-saturation',
2137 'exif-sharpness',
2138 'exif-devicesettingdescription',
2139 'exif-subjectdistancerange',
2140 'exif-imageuniqueid',
2141 'exif-gpsversionid',
2142 'exif-gpslatituderef',
2143 'exif-gpslatitude',
2144 'exif-gpslongituderef',
2145 'exif-gpslongitude',
2146 'exif-gpsaltituderef',
2147 'exif-gpsaltitude',
2148 'exif-gpstimestamp',
2149 'exif-gpssatellites',
2150 'exif-gpsstatus',
2151 'exif-gpsmeasuremode',
2152 'exif-gpsdop',
2153 'exif-gpsspeedref',
2154 'exif-gpsspeed',
2155 'exif-gpstrackref',
2156 'exif-gpstrack',
2157 'exif-gpsimgdirectionref',
2158 'exif-gpsimgdirection',
2159 'exif-gpsmapdatum',
2160 'exif-gpsdestlatituderef',
2161 'exif-gpsdestlatitude',
2162 'exif-gpsdestlongituderef',
2163 'exif-gpsdestlongitude',
2164 'exif-gpsdestbearingref',
2165 'exif-gpsdestbearing',
2166 'exif-gpsdestdistanceref',
2167 'exif-gpsdestdistance',
2168 'exif-gpsprocessingmethod',
2169 'exif-gpsareainformation',
2170 'exif-gpsdatestamp',
2171 'exif-gpsdifferential',
2172 ),
2173 'exif-values' => array(
2174 'exif-make-value',
2175 'exif-model-value',
2176 'exif-software-value',
2177 ),
2178 'exif-compression' => array(
2179 'exif-compression-1',
2180 'exif-compression-6',
2181 ),
2182 'exif-photometricinterpretation' => array(
2183 'exif-photometricinterpretation-2',
2184 'exif-photometricinterpretation-6',
2185 ),
2186 'exif-unknowndate' => array(
2187 'exif-unknowndate',
2188 ),
2189 'exif-orientation' => array(
2190 'exif-orientation-1',
2191 'exif-orientation-2',
2192 'exif-orientation-3',
2193 'exif-orientation-4',
2194 'exif-orientation-5',
2195 'exif-orientation-6',
2196 'exif-orientation-7',
2197 'exif-orientation-8',
2198 ),
2199 'exif-planarconfiguration' => array(
2200 'exif-planarconfiguration-1',
2201 'exif-planarconfiguration-2',
2202 ),
2203 'exif-xyresolution' => array(
2204 'exif-xyresolution-i',
2205 'exif-xyresolution-c',
2206 ),
2207 'exif-colorspace' => array(
2208 'exif-colorspace-1',
2209 'exif-colorspace-ffff.h',
2210 ),
2211 'exif-componentsconfiguration' => array(
2212 'exif-componentsconfiguration-0',
2213 'exif-componentsconfiguration-1',
2214 'exif-componentsconfiguration-2',
2215 'exif-componentsconfiguration-3',
2216 'exif-componentsconfiguration-4',
2217 'exif-componentsconfiguration-5',
2218 'exif-componentsconfiguration-6',
2219 ),
2220 'exif-exposureprogram' => array(
2221 'exif-exposureprogram-0',
2222 'exif-exposureprogram-1',
2223 'exif-exposureprogram-2',
2224 'exif-exposureprogram-3',
2225 'exif-exposureprogram-4',
2226 'exif-exposureprogram-5',
2227 'exif-exposureprogram-6',
2228 'exif-exposureprogram-7',
2229 'exif-exposureprogram-8',
2230 ),
2231 'exif-subjectdistance-value' => array(
2232 'exif-subjectdistance-value',
2233 ),
2234 'exif-meteringmode' => array(
2235 'exif-meteringmode-0',
2236 'exif-meteringmode-1',
2237 'exif-meteringmode-2',
2238 'exif-meteringmode-3',
2239 'exif-meteringmode-4',
2240 'exif-meteringmode-5',
2241 'exif-meteringmode-6',
2242 'exif-meteringmode-255',
2243 ),
2244 'exif-lightsource' => array(
2245 'exif-lightsource-0',
2246 'exif-lightsource-1',
2247 'exif-lightsource-2',
2248 'exif-lightsource-3',
2249 'exif-lightsource-4',
2250 'exif-lightsource-9',
2251 'exif-lightsource-10',
2252 'exif-lightsource-11',
2253 'exif-lightsource-12',
2254 'exif-lightsource-13',
2255 'exif-lightsource-14',
2256 'exif-lightsource-15',
2257 'exif-lightsource-17',
2258 'exif-lightsource-18',
2259 'exif-lightsource-19',
2260 'exif-lightsource-20',
2261 'exif-lightsource-21',
2262 'exif-lightsource-22',
2263 'exif-lightsource-23',
2264 'exif-lightsource-24',
2265 'exif-lightsource-255',
2266 ),
2267 'exif-focalplaneresolutionunit' => array(
2268 'exif-focalplaneresolutionunit-2',
2269 ),
2270 'exif-sensingmethod' => array(
2271 'exif-sensingmethod-1',
2272 'exif-sensingmethod-2',
2273 'exif-sensingmethod-3',
2274 'exif-sensingmethod-4',
2275 'exif-sensingmethod-5',
2276 'exif-sensingmethod-7',
2277 'exif-sensingmethod-8',
2278 ),
2279 'exif-filesource' => array(
2280 'exif-filesource-3',
2281 ),
2282 'exif-scenetype' => array(
2283 'exif-scenetype-1',
2284 ),
2285 'exif-customrendered' => array(
2286 'exif-customrendered-0',
2287 'exif-customrendered-1',
2288 ),
2289 'exif-exposuremode' => array(
2290 'exif-exposuremode-0',
2291 'exif-exposuremode-1',
2292 'exif-exposuremode-2',
2293 ),
2294 'exif-whitebalance' => array(
2295 'exif-whitebalance-0',
2296 'exif-whitebalance-1',
2297 ),
2298 'exif-scenecapturetype' => array(
2299 'exif-scenecapturetype-0',
2300 'exif-scenecapturetype-1',
2301 'exif-scenecapturetype-2',
2302 'exif-scenecapturetype-3',
2303 ),
2304 'exif-gaincontrol' => array(
2305 'exif-gaincontrol-0',
2306 'exif-gaincontrol-1',
2307 'exif-gaincontrol-2',
2308 'exif-gaincontrol-3',
2309 'exif-gaincontrol-4',
2310 ),
2311 'exif-contrast' => array(
2312 'exif-contrast-0',
2313 'exif-contrast-1',
2314 'exif-contrast-2',
2315 ),
2316 'exif-saturation' => array(
2317 'exif-saturation-0',
2318 'exif-saturation-1',
2319 'exif-saturation-2',
2320 ),
2321 'exif-sharpness' => array(
2322 'exif-sharpness-0',
2323 'exif-sharpness-1',
2324 'exif-sharpness-2',
2325 ),
2326 'exif-subjectdistancerange' => array(
2327 'exif-subjectdistancerange-0',
2328 'exif-subjectdistancerange-1',
2329 'exif-subjectdistancerange-2',
2330 'exif-subjectdistancerange-3',
2331 ),
2332 'exif-gpslatitude' => array(
2333 'exif-gpslatitude-n',
2334 'exif-gpslatitude-s',
2335 ),
2336 'exif-gpslongitude' => array(
2337 'exif-gpslongitude-e',
2338 'exif-gpslongitude-w',
2339 ),
2340 'exif-gpsstatus' => array(
2341 'exif-gpsstatus-a',
2342 'exif-gpsstatus-v',
2343 ),
2344 'exif-gpsmeasuremode' => array(
2345 'exif-gpsmeasuremode-2',
2346 'exif-gpsmeasuremode-3',
2347 ),
2348 'exif-gpsspeed' => array(
2349 'exif-gpsspeed-k',
2350 'exif-gpsspeed-m',
2351 'exif-gpsspeed-n',
2352 ),
2353 'exif-gpsdirection' => array(
2354 'exif-gpsdirection-t',
2355 'exif-gpsdirection-m',
2356 ),
2357 'edit-externally' => array(
2358 'edit-externally',
2359 'edit-externally-help',
2360 ),
2361 'all' => array(
2362 'recentchangesall',
2363 'imagelistall',
2364 'watchlistall2',
2365 'namespacesall',
2366 'monthsall',
2367 ),
2368 'confirmemail' => array(
2369 'confirmemail',
2370 'confirmemail_noemail',
2371 'confirmemail_text',
2372 'confirmemail_pending',
2373 'confirmemail_send',
2374 'confirmemail_sent',
2375 'confirmemail_oncreate',
2376 'confirmemail_sendfailed',
2377 'confirmemail_invalid',
2378 'confirmemail_needlogin',
2379 'confirmemail_success',
2380 'confirmemail_loggedin',
2381 'confirmemail_error',
2382 'confirmemail_subject',
2383 'confirmemail_body',
2384 'confirmemail_invalidated',
2385 'invalidateemail',
2386 ),
2387 'scarytransclusion' => array(
2388 'scarytranscludedisabled',
2389 'scarytranscludefailed',
2390 'scarytranscludetoolong',
2391 ),
2392 'trackbacks' => array(
2393 'trackbackbox',
2394 'trackback',
2395 'trackbackexcerpt',
2396 'trackbackremove',
2397 'trackbacklink',
2398 'trackbackdeleteok',
2399 ),
2400 'deleteconflict' => array(
2401 'deletedwhileediting',
2402 'confirmrecreate',
2403 'recreate',
2404 ),
2405 'unit-pixel' => array(
2406 'unit-pixel',
2407 ),
2408 'htmldump' => array(
2409 'redirectingto',
2410 ),
2411 'purge' => array(
2412 'confirm_purge',
2413 'confirm_purge_button',
2414 ),
2415 'search2' => array(
2416 'searchcontaining',
2417 'searchnamed',
2418 'articletitles',
2419 'hideresults',
2420 'useajaxsearch',
2421 ),
2422 'separators' => array(
2423 'catseparator',
2424 'semicolon-separator',
2425 'comma-separator',
2426 'colon-separator',
2427 'autocomment-prefix',
2428 ),
2429 'imgmulti' => array(
2430 'imgmultipageprev',
2431 'imgmultipagenext',
2432 'imgmultigo',
2433 'imgmultigoto',
2434 ),
2435 'tablepager' => array(
2436 'ascending_abbrev',
2437 'descending_abbrev',
2438 'table_pager_next',
2439 'table_pager_prev',
2440 'table_pager_first',
2441 'table_pager_last',
2442 'table_pager_limit',
2443 'table_pager_limit_submit',
2444 'table_pager_empty',
2445 ),
2446 'autosumm' => array(
2447 'autosumm-blank',
2448 'autosumm-replace',
2449 'autoredircomment',
2450 'autosumm-new',
2451 ),
2452 'autoblock_whitelist' => array(
2453 'autoblock_whitelist',
2454 ),
2455 'sizeunits' => array(
2456 'size-bytes',
2457 'size-kilobytes',
2458 'size-megabytes',
2459 'size-gigabytes',
2460 ),
2461 'livepreview' => array(
2462 'livepreview-loading',
2463 'livepreview-ready',
2464 'livepreview-failed',
2465 'livepreview-error',
2466 ),
2467 'lagwarning' => array(
2468 'lag-warn-normal',
2469 'lag-warn-high',
2470 ),
2471 'watchlisteditor' => array(
2472 'watchlistedit-numitems',
2473 'watchlistedit-noitems',
2474 'watchlistedit-normal-title',
2475 'watchlistedit-normal-legend',
2476 'watchlistedit-normal-explain',
2477 'watchlistedit-normal-submit',
2478 'watchlistedit-normal-done',
2479 'watchlistedit-raw-title',
2480 'watchlistedit-raw-legend',
2481 'watchlistedit-raw-explain',
2482 'watchlistedit-raw-titles',
2483 'watchlistedit-raw-submit',
2484 'watchlistedit-raw-done',
2485 'watchlistedit-raw-added',
2486 'watchlistedit-raw-removed',
2487 ),
2488 'watchlisttools' => array(
2489 'watchlisttools-view',
2490 'watchlisttools-edit',
2491 'watchlisttools-raw',
2492 ),
2493 'iranian-dates' => array(
2494 'iranian-calendar-m1',
2495 'iranian-calendar-m2',
2496 'iranian-calendar-m3',
2497 'iranian-calendar-m4',
2498 'iranian-calendar-m5',
2499 'iranian-calendar-m6',
2500 'iranian-calendar-m7',
2501 'iranian-calendar-m8',
2502 'iranian-calendar-m9',
2503 'iranian-calendar-m10',
2504 'iranian-calendar-m11',
2505 'iranian-calendar-m12',
2506 ),
2507 'hijri-dates' => array(
2508 'hijri-calendar-m1',
2509 'hijri-calendar-m2',
2510 'hijri-calendar-m3',
2511 'hijri-calendar-m4',
2512 'hijri-calendar-m5',
2513 'hijri-calendar-m6',
2514 'hijri-calendar-m7',
2515 'hijri-calendar-m8',
2516 'hijri-calendar-m9',
2517 'hijri-calendar-m10',
2518 'hijri-calendar-m11',
2519 'hijri-calendar-m12',
2520 ),
2521 'hebrew-dates' => array(
2522 'hebrew-calendar-m1',
2523 'hebrew-calendar-m2',
2524 'hebrew-calendar-m3',
2525 'hebrew-calendar-m4',
2526 'hebrew-calendar-m5',
2527 'hebrew-calendar-m6',
2528 'hebrew-calendar-m6a',
2529 'hebrew-calendar-m6b',
2530 'hebrew-calendar-m7',
2531 'hebrew-calendar-m8',
2532 'hebrew-calendar-m9',
2533 'hebrew-calendar-m10',
2534 'hebrew-calendar-m11',
2535 'hebrew-calendar-m12',
2536 'hebrew-calendar-m1-gen',
2537 'hebrew-calendar-m2-gen',
2538 'hebrew-calendar-m3-gen',
2539 'hebrew-calendar-m4-gen',
2540 'hebrew-calendar-m5-gen',
2541 'hebrew-calendar-m6-gen',
2542 'hebrew-calendar-m6a-gen',
2543 'hebrew-calendar-m6b-gen',
2544 'hebrew-calendar-m7-gen',
2545 'hebrew-calendar-m8-gen',
2546 'hebrew-calendar-m9-gen',
2547 'hebrew-calendar-m10-gen',
2548 'hebrew-calendar-m11-gen',
2549 'hebrew-calendar-m12-gen',
2550 ),
2551 'signatures' => array(
2552 'signature',
2553 'signature-anon',
2554 'timezone-utc',
2555 ),
2556 'CoreParserFunctions' => array(
2557 'unknown_extension_tag',
2558 ),
2559 'version' => array(
2560 'version',
2561 'version-extensions',
2562 'version-specialpages',
2563 'version-parserhooks',
2564 'version-variables',
2565 'version-other',
2566 'version-mediahandlers',
2567 'version-hooks',
2568 'version-extension-functions',
2569 'version-parser-extensiontags',
2570 'version-parser-function-hooks',
2571 'version-skin-extension-functions',
2572 'version-hook-name',
2573 'version-hook-subscribedby',
2574 'version-version',
2575 'version-license',
2576 'version-software',
2577 'version-software-product',
2578 'version-software-version',
2579 ),
2580 'filepath' => array(
2581 'filepath',
2582 'filepath-page',
2583 'filepath-submit',
2584 'filepath-summary',
2585 ),
2586 'fileduplicatesearch' => array(
2587 'fileduplicatesearch',
2588 'fileduplicatesearch-summary',
2589 'fileduplicatesearch-legend',
2590 'fileduplicatesearch-filename',
2591 'fileduplicatesearch-submit',
2592 'fileduplicatesearch-info',
2593 'fileduplicatesearch-result-1',
2594 'fileduplicatesearch-result-n',
2595 ),
2596 'special-specialpages' => array(
2597 'specialpages',
2598 'specialpages-summary',
2599 'specialpages-note',
2600 'specialpages-group-maintenance',
2601 'specialpages-group-other',
2602 'specialpages-group-login',
2603 'specialpages-group-changes',
2604 'specialpages-group-media',
2605 'specialpages-group-users',
2606 'specialpages-group-highuse',
2607 'specialpages-group-pages',
2608 'specialpages-group-pagetools',
2609 'specialpages-group-wiki',
2610 'specialpages-group-redirects',
2611 'specialpages-group-spam',
2612 ),
2613 'special-blank' => array(
2614 'blankpage',
2615 'intentionallyblankpage',
2616 ),
2617 );
2618
2619 /** Comments for each block */
2620 $wgBlockComments = array(
2621 'sidebar' => "The sidebar for MonoBook is generated from this message, lines that do not
2622 begin with * or ** are discarded, furthermore lines that do begin with ** and
2623 do not contain | are also discarded, but do not depend on this behaviour for
2624 future releases. Also note that since each list value is wrapped in a unique
2625 XHTML id it should only appear once and include characters that are legal
2626 XHTML id names.",
2627 'toggles' => 'User preference toggles',
2628 'underline' => '',
2629 'skinpreview' => '',
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 );