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