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