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