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