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