RevisionDeleter:
[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 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License along
16 * with this program; if not, write to the Free Software Foundation, Inc.,
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18 * http://www.gnu.org/copyleft/gpl.html
19 *
20 * @file
21 * @ingroup MaintenanceLanguage
22 */
23
24 /** The structure of the messages, divided to blocks */
25 $wgMessageStructure = array(
26 'sidebar' => array(
27 'sidebar',
28 ),
29 'toggles' => array(
30 'tog-underline',
31 'tog-highlightbroken',
32 'tog-justify',
33 'tog-hideminor',
34 'tog-hidepatrolled',
35 'tog-newpageshidepatrolled',
36 'tog-extendwatchlist',
37 'tog-usenewrc',
38 'tog-numberheadings',
39 'tog-showtoolbar',
40 'tog-editondblclick',
41 'tog-editsection',
42 'tog-editsectiononrightclick',
43 'tog-showtoc',
44 'tog-rememberpassword',
45 'tog-watchcreations',
46 'tog-watchdefault',
47 'tog-watchmoves',
48 'tog-watchdeletion',
49 'tog-minordefault',
50 'tog-previewontop',
51 'tog-previewonfirst',
52 'tog-nocache',
53 'tog-enotifwatchlistpages',
54 'tog-enotifusertalkpages',
55 'tog-enotifminoredits',
56 'tog-enotifrevealaddr',
57 'tog-shownumberswatching',
58 'tog-oldsig',
59 'tog-fancysig',
60 'tog-externaleditor',
61 'tog-externaldiff',
62 'tog-showjumplinks',
63 'tog-uselivepreview',
64 'tog-forceeditsummary',
65 'tog-watchlisthideown',
66 'tog-watchlisthidebots',
67 'tog-watchlisthideminor',
68 'tog-watchlisthideliu',
69 'tog-watchlisthideanons',
70 'tog-watchlisthidepatrolled',
71 'tog-nolangconversion',
72 'tog-ccmeonemails',
73 'tog-diffonly',
74 'tog-showhiddencats',
75 'tog-noconvertlink',
76 'tog-norollbackdiff',
77 ),
78 'underline' => array(
79 'underline-always',
80 'underline-never',
81 'underline-default',
82 ),
83 'editfont' => array(
84 'editfont-style',
85 'editfont-default',
86 'editfont-monospace',
87 'editfont-sansserif',
88 'editfont-serif',
89 ),
90 'dates' => array(
91 'sunday',
92 'monday',
93 'tuesday',
94 'wednesday',
95 'thursday',
96 'friday',
97 'saturday',
98 'sun',
99 'mon',
100 'tue',
101 'wed',
102 'thu',
103 'fri',
104 'sat',
105 'january',
106 'february',
107 'march',
108 'april',
109 'may_long',
110 'june',
111 'july',
112 'august',
113 'september',
114 'october',
115 'november',
116 'december',
117 'january-gen',
118 'february-gen',
119 'march-gen',
120 'april-gen',
121 'may-gen',
122 'june-gen',
123 'july-gen',
124 'august-gen',
125 'september-gen',
126 'october-gen',
127 'november-gen',
128 'december-gen',
129 'jan',
130 'feb',
131 'mar',
132 'apr',
133 'may',
134 'jun',
135 'jul',
136 'aug',
137 'sep',
138 'oct',
139 'nov',
140 'dec',
141 ),
142 'categorypages' => array(
143 'pagecategories',
144 'pagecategorieslink',
145 'category_header',
146 'subcategories',
147 'category-media-header',
148 'category-empty',
149 'hidden-categories',
150 'hidden-category-category',
151 'category-subcat-count',
152 'category-subcat-count-limited',
153 'category-article-count',
154 'category-article-count-limited',
155 'category-file-count',
156 'category-file-count-limited',
157 'listingcontinuesabbrev',
158 'index-category',
159 'noindex-category',
160 'broken-file-category',
161 ),
162 'mainpage' => array(
163 'linkprefix',
164 ),
165 'miscellaneous1' => array(
166 'about',
167 'article',
168 'newwindow',
169 'cancel',
170 'moredotdotdot',
171 'mypage',
172 'mytalk',
173 'anontalk',
174 'navigation',
175 'and',
176 ),
177 'cologneblue' => array(
178 'qbfind',
179 'qbbrowse',
180 'qbedit',
181 'qbpageoptions',
182 'qbpageinfo',
183 'qbmyoptions',
184 'qbspecialpages',
185 'faq',
186 'faqpage',
187 'sitetitle',
188 'sitesubtitle',
189 ),
190 'vector' => array(
191 'vector-action-addsection',
192 'vector-action-delete',
193 'vector-action-move',
194 'vector-action-protect',
195 'vector-action-undelete',
196 'vector-action-unprotect',
197 'vector-simplesearch-preference',
198 'vector-view-create',
199 'vector-view-edit',
200 'vector-view-history',
201 'vector-view-view',
202 'vector-view-viewsource',
203 'actions',
204 'namespaces',
205 'variants',
206 ),
207 'miscellaneous2' => array(
208 'errorpagetitle',
209 'returnto',
210 'tagline',
211 'help',
212 'search',
213 'searchbutton',
214 'go',
215 'searcharticle',
216 'history',
217 'history_short',
218 'updatedmarker',
219 'printableversion',
220 'permalink',
221 'print',
222 'view',
223 'edit',
224 'create',
225 'editthispage',
226 'create-this-page',
227 'delete',
228 'deletethispage',
229 'undelete_short',
230 'viewdeleted_short',
231 'protect',
232 'protect_change',
233 'protectthispage',
234 'unprotect',
235 'unprotectthispage',
236 'newpage',
237 'talkpage',
238 'talkpagelinktext',
239 'specialpage',
240 'personaltools',
241 'postcomment',
242 'addsection',
243 'articlepage',
244 'talk',
245 'views',
246 'toolbox',
247 'userpage',
248 'projectpage',
249 'imagepage',
250 'mediawikipage',
251 'templatepage',
252 'viewhelppage',
253 'categorypage',
254 'viewtalkpage',
255 'otherlanguages',
256 'redirectedfrom',
257 'redirectpagesub',
258 'talkpageheader',
259 'lastmodifiedat',
260 'viewcount',
261 'protectedpage',
262 'jumpto',
263 'jumptonavigation',
264 'jumptosearch',
265 'view-pool-error',
266 'pool-timeout',
267 'pool-queuefull',
268 'pool-errorunknown',
269 ),
270 'links' => array(
271 'aboutsite',
272 'aboutpage',
273 'copyright',
274 'copyrightpage',
275 'currentevents',
276 'currentevents-url',
277 'disclaimers',
278 'disclaimerpage',
279 'edithelp',
280 'edithelppage',
281 'help',
282 'helppage',
283 'mainpage',
284 'mainpage-description',
285 'policy-url',
286 'portal',
287 'portal-url',
288 'privacy',
289 'privacypage',
290 ),
291 'badaccess' => array(
292 'badaccess',
293 'badaccess-group0',
294 'badaccess-groups',
295 ),
296 'versionrequired' => array(
297 'versionrequired',
298 'versionrequiredtext',
299 ),
300 'miscellaneous3' => array(
301 'ok',
302 'pagetitle',
303 'pagetitle-view-mainpage',
304 'retrievedfrom',
305 'youhavenewmessages',
306 'newmessageslink',
307 'newmessagesdifflink',
308 'youhavenewmessagesmulti',
309 'newtalkseparator',
310 'editsection',
311 'editsection-brackets',
312 'editold',
313 'viewsourceold',
314 'editlink',
315 'viewsourcelink',
316 'editsectionhint',
317 'toc',
318 'showtoc',
319 'hidetoc',
320 'collapsible-collapse',
321 'collapsible-expand',
322 'thisisdeleted',
323 'viewdeleted',
324 'restorelink',
325 'feedlinks',
326 'feed-invalid',
327 'feed-unavailable',
328 'site-rss-feed',
329 'site-atom-feed',
330 'page-rss-feed',
331 'page-atom-feed',
332 'feed-atom',
333 'feed-rss',
334 'sitenotice',
335 'anonnotice',
336 'newsectionheaderdefaultlevel',
337 'red-link-title',
338 'sort-descending',
339 'sort-ascending',
340
341 ),
342 'nstab' => array(
343 'nstab-main',
344 'nstab-user',
345 'nstab-media',
346 'nstab-special',
347 'nstab-project',
348 'nstab-image',
349 'nstab-mediawiki',
350 'nstab-template',
351 'nstab-help',
352 'nstab-category',
353 'mainpage-nstab',
354 ),
355 'main' => array(
356 'nosuchaction',
357 'nosuchactiontext',
358 'nosuchspecialpage',
359 'nospecialpagetext',
360 ),
361 'errors' => array(
362 'error',
363 'databaseerror',
364 'dberrortext',
365 'dberrortextcl',
366 'laggedslavemode',
367 'readonly',
368 'enterlockreason',
369 'readonlytext',
370 'missing-article',
371 'missingarticle-rev',
372 'missingarticle-diff',
373 'readonly_lag',
374 'internalerror',
375 'internalerror_info',
376 'fileappenderrorread',
377 'fileappenderror',
378 'filecopyerror',
379 'filerenameerror',
380 'filedeleteerror',
381 'directorycreateerror',
382 'filenotfound',
383 'fileexistserror',
384 'unexpected',
385 'formerror',
386 'badarticleerror',
387 'cannotdelete',
388 'badtitle',
389 'badtitletext',
390 'perfcached',
391 'perfcachedts',
392 'querypage-no-updates',
393 'wrong_wfQuery_params',
394 'viewsource',
395 'viewsourcefor',
396 'actionthrottled',
397 'actionthrottledtext',
398 'protectedpagetext',
399 'viewsourcetext',
400 'protectedinterface',
401 'editinginterface',
402 'sqlhidden',
403 'cascadeprotected',
404 'namespaceprotected',
405 'customcssprotected',
406 'customjsprotected',
407 'ns-specialprotected',
408 'titleprotected',
409 ),
410 'virus' => array(
411 'virus-badscanner',
412 'virus-scanfailed',
413 'virus-unknownscanner',
414 ),
415 'login' => array(
416 'logouttext',
417 'welcomecreation',
418 'yourname',
419 'yourpassword',
420 'yourpasswordagain',
421 'remembermypassword',
422 'securelogin-stick-https',
423 'yourdomainname',
424 'externaldberror',
425 'login',
426 'nav-login-createaccount',
427 'loginprompt',
428 'userlogin',
429 'userloginnocreate',
430 'logout',
431 'userlogout',
432 'notloggedin',
433 'nologin',
434 'nologinlink',
435 'createaccount',
436 'gotaccount',
437 'gotaccountlink',
438 'userlogin-resetlink',
439 'createaccountmail',
440 'createaccountreason',
441 'badretype',
442 'userexists',
443 'loginerror',
444 'createaccounterror',
445 'nocookiesnew',
446 'nocookieslogin',
447 'nocookiesfornew',
448 'nocookiesforlogin',
449 'noname',
450 'loginsuccesstitle',
451 'loginsuccess',
452 'nosuchuser',
453 'nosuchusershort',
454 'nouserspecified',
455 'login-userblocked',
456 'wrongpassword',
457 'wrongpasswordempty',
458 'passwordtooshort',
459 'password-name-match',
460 'password-login-forbidden',
461 'mailmypassword',
462 'passwordremindertitle',
463 'passwordremindertext',
464 'noemail',
465 'noemailcreate',
466 'passwordsent',
467 'blocked-mailpassword',
468 'eauthentsent',
469 'throttled-mailpassword',
470 'loginstart',
471 'loginend',
472 'signupstart',
473 'signupend',
474 'mailerror',
475 'acct_creation_throttle_hit',
476 'emailauthenticated',
477 'emailnotauthenticated',
478 'noemailprefs',
479 'emailconfirmlink',
480 'invalidemailaddress',
481 'accountcreated',
482 'accountcreatedtext',
483 'createaccount-title',
484 'createaccount-text',
485 'usernamehasherror',
486 'login-throttled',
487 'login-abort-generic',
488 'loginlanguagelabel',
489 'loginlanguagelinks',
490 'suspicious-userlogout',
491 ),
492 'mail' => array(
493 'pear-mail-error',
494 'php-mail-error',
495 'php-mail-error-unknown',
496 'user-mail-no-addy',
497 ),
498 'resetpass' => array(
499 'resetpass',
500 'resetpass_announce',
501 'resetpass_text',
502 'resetpass_header',
503 'oldpassword',
504 'newpassword',
505 'retypenew',
506 'resetpass_submit',
507 'resetpass_success',
508 'resetpass_forbidden',
509 'resetpass-no-info',
510 'resetpass-submit-loggedin',
511 'resetpass-submit-cancel',
512 'resetpass-wrong-oldpass',
513 'resetpass-temp-password',
514 ),
515 'passwordreset' => array(
516 'passwordreset',
517 'passwordreset-text',
518 'passwordreset-legend',
519 'passwordreset-disabled',
520 'passwordreset-pretext',
521 'passwordreset-username',
522 'passwordreset-domain',
523 'passwordreset-email',
524 'passwordreset-emailtitle',
525 'passwordreset-emailtext-ip',
526 'passwordreset-emailtext-user',
527 'passwordreset-emailelement',
528 'passwordreset-emailsent',
529 ),
530 'changeemail' => array(
531 'changeemail',
532 'changeemail-header',
533 'changeemail-text',
534 'changeemail-no-info',
535 'changeemail-oldemail',
536 'changeemail-newemail',
537 'changeemail-none',
538 'changeemail-submit',
539 'changeemail-cancel',
540 ),
541 'toolbar' => array(
542 'bold_sample',
543 'bold_tip',
544 'italic_sample',
545 'italic_tip',
546 'link_sample',
547 'link_tip',
548 'extlink_sample',
549 'extlink_tip',
550 'headline_sample',
551 'headline_tip',
552 'nowiki_sample',
553 'nowiki_tip',
554 'image_sample',
555 'image_tip',
556 'media_sample',
557 'media_tip',
558 'sig_tip',
559 'hr_tip',
560 ),
561 'edit' => array(
562 'summary',
563 'subject',
564 'minoredit',
565 'watchthis',
566 'savearticle',
567 'preview',
568 'showpreview',
569 'showlivepreview',
570 'showdiff',
571 'anoneditwarning',
572 'anonpreviewwarning',
573 'missingsummary',
574 'missingcommenttext',
575 'missingcommentheader',
576 'summary-preview',
577 'subject-preview',
578 'blockedtitle',
579 'blockedtext',
580 'autoblockedtext',
581 'blockednoreason',
582 'blockedoriginalsource',
583 'blockededitsource',
584 'whitelistedittitle',
585 'whitelistedittext',
586 'confirmedittext',
587 'nosuchsectiontitle',
588 'nosuchsectiontext',
589 'loginreqtitle',
590 'loginreqlink',
591 'loginreqpagetext',
592 'accmailtitle',
593 'accmailtext',
594 'newarticle',
595 'newarticletext',
596 'newarticletextanon',
597 'talkpagetext',
598 'anontalkpagetext',
599 'noarticletext',
600 'noarticletext-nopermission',
601 'noarticletextanon',
602 'userpage-userdoesnotexist',
603 'userpage-userdoesnotexist-view',
604 'blocked-notice-logextract',
605 'clearyourcache',
606 'usercssyoucanpreview',
607 'userjsyoucanpreview',
608 'usercsspreview',
609 'userjspreview',
610 'sitecsspreview',
611 'sitejspreview',
612 'userinvalidcssjstitle',
613 'updated',
614 'note',
615 'previewnote',
616 'previewconflict',
617 'session_fail_preview',
618 'session_fail_preview_html',
619 'token_suffix_mismatch',
620 'edit_form_incomplete',
621 'editing',
622 'editingsection',
623 'editingcomment',
624 'editconflict',
625 'explainconflict',
626 'yourtext',
627 'storedversion',
628 'nonunicodebrowser',
629 'editingold',
630 'yourdiff',
631 'copyrightwarning',
632 'copyrightwarning2',
633 'editpage-tos-summary',
634 'longpage-hint',
635 'longpageerror',
636 'readonlywarning',
637 'protectedpagewarning',
638 'semiprotectedpagewarning',
639 'cascadeprotectedwarning',
640 'titleprotectedwarning',
641 'templatesused',
642 'templatesusedpreview',
643 'templatesusedsection',
644 'distanttemplatesused',
645 'distanttemplatesusedpreview',
646 'distanttemplatesusedsection',
647 'template-protected',
648 'template-semiprotected',
649 'hiddencategories',
650 'edittools',
651 'edittools-upload',
652 'nocreatetitle',
653 'nocreatetext',
654 'nocreate-loggedin',
655 'sectioneditnotsupported-title',
656 'sectioneditnotsupported-text',
657 'permissionserrors',
658 'permissionserrorstext',
659 'permissionserrorstext-withaction',
660 'recreate-moveddeleted-warn',
661 'moveddeleted-notice',
662 'log-fulllog',
663 'edit-hook-aborted',
664 'edit-gone-missing',
665 'edit-conflict',
666 'edit-no-change',
667 'edit-already-exists',
668 'addsection-preload',
669 'addsection-editintro',
670 ),
671 'parserwarnings' => array(
672 'expensive-parserfunction-warning',
673 'expensive-parserfunction-category',
674 'post-expand-template-inclusion-warning',
675 'post-expand-template-inclusion-category',
676 'post-expand-template-argument-warning',
677 'post-expand-template-argument-category',
678 'parser-template-loop-warning',
679 'parser-template-recursion-depth-warning',
680 'language-converter-depth-warning',
681 ),
682 'undo' => array(
683 'undo-success',
684 'undo-failure',
685 'undo-norev',
686 'undo-summary',
687 ),
688 'cantcreateaccount' => array(
689 'cantcreateaccounttitle',
690 'cantcreateaccount-text',
691 ),
692 'history' => array(
693 'viewpagelogs',
694 'nohistory',
695 'currentrev',
696 'currentrev-asof',
697 'revisionasof',
698 'revision-info',
699 'revision-info-current',
700 'revision-nav',
701 'previousrevision',
702 'nextrevision',
703 'currentrevisionlink',
704 'cur',
705 'next',
706 'last',
707 'page_first',
708 'page_last',
709 'histlegend',
710 'history-fieldset-title',
711 'history-show-deleted',
712 'history_copyright',
713 'histfirst',
714 'histlast',
715 'historysize',
716 'historyempty',
717 ),
718 'history-feed' => array(
719 'history-feed-title',
720 'history-feed-description',
721 'history-feed-item-nocomment',
722 'history-feed-empty',
723 ),
724 'revdelete' => array(
725 'rev-deleted-comment',
726 'rev-deleted-user',
727 'rev-deleted-event',
728 'rev-deleted-user-contribs',
729 'rev-deleted-text-permission',
730 'rev-deleted-text-unhide',
731 'rev-suppressed-text-unhide',
732 'rev-deleted-text-view',
733 'rev-suppressed-text-view',
734 'rev-deleted-no-diff',
735 'rev-suppressed-no-diff',
736 'rev-deleted-unhide-diff',
737 'rev-suppressed-unhide-diff',
738 'rev-deleted-diff-view',
739 'rev-suppressed-diff-view',
740 'rev-delundel',
741 'rev-showdeleted',
742 'revisiondelete',
743 'revdelete-nooldid-title',
744 'revdelete-nooldid-text',
745 'revdelete-nologtype-title',
746 'revdelete-nologtype-text',
747 'revdelete-nologid-title',
748 'revdelete-nologid-text',
749 'revdelete-no-file',
750 'revdelete-show-file-confirm',
751 'revdelete-show-file-submit',
752 'revdelete-selected',
753 'logdelete-selected',
754 'revdelete-text',
755 'revdelete-confirm',
756 'revdelete-suppress-text',
757 'revdelete-legend',
758 'revdelete-hide-text',
759 'revdelete-hide-image',
760 'revdelete-hide-name',
761 'revdelete-hide-comment',
762 'revdelete-hide-user',
763 'revdelete-hide-restricted',
764 'revdelete-radio-same',
765 'revdelete-radio-set',
766 'revdelete-radio-unset',
767 'revdelete-suppress',
768 'revdelete-unsuppress',
769 'revdelete-log',
770 'revdelete-submit',
771 'revdelete-success',
772 'revdelete-failure',
773 'logdelete-success',
774 'logdelete-failure',
775 'revdel-restore',
776 'revdel-restore-deleted',
777 'revdel-restore-visible',
778 'pagehist',
779 'deletedhist',
780 'revdelete-hide-current',
781 'revdelete-show-no-access',
782 'revdelete-modify-no-access',
783 'revdelete-modify-missing',
784 'revdelete-no-change',
785 'revdelete-concurrent-change',
786 'revdelete-only-restricted',
787 'revdelete-reason-dropdown',
788 'revdelete-otherreason',
789 'revdelete-reasonotherlist',
790 'revdelete-edit-reasonlist',
791 'revdelete-offender',
792 ),
793 'suppression' => array(
794 'suppressionlog',
795 'suppressionlogtext',
796 ),
797 'mergehistory' => array(
798 'mergehistory',
799 'mergehistory-header',
800 'mergehistory-box',
801 'mergehistory-from',
802 'mergehistory-into',
803 'mergehistory-list',
804 'mergehistory-merge',
805 'mergehistory-go',
806 'mergehistory-submit',
807 'mergehistory-empty',
808 'mergehistory-success',
809 'mergehistory-fail',
810 'mergehistory-no-source',
811 'mergehistory-no-destination',
812 'mergehistory-invalid-source',
813 'mergehistory-invalid-destination',
814 'mergehistory-autocomment',
815 'mergehistory-comment',
816 'mergehistory-same-destination',
817 'mergehistory-reason'
818 ),
819 'mergelog' => array(
820 'mergelog',
821 'pagemerge-logentry',
822 'revertmerge',
823 'mergelogpagetext',
824 ),
825 'diffs' => array(
826 'history-title',
827 'difference',
828 'difference-multipage',
829 'lineno',
830 'compareselectedversions',
831 'showhideselectedversions',
832 'editundo',
833 'diff-multi',
834 'diff-multi-manyusers',
835 ),
836 'search' => array(
837 'search-summary',
838 'searchresults',
839 'searchresults-title',
840 'searchresulttext',
841 'searchsubtitle',
842 'searchsubtitleinvalid',
843 'toomanymatches',
844 'titlematches',
845 'notitlematches',
846 'textmatches',
847 'notextmatches',
848 'prevn',
849 'nextn',
850 'prevn-title',
851 'nextn-title',
852 'shown-title',
853 'viewprevnext',
854 'searchmenu-legend',
855 'searchmenu-exists',
856 'searchmenu-new',
857 'searchmenu-new-nocreate',
858 'searchhelp-url',
859 'searchmenu-prefix',
860 'searchmenu-help',
861 'searchprofile-articles',
862 'searchprofile-project',
863 'searchprofile-images',
864 'searchprofile-everything',
865 'searchprofile-advanced',
866 'searchprofile-articles-tooltip',
867 'searchprofile-project-tooltip',
868 'searchprofile-images-tooltip',
869 'searchprofile-everything-tooltip',
870 'searchprofile-advanced-tooltip',
871 'search-result-size',
872 'search-result-category-size',
873 'search-result-score',
874 'search-redirect',
875 'search-section',
876 'search-suggest',
877 'search-interwiki-caption',
878 'search-interwiki-default',
879 'search-interwiki-custom',
880 'search-interwiki-more',
881 'search-mwsuggest-enabled',
882 'search-mwsuggest-disabled',
883 'search-relatedarticle',
884 'mwsuggest-disable',
885 'searcheverything-enable',
886 'searchrelated',
887 'searchall',
888 'showingresults',
889 'showingresultsnum',
890 'showingresultsheader',
891 'nonefound',
892 'search-nonefound',
893 'powersearch',
894 'powersearch-legend',
895 'powersearch-ns',
896 'powersearch-redir',
897 'powersearch-field',
898 'powersearch-togglelabel',
899 'powersearch-toggleall',
900 'powersearch-togglenone',
901 'search-external',
902 'searchdisabled',
903 'googlesearch',
904 ),
905 'opensearch' => array(
906 'opensearch-desc',
907 ),
908 'quickbar' => array(
909 'qbsettings',
910 'qbsettings-none',
911 'qbsettings-fixedleft',
912 'qbsettings-fixedright',
913 'qbsettings-floatingleft',
914 'qbsettings-floatingright',
915 'qbsettings-directionality',
916 ),
917 'preferences' => array(
918 'preferences',
919 'preferences-summary',
920 'mypreferences',
921 'prefs-edits',
922 'prefsnologin',
923 'prefsnologintext',
924 'changepassword',
925 'prefs-skin',
926 'skin-preview',
927 'datedefault',
928 'prefs-beta',
929 'prefs-datetime',
930 'prefs-labs',
931 'prefs-personal',
932 'prefs-rc',
933 'prefs-watchlist',
934 'prefs-watchlist-days',
935 'prefs-watchlist-days-max',
936 'prefs-watchlist-edits',
937 'prefs-watchlist-edits-max',
938 'prefs-watchlist-token',
939 'prefs-misc', // continue checking if used from here on (r49916)
940 'prefs-resetpass',
941 'prefs-changeemail',
942 'prefs-setemail',
943 'prefs-email',
944 'prefs-rendering',
945 'saveprefs',
946 'resetprefs',
947 'restoreprefs',
948 'prefs-editing',
949 'prefs-edit-boxsize',
950 'rows',
951 'columns',
952 'searchresultshead',
953 'resultsperpage',
954 'stub-threshold',
955 'stub-threshold-disabled',
956 'recentchangesdays',
957 'recentchangesdays-max',
958 'recentchangescount',
959 'prefs-help-recentchangescount',
960 'prefs-help-watchlist-token',
961 'savedprefs',
962 'timezonelegend',
963 'localtime',
964 'timezoneuseserverdefault',
965 'timezoneuseoffset',
966 'timezoneoffset',
967 'servertime',
968 'guesstimezone',
969 'timezoneregion-africa',
970 'timezoneregion-america',
971 'timezoneregion-antarctica',
972 'timezoneregion-arctic',
973 'timezoneregion-asia',
974 'timezoneregion-atlantic',
975 'timezoneregion-australia',
976 'timezoneregion-europe',
977 'timezoneregion-indian',
978 'timezoneregion-pacific',
979 'allowemail',
980 'prefs-searchoptions',
981 'prefs-namespaces',
982 'defaultns',
983 'default',
984 'defaultns',
985 'prefs-files',
986 'prefs-custom-css',
987 'prefs-custom-js',
988 'prefs-common-css-js',
989 'prefs-reset-intro',
990 'prefs-emailconfirm-label',
991 'prefs-textboxsize',
992 'youremail',
993 'username',
994 'uid',
995 'prefs-memberingroups',
996 'prefs-memberingroups-type',
997 'prefs-registration',
998 'prefs-registration-date-time',
999 'yourrealname',
1000 'yourlanguage',
1001 'yourvariant',
1002 'prefs-help-variant',
1003 'yournick',
1004 'prefs-help-signature',
1005 'badsig',
1006 'badsiglength',
1007 'yourgender',
1008 'gender-unknown',
1009 'gender-male',
1010 'gender-female',
1011 'prefs-help-gender',
1012 'email',
1013 'prefs-help-realname',
1014
1015 # 3 messages depending upon wgEmailConfirmToEdit and $wgEnableUserEmail
1016 'prefs-help-email',
1017 'prefs-help-email-others',
1018 'prefs-help-email-required',
1019
1020 'prefs-info',
1021 'prefs-i18n',
1022 'prefs-signature',
1023 'prefs-dateformat',
1024 'prefs-timeoffset',
1025 'prefs-advancedediting',
1026 'prefs-advancedrc',
1027 'prefs-advancedrendering',
1028 'prefs-advancedsearchoptions',
1029 'prefs-advancedwatchlist',
1030 'prefs-displayrc',
1031 'prefs-displaysearchoptions',
1032 'prefs-displaywatchlist',
1033 'prefs-diffs',
1034 ),
1035 'preferences-email' => array(
1036 'email-address-validity-valid',
1037 'email-address-validity-invalid',
1038 ),
1039 'userrights' => array(
1040 'userrights',
1041 'userrights-summary',
1042 'userrights-lookup-user',
1043 'userrights-user-editname',
1044 'editusergroup',
1045 'editinguser',
1046 'userrights-editusergroup',
1047 'saveusergroups',
1048 'userrights-groupsmember',
1049 'userrights-groupsmember-auto',
1050 'userrights-groups-help',
1051 'userrights-reason',
1052 'userrights-no-interwiki',
1053 'userrights-nodatabase',
1054 'userrights-nologin',
1055 'userrights-notallowed',
1056 'userrights-changeable-col',
1057 'userrights-unchangeable-col',
1058 'userrights-irreversible-marker',
1059 ),
1060 'group' => array(
1061 'group',
1062 'group-user',
1063 'group-autoconfirmed',
1064 'group-bot',
1065 'group-sysop',
1066 'group-bureaucrat',
1067 'group-suppress',
1068 'group-all',
1069 ),
1070 'group-member' => array(
1071 'group-user-member',
1072 'group-autoconfirmed-member',
1073 'group-bot-member',
1074 'group-sysop-member',
1075 'group-bureaucrat-member',
1076 'group-suppress-member',
1077 ),
1078 'grouppage' => array(
1079 'grouppage-user',
1080 'grouppage-autoconfirmed',
1081 'grouppage-bot',
1082 'grouppage-sysop',
1083 'grouppage-bureaucrat',
1084 'grouppage-suppress',
1085 ),
1086 'right' => array(
1087 'right-read',
1088 'right-edit',
1089 'right-createpage',
1090 'right-createtalk',
1091 'right-createaccount',
1092 'right-minoredit',
1093 'right-move',
1094 'right-move-subpages',
1095 'right-move-rootuserpages',
1096 'right-movefile',
1097 'right-suppressredirect',
1098 'right-upload',
1099 'right-reupload',
1100 'right-reupload-own',
1101 'right-reupload-shared',
1102 'right-upload_by_url',
1103 'right-purge',
1104 'right-autoconfirmed',
1105 'right-bot',
1106 'right-nominornewtalk',
1107 'right-apihighlimits',
1108 'right-writeapi',
1109 'right-delete',
1110 'right-bigdelete',
1111 'right-deleterevision',
1112 'right-deletedhistory',
1113 'right-deletedtext',
1114 'right-browsearchive',
1115 'right-undelete',
1116 'right-suppressrevision',
1117 'right-suppressionlog',
1118 'right-block',
1119 'right-blockemail',
1120 'right-hideuser',
1121 'right-ipblock-exempt',
1122 'right-proxyunbannable',
1123 'right-unblockself',
1124 'right-protect',
1125 'right-editprotected',
1126 'right-editinterface',
1127 'right-editusercssjs',
1128 'right-editusercss',
1129 'right-edituserjs',
1130 'right-rollback',
1131 'right-markbotedits',
1132 'right-noratelimit',
1133 'right-import',
1134 'right-importupload',
1135 'right-patrol',
1136 'right-autopatrol',
1137 'right-patrolmarks',
1138 'right-unwatchedpages',
1139 'right-trackback',
1140 'right-mergehistory',
1141 'right-userrights',
1142 'right-userrights-interwiki',
1143 'right-siteadmin',
1144 'right-override-export-depth',
1145 'right-sendemail',
1146 ),
1147 'rightslog' => array(
1148 'rightslog',
1149 'rightslogtext',
1150 'rightslogentry',
1151 'rightslogentry-autopromote',
1152 'rightsnone',
1153 ),
1154 'action' => array(
1155 'action-read',
1156 'action-edit',
1157 'action-createpage',
1158 'action-createtalk',
1159 'action-createaccount',
1160 'action-minoredit',
1161 'action-move',
1162 'action-move-subpages',
1163 'action-move-rootuserpages',
1164 'action-movefile',
1165 'action-upload',
1166 'action-reupload',
1167 'action-reupload-shared',
1168 'action-upload_by_url',
1169 'action-writeapi',
1170 'action-delete',
1171 'action-deleterevision',
1172 'action-deletedhistory',
1173 'action-browsearchive',
1174 'action-undelete',
1175 'action-suppressrevision',
1176 'action-suppressionlog',
1177 'action-block',
1178 'action-protect',
1179 'action-import',
1180 'action-importupload',
1181 'action-patrol',
1182 'action-autopatrol',
1183 'action-unwatchedpages',
1184 'action-trackback',
1185 'action-mergehistory',
1186 'action-userrights',
1187 'action-userrights-interwiki',
1188 'action-siteadmin',
1189 ),
1190 'recentchanges' => array(
1191 'nchanges',
1192 'recentchanges',
1193 'recentchanges-url',
1194 'recentchanges-legend',
1195 'recentchangestext',
1196 'recentchanges-feed-description',
1197 'recentchanges-label-newpage',
1198 'recentchanges-label-minor',
1199 'recentchanges-label-bot',
1200 'recentchanges-label-unpatrolled',
1201 'rcnote',
1202 'rcnotefrom',
1203 'rclistfrom',
1204 'rcshowhideminor',
1205 'rcshowhidebots',
1206 'rcshowhideliu',
1207 'rcshowhideanons',
1208 'rcshowhidepatr',
1209 'rcshowhidemine',
1210 'rclinks',
1211 'diff',
1212 'hist',
1213 'hide',
1214 'show',
1215 'minoreditletter',
1216 'newpageletter',
1217 'boteditletter',
1218 'unpatrolledletter',
1219 'sectionlink',
1220 'number_of_watching_users_RCview',
1221 'number_of_watching_users_pageview',
1222 'rc_categories',
1223 'rc_categories_any',
1224 'rc-change-size',
1225 'newsectionsummary',
1226 'rc-enhanced-expand',
1227 'rc-enhanced-hide',
1228 ),
1229 'recentchangeslinked' => array(
1230 'recentchangeslinked',
1231 'recentchangeslinked-feed',
1232 'recentchangeslinked-toolbox',
1233 'recentchangeslinked-title',
1234 'recentchangeslinked-backlink',
1235 'recentchangeslinked-noresult',
1236 'recentchangeslinked-summary',
1237 'recentchangeslinked-page',
1238 'recentchangeslinked-to',
1239 ),
1240 'upload' => array(
1241 'upload',
1242 'uploadbtn',
1243 'reuploaddesc',
1244 'upload-tryagain',
1245 'uploadnologin',
1246 'uploadnologintext',
1247 'upload_directory_missing',
1248 'upload_directory_read_only',
1249 'uploaderror',
1250 'upload-summary',
1251 'upload-recreate-warning',
1252 'uploadtext',
1253 'upload-permitted',
1254 'upload-preferred',
1255 'upload-prohibited',
1256 'uploadfooter',
1257 'uploadlog',
1258 'uploadlogpage',
1259 'uploadlogpagetext',
1260 'filename',
1261 'filedesc',
1262 'fileuploadsummary',
1263 'filereuploadsummary',
1264 'filestatus',
1265 'filesource',
1266 'uploadedfiles',
1267 'ignorewarning',
1268 'ignorewarnings',
1269 'minlength1',
1270 'illegalfilename',
1271 'badfilename',
1272 'filetype-mime-mismatch',
1273 'filetype-badmime',
1274 'filetype-bad-ie-mime',
1275 'filetype-unwanted-type',
1276 'filetype-banned-type',
1277 'filetype-missing',
1278 'empty-file',
1279 'file-too-large',
1280 'filename-tooshort',
1281 'filetype-banned',
1282 'verification-error',
1283 'hookaborted',
1284 'illegal-filename',
1285 'overwrite',
1286 'unknown-error',
1287 'tmp-create-error',
1288 'tmp-write-error',
1289 'large-file',
1290 'largefileserver',
1291 'emptyfile',
1292 'windows-nonascii-filename',
1293 'fileexists',
1294 'filepageexists',
1295 'fileexists-extension',
1296 'fileexists-thumbnail-yes',
1297 'file-thumbnail-no',
1298 'fileexists-forbidden',
1299 'fileexists-shared-forbidden',
1300 'file-exists-duplicate',
1301 'file-deleted-duplicate',
1302 'uploadwarning',
1303 'uploadwarning-text',
1304 'savefile',
1305 'uploadedimage',
1306 'overwroteimage',
1307 'uploaddisabled',
1308 'copyuploaddisabled',
1309 'uploadfromurl-queued',
1310 'uploaddisabledtext',
1311 'php-uploaddisabledtext',
1312 'uploadscripted',
1313 'uploadvirus',
1314 'uploadjava',
1315 'upload-source',
1316 'sourcefilename',
1317 'sourceurl',
1318 'destfilename',
1319 'upload-maxfilesize',
1320 'upload-description',
1321 'upload-options',
1322 'watchthisupload',
1323 'filewasdeleted',
1324 'filename-bad-prefix',
1325 'filename-prefix-blacklist',
1326 'upload-success-subj',
1327 'upload-success-msg',
1328 'upload-failure-subj',
1329 'upload-failure-msg',
1330 'upload-warning-subj',
1331 'upload-warning-msg',
1332 ),
1333 'upload-errors' => array(
1334 'upload-proto-error',
1335 'upload-proto-error-text',
1336 'upload-file-error',
1337 'upload-file-error-text',
1338 'upload-misc-error',
1339 'upload-misc-error-text',
1340 'upload-too-many-redirects',
1341 'upload-unknown-size',
1342 'upload-http-error',
1343 ),
1344
1345 'zip' => array(
1346 'zip-file-open-error',
1347 'zip-wrong-format',
1348 'zip-bad',
1349 'zip-unsupported'
1350 ),
1351
1352 'uploadstash' => array(
1353 'uploadstash',
1354 'uploadstash-summary',
1355 'uploadstash-clear',
1356 'uploadstash-nofiles',
1357 'uploadstash-badtoken',
1358 'uploadstash-errclear',
1359 'uploadstash-refresh',
1360 ),
1361
1362 'img-auth' => array(
1363 'img-auth-accessdenied',
1364 'img-auth-desc',
1365 'img-auth-nopathinfo',
1366 'img-auth-notindir',
1367 'img-auth-badtitle',
1368 'img-auth-nologinnWL',
1369 'img-auth-nofile',
1370 'img-auth-isdir',
1371 'img-auth-streaming',
1372 'img-auth-public',
1373 'img-auth-noread',
1374 'img-auth-bad-query-string',
1375 ),
1376
1377 'http-errors' => array(
1378 'http-invalid-url',
1379 'http-invalid-scheme',
1380 'http-request-error',
1381 'http-read-error',
1382 'http-timed-out',
1383 'http-curl-error',
1384 'http-host-unreachable',
1385 'http-bad-status',
1386 ),
1387
1388 'upload-curl-errors' => array(
1389 'upload-curl-error6',
1390 'upload-curl-error6-text',
1391 'upload-curl-error28',
1392 'upload-curl-error28-text',
1393 ),
1394 'licenses' => array(
1395 'license',
1396 'license-header',
1397 'nolicense',
1398 'licenses',
1399 'license-nopreview',
1400 'upload_source_url',
1401 'upload_source_file',
1402 ),
1403 'filelist' => array(
1404 'listfiles-summary',
1405 'listfiles_search_for',
1406 'imgfile',
1407 'listfiles',
1408 'listfiles_thumb',
1409 'listfiles_date',
1410 'listfiles_name',
1411 'listfiles_user',
1412 'listfiles_size',
1413 'listfiles_description',
1414 'listfiles_count',
1415 ),
1416 'filedescription' => array(
1417 'file-anchor-link',
1418 'filehist',
1419 'filehist-help',
1420 'filehist-deleteall',
1421 'filehist-deleteone',
1422 'filehist-revert',
1423 'filehist-current',
1424 'filehist-datetime',
1425 'filehist-thumb',
1426 'filehist-thumbtext',
1427 'filehist-nothumb',
1428 'filehist-user',
1429 'filehist-dimensions',
1430 'filehist-filesize',
1431 'filehist-comment',
1432 'filehist-missing',
1433 'imagelinks',
1434 'linkstoimage',
1435 'linkstoimage-more',
1436 'nolinkstoimage',
1437 'morelinkstoimage',
1438 'linkstoimage-redirect',
1439 'duplicatesoffile',
1440 'sharedupload',
1441 'sharedupload-desc-there',
1442 'sharedupload-desc-here',
1443 'shareddescriptionfollows',
1444 'filepage-nofile',
1445 'filepage-nofile-link',
1446 'uploadnewversion-linktext',
1447 'shared-repo-from',
1448 'shared-repo',
1449 'shared-repo-name-wikimediacommons',
1450 'filepage.css',
1451 ),
1452 'filerevert' => array(
1453 'filerevert',
1454 'filerevert-backlink',
1455 'filerevert-legend',
1456 'filerevert-intro',
1457 'filerevert-comment',
1458 'filerevert-defaultcomment',
1459 'filerevert-submit',
1460 'filerevert-success',
1461 'filerevert-badversion',
1462 ),
1463 'filedelete' => array(
1464 'filedelete',
1465 'filedelete-backlink',
1466 'filedelete-legend',
1467 'filedelete-intro',
1468 'filedelete-intro-old',
1469 'filedelete-comment',
1470 'filedelete-submit',
1471 'filedelete-success',
1472 'filedelete-success-old',
1473 'filedelete-nofile',
1474 'filedelete-nofile-old',
1475 'filedelete-otherreason',
1476 'filedelete-reason-otherlist',
1477 'filedelete-reason-dropdown',
1478 'filedelete-edit-reasonlist',
1479 'filedelete-maintenance',
1480 ),
1481 'mimesearch' => array(
1482 'mimesearch',
1483 'mimesearch-summary',
1484 'mimetype',
1485 'download',
1486 ),
1487 'unwatchedpages' => array(
1488 'unwatchedpages',
1489 'unwatchedpages-summary',
1490 ),
1491 'listredirects' => array(
1492 'listredirects',
1493 'listredirects-summary',
1494 ),
1495 'unusedtemplates' => array(
1496 'unusedtemplates',
1497 'unusedtemplates-summary',
1498 'unusedtemplatestext',
1499 'unusedtemplateswlh',
1500 ),
1501 'randompage' => array(
1502 'randompage',
1503 'randompage-nopages',
1504 'randompage-url',
1505 ),
1506 'randomredirect' => array(
1507 'randomredirect',
1508 'randomredirect-nopages',
1509 ),
1510 'statistics' => array(
1511 'statistics',
1512 'statistics-summary',
1513 'statistics-header-pages',
1514 'statistics-header-edits',
1515 'statistics-header-views',
1516 'statistics-header-users',
1517 'statistics-header-hooks',
1518 'statistics-articles',
1519 'statistics-pages',
1520 'statistics-pages-desc',
1521 'statistics-files',
1522 'statistics-edits',
1523 'statistics-edits-average',
1524 'statistics-views-total',
1525 'statistics-views-total-desc',
1526 'statistics-views-peredit',
1527 'statistics-users',
1528 'statistics-users-active',
1529 'statistics-users-active-desc',
1530 'statistics-mostpopular',
1531 'statistics-footer',
1532 ),
1533 'disambiguations' => array(
1534 'disambiguations',
1535 'disambiguations-summary',
1536 'disambiguationspage',
1537 'disambiguations-text',
1538 ),
1539 'doubleredirects' => array(
1540 'doubleredirects',
1541 'doubleredirects-summary',
1542 'doubleredirectstext',
1543 'double-redirect-fixed-move',
1544 'double-redirect-fixed-maintenance',
1545 'double-redirect-fixer',
1546 ),
1547 'brokenredirects' => array(
1548 'brokenredirects',
1549 'brokenredirects-summary',
1550 'brokenredirectstext',
1551 'brokenredirects-edit',
1552 'brokenredirects-delete',
1553 ),
1554 'withoutinterwiki' => array(
1555 'withoutinterwiki',
1556 'withoutinterwiki-summary',
1557 'withoutinterwiki-legend',
1558 'withoutinterwiki-submit',
1559 ),
1560 'fewestrevisions' => array(
1561 'fewestrevisions',
1562 'fewestrevisions-summary',
1563 ),
1564 'specialpages' => array(
1565 'nbytes',
1566 'ncategories',
1567 'nlinks',
1568 'nmembers',
1569 'nrevisions',
1570 'nviews',
1571 'nchanges',
1572 'nimagelinks',
1573 'ntransclusions',
1574 'specialpage-empty',
1575 'lonelypages',
1576 'lonelypages-summary',
1577 'lonelypagestext',
1578 'uncategorizedpages',
1579 'uncategorizedpages-summary',
1580 'uncategorizedcategories',
1581 'uncategorizedcategories-summary',
1582 'uncategorizedimages',
1583 'uncategorizedimages-summary',
1584 'uncategorizedtemplates',
1585 'uncategorizedtemplates-summary',
1586 'unusedcategories',
1587 'unusedimages',
1588 'popularpages',
1589 'popularpages-summary',
1590 'wantedcategories',
1591 'wantedcategories-summary',
1592 'wantedpages',
1593 'wantedpages-summary',
1594 'wantedpages-badtitle',
1595 'wantedfiles',
1596 'wantedfiles-summary',
1597 'wantedtemplates',
1598 'wantedtemplates-summary',
1599 'mostlinked',
1600 'mostlinked-summary',
1601 'mostlinkedcategories',
1602 'mostlinkedcategories-summary',
1603 'mostlinkedtemplates',
1604 'mostlinkedtemplates-summary',
1605 'mostcategories',
1606 'mostcategories-summary',
1607 'mostimages',
1608 'mostimages-summary',
1609 'mostrevisions',
1610 'mostrevisions-summary',
1611 'prefixindex',
1612 'prefixindex-summary',
1613 'shortpages',
1614 'shortpages-summary',
1615 'longpages',
1616 'longpages-summary',
1617 'deadendpages',
1618 'deadendpages-summary',
1619 'deadendpagestext',
1620 'protectedpages',
1621 'protectedpages-indef',
1622 'protectedpages-summary',
1623 'protectedpages-cascade',
1624 'protectedpagestext',
1625 'protectedpagesempty',
1626 'protectedtitles',
1627 'protectedtitles-summary',
1628 'protectedtitlestext',
1629 'protectedtitlesempty',
1630 'listusers',
1631 'listusers-summary',
1632 'listusers-editsonly',
1633 'listusers-creationsort',
1634 'usereditcount',
1635 'usercreated',
1636 'newpages',
1637 'newpages-summary',
1638 'newpages-username',
1639 'ancientpages',
1640 'ancientpages-summary',
1641 'move',
1642 'movethispage',
1643 'unusedimagestext',
1644 'unusedcategoriestext',
1645 'notargettitle',
1646 'notargettext',
1647 'nopagetitle',
1648 'nopagetext',
1649 'pager-newer-n',
1650 'pager-older-n',
1651 'suppress',
1652 'querypage-disabled',
1653 ),
1654 'booksources' => array(
1655 'booksources',
1656 'booksources-summary',
1657 'booksources-search-legend',
1658 'booksources-isbn',
1659 'booksources-go',
1660 'booksources-text',
1661 'booksources-invalid-isbn',
1662 ),
1663 'magicwords' => array(
1664 'rfcurl',
1665 'pubmedurl',
1666 ),
1667 'logpages' => array(
1668 'specialloguserlabel',
1669 'speciallogtitlelabel',
1670 'log',
1671 'all-logs-page',
1672 'alllogstext',
1673 'logempty',
1674 'log-title-wildcard',
1675 ),
1676 'allpages' => array(
1677 'allpages',
1678 'allpages-summary',
1679 'alphaindexline',
1680 'nextpage',
1681 'prevpage',
1682 'allpagesfrom',
1683 'allpagesto',
1684 'allarticles',
1685 'allinnamespace',
1686 'allnotinnamespace',
1687 'allpagesprev',
1688 'allpagesnext',
1689 'allpagessubmit',
1690 'allpagesprefix',
1691 'allpagesbadtitle',
1692 'allpages-bad-ns',
1693 ),
1694 'categories' => array(
1695 'categories',
1696 'categories-summary',
1697 'categoriespagetext',
1698 'categoriesfrom',
1699 'special-categories-sort-count',
1700 'special-categories-sort-abc',
1701 ),
1702 'deletedcontribs' => array(
1703 'deletedcontributions',
1704 'deletedcontributions-title',
1705 'sp-deletedcontributions-contribs',
1706 ),
1707 'linksearch' => array(
1708 'linksearch',
1709 'linksearch-pat',
1710 'linksearch-ns',
1711 'linksearch-ok',
1712 'linksearch-text',
1713 'linksearch-line',
1714 'linksearch-error',
1715 ),
1716 'listusers' => array(
1717 'listusersfrom',
1718 'listusers-submit',
1719 'listusers-noresult',
1720 'listusers-blocked',
1721 ),
1722 'activeusers' => array(
1723 'activeusers',
1724 'activeusers-summary',
1725 'activeusers-intro',
1726 'activeusers-count',
1727 'activeusers-from',
1728 'activeusers-hidebots',
1729 'activeusers-hidesysops',
1730 'activeusers-submit',
1731 'activeusers-noresult',
1732 ),
1733 'newuserlog' => array(
1734 'newuserlogpage',
1735 'newuserlogpagetext',
1736 'newuserlogentry',
1737 'newuserlog-byemail',
1738 'newuserlog-create-entry',
1739 'newuserlog-create2-entry',
1740 'newuserlog-autocreate-entry',
1741 ),
1742 'listgrouprights' => array(
1743 'listgrouprights',
1744 'listgrouprights-summary',
1745 'listgrouprights-key',
1746 'listgrouprights-group',
1747 'listgrouprights-rights',
1748 'listgrouprights-helppage',
1749 'listgrouprights-members',
1750 'listgrouprights-right-display',
1751 'listgrouprights-right-revoked',
1752 'listgrouprights-addgroup',
1753 'listgrouprights-removegroup',
1754 'listgrouprights-addgroup-all',
1755 'listgrouprights-removegroup-all',
1756 'listgrouprights-addgroup-self',
1757 'listgrouprights-removegroup-self',
1758 'listgrouprights-addgroup-self-all',
1759 'listgrouprights-removegroup-self-all',
1760
1761 ),
1762 'emailuser' => array(
1763 'mailnologin',
1764 'mailnologintext',
1765 'emailuser',
1766 'emailpage',
1767 'emailpagetext',
1768 'usermailererror',
1769 'defemailsubject',
1770 'usermaildisabled',
1771 'usermaildisabledtext',
1772 'noemailtitle',
1773 'noemailtext',
1774 'nowikiemailtitle',
1775 'nowikiemailtext',
1776 'emailnotarget',
1777 'emailtarget',
1778 'emailusername',
1779 'emailusernamesubmit',
1780 'email-legend',
1781 'emailfrom',
1782 'emailto',
1783 'emailsubject',
1784 'emailmessage',
1785 'emailsend',
1786 'emailccme',
1787 'emailccsubject',
1788 'emailsent',
1789 'emailsenttext',
1790 'emailuserfooter',
1791 ),
1792 'usermessage' => array(
1793 'usermessage-summary',
1794 'usermessage-editor',
1795 'usermessage-template',
1796 ),
1797 'watchlist' => array(
1798 'watchlist',
1799 'mywatchlist',
1800 'watchlistfor2',
1801 'nowatchlist',
1802 'watchlistanontext',
1803 'watchnologin',
1804 'watchnologintext',
1805 'addwatch',
1806 'addedwatchtext',
1807 'removewatch',
1808 'removedwatchtext',
1809 'watch',
1810 'watchthispage',
1811 'unwatch',
1812 'unwatchthispage',
1813 'notanarticle',
1814 'notvisiblerev',
1815 'watchnochange',
1816 'watchlist-details',
1817 'wlheader-enotif',
1818 'wlheader-showupdated',
1819 'watchmethod-recent',
1820 'watchmethod-list',
1821 'watchlistcontains',
1822 'iteminvalidname',
1823 'wlnote',
1824 'wlshowlast',
1825 'watchlist-options',
1826 ),
1827 'watching' => array(
1828 'watching',
1829 'unwatching',
1830 'watcherrortext',
1831 ),
1832 'enotif' => array(
1833 'enotif_mailer',
1834 'enotif_reset',
1835 'enotif_newpagetext',
1836 'enotif_impersonal_salutation',
1837 'changed',
1838 'created',
1839 'enotif_subject',
1840 'enotif_lastvisited',
1841 'enotif_lastdiff',
1842 'enotif_anon_editor',
1843 'enotif_body',
1844 ),
1845 'delete' => array(
1846 'deletepage',
1847 'confirm',
1848 'excontent',
1849 'excontentauthor',
1850 'exbeforeblank',
1851 'exblank',
1852 'delete-confirm',
1853 'delete-backlink',
1854 'delete-legend',
1855 'historywarning',
1856 'confirmdeletetext',
1857 'actioncomplete',
1858 'actionfailed',
1859 'deletedtext',
1860 'dellogpage',
1861 'dellogpagetext',
1862 'deletionlog',
1863 'reverted',
1864 'deletecomment',
1865 'deleteotherreason',
1866 'deletereasonotherlist',
1867 'deletereason-dropdown',
1868 'delete-edit-reasonlist',
1869 'delete-toobig',
1870 'delete-warning-toobig',
1871 ),
1872 'rollback' => array(
1873 'rollback',
1874 'rollback_short',
1875 'rollbacklink',
1876 'rollbackfailed',
1877 'cantrollback',
1878 'alreadyrolled',
1879 'editcomment',
1880 'revertpage',
1881 'revertpage-nouser',
1882 'rollback-success',
1883 ),
1884 'edittokens' => array(
1885 'sessionfailure-title',
1886 'sessionfailure',
1887 ),
1888 'protect' => array(
1889 'protectlogpage',
1890 'protectlogtext',
1891 'protectedarticle',
1892 'modifiedarticleprotection',
1893 'unprotectedarticle',
1894 'movedarticleprotection',
1895 'protect-title',
1896 'prot_1movedto2',
1897 'protect-backlink',
1898 'protect-legend',
1899 'protectcomment',
1900 'protectexpiry',
1901 'protect_expiry_invalid',
1902 'protect_expiry_old',
1903 'protect-unchain-permissions',
1904 'protect-text',
1905 'protect-locked-blocked',
1906 'protect-locked-dblock',
1907 'protect-locked-access',
1908 'protect-cascadeon',
1909 'protect-default',
1910 'protect-fallback',
1911 'protect-level-autoconfirmed',
1912 'protect-level-sysop',
1913 'protect-summary-cascade',
1914 'protect-expiring',
1915 'protect-expiring-local',
1916 'protect-expiry-indefinite',
1917 'protect-cascade',
1918 'protect-cantedit',
1919 'protect-othertime',
1920 'protect-othertime-op',
1921 'protect-existing-expiry',
1922 'protect-otherreason',
1923 'protect-otherreason-op',
1924 'protect-dropdown',
1925 'protect-edit-reasonlist',
1926 'protect-expiry-options',
1927 'restriction-type',
1928 'restriction-level',
1929 'minimum-size',
1930 'maximum-size',
1931 'pagesize',
1932 ),
1933 'restrictions' => array(
1934 'restriction-edit',
1935 'restriction-move',
1936 'restriction-create',
1937 'restriction-upload',
1938 ),
1939 'restriction-levels' => array(
1940 'restriction-level-sysop',
1941 'restriction-level-autoconfirmed',
1942 'restriction-level-all',
1943 ),
1944 'undelete' => array(
1945 'undelete',
1946 'undeletepage',
1947 'undeletepagetitle',
1948 'viewdeletedpage',
1949 'undeletepagetext',
1950 'undelete-fieldset-title',
1951 'undeleteextrahelp',
1952 'undeleterevisions',
1953 'undeletehistory',
1954 'undeleterevdel',
1955 'undeletehistorynoadmin',
1956 'undelete-revision',
1957 'undeleterevision-missing',
1958 'undelete-nodiff',
1959 'undeletebtn',
1960 'undeletelink',
1961 'undeleteviewlink',
1962 'undeletereset',
1963 'undeleteinvert',
1964 'undeletecomment',
1965 'undeletedrevisions',
1966 'undeletedrevisions-files',
1967 'undeletedfiles',
1968 'cannotundelete',
1969 'undeletedpage',
1970 'undelete-header',
1971 'undelete-search-box',
1972 'undelete-search-prefix',
1973 'undelete-search-submit',
1974 'undelete-no-results',
1975 'undelete-filename-mismatch',
1976 'undelete-bad-store-key',
1977 'undelete-cleanup-error',
1978 'undelete-missing-filearchive',
1979 'undelete-error-short',
1980 'undelete-error-long',
1981 'undelete-show-file-confirm',
1982 'undelete-show-file-submit',
1983 ),
1984 'nsform' => array(
1985 'namespace',
1986 'invert',
1987 'tooltip-invert',
1988 'namespace_association',
1989 'tooltip-namespace_association',
1990 'blanknamespace',
1991 ),
1992 'contributions' => array(
1993 'contributions',
1994 'contributions-title',
1995 'mycontris',
1996 'contribsub2',
1997 'nocontribs',
1998 'uctop',
1999 'month',
2000 'year',
2001 ),
2002 'sp-contributions' => array(
2003 'sp-contributions-newbies',
2004 'sp-contributions-newbies-sub',
2005 'sp-contributions-newbies-title',
2006 'sp-contributions-blocklog',
2007 'sp-contributions-deleted',
2008 'sp-contributions-uploads',
2009 'sp-contributions-logs',
2010 'sp-contributions-talk',
2011 'sp-contributions-userrights',
2012 'sp-contributions-blocked-notice',
2013 'sp-contributions-blocked-notice-anon',
2014 'sp-contributions-search',
2015 'sp-contributions-username',
2016 'sp-contributions-toponly',
2017 'sp-contributions-submit',
2018 'sp-contributions-explain',
2019 'sp-contributions-footer',
2020 'sp-contributions-footer-anon',
2021 ),
2022 'whatlinkshere' => array(
2023 'whatlinkshere',
2024 'whatlinkshere-title',
2025 'whatlinkshere-summary',
2026 'whatlinkshere-page',
2027 'whatlinkshere-backlink',
2028 'linkshere',
2029 'nolinkshere',
2030 'nolinkshere-ns',
2031 'isredirect',
2032 'istemplate',
2033 'isimage',
2034 'whatlinkshere-prev',
2035 'whatlinkshere-next',
2036 'whatlinkshere-links',
2037 'whatlinkshere-hideredirs',
2038 'whatlinkshere-hidetrans',
2039 'whatlinkshere-hidelinks',
2040 'whatlinkshere-hideimages',
2041 'whatlinkshere-filters',
2042 ),
2043 'block' => array(
2044 'autoblockid',
2045 'block',
2046 'unblock',
2047 'blockip',
2048 'blockip-title',
2049 'blockip-legend',
2050 'blockiptext',
2051 'ipadressorusername',
2052 'ipbexpiry',
2053 'ipbreason',
2054 'ipbreasonotherlist',
2055 'ipbreason-dropdown',
2056 'ipb-hardblock',
2057 'ipbcreateaccount',
2058 'ipbemailban',
2059 'ipbenableautoblock',
2060 'ipbsubmit',
2061 'ipbother',
2062 'ipboptions',
2063 'ipbotheroption',
2064 'ipbotherreason',
2065 'ipbhidename',
2066 'ipbwatchuser',
2067 'ipb-disableusertalk',
2068 'ipb-change-block',
2069 'ipb-confirm',
2070 'badipaddress',
2071 'blockipsuccesssub',
2072 'blockipsuccesstext',
2073 'ipb-blockingself',
2074 'ipb-confirmhideuser',
2075 'ipb-edit-dropdown',
2076 'ipb-unblock-addr',
2077 'ipb-unblock',
2078 'ipb-blocklist',
2079 'ipb-blocklist-contribs',
2080 'unblockip',
2081 'unblockiptext',
2082 'ipusubmit',
2083 'unblocked',
2084 'unblocked-range',
2085 'unblocked-id',
2086 'blocklist',
2087 'ipblocklist',
2088 'ipblocklist-legend',
2089 'blocklist-userblocks',
2090 'blocklist-tempblocks',
2091 'blocklist-addressblocks',
2092 'blocklist-rangeblocks',
2093 'blocklist-timestamp',
2094 'blocklist-target',
2095 'blocklist-expiry',
2096 'blocklist-by',
2097 'blocklist-params',
2098 'blocklist-reason',
2099 'blocklist-summary',
2100 'ipblocklist-submit',
2101 'ipblocklist-localblock',
2102 'ipblocklist-otherblocks',
2103
2104 'infiniteblock',
2105 'expiringblock',
2106 'anononlyblock',
2107 'noautoblockblock',
2108 'createaccountblock',
2109 'emailblock',
2110 'blocklist-nousertalk',
2111 'ipblocklist-empty',
2112 'ipblocklist-no-results',
2113 'blocklink',
2114 'unblocklink',
2115 'change-blocklink',
2116 'contribslink',
2117 'emaillink',
2118 'autoblocker',
2119 'blocklogpage',
2120 'blocklog-showlog',
2121 'blocklog-showsuppresslog',
2122 'blocklogentry',
2123 'reblock-logentry',
2124 'blocklogtext',
2125 'unblocklogentry',
2126 'block-log-flags-anononly',
2127 'block-log-flags-nocreate',
2128 'block-log-flags-noautoblock',
2129 'block-log-flags-noemail',
2130 'block-log-flags-nousertalk',
2131 'block-log-flags-angry-autoblock',
2132 'block-log-flags-hiddenname',
2133 'range_block_disabled',
2134 'ipb_expiry_invalid',
2135 'ipb_expiry_temp',
2136 'ipb_hide_invalid',
2137 'ipb_already_blocked',
2138 'ipb-needreblock',
2139 'ipb-otherblocks-header',
2140 'unblock-hideuser',
2141 'ipb_cant_unblock',
2142 'ipb_blocked_as_range',
2143 'ip_range_invalid',
2144 'ip_range_toolarge',
2145 'blockme',
2146 'proxyblocker',
2147 'proxyblocker-disabled',
2148 'proxyblockreason',
2149 'proxyblocksuccess',
2150 'sorbs',
2151 'sorbsreason',
2152 'sorbs_create_account_reason',
2153 'cant-block-while-blocked',
2154 'cant-see-hidden-user',
2155 'ipbblocked',
2156 'ipbnounblockself',
2157 ),
2158 'developertools' => array(
2159 'lockdb',
2160 'unlockdb',
2161 'lockdbtext',
2162 'unlockdbtext',
2163 'lockconfirm',
2164 'unlockconfirm',
2165 'lockbtn',
2166 'unlockbtn',
2167 'locknoconfirm',
2168 'lockdbsuccesssub',
2169 'unlockdbsuccesssub',
2170 'lockdbsuccesstext',
2171 'unlockdbsuccesstext',
2172 'lockfilenotwritable',
2173 'databasenotlocked',
2174 'lockedbyandtime',
2175 ),
2176 'movepage' => array(
2177 'move-page',
2178 'move-page-legend',
2179 'movepagetext',
2180 'movepagetext-noredirectfixer',
2181 'movepagetalktext',
2182 'movearticle',
2183 'moveuserpage-warning',
2184 'movenologin',
2185 'movenologintext',
2186 'movenotallowed',
2187 'movenotallowedfile',
2188 'cant-move-user-page',
2189 'cant-move-to-user-page',
2190 'newtitle',
2191 'move-watch',
2192 'movepagebtn',
2193 'pagemovedsub',
2194 'movepage-moved',
2195 'movepage-moved-redirect',
2196 'movepage-moved-noredirect',
2197 'articleexists',
2198 'cantmove-titleprotected',
2199 'talkexists',
2200 'movedto',
2201 'movetalk',
2202 'move-subpages',
2203 'move-talk-subpages',
2204 'movepage-page-exists',
2205 'movepage-page-moved',
2206 'movepage-page-unmoved',
2207 'movepage-max-pages',
2208 '1movedto2',
2209 '1movedto2_redir',
2210 'move-redirect-suppressed',
2211 'movelogpage',
2212 'movelogpagetext',
2213 'movesubpage',
2214 'movesubpagetext',
2215 'movenosubpage',
2216 'movereason',
2217 'revertmove',
2218 'delete_and_move',
2219 'delete_and_move_text',
2220 'delete_and_move_confirm',
2221 'delete_and_move_reason',
2222 'selfmove',
2223 'immobile-source-namespace',
2224 'immobile-target-namespace',
2225 'immobile-target-namespace-iw',
2226 'immobile-source-page',
2227 'immobile-target-page',
2228 'immobile_namespace',
2229 'imagenocrossnamespace',
2230 'nonfile-cannot-move-to-file',
2231 'imagetypemismatch',
2232 'imageinvalidfilename',
2233 'fix-double-redirects',
2234 'move-leave-redirect',
2235 'protectedpagemovewarning',
2236 'semiprotectedpagemovewarning',
2237 'move-over-sharedrepo',
2238 'file-exists-sharedrepo',
2239 ),
2240 'export' => array(
2241 'export',
2242 'exporttext',
2243 'exportcuronly',
2244 'exportnohistory',
2245 'export-submit',
2246 'export-addcattext',
2247 'export-addcat',
2248 'export-addnstext',
2249 'export-addns',
2250 'export-download',
2251 'export-templates',
2252 'export-pagelinks',
2253 ),
2254 'allmessages' => array(
2255 'allmessages',
2256 'allmessagesname',
2257 'allmessagesdefault',
2258 'allmessagescurrent',
2259 'allmessagestext',
2260 'allmessagesnotsupportedDB',
2261 'allmessages-filter-legend',
2262 'allmessages-filter',
2263 'allmessages-filter-unmodified',
2264 'allmessages-filter-all',
2265 'allmessages-filter-modified',
2266 'allmessages-prefix',
2267 'allmessages-language',
2268 'allmessages-filter-submit',
2269 ),
2270 'thumbnails' => array(
2271 'thumbnail-more',
2272 'filemissing',
2273 'thumbnail_error',
2274 'djvu_page_error',
2275 'djvu_no_xml',
2276 'thumbnail_invalid_params',
2277 'thumbnail_dest_directory',
2278 'thumbnail_image-type',
2279 'thumbnail_gd-library',
2280 'thumbnail_image-missing',
2281 ),
2282 'import' => array(
2283 'import',
2284 'importinterwiki',
2285 'import-interwiki-text',
2286 'import-interwiki-source',
2287 'import-interwiki-history',
2288 'import-interwiki-templates',
2289 'import-interwiki-submit',
2290 'import-interwiki-namespace',
2291 'import-upload-filename',
2292 'import-comment',
2293 'importtext',
2294 'importstart',
2295 'import-revision-count',
2296 'importnopages',
2297 'imported-log-entries',
2298 'importfailed',
2299 'importunknownsource',
2300 'importcantopen',
2301 'importbadinterwiki',
2302 'importnotext',
2303 'importsuccess',
2304 'importhistoryconflict',
2305 'importnosources',
2306 'importnofile',
2307 'importuploaderrorsize',
2308 'importuploaderrorpartial',
2309 'importuploaderrortemp',
2310 'import-parse-failure',
2311 'import-noarticle',
2312 'import-nonewrevisions',
2313 'xml-error-string',
2314 'import-upload',
2315 'import-token-mismatch',
2316 'import-invalid-interwiki',
2317 'import-error-edit',
2318 'import-error-create',
2319 ),
2320 'importlog' => array(
2321 'importlogpage',
2322 'importlogpagetext',
2323 'import-logentry-upload',
2324 'import-logentry-upload-detail',
2325 'import-logentry-interwiki',
2326 'import-logentry-interwiki-detail',
2327 ),
2328 'accesskeys' => array(
2329 'accesskey-pt-userpage',
2330 'accesskey-pt-anonuserpage',
2331 'accesskey-pt-mytalk',
2332 'accesskey-pt-anontalk',
2333 'accesskey-pt-preferences',
2334 'accesskey-pt-watchlist',
2335 'accesskey-pt-mycontris',
2336 'accesskey-pt-login',
2337 'accesskey-pt-anonlogin',
2338 'accesskey-pt-logout',
2339 'accesskey-ca-talk',
2340 'accesskey-ca-edit',
2341 'accesskey-ca-addsection',
2342 'accesskey-ca-viewsource',
2343 'accesskey-ca-history',
2344 'accesskey-ca-protect',
2345 'accesskey-ca-unprotect',
2346 'accesskey-ca-delete',
2347 'accesskey-ca-undelete',
2348 'accesskey-ca-move',
2349 'accesskey-ca-watch',
2350 'accesskey-ca-unwatch',
2351 'accesskey-search',
2352 'accesskey-search-go',
2353 'accesskey-search-fulltext',
2354 'accesskey-p-logo',
2355 'accesskey-n-mainpage',
2356 'accesskey-n-mainpage-description',
2357 'accesskey-n-portal',
2358 'accesskey-n-currentevents',
2359 'accesskey-n-recentchanges',
2360 'accesskey-n-randompage',
2361 'accesskey-n-help',
2362 'accesskey-t-whatlinkshere',
2363 'accesskey-t-recentchangeslinked',
2364 'accesskey-t-random',
2365 'accesskey-feed-rss',
2366 'accesskey-feed-atom',
2367 'accesskey-t-contributions',
2368 'accesskey-t-emailuser',
2369 'accesskey-t-permalink',
2370 'accesskey-t-print',
2371 'accesskey-t-upload',
2372 'accesskey-t-specialpages',
2373 'accesskey-ca-nstab-main',
2374 'accesskey-ca-nstab-user',
2375 'accesskey-ca-nstab-media',
2376 'accesskey-ca-nstab-special',
2377 'accesskey-ca-nstab-project',
2378 'accesskey-ca-nstab-image',
2379 'accesskey-ca-nstab-mediawiki',
2380 'accesskey-ca-nstab-template',
2381 'accesskey-ca-nstab-help',
2382 'accesskey-ca-nstab-category',
2383 'accesskey-minoredit',
2384 'accesskey-save',
2385 'accesskey-preview',
2386 'accesskey-diff',
2387 'accesskey-compareselectedversions',
2388 'accesskey-watch',
2389 'accesskey-upload',
2390 'accesskey-preferences-save',
2391 'accesskey-summary',
2392 'accesskey-userrights-set',
2393 'accesskey-blockip-block',
2394 'accesskey-export',
2395 'accesskey-import',
2396 ),
2397 'tooltips' => array(
2398 'tooltip-pt-userpage',
2399 'tooltip-pt-anonuserpage',
2400 'tooltip-pt-mytalk',
2401 'tooltip-pt-anontalk',
2402 'tooltip-pt-preferences',
2403 'tooltip-pt-watchlist',
2404 'tooltip-pt-mycontris',
2405 'tooltip-pt-login',
2406 'tooltip-pt-anonlogin',
2407 'tooltip-pt-logout',
2408 'tooltip-ca-talk',
2409 'tooltip-ca-edit',
2410 'tooltip-ca-addsection',
2411 'tooltip-ca-viewsource',
2412 'tooltip-ca-history',
2413 'tooltip-ca-protect',
2414 'tooltip-ca-unprotect',
2415 'tooltip-ca-delete',
2416 'tooltip-ca-undelete',
2417 'tooltip-ca-move',
2418 'tooltip-ca-watch',
2419 'tooltip-ca-unwatch',
2420 'tooltip-search',
2421 'tooltip-search-go',
2422 'tooltip-search-fulltext',
2423 'tooltip-p-logo',
2424 'tooltip-n-mainpage',
2425 'tooltip-n-mainpage-description',
2426 'tooltip-n-portal',
2427 'tooltip-n-currentevents',
2428 'tooltip-n-recentchanges',
2429 'tooltip-n-randompage',
2430 'tooltip-n-help',
2431 'tooltip-t-whatlinkshere',
2432 'tooltip-t-recentchangeslinked',
2433 'tooltip-t-random',
2434 'tooltip-feed-rss',
2435 'tooltip-feed-atom',
2436 'tooltip-t-contributions',
2437 'tooltip-t-emailuser',
2438 'tooltip-t-upload',
2439 'tooltip-t-specialpages',
2440 'tooltip-t-print',
2441 'tooltip-t-permalink',
2442 'tooltip-ca-nstab-main',
2443 'tooltip-ca-nstab-user',
2444 'tooltip-ca-nstab-media',
2445 'tooltip-ca-nstab-special',
2446 'tooltip-ca-nstab-project',
2447 'tooltip-ca-nstab-image',
2448 'tooltip-ca-nstab-mediawiki',
2449 'tooltip-ca-nstab-template',
2450 'tooltip-ca-nstab-help',
2451 'tooltip-ca-nstab-category',
2452 'tooltip-minoredit',
2453 'tooltip-save',
2454 'tooltip-preview',
2455 'tooltip-diff',
2456 'tooltip-compareselectedversions',
2457 'tooltip-watch',
2458 'tooltip-recreate',
2459 'tooltip-upload',
2460 'tooltip-rollback',
2461 'tooltip-undo',
2462 'tooltip-preferences-save',
2463 'tooltip-summary',
2464 ),
2465 'stylesheets' => array(
2466 'common.css',
2467 'standard.css',
2468 'nostalgia.css',
2469 'cologneblue.css',
2470 'monobook.css',
2471 'myskin.css',
2472 'chick.css',
2473 'simple.css',
2474 'modern.css',
2475 'vector.css',
2476 'print.css',
2477 'handheld.css',
2478 'noscript.css',
2479 'group-autoconfirmed.css',
2480 'group-bot.css',
2481 'group-sysop.css',
2482 'group-bureaucrat.css',
2483 ),
2484 'scripts' => array(
2485 'common.js',
2486 'standard.js',
2487 'nostalgia.js',
2488 'cologneblue.js',
2489 'monobook.js',
2490 'myskin.js',
2491 'chick.js',
2492 'simple.js',
2493 'modern.js',
2494 'vector.js',
2495 'group-autoconfirmed.js',
2496 'group-bot.js',
2497 'group-sysop.js',
2498 'group-bureaucrat.js',
2499 ),
2500 'metadata_cc' => array(
2501 'notacceptable',
2502 ),
2503 'attribution' => array(
2504 'anonymous',
2505 'siteuser',
2506 'anonuser',
2507 'lastmodifiedatby',
2508 'othercontribs',
2509 'others',
2510 'siteusers',
2511 'anonusers',
2512 'creditspage',
2513 'nocredits',
2514 ),
2515 'spamprotection' => array(
2516 'spamprotectiontitle',
2517 'spamprotectiontext',
2518 'spamprotectionmatch',
2519 'spambot_username',
2520 'spam_reverting',
2521 'spam_blanking',
2522 ),
2523 'info' => array(
2524 'pageinfo-title',
2525 'pageinfo-header-edits',
2526 'pageinfo-header-watchlist',
2527 'pageinfo-header-views',
2528 'pageinfo-subjectpage',
2529 'pageinfo-talkpage',
2530 'pageinfo-watchers',
2531 'pageinfo-edits',
2532 'pageinfo-authors',
2533 'pageinfo-views',
2534 'pageinfo-viewsperedit',
2535 ),
2536 'skin' => array(
2537 'skinname-standard',
2538 'skinname-nostalgia',
2539 'skinname-cologneblue',
2540 'skinname-monobook',
2541 'skinname-myskin',
2542 'skinname-chick',
2543 'skinname-simple',
2544 'skinname-modern',
2545 'skinname-vector',
2546 ),
2547 'patrolling' => array(
2548 'markaspatrolleddiff',
2549 'markaspatrolledlink',
2550 'markaspatrolledtext',
2551 'markedaspatrolled',
2552 'markedaspatrolledtext',
2553 'rcpatroldisabled',
2554 'rcpatroldisabledtext',
2555 'markedaspatrollederror',
2556 'markedaspatrollederrortext',
2557 'markedaspatrollederror-noautopatrol',
2558 ),
2559 'patrol-log' => array(
2560 'patrol-log-page',
2561 'patrol-log-header',
2562 'patrol-log-line',
2563 'patrol-log-auto',
2564 'patrol-log-diff',
2565 'log-show-hide-patrol',
2566 ),
2567 'imagedeletion' => array(
2568 'deletedrevision',
2569 'filedeleteerror-short',
2570 'filedeleteerror-long',
2571 'filedelete-missing',
2572 'filedelete-old-unregistered',
2573 'filedelete-current-unregistered',
2574 'filedelete-archive-read-only',
2575 ),
2576 'browsediffs' => array(
2577 'previousdiff',
2578 'nextdiff',
2579 ),
2580 'media-info' => array(
2581 'mediawarning',
2582 'imagemaxsize',
2583 'thumbsize',
2584 'widthheight',
2585 'widthheightpage',
2586 'file-info',
2587 'file-info-size',
2588 'file-info-size-pages',
2589 'file-nohires',
2590 'svg-long-desc',
2591 'show-big-image',
2592 'show-big-image-preview',
2593 'show-big-image-other',
2594 'show-big-image-size',
2595 'file-info-gif-looped',
2596 'file-info-gif-frames',
2597 'file-info-png-looped',
2598 'file-info-png-repeat',
2599 'file-info-png-frames',
2600 ),
2601 'newfiles' => array(
2602 'newimages',
2603 'imagelisttext',
2604 'newimages-summary',
2605 'newimages-legend',
2606 'newimages-label',
2607 'showhidebots',
2608 'noimages',
2609 'ilsubmit',
2610 'bydate',
2611 'sp-newimages-showfrom',
2612 ),
2613 'video-info' => array(
2614 'video-dims',
2615 'seconds-abbrev',
2616 'minutes-abbrev',
2617 'hours-abbrev',
2618 'days-abbrev',
2619 ),
2620 'badimagelist' => array(
2621 'bad_image_list',
2622 ),
2623 'variantname-zh' => array(
2624 'variantname-zh-hans',
2625 'variantname-zh-hant',
2626 'variantname-zh-cn',
2627 'variantname-zh-tw',
2628 'variantname-zh-hk',
2629 'variantname-zh-mo',
2630 'variantname-zh-sg',
2631 'variantname-zh-my',
2632 'variantname-zh',
2633 ),
2634 'variantname-gan' => array(
2635 'variantname-gan-hans',
2636 'variantname-gan-hant',
2637 'variantname-gan',
2638 ),
2639 'variantname-sr' => array(
2640 'variantname-sr-ec',
2641 'variantname-sr-el',
2642 'variantname-sr',
2643 ),
2644 'variantname-kk' => array(
2645 'variantname-kk-kz',
2646 'variantname-kk-tr',
2647 'variantname-kk-cn',
2648 'variantname-kk-cyrl',
2649 'variantname-kk-latn',
2650 'variantname-kk-arab',
2651 'variantname-kk',
2652 ),
2653 'variantname-ku' => array(
2654 'variantname-ku-arab',
2655 'variantname-ku-latn',
2656 'variantname-ku',
2657 ),
2658 'variantname-tg' => array(
2659 'variantname-tg-cyrl',
2660 'variantname-tg-latn',
2661 'variantname-tg',
2662 ),
2663 'variantname-iu' => array(
2664 'variantname-ike-cans',
2665 'variantname-ike-latn',
2666 'variantname-iu',
2667 ),
2668 'variantname-shi' => array(
2669 'variantname-shi-tfng',
2670 'variantname-shi-latn',
2671 'variantname-shi',
2672 ),
2673 'metadata' => array(
2674 'metadata',
2675 'metadata-help',
2676 'metadata-expand',
2677 'metadata-collapse',
2678 'metadata-fields',
2679 'metadata-langitem',
2680 'metadata-langitem-default',
2681 ),
2682 'exif' => array(
2683 'exif-imagewidth',
2684 'exif-imagelength',
2685 'exif-bitspersample',
2686 'exif-compression',
2687 'exif-photometricinterpretation',
2688 'exif-orientation',
2689 'exif-samplesperpixel',
2690 'exif-planarconfiguration',
2691 'exif-ycbcrsubsampling',
2692 'exif-ycbcrpositioning',
2693 'exif-xresolution',
2694 'exif-yresolution',
2695 'exif-resolutionunit',
2696 'exif-stripoffsets',
2697 'exif-rowsperstrip',
2698 'exif-stripbytecounts',
2699 'exif-jpeginterchangeformat',
2700 'exif-jpeginterchangeformatlength',
2701 'exif-whitepoint',
2702 'exif-primarychromaticities',
2703 'exif-ycbcrcoefficients',
2704 'exif-referenceblackwhite',
2705 'exif-datetime',
2706 'exif-imagedescription',
2707 'exif-make',
2708 'exif-model',
2709 'exif-software',
2710 'exif-artist',
2711 'exif-copyright',
2712 'exif-exifversion',
2713 'exif-flashpixversion',
2714 'exif-colorspace',
2715 'exif-componentsconfiguration',
2716 'exif-compressedbitsperpixel',
2717 'exif-pixelydimension',
2718 'exif-pixelxdimension',
2719 'exif-usercomment',
2720 'exif-relatedsoundfile',
2721 'exif-datetimeoriginal',
2722 'exif-datetimedigitized',
2723 'exif-subsectime',
2724 'exif-subsectimeoriginal',
2725 'exif-subsectimedigitized',
2726 'exif-exposuretime',
2727 'exif-exposuretime-format',
2728 'exif-fnumber',
2729 'exif-fnumber-format',
2730 'exif-exposureprogram',
2731 'exif-spectralsensitivity',
2732 'exif-isospeedratings',
2733 'exif-shutterspeedvalue',
2734 'exif-aperturevalue',
2735 'exif-brightnessvalue',
2736 'exif-exposurebiasvalue',
2737 'exif-maxaperturevalue',
2738 'exif-subjectdistance',
2739 'exif-meteringmode',
2740 'exif-lightsource',
2741 'exif-flash',
2742 'exif-focallength',
2743 'exif-focallength-format',
2744 'exif-subjectarea',
2745 'exif-flashenergy',
2746 'exif-focalplanexresolution',
2747 'exif-focalplaneyresolution',
2748 'exif-focalplaneresolutionunit',
2749 'exif-subjectlocation',
2750 'exif-exposureindex',
2751 'exif-sensingmethod',
2752 'exif-filesource',
2753 'exif-scenetype',
2754 'exif-customrendered',
2755 'exif-exposuremode',
2756 'exif-whitebalance',
2757 'exif-digitalzoomratio',
2758 'exif-focallengthin35mmfilm',
2759 'exif-scenecapturetype',
2760 'exif-gaincontrol',
2761 'exif-contrast',
2762 'exif-saturation',
2763 'exif-sharpness',
2764 'exif-devicesettingdescription',
2765 'exif-subjectdistancerange',
2766 'exif-imageuniqueid',
2767 'exif-gpsversionid',
2768 'exif-gpslatituderef',
2769 'exif-gpslatitude',
2770 'exif-gpslongituderef',
2771 'exif-gpslongitude',
2772 'exif-gpsaltituderef',
2773 'exif-gpsaltitude',
2774 'exif-gpstimestamp',
2775 'exif-gpssatellites',
2776 'exif-gpsstatus',
2777 'exif-gpsmeasuremode',
2778 'exif-gpsdop',
2779 'exif-gpsspeedref',
2780 'exif-gpsspeed',
2781 'exif-gpstrackref',
2782 'exif-gpstrack',
2783 'exif-gpsimgdirectionref',
2784 'exif-gpsimgdirection',
2785 'exif-gpsmapdatum',
2786 'exif-gpsdestlatituderef',
2787 'exif-gpsdestlatitude',
2788 'exif-gpsdestlongituderef',
2789 'exif-gpsdestlongitude',
2790 'exif-gpsdestbearingref',
2791 'exif-gpsdestbearing',
2792 'exif-gpsdestdistanceref',
2793 'exif-gpsdestdistance',
2794 'exif-gpsprocessingmethod',
2795 'exif-gpsareainformation',
2796 'exif-gpsdatestamp',
2797 'exif-gpsdifferential',
2798 'exif-coordinate-format',
2799 'exif-jpegfilecomment',
2800 'exif-keywords',
2801 'exif-worldregioncreated',
2802 'exif-countrycreated',
2803 'exif-countrycodecreated',
2804 'exif-provinceorstatecreated',
2805 'exif-citycreated',
2806 'exif-sublocationcreated',
2807 'exif-worldregiondest',
2808 'exif-countrydest',
2809 'exif-countrycodedest',
2810 'exif-provinceorstatedest',
2811 'exif-citydest',
2812 'exif-sublocationdest',
2813 'exif-objectname',
2814 'exif-specialinstructions',
2815 'exif-headline',
2816 'exif-credit',
2817 'exif-source',
2818 'exif-editstatus',
2819 'exif-urgency',
2820 'exif-fixtureidentifier',
2821 'exif-locationdest',
2822 'exif-locationdestcode',
2823 'exif-objectcycle',
2824 'exif-contact',
2825 'exif-writer',
2826 'exif-languagecode',
2827 'exif-iimversion',
2828 'exif-iimcategory',
2829 'exif-iimsupplementalcategory',
2830 'exif-datetimeexpires',
2831 'exif-datetimereleased',
2832 'exif-originaltransmissionref',
2833 'exif-identifier',
2834 'exif-lens',
2835 'exif-serialnumber',
2836 'exif-cameraownername',
2837 'exif-label',
2838 'exif-datetimemetadata',
2839 'exif-nickname',
2840 'exif-rating',
2841 'exif-rightscertificate',
2842 'exif-copyrighted',
2843 'exif-copyrightowner',
2844 'exif-usageterms',
2845 'exif-webstatement',
2846 'exif-originaldocumentid',
2847 'exif-licenseurl',
2848 'exif-morepermissionsurl',
2849 'exif-attributionurl',
2850 'exif-preferredattributionname',
2851 'exif-pngfilecomment',
2852 'exif-disclaimer',
2853 'exif-contentwarning',
2854 'exif-giffilecomment',
2855 'exif-intellectualgenre',
2856 'exif-subjectnewscode',
2857 'exif-scenecode',
2858 'exif-event',
2859 'exif-organisationinimage',
2860 'exif-personinimage',
2861 'exif-originalimageheight',
2862 'exif-originalimagewidth',
2863 ),
2864 'exif-values' => array(
2865 'exif-make-value',
2866 'exif-model-value',
2867 'exif-software-value',
2868 'exif-software-version-value',
2869 'exif-contact-value',
2870 'exif-subjectnewscode-value',
2871 ),
2872 'exif-compression' => array(
2873 'exif-compression-1',
2874 'exif-compression-2',
2875 'exif-compression-3',
2876 'exif-compression-4',
2877 'exif-compression-5',
2878 'exif-compression-6',
2879 'exif-compression-7',
2880 'exif-compression-8',
2881 'exif-compression-32773',
2882 'exif-compression-32946',
2883 'exif-compression-34712',
2884 ),
2885 'exif-copyrighted' => array(
2886 'exif-copyrighted-true',
2887 'exif-copyrighted-false',
2888 ),
2889 'exif-photometricinterpretation' => array(
2890 'exif-photometricinterpretation-2',
2891 'exif-photometricinterpretation-6',
2892 ),
2893 'exif-unknowndate' => array(
2894 'exif-unknowndate',
2895 ),
2896 'exif-orientation' => array(
2897 'exif-orientation-1',
2898 'exif-orientation-2',
2899 'exif-orientation-3',
2900 'exif-orientation-4',
2901 'exif-orientation-5',
2902 'exif-orientation-6',
2903 'exif-orientation-7',
2904 'exif-orientation-8',
2905 ),
2906 'exif-planarconfiguration' => array(
2907 'exif-planarconfiguration-1',
2908 'exif-planarconfiguration-2',
2909 ),
2910 'exif-xyresolution' => array(
2911 'exif-xyresolution-i',
2912 'exif-xyresolution-c',
2913 ),
2914 'exif-colorspace' => array(
2915 'exif-colorspace-1',
2916 'exif-colorspace-65535',
2917 ),
2918 'exif-componentsconfiguration' => array(
2919 'exif-componentsconfiguration-0',
2920 'exif-componentsconfiguration-1',
2921 'exif-componentsconfiguration-2',
2922 'exif-componentsconfiguration-3',
2923 'exif-componentsconfiguration-4',
2924 'exif-componentsconfiguration-5',
2925 'exif-componentsconfiguration-6',
2926 ),
2927 'exif-exposureprogram' => array(
2928 'exif-exposureprogram-0',
2929 'exif-exposureprogram-1',
2930 'exif-exposureprogram-2',
2931 'exif-exposureprogram-3',
2932 'exif-exposureprogram-4',
2933 'exif-exposureprogram-5',
2934 'exif-exposureprogram-6',
2935 'exif-exposureprogram-7',
2936 'exif-exposureprogram-8',
2937 ),
2938 'exif-subjectdistance-value' => array(
2939 'exif-subjectdistance-value',
2940 ),
2941 'exif-meteringmode' => array(
2942 'exif-meteringmode-0',
2943 'exif-meteringmode-1',
2944 'exif-meteringmode-2',
2945 'exif-meteringmode-3',
2946 'exif-meteringmode-4',
2947 'exif-meteringmode-5',
2948 'exif-meteringmode-6',
2949 'exif-meteringmode-255',
2950 ),
2951 'exif-lightsource' => array(
2952 'exif-lightsource-0',
2953 'exif-lightsource-1',
2954 'exif-lightsource-2',
2955 'exif-lightsource-3',
2956 'exif-lightsource-4',
2957 'exif-lightsource-9',
2958 'exif-lightsource-10',
2959 'exif-lightsource-11',
2960 'exif-lightsource-12',
2961 'exif-lightsource-13',
2962 'exif-lightsource-14',
2963 'exif-lightsource-15',
2964 'exif-lightsource-17',
2965 'exif-lightsource-18',
2966 'exif-lightsource-19',
2967 'exif-lightsource-20',
2968 'exif-lightsource-21',
2969 'exif-lightsource-22',
2970 'exif-lightsource-23',
2971 'exif-lightsource-24',
2972 'exif-lightsource-255',
2973 ),
2974 'exif-flash' => array(
2975 'exif-flash-fired-0' ,
2976 'exif-flash-fired-1' ,
2977 'exif-flash-return-0' ,
2978 'exif-flash-return-2' ,
2979 'exif-flash-return-3' ,
2980 'exif-flash-mode-1' ,
2981 'exif-flash-mode-2' ,
2982 'exif-flash-mode-3' ,
2983 'exif-flash-function-1' ,
2984 'exif-flash-redeye-1' ,
2985 ),
2986 'exif-focalplaneresolutionunit' => array(
2987 'exif-focalplaneresolutionunit-2',
2988 ),
2989 'exif-sensingmethod' => array(
2990 'exif-sensingmethod-1',
2991 'exif-sensingmethod-2',
2992 'exif-sensingmethod-3',
2993 'exif-sensingmethod-4',
2994 'exif-sensingmethod-5',
2995 'exif-sensingmethod-7',
2996 'exif-sensingmethod-8',
2997 ),
2998 'exif-filesource' => array(
2999 'exif-filesource-3',
3000 ),
3001 'exif-scenetype' => array(
3002 'exif-scenetype-1',
3003 ),
3004 'exif-customrendered' => array(
3005 'exif-customrendered-0',
3006 'exif-customrendered-1',
3007 ),
3008 'exif-exposuremode' => array(
3009 'exif-exposuremode-0',
3010 'exif-exposuremode-1',
3011 'exif-exposuremode-2',
3012 ),
3013 'exif-whitebalance' => array(
3014 'exif-whitebalance-0',
3015 'exif-whitebalance-1',
3016 ),
3017 'exif-scenecapturetype' => array(
3018 'exif-scenecapturetype-0',
3019 'exif-scenecapturetype-1',
3020 'exif-scenecapturetype-2',
3021 'exif-scenecapturetype-3',
3022 ),
3023 'exif-gaincontrol' => array(
3024 'exif-gaincontrol-0',
3025 'exif-gaincontrol-1',
3026 'exif-gaincontrol-2',
3027 'exif-gaincontrol-3',
3028 'exif-gaincontrol-4',
3029 ),
3030 'exif-contrast' => array(
3031 'exif-contrast-0',
3032 'exif-contrast-1',
3033 'exif-contrast-2',
3034 ),
3035 'exif-saturation' => array(
3036 'exif-saturation-0',
3037 'exif-saturation-1',
3038 'exif-saturation-2',
3039 ),
3040 'exif-sharpness' => array(
3041 'exif-sharpness-0',
3042 'exif-sharpness-1',
3043 'exif-sharpness-2',
3044 ),
3045 'exif-subjectdistancerange' => array(
3046 'exif-subjectdistancerange-0',
3047 'exif-subjectdistancerange-1',
3048 'exif-subjectdistancerange-2',
3049 'exif-subjectdistancerange-3',
3050 ),
3051 'exif-gpslatitude' => array(
3052 'exif-gpslatitude-n',
3053 'exif-gpslatitude-s',
3054 ),
3055 'exif-gpslongitude' => array(
3056 'exif-gpslongitude-e',
3057 'exif-gpslongitude-w',
3058 ),
3059 'exif-altituderef' => array(
3060 'exif-gpsaltitude-above-sealevel',
3061 'exif-gpsaltitude-below-sealevel',
3062 ),
3063 'exif-gpsstatus' => array(
3064 'exif-gpsstatus-a',
3065 'exif-gpsstatus-v',
3066 ),
3067 'exif-gpsmeasuremode' => array(
3068 'exif-gpsmeasuremode-2',
3069 'exif-gpsmeasuremode-3',
3070 ),
3071 'exif-gpsspeed' => array(
3072 'exif-gpsspeed-k',
3073 'exif-gpsspeed-m',
3074 'exif-gpsspeed-n',
3075 ),
3076 'exif-gpsdestdistanceref' => array(
3077 'exif-gpsdestdistance-k',
3078 'exif-gpsdestdistance-m',
3079 'exif-gpsdestdistance-n',
3080 ),
3081 'exif-gdop' => array(
3082 'exif-gpsdop-excellent',
3083 'exif-gpsdop-good',
3084 'exif-gpsdop-moderate',
3085 'exif-gpsdop-fair',
3086 'exif-gpsdop-poor',
3087 ),
3088 'exif-objectcycle' => array(
3089 'exif-objectcycle-a',
3090 'exif-objectcycle-p',
3091 'exif-objectcycle-b',
3092 ),
3093 'exif-gpsdirection' => array(
3094 'exif-gpsdirection-t',
3095 'exif-gpsdirection-m',
3096 ),
3097 'exif-ycbcrpositioning' => array(
3098 'exif-ycbcrpositioning-1',
3099 'exif-ycbcrpositioning-2',
3100 ),
3101 'exif-dc' => array(
3102 'exif-dc-contributor',
3103 'exif-dc-coverage',
3104 'exif-dc-date',
3105 'exif-dc-publisher',
3106 'exif-dc-relation',
3107 'exif-dc-rights',
3108 'exif-dc-source',
3109 'exif-dc-type',
3110 ),
3111 'exif-rating' => array(
3112 'exif-rating-rejected',
3113 ),
3114 'exif-isospeedratings' => array(
3115 'exif-isospeedratings-overflow',
3116 ),
3117 'exif-maxaperturevalue' => array(
3118 'exif-maxaperturevalue-value',
3119 ),
3120 'exif-iimcategory' => array(
3121 'exif-iimcategory-ace',
3122 'exif-iimcategory-clj',
3123 'exif-iimcategory-dis',
3124 'exif-iimcategory-fin',
3125 'exif-iimcategory-edu',
3126 'exif-iimcategory-evn',
3127 'exif-iimcategory-hth',
3128 'exif-iimcategory-hum',
3129 'exif-iimcategory-lab',
3130 'exif-iimcategory-lif',
3131 'exif-iimcategory-pol',
3132 'exif-iimcategory-rel',
3133 'exif-iimcategory-sci',
3134 'exif-iimcategory-soi',
3135 'exif-iimcategory-spo',
3136 'exif-iimcategory-war',
3137 'exif-iimcategory-wea',
3138 ),
3139 'exif-urgency' => array(
3140 'exif-urgency-normal',
3141 'exif-urgency-low',
3142 'exif-urgency-high',
3143 'exif-urgency-other',
3144 ),
3145 'edit-externally' => array(
3146 'edit-externally',
3147 'edit-externally-help',
3148 ),
3149 'all' => array(
3150 'watchlistall2',
3151 'namespacesall',
3152 'monthsall',
3153 'limitall',
3154 ),
3155 'confirmemail' => array(
3156 'confirmemail',
3157 'confirmemail_noemail',
3158 'confirmemail_text',
3159 'confirmemail_pending',
3160 'confirmemail_send',
3161 'confirmemail_sent',
3162 'confirmemail_oncreate',
3163 'confirmemail_sendfailed',
3164 'confirmemail_invalid',
3165 'confirmemail_needlogin',
3166 'confirmemail_success',
3167 'confirmemail_loggedin',
3168 'confirmemail_error',
3169 'confirmemail_subject',
3170 'confirmemail_body',
3171 'confirmemail_body_changed',
3172 'confirmemail_body_set',
3173 'confirmemail_invalidated',
3174 'invalidateemail',
3175 ),
3176 'scarytransclusion' => array(
3177 'scarytranscludedisabled',
3178 'scarytranscludefailed',
3179 'scarytranscludetoolong',
3180 ),
3181 'trackbacks' => array(
3182 'trackbackbox',
3183 'trackback',
3184 'trackbackexcerpt',
3185 'trackbackremove',
3186 'trackbacklink',
3187 'trackbackdeleteok',
3188 ),
3189 'deleteconflict' => array(
3190 'deletedwhileediting',
3191 'confirmrecreate',
3192 'confirmrecreate-noreason',
3193 'recreate',
3194 ),
3195 'unit-pixel' => array(
3196 'unit-pixel',
3197 ),
3198 'purge' => array(
3199 'confirm_purge_button',
3200 'confirm-purge-top',
3201 'confirm-purge-bottom',
3202 ),
3203 'watch-unwatch' => array(
3204 'confirm-watch-button',
3205 'confirm-watch-top',
3206 'confirm-unwatch-button',
3207 'confirm-unwatch-top',
3208 ),
3209 'separators' => array(
3210 'semicolon-separator',
3211 'comma-separator',
3212 'colon-separator',
3213 'autocomment-prefix',
3214 'pipe-separator',
3215 'word-separator',
3216 'ellipsis',
3217 'percent',
3218 'parentheses',
3219 ),
3220 'imgmulti' => array(
3221 'imgmultipageprev',
3222 'imgmultipagenext',
3223 'imgmultigo',
3224 'imgmultigoto',
3225 ),
3226 'tablepager' => array(
3227 'ascending_abbrev',
3228 'descending_abbrev',
3229 'table_pager_next',
3230 'table_pager_prev',
3231 'table_pager_first',
3232 'table_pager_last',
3233 'table_pager_limit',
3234 'table_pager_limit_label',
3235 'table_pager_limit_submit',
3236 'table_pager_empty',
3237 ),
3238 'autosumm' => array(
3239 'autosumm-blank',
3240 'autosumm-replace',
3241 'autoredircomment',
3242 'autosumm-new',
3243 ),
3244 'autoblock_whitelist' => array(
3245 'autoblock_whitelist',
3246 ),
3247 'sizeunits' => array(
3248 'size-bytes',
3249 'size-kilobytes',
3250 'size-megabytes',
3251 'size-gigabytes',
3252 ),
3253 'livepreview' => array(
3254 'livepreview-loading',
3255 'livepreview-ready',
3256 'livepreview-failed',
3257 'livepreview-error',
3258 ),
3259 'lagwarning' => array(
3260 'lag-warn-normal',
3261 'lag-warn-high',
3262 ),
3263 'watch' => array(
3264 'confirm-watch-button',
3265 ),
3266 'watchlisteditor' => array(
3267 'watchlistedit-numitems',
3268 'watchlistedit-noitems',
3269 'watchlistedit-normal-title',
3270 'watchlistedit-normal-legend',
3271 'watchlistedit-normal-explain',
3272 'watchlistedit-normal-submit',
3273 'watchlistedit-normal-done',
3274 'watchlistedit-raw-title',
3275 'watchlistedit-raw-legend',
3276 'watchlistedit-raw-explain',
3277 'watchlistedit-raw-titles',
3278 'watchlistedit-raw-submit',
3279 'watchlistedit-raw-done',
3280 'watchlistedit-raw-added',
3281 'watchlistedit-raw-removed',
3282 ),
3283 'watchlisttools' => array(
3284 'watchlisttools-view',
3285 'watchlisttools-edit',
3286 'watchlisttools-raw',
3287 ),
3288 'iranian-dates' => array(
3289 'iranian-calendar-m1',
3290 'iranian-calendar-m2',
3291 'iranian-calendar-m3',
3292 'iranian-calendar-m4',
3293 'iranian-calendar-m5',
3294 'iranian-calendar-m6',
3295 'iranian-calendar-m7',
3296 'iranian-calendar-m8',
3297 'iranian-calendar-m9',
3298 'iranian-calendar-m10',
3299 'iranian-calendar-m11',
3300 'iranian-calendar-m12',
3301 ),
3302 'hijri-dates' => array(
3303 'hijri-calendar-m1',
3304 'hijri-calendar-m2',
3305 'hijri-calendar-m3',
3306 'hijri-calendar-m4',
3307 'hijri-calendar-m5',
3308 'hijri-calendar-m6',
3309 'hijri-calendar-m7',
3310 'hijri-calendar-m8',
3311 'hijri-calendar-m9',
3312 'hijri-calendar-m10',
3313 'hijri-calendar-m11',
3314 'hijri-calendar-m12',
3315 ),
3316 'hebrew-dates' => array(
3317 'hebrew-calendar-m1',
3318 'hebrew-calendar-m2',
3319 'hebrew-calendar-m3',
3320 'hebrew-calendar-m4',
3321 'hebrew-calendar-m5',
3322 'hebrew-calendar-m6',
3323 'hebrew-calendar-m6a',
3324 'hebrew-calendar-m6b',
3325 'hebrew-calendar-m7',
3326 'hebrew-calendar-m8',
3327 'hebrew-calendar-m9',
3328 'hebrew-calendar-m10',
3329 'hebrew-calendar-m11',
3330 'hebrew-calendar-m12',
3331 'hebrew-calendar-m1-gen',
3332 'hebrew-calendar-m2-gen',
3333 'hebrew-calendar-m3-gen',
3334 'hebrew-calendar-m4-gen',
3335 'hebrew-calendar-m5-gen',
3336 'hebrew-calendar-m6-gen',
3337 'hebrew-calendar-m6a-gen',
3338 'hebrew-calendar-m6b-gen',
3339 'hebrew-calendar-m7-gen',
3340 'hebrew-calendar-m8-gen',
3341 'hebrew-calendar-m9-gen',
3342 'hebrew-calendar-m10-gen',
3343 'hebrew-calendar-m11-gen',
3344 'hebrew-calendar-m12-gen',
3345 ),
3346 'signatures' => array(
3347 'signature',
3348 'signature-anon',
3349 'timezone-utc',
3350 ),
3351 'CoreParserFunctions' => array(
3352 'unknown_extension_tag',
3353 'duplicate-defaultsort',
3354 ),
3355 'version' => array(
3356 'version',
3357 'version-extensions',
3358 'version-specialpages',
3359 'version-parserhooks',
3360 'version-variables',
3361 'version-antispam',
3362 'version-skins',
3363 'version-api',
3364 'version-other',
3365 'version-mediahandlers',
3366 'version-hooks',
3367 'version-extension-functions',
3368 'version-parser-extensiontags',
3369 'version-parser-function-hooks',
3370 'version-hook-name',
3371 'version-hook-subscribedby',
3372 'version-version',
3373 'version-svn-revision',
3374 'version-license',
3375 'version-poweredby-credits',
3376 'version-poweredby-others',
3377 'version-license-info',
3378 'version-software',
3379 'version-software-product',
3380 'version-software-version',
3381 ),
3382 'filepath' => array(
3383 'filepath',
3384 'filepath-page',
3385 'filepath-submit',
3386 'filepath-summary',
3387 ),
3388 'fileduplicatesearch' => array(
3389 'fileduplicatesearch',
3390 'fileduplicatesearch-summary',
3391 'fileduplicatesearch-legend',
3392 'fileduplicatesearch-filename',
3393 'fileduplicatesearch-submit',
3394 'fileduplicatesearch-info',
3395 'fileduplicatesearch-result-1',
3396 'fileduplicatesearch-result-n',
3397 'fileduplicatesearch-noresults',
3398 ),
3399 'special-specialpages' => array(
3400 'specialpages',
3401 'specialpages-summary',
3402 'specialpages-note',
3403 'specialpages-group-maintenance',
3404 'specialpages-group-other',
3405 'specialpages-group-login',
3406 'specialpages-group-changes',
3407 'specialpages-group-media',
3408 'specialpages-group-users',
3409 'specialpages-group-highuse',
3410 'specialpages-group-pages',
3411 'specialpages-group-pagetools',
3412 'specialpages-group-wiki',
3413 'specialpages-group-redirects',
3414 'specialpages-group-spam',
3415 ),
3416 'special-blank' => array(
3417 'blankpage',
3418 'intentionallyblankpage',
3419 ),
3420 'external_images' => array(
3421 'external_image_whitelist',
3422 ),
3423 'special-tags' => array(
3424 'tags',
3425 'tag-filter',
3426 'tag-filter-submit',
3427 'tags-title',
3428 'tags-intro',
3429 'tags-tag',
3430 'tags-display-header',
3431 'tags-description-header',
3432 'tags-hitcount-header',
3433 'tags-edit',
3434 'tags-hitcount',
3435 ),
3436 'comparepages' => array(
3437 'comparepages',
3438 'compare-selector',
3439 'compare-page1',
3440 'compare-page2',
3441 'compare-rev1',
3442 'compare-rev2',
3443 'compare-submit',
3444 'compare-invalid-title',
3445 'compare-title-not-exists',
3446 'compare-revision-not-exists',
3447 ),
3448 'globalfileusage' => array(
3449 'globalfileusage',
3450 'globalfileusage-for',
3451 'globalfileusage-desc',
3452 'globalfileusage-ok',
3453 'globalfileusage-text',
3454 'globalfileusage-no-results',
3455 'globalfileusage-on-wiki',
3456 'globalfileusage-of-file',
3457 'globalfileusage-more',
3458 'globalfileusage-filterlocal',
3459 ),
3460 'globaltemplateusage' => array(
3461 'globaltemplateusage',
3462 'globaltemplateusage-for',
3463 'globaltemplateusage-ok',
3464 'globaltemplateusage-text',
3465 'globaltemplateusage-no-results',
3466 'globaltemplateusage-on-wiki',
3467 'globaltemplateusage-of-file',
3468 'globaltemplateusage-more',
3469 'globaltemplateusage-filterlocal',
3470 ),
3471 'db-error-messages' => array(
3472 'dberr-header',
3473 'dberr-problems',
3474 'dberr-again',
3475 'dberr-info',
3476 'dberr-usegoogle',
3477 'dberr-outofdate',
3478 'dberr-cachederror',
3479 ),
3480 'html-forms' => array(
3481 'htmlform-invalid-input',
3482 'htmlform-select-badoption',
3483 'htmlform-int-invalid',
3484 'htmlform-float-invalid',
3485 'htmlform-int-toolow',
3486 'htmlform-int-toohigh',
3487 'htmlform-required',
3488 'htmlform-submit',
3489 'htmlform-reset',
3490 'htmlform-selectorother-other',
3491 ),
3492 'sqlite' => array(
3493 'sqlite-has-fts',
3494 'sqlite-no-fts',
3495 ),
3496 'unwatch' => array(
3497 'confirm-unwatch-button',
3498 ),
3499 'logging' => array(
3500 'logentry-delete-delete',
3501 'logentry-delete-restore',
3502 'logentry-delete-event',
3503 'logentry-delete-revision',
3504 'logentry-delete-event-legacy',
3505 'logentry-delete-revision-legacy',
3506 'logentry-suppress-delete',
3507 'logentry-suppress-event',
3508 'logentry-suppress-revision',
3509 'logentry-suppress-event-legacy',
3510 'logentry-suppress-revision-legacy',
3511 'revdelete-content-hid',
3512 'revdelete-summary-hid',
3513 'revdelete-uname-hid',
3514 'revdelete-content-unhid',
3515 'revdelete-summary-unhid',
3516 'revdelete-uname-unhid',
3517 'revdelete-restricted',
3518 'revdelete-unrestricted',
3519 'logentry-move-move',
3520 'logentry-move-move-noredirect',
3521 'logentry-move-move_redir',
3522 'logentry-move-move_redir-noredirect',
3523 ),
3524 );
3525
3526 /** Comments for each block */
3527 $wgBlockComments = array(
3528 'sidebar' => "The sidebar for MonoBook is generated from this message, lines that do not
3529 begin with * or ** are discarded, furthermore lines that do begin with ** and
3530 do not contain | are also discarded, but do not depend on this behaviour for
3531 future releases. Also note that since each list value is wrapped in a unique
3532 XHTML id it should only appear once and include characters that are legal
3533 XHTML id names.",
3534 'toggles' => 'User preference toggles',
3535 'underline' => '',
3536 'editfont' => 'Font style option in Special:Preferences',
3537 'dates' => 'Dates',
3538 'categorypages' => 'Categories related messages',
3539 'mainpage' => '',
3540 'miscellaneous1' => '',
3541 'cologneblue' => 'Cologne Blue skin',
3542 'vector' => 'Vector skin',
3543 'miscellaneous2' => '',
3544 '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).',
3545 'badaccess' => '',
3546 'versionrequired' => '',
3547 'miscellaneous3' => '',
3548 'nstab' => "Short words for each namespace, by default used in the namespace tab in monobook",
3549 'main' => 'Main script and global functions',
3550 'errors' => 'General errors',
3551 'virus' => 'Virus scanner',
3552 'login' => 'Login and logout pages',
3553 'mail' => 'E-mail sending',
3554 'passwordstrength' => 'JavaScript password checks',
3555 'resetpass' => 'Change password dialog',
3556 'passwordreset' => 'Special:PasswordReset',
3557 'changeemail' => 'Special:ChangeEmail',
3558 'toolbar' => 'Edit page toolbar',
3559 'edit' => 'Edit pages',
3560 'parserwarnings' => 'Parser/template warnings',
3561 'undo' => '"Undo" feature',
3562 'cantcreateaccount' => 'Account creation failure',
3563 'history' => 'History pages',
3564 'history-feed' => 'Revision feed',
3565 'revdelete' => 'Revision deletion',
3566 'suppression' => 'Suppression log',
3567 'mergehistory' => 'History merging',
3568 'mergelog' => 'Merge log',
3569 'diffs' => 'Diffs',
3570 'search' => 'Search results',
3571 'opensearch' => 'OpenSearch description',
3572 'quickbar' => 'Quickbar',
3573 'preferences' => 'Preferences page',
3574 'preferences-email' => 'User preference: e-mail validation using jQuery',
3575 'userrights' => 'User rights',
3576 'group' => 'Groups',
3577 'group-member' => '',
3578 'grouppage' => '',
3579 'right' => 'Rights',
3580 'action' => 'Associated actions - in the sentence "You do not have permission to X"',
3581 'rightslog' => 'User rights log',
3582 'recentchanges' => 'Recent changes',
3583 'recentchangeslinked' => 'Recent changes linked',
3584 'upload' => 'Upload',
3585 'zip' => 'ZipDirectoryReader',
3586 'upload-errors' => '',
3587 'uploadstash' => 'Special:UploadStash',
3588 'img-auth' => 'img_auth script messages',
3589 'http-errors' => 'HTTP errors',
3590 'upload-curl-errors' => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>',
3591 'licenses' => '',
3592 'filelist' => 'Special:ListFiles',
3593 'filedescription' => 'File description page',
3594 'filerevert' => 'File reversion',
3595 'filedelete' => 'File deletion',
3596 'mimesearch' => 'MIME search',
3597 'unwatchedpages' => 'Unwatched pages',
3598 'listredirects' => 'List redirects',
3599 'unusedtemplates' => 'Unused templates',
3600 'randompage' => 'Random page',
3601 'randomredirect' => 'Random redirect',
3602 'statistics' => 'Statistics',
3603 'disambiguations' => '',
3604 'doubleredirects' => '',
3605 'brokenredirects' => '',
3606 'withoutinterwiki' => '',
3607 'fewestrevisions' => '',
3608 'specialpages' => 'Miscellaneous special pages',
3609 'booksources' => 'Book sources',
3610 'magicwords' => 'Magic words',
3611 'logpages' => 'Special:Log',
3612 'allpages' => 'Special:AllPages',
3613 'categories' => 'Special:Categories',
3614 'deletedcontribs' => 'Special:DeletedContributions',
3615 'linksearch' => 'Special:LinkSearch',
3616 'listusers' => 'Special:ListUsers',
3617 'activeusers' => 'Special:ActiveUsers',
3618 'newuserlog' => 'Special:Log/newusers',
3619 'listgrouprights' => 'Special:ListGroupRights',
3620 'emailuser' => 'E-mail user',
3621 'usermessage' => 'User Messenger',
3622 'watchlist' => 'Watchlist',
3623 'watching' => 'Displayed when you click the "watch" button and it is in the process of watching',
3624 'enotif' => '',
3625 'delete' => 'Delete',
3626 'rollback' => 'Rollback',
3627 'edittokens' => 'Edit tokens',
3628 'protect' => 'Protect',
3629 'restrictions' => 'Restrictions (nouns)',
3630 'restriction-levels' => 'Restriction levels',
3631 'undelete' => 'Undelete',
3632 'nsform' => 'Namespace form on various pages',
3633 'contributions' => 'Contributions',
3634 'sp-contributions' => '',
3635 'whatlinkshere' => 'What links here',
3636 'block' => 'Block/unblock',
3637 'developertools' => 'Developer tools',
3638 'movepage' => 'Move page',
3639 'export' => 'Export',
3640 'allmessages' => 'Namespace 8 related',
3641 'thumbnails' => 'Thumbnails',
3642 'import' => 'Special:Import',
3643 'importlog' => 'Import log',
3644 'accesskeys' => 'Keyboard access keys for power users',
3645 'tooltips' => 'Tooltip help for the actions',
3646 'stylesheets' => 'Stylesheets',
3647 'scripts' => 'Scripts',
3648 'metadata_cc' => 'Metadata',
3649 'attribution' => 'Attribution',
3650 'spamprotection' => 'Spam protection',
3651 'info' => 'Info page',
3652 'skin' => 'Skin names',
3653 'patrolling' => 'Patrolling',
3654 'patrol-log' => 'Patrol log',
3655 'imagedeletion' => 'Image deletion',
3656 'browsediffs' => 'Browsing diffs',
3657 'newfiles' => 'Special:NewFiles',
3658 'video-info' => 'Video information, used by Language::formatTimePeriod() to format lengths in the above messages',
3659 'badimagelist' => 'Bad image list',
3660 'variantname-zh' => "Short names for language variants used for language conversion links.
3661 To disable showing a particular link, set it to 'disable', e.g.
3662 'variantname-zh-sg' => 'disable',
3663 Variants for Chinese language",
3664 'variantname-gan' => 'Variants for Gan language',
3665 'variantname-sr' => 'Variants for Serbian language',
3666 'variantname-kk' => 'Variants for Kazakh language',
3667 'variantname-ku' => 'Variants for Kurdish language',
3668 'variantname-tg' => 'Variants for Tajiki language',
3669 'variantname-iu' => 'Variants for Inuktitut language',
3670 'variantname-shi' => 'Variants for Tachelhit language',
3671 'media-info' => 'Media information',
3672 'metadata' => 'Metadata',
3673 'exif' => 'EXIF tags',
3674 'exif-values' => 'Make & model, can be wikified in order to link to the camera and model name',
3675 'exif-compression' => 'EXIF attributes',
3676 'exif-copyrighted' => '',
3677 'exif-unknowndate' => '',
3678 'exif-photometricinterpretation' => '',
3679 'exif-orientation' => '',
3680 'exif-planarconfiguration' => '',
3681 'exif-xyresolution' => '',
3682 'exif-colorspace' => '',
3683 'exif-componentsconfiguration' => '',
3684 'exif-exposureprogram' => '',
3685 'exif-subjectdistance-value' => '',
3686 'exif-meteringmode' => '',
3687 'exif-lightsource' => '',
3688 'exif-flash' => 'Flash modes',
3689 'exif-focalplaneresolutionunit' => '',
3690 'exif-sensingmethod' => '',
3691 'exif-filesource' => '',
3692 'exif-scenetype' => '',
3693 'exif-customrendered' => '',
3694 'exif-exposuremode' => '',
3695 'exif-whitebalance' => '',
3696 'exif-scenecapturetype' => '',
3697 'exif-gaincontrol' => '',
3698 'exif-contrast' => '',
3699 'exif-saturation' => '',
3700 'exif-sharpness' => '',
3701 'exif-subjectdistancerange' => '',
3702 'exif-gpslatitude' => 'Pseudotags used for GPSLatitudeRef and GPSDestLatitudeRef',
3703 'exif-gpslongitude' => 'Pseudotags used for GPSLongitudeRef and GPSDestLongitudeRef',
3704 'exif-altituderef' => 'Pseudotags used for GPSAltitudeRef',
3705 'exif-gpsstatus' => '',
3706 'exif-gpsmeasuremode' => '',
3707 'exif-gpsspeed' => 'Pseudotags used for GPSSpeedRef',
3708 'exif-gpsdestdistanceref' => 'Pseudotags used for GPSDestDistanceRef',
3709 'exif-gdop' => '',
3710 'exif-objectcycle' => '',
3711 'exif-gpsdirection' => 'Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef',
3712 'exif-ycbcrpositioning' => '',
3713 'exif-dc' => '',
3714 'exif-rating' => '',
3715 'exif-isospeedratings' => '',
3716 'exif-maxaperturevalue' => '',
3717 'exif-iimcategory' => '',
3718 'exif-urgency' => '',
3719 'edit-externally' => 'External editor support',
3720 'all' => "'all' in various places, this might be different for inflected languages",
3721 'confirmemail' => 'E-mail address confirmation',
3722 'scarytransclusion' => 'Scary transclusion',
3723 'trackbacks' => 'Trackbacks',
3724 'deleteconflict' => 'Delete conflict',
3725 'unit-pixel' => '',
3726 'purge' => 'action=purge',
3727 'watch-unwatch' => 'action=watch/unwatch',
3728 'separators' => 'Separators for various lists, etc.',
3729 'imgmulti' => 'Multipage image navigation',
3730 'tablepager' => 'Table pager',
3731 'autosumm' => 'Auto-summaries',
3732 'autoblock_whitelist' => 'Autoblock whitelist',
3733 'sizeunits' => 'Size units',
3734 'livepreview' => 'Live preview',
3735 'lagwarning' => 'Friendlier slave lag warnings',
3736 'watchlisteditor' => 'Watchlist editor',
3737 'watchlisttools' => 'Watchlist editing tools',
3738 'iranian-dates' => 'Iranian month names',
3739 'hijri-dates' => 'Hijri month names',
3740 'hebrew-dates' => 'Hebrew month names',
3741 'signatures' => 'Signatures',
3742 'CoreParserFunctions' => 'Core parser functions',
3743 'version' => 'Special:Version',
3744 'filepath' => 'Special:FilePath',
3745 'fileduplicatesearch' => 'Special:FileDuplicateSearch',
3746 'special-specialpages' => 'Special:SpecialPages',
3747 'special-blank' => 'Special:BlankPage',
3748 'external_images' => 'External image whitelist',
3749 'special-tags' => 'Special:Tags',
3750 'comparepages' => 'Special:ComparePages',
3751 'globalfileusage' => 'Special:GlobalFileUsage',
3752 'globaltemplateusage' => 'Special:GlobalTemplateUsage',
3753 'db-error-messages' => 'Database error messages',
3754 'html-forms' => 'HTML forms',
3755 'sqlite' => 'SQLite database support',
3756 'logging' => 'New logging system',
3757 );