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