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