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