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