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