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