Add opt-in RSS feed for watchlist
[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-registration',
958 'prefs-registration-date-time',
959 'yourrealname',
960 'yourlanguage',
961 'yourvariant',
962 'yournick',
963 'badsig',
964 'badsiglength',
965 'yourgender',
966 'gender-unknown',
967 'gender-male',
968 'gender-female',
969 'prefs-help-gender',
970 'email',
971 'prefs-help-realname',
972 'prefs-help-email',
973 'prefs-help-email-required',
974 'prefs-info',
975 'prefs-i18n',
976 'prefs-signature',
977 'prefs-dateformat',
978 'prefs-timeoffset',
979 'prefs-advancedediting',
980 'prefs-advancedrc',
981 'prefs-advancedrendering',
982 'prefs-advancedsearchoptions',
983 'prefs-advancedwatchlist',
984 'prefs-display',
985 'prefs-diffs',
986 ),
987 'userrights' => array(
988 'userrights',
989 'userrights-summary',
990 'userrights-lookup-user',
991 'userrights-user-editname',
992 'editusergroup',
993 'editinguser',
994 'userrights-editusergroup',
995 'saveusergroups',
996 'userrights-groupsmember',
997 'userrights-groups-help',
998 'userrights-reason',
999 'userrights-no-interwiki',
1000 'userrights-nodatabase',
1001 'userrights-nologin',
1002 'userrights-notallowed',
1003 'userrights-changeable-col',
1004 'userrights-unchangeable-col',
1005 'userrights-irreversible-marker',
1006 ),
1007 'group' => array(
1008 'group',
1009 'group-user',
1010 'group-autoconfirmed',
1011 'group-bot',
1012 'group-sysop',
1013 'group-bureaucrat',
1014 'group-suppress',
1015 'group-all',
1016 ),
1017 'group-member' => array(
1018 'group-user-member',
1019 'group-autoconfirmed-member',
1020 'group-bot-member',
1021 'group-sysop-member',
1022 'group-bureaucrat-member',
1023 'group-suppress-member',
1024 ),
1025 'grouppage' => array(
1026 'grouppage-user',
1027 'grouppage-autoconfirmed',
1028 'grouppage-bot',
1029 'grouppage-sysop',
1030 'grouppage-bureaucrat',
1031 'grouppage-suppress',
1032 ),
1033 'right' => array(
1034 'right-read',
1035 'right-edit',
1036 'right-createpage',
1037 'right-createtalk',
1038 'right-createaccount',
1039 'right-minoredit',
1040 'right-move',
1041 'right-move-subpages',
1042 'right-move-rootuserpages',
1043 'right-movefile',
1044 'right-suppressredirect',
1045 'right-upload',
1046 'right-reupload',
1047 'right-reupload-own',
1048 'right-reupload-shared',
1049 'right-upload_by_url',
1050 'right-purge',
1051 'right-autoconfirmed',
1052 'right-bot',
1053 'right-nominornewtalk',
1054 'right-apihighlimits',
1055 'right-writeapi',
1056 'right-delete',
1057 'right-bigdelete',
1058 'right-deleterevision',
1059 'right-deletedhistory',
1060 'right-browsearchive',
1061 'right-undelete',
1062 'right-suppressrevision',
1063 'right-suppressionlog',
1064 'right-block',
1065 'right-blockemail',
1066 'right-hideuser',
1067 'right-ipblock-exempt',
1068 'right-proxyunbannable',
1069 'right-protect',
1070 'right-editprotected',
1071 'right-editinterface',
1072 'right-editusercssjs',
1073 'right-rollback',
1074 'right-markbotedits',
1075 'right-noratelimit',
1076 'right-import',
1077 'right-importupload',
1078 'right-patrol',
1079 'right-autopatrol',
1080 'right-patrolmarks',
1081 'right-unwatchedpages',
1082 'right-trackback',
1083 'right-mergehistory',
1084 'right-userrights',
1085 'right-userrights-interwiki',
1086 'right-siteadmin',
1087 'right-reset-passwords',
1088 'right-override-export-depth',
1089 'right-versiondetail',
1090 ),
1091 'rightslog' => array(
1092 'rightslog',
1093 'rightslogtext',
1094 'rightslogentry',
1095 'rightsnone',
1096 ),
1097 'action' => array(
1098 'action-read',
1099 'action-edit',
1100 'action-createpage',
1101 'action-createtalk',
1102 'action-createaccount',
1103 'action-minoredit',
1104 'action-move',
1105 'action-move-subpages',
1106 'action-move-rootuserpages',
1107 'action-movefile',
1108 'action-upload',
1109 'action-reupload',
1110 'action-reupload-shared',
1111 'action-upload_by_url',
1112 'action-writeapi',
1113 'action-delete',
1114 'action-deleterevision',
1115 'action-deletedhistory',
1116 'action-browsearchive',
1117 'action-undelete',
1118 'action-suppressrevision',
1119 'action-suppressionlog',
1120 'action-block',
1121 'action-protect',
1122 'action-import',
1123 'action-importupload',
1124 'action-patrol',
1125 'action-autopatrol',
1126 'action-unwatchedpages',
1127 'action-trackback',
1128 'action-mergehistory',
1129 'action-userrights',
1130 'action-userrights-interwiki',
1131 'action-siteadmin',
1132 ),
1133 'recentchanges' => array(
1134 'nchanges',
1135 'recentchanges',
1136 'recentchanges-url',
1137 'recentchanges-legend',
1138 'recentchangestext',
1139 'recentchanges-feed-description',
1140 'rcnote',
1141 'rcnotefrom',
1142 'rclistfrom',
1143 'rcshowhideminor',
1144 'rcshowhidebots',
1145 'rcshowhideliu',
1146 'rcshowhideanons',
1147 'rcshowhidepatr',
1148 'rcshowhidemine',
1149 'rclinks',
1150 'diff',
1151 'hist',
1152 'hide',
1153 'show',
1154 'minoreditletter',
1155 'newpageletter',
1156 'boteditletter',
1157 'sectionlink',
1158 'number_of_watching_users_RCview',
1159 'number_of_watching_users_pageview',
1160 'rc_categories',
1161 'rc_categories_any',
1162 'rc-change-size',
1163 'newsectionsummary',
1164 'rc-enhanced-expand',
1165 'rc-enhanced-hide',
1166 ),
1167 'recentchangeslinked' => array(
1168 'recentchangeslinked',
1169 'recentchangeslinked-feed',
1170 'recentchangeslinked-toolbox',
1171 'recentchangeslinked-title',
1172 'recentchangeslinked-backlink',
1173 'recentchangeslinked-noresult',
1174 'recentchangeslinked-summary',
1175 'recentchangeslinked-page',
1176 'recentchangeslinked-to',
1177 ),
1178 'upload' => array(
1179 'upload',
1180 'uploadbtn',
1181 'reupload',
1182 'reuploaddesc',
1183 'uploadnologin',
1184 'uploadnologintext',
1185 'upload_directory_missing',
1186 'upload_directory_read_only',
1187 'uploaderror',
1188 'upload-summary',
1189 'uploadtext',
1190 'upload-permitted',
1191 'upload-preferred',
1192 'upload-prohibited',
1193 'uploadfooter',
1194 'uploadlog',
1195 'uploadlogpage',
1196 'uploadlogpagetext',
1197 'filename',
1198 'filedesc',
1199 'fileuploadsummary',
1200 'filereuploadsummary',
1201 'filestatus',
1202 'filesource',
1203 'uploadedfiles',
1204 'ignorewarning',
1205 'ignorewarnings',
1206 'minlength1',
1207 'illegalfilename',
1208 'badfilename',
1209 'filetype-badmime',
1210 'filetype-bad-ie-mime',
1211 'filetype-unwanted-type',
1212 'filetype-banned-type',
1213 'filetype-missing',
1214 'large-file',
1215 'largefileserver',
1216 'emptyfile',
1217 'fileexists',
1218 'filepageexists',
1219 'fileexists-extension',
1220 'fileexists-thumb',
1221 'fileexists-thumbnail-yes',
1222 'file-thumbnail-no',
1223 'fileexists-forbidden',
1224 'fileexists-shared-forbidden',
1225 'file-exists-duplicate',
1226 'file-deleted-duplicate',
1227 'successfulupload',
1228 'uploadwarning',
1229 'savefile',
1230 'uploadedimage',
1231 'overwroteimage',
1232 'uploaddisabled',
1233 'uploaddisabledtext',
1234 'php-uploaddisabledtext',
1235 'uploadscripted',
1236 'uploadcorrupt',
1237 'uploadvirus',
1238 'sourcefilename',
1239 'destfilename',
1240 'upload-maxfilesize',
1241 'watchthisupload',
1242 'filewasdeleted',
1243 'upload-wasdeleted',
1244 'filename-bad-prefix',
1245 'filename-prefix-blacklist',
1246 ),
1247 'upload-errors' => array(
1248 'upload-proto-error',
1249 'upload-proto-error-text',
1250 'upload-file-error',
1251 'upload-file-error-text',
1252 'upload-misc-error',
1253 'upload-misc-error-text',
1254 'upload-too-many-redirects',
1255 'upload-unknown-size',
1256 'upload-http-error',
1257 ),
1258 'upload-curl-errors' => array(
1259 'upload-curl-error6',
1260 'upload-curl-error6-text',
1261 'upload-curl-error28',
1262 'upload-curl-error28-text',
1263 ),
1264 'licenses' => array(
1265 'license',
1266 'nolicense',
1267 'licenses',
1268 'license-nopreview',
1269 'upload_source_url',
1270 'upload_source_file',
1271 ),
1272 'filelist' => array(
1273 'listfiles-summary',
1274 'listfiles_search_for',
1275 'imgfile',
1276 'listfiles',
1277 'listfiles_date',
1278 'listfiles_name',
1279 'listfiles_user',
1280 'listfiles_size',
1281 'listfiles_description',
1282 'listfiles_count',
1283 ),
1284 'filedescription' => array(
1285 'file-anchor-link',
1286 'filehist',
1287 'filehist-help',
1288 'filehist-deleteall',
1289 'filehist-deleteone',
1290 'filehist-revert',
1291 'filehist-current',
1292 'filehist-datetime',
1293 'filehist-thumb',
1294 'filehist-thumbtext',
1295 'filehist-nothumb',
1296 'filehist-user',
1297 'filehist-dimensions',
1298 'filehist-filesize',
1299 'filehist-comment',
1300 'filehist-missing',
1301 'imagelinks',
1302 'linkstoimage',
1303 'linkstoimage-more',
1304 'nolinkstoimage',
1305 'morelinkstoimage',
1306 'redirectstofile',
1307 'duplicatesoffile',
1308 'sharedupload',
1309 'sharedupload-desc-there',
1310 'sharedupload-desc-here',
1311 'shareddescriptionfollows',
1312 'filepage-nofile',
1313 'filepage-nofile-link',
1314 'uploadnewversion-linktext',
1315 'shared-repo-from',
1316 'shared-repo',
1317 ),
1318 'filerevert' => array(
1319 'filerevert',
1320 'filerevert-backlink',
1321 'filerevert-legend',
1322 'filerevert-intro',
1323 'filerevert-comment',
1324 'filerevert-defaultcomment',
1325 'filerevert-submit',
1326 'filerevert-success',
1327 'filerevert-badversion',
1328 ),
1329 'filedelete' => array(
1330 'filedelete',
1331 'filedelete-backlink',
1332 'filedelete-legend',
1333 'filedelete-intro',
1334 'filedelete-intro-old',
1335 'filedelete-comment',
1336 'filedelete-submit',
1337 'filedelete-success',
1338 'filedelete-success-old',
1339 'filedelete-nofile',
1340 'filedelete-nofile-old',
1341 'filedelete-otherreason',
1342 'filedelete-reason-otherlist',
1343 'filedelete-reason-dropdown',
1344 'filedelete-edit-reasonlist',
1345 ),
1346 'mimesearch' => array(
1347 'mimesearch',
1348 'mimesearch-summary',
1349 'mimetype',
1350 'download',
1351 ),
1352 'unwatchedpages' => array(
1353 'unwatchedpages',
1354 'unwatchedpages-summary',
1355 ),
1356 'listredirects' => array(
1357 'listredirects',
1358 'listredirects-summary',
1359 ),
1360 'unusedtemplates' => array(
1361 'unusedtemplates',
1362 'unusedtemplates-summary',
1363 'unusedtemplatestext',
1364 'unusedtemplateswlh',
1365 ),
1366 'randompage' => array(
1367 'randompage',
1368 'randompage-nopages',
1369 'randompage-url',
1370 ),
1371 'randomredirect' => array(
1372 'randomredirect',
1373 'randomredirect-nopages',
1374 ),
1375 'statistics' => array(
1376 'statistics',
1377 'statistics-summary',
1378 'statistics-header-pages',
1379 'statistics-header-edits',
1380 'statistics-header-views',
1381 'statistics-header-users',
1382 'statistics-articles',
1383 'statistics-pages',
1384 'statistics-pages-desc',
1385 'statistics-files',
1386 'statistics-edits',
1387 'statistics-edits-average',
1388 'statistics-views-total',
1389 'statistics-views-peredit',
1390 'statistics-jobqueue',
1391 'statistics-users',
1392 'statistics-users-active',
1393 'statistics-users-active-desc',
1394 'statistics-mostpopular',
1395 'statistics-footer',
1396 ),
1397 'disambiguations' => array(
1398 'disambiguations',
1399 'disambiguations-summary',
1400 'disambiguationspage',
1401 'disambiguations-text',
1402 ),
1403 'doubleredirects' => array(
1404 'doubleredirects',
1405 'doubleredirects-summary',
1406 'doubleredirectstext',
1407 'double-redirect-fixed-move',
1408 'double-redirect-fixer',
1409 ),
1410 'brokenredirects' => array(
1411 'brokenredirects',
1412 'brokenredirects-summary',
1413 'brokenredirectstext',
1414 'brokenredirects-edit',
1415 'brokenredirects-delete',
1416 ),
1417 'withoutinterwiki' => array(
1418 'withoutinterwiki',
1419 'withoutinterwiki-summary',
1420 'withoutinterwiki-legend',
1421 'withoutinterwiki-submit',
1422 ),
1423 'fewestrevisions' => array(
1424 'fewestrevisions',
1425 'fewestrevisions-summary',
1426 ),
1427 'specialpages' => array(
1428 'nbytes',
1429 'ncategories',
1430 'nlinks',
1431 'nmembers',
1432 'nrevisions',
1433 'nviews',
1434 'nchanges',
1435 'specialpage-empty',
1436 'lonelypages',
1437 'lonelypages-summary',
1438 'lonelypagestext',
1439 'uncategorizedpages',
1440 'uncategorizedpages-summary',
1441 'uncategorizedcategories',
1442 'uncategorizedcategories-summary',
1443 'uncategorizedimages',
1444 'uncategorizedimages-summary',
1445 'uncategorizedtemplates',
1446 'uncategorizedtemplates-summary',
1447 'unusedcategories',
1448 'unusedimages',
1449 'popularpages',
1450 'popularpages-summary',
1451 'wantedcategories',
1452 'wantedcategories-summary',
1453 'wantedpages',
1454 'wantedpages-summary',
1455 'wantedpages-badtitle',
1456 'wantedfiles',
1457 'wantedfiles-summary',
1458 'wantedtemplates',
1459 'wantedtemplates-summary',
1460 'mostlinked',
1461 'mostlinked-summary',
1462 'mostlinkedcategories',
1463 'mostlinkedcategories-summary',
1464 'mostlinkedtemplates',
1465 'mostlinkedtemplates-summary',
1466 'mostcategories',
1467 'mostcategories-summary',
1468 'mostimages',
1469 'mostimages-summary',
1470 'mostrevisions',
1471 'mostrevisions-summary',
1472 'prefixindex',
1473 'prefixindex-summary',
1474 'shortpages',
1475 'shortpages-summary',
1476 'longpages',
1477 'longpages-summary',
1478 'deadendpages',
1479 'deadendpages-summary',
1480 'deadendpagestext',
1481 'protectedpages',
1482 'protectedpages-indef',
1483 'protectedpages-summary',
1484 'protectedpages-cascade',
1485 'protectedpagestext',
1486 'protectedpagesempty',
1487 'protectedtitles',
1488 'protectedtitles-summary',
1489 'protectedtitlestext',
1490 'protectedtitlesempty',
1491 'listusers',
1492 'listusers-summary',
1493 'listusers-editsonly',
1494 'listusers-creationsort',
1495 'usereditcount',
1496 'usercreated',
1497 'newpages',
1498 'newpages-summary',
1499 'newpages-username',
1500 'ancientpages',
1501 'ancientpages-summary',
1502 'move',
1503 'movethispage',
1504 'unusedimagestext',
1505 'unusedcategoriestext',
1506 'notargettitle',
1507 'notargettext',
1508 'nopagetitle',
1509 'nopagetext',
1510 'pager-newer-n',
1511 'pager-older-n',
1512 'suppress',
1513 ),
1514 'booksources' => array(
1515 'booksources',
1516 'booksources-summary',
1517 'booksources-search-legend',
1518 'booksources-isbn',
1519 'booksources-go',
1520 'booksources-text',
1521 'booksources-invalid-isbn',
1522 ),
1523 'magicwords' => array(
1524 'rfcurl',
1525 'pubmedurl',
1526 ),
1527 'logpages' => array(
1528 'specialloguserlabel',
1529 'speciallogtitlelabel',
1530 'log',
1531 'all-logs-page',
1532 'alllogstext',
1533 'logempty',
1534 'log-title-wildcard',
1535 ),
1536 'allpages' => array(
1537 'allpages',
1538 'allpages-summary',
1539 'alphaindexline',
1540 'nextpage',
1541 'prevpage',
1542 'allpagesfrom',
1543 'allpagesto',
1544 'allarticles',
1545 'allinnamespace',
1546 'allnotinnamespace',
1547 'allpagesprev',
1548 'allpagesnext',
1549 'allpagessubmit',
1550 'allpagesprefix',
1551 'allpagesbadtitle',
1552 'allpages-bad-ns',
1553 ),
1554 'categories' => array(
1555 'categories',
1556 'categories-summary',
1557 'categoriespagetext',
1558 'categoriesfrom',
1559 'special-categories-sort-count',
1560 'special-categories-sort-abc',
1561 ),
1562 'deletedcontribs' => array(
1563 'deletedcontributions',
1564 'deletedcontributions-title',
1565 'sp-deletedcontributions-contribs',
1566 ),
1567 'linksearch' => array(
1568 'linksearch',
1569 'linksearch-pat',
1570 'linksearch-ns',
1571 'linksearch-ok',
1572 'linksearch-text',
1573 'linksearch-line',
1574 'linksearch-error',
1575 ),
1576 'listusers' => array(
1577 'listusersfrom',
1578 'listusers-submit',
1579 'listusers-noresult',
1580 'listusers-blocked',
1581 ),
1582 'activeusers' => array(
1583 'activeusers',
1584 'activeusers-summary',
1585 'activeusers-count',
1586 'activeusers-from',
1587 'activeusers-submit',
1588 'activeusers-noresult',
1589 ),
1590 'newuserlog' => array(
1591 'newuserlogpage',
1592 'newuserlogpagetext',
1593 'newuserlogentry',
1594 'newuserlog-byemail',
1595 'newuserlog-create-entry',
1596 'newuserlog-create2-entry',
1597 'newuserlog-autocreate-entry',
1598 ),
1599 'listgrouprights' => array(
1600 'listgrouprights',
1601 'listgrouprights-summary',
1602 'listgrouprights-key',
1603 'listgrouprights-group',
1604 'listgrouprights-rights',
1605 'listgrouprights-helppage',
1606 'listgrouprights-members',
1607 'listgrouprights-right-display',
1608 'listgrouprights-right-revoked',
1609 'listgrouprights-addgroup',
1610 'listgrouprights-removegroup',
1611 'listgrouprights-addgroup-all',
1612 'listgrouprights-removegroup-all',
1613 'listgrouprights-addgroup-self',
1614 'listgrouprights-removegroup-self',
1615 'listgrouprights-addgroup-self-all',
1616 'listgrouprights-removegroup-self-all',
1617
1618 ),
1619 'emailuser' => array(
1620 'mailnologin',
1621 'mailnologintext',
1622 'emailuser',
1623 'emailpage',
1624 'emailpagetext',
1625 'usermailererror',
1626 'defemailsubject',
1627 'noemailtitle',
1628 'noemailtext',
1629 'nowikiemailtitle',
1630 'nowikiemailtext',
1631 'email-legend',
1632 'emailfrom',
1633 'emailto',
1634 'emailsubject',
1635 'emailmessage',
1636 'emailsend',
1637 'emailccme',
1638 'emailccsubject',
1639 'emailsent',
1640 'emailsenttext',
1641 'emailuserfooter',
1642 ),
1643 'watchlist' => array(
1644 'watchlist',
1645 'mywatchlist',
1646 'watchlistfor',
1647 'nowatchlist',
1648 'watchlistanontext',
1649 'watchnologin',
1650 'watchnologintext',
1651 'addedwatch',
1652 'addedwatchtext',
1653 'removedwatch',
1654 'removedwatchtext',
1655 'watch',
1656 'watchthispage',
1657 'unwatch',
1658 'unwatchthispage',
1659 'notanarticle',
1660 'notvisiblerev',
1661 'watchnochange',
1662 'watchlist-details',
1663 'wlheader-enotif',
1664 'wlheader-showupdated',
1665 'watchmethod-recent',
1666 'watchmethod-list',
1667 'watchlistcontains',
1668 'iteminvalidname',
1669 'wlnote',
1670 'wlshowlast',
1671 'watchlist-options',
1672 ),
1673 'watching' => array(
1674 'watching',
1675 'unwatching',
1676 ),
1677 'enotif' => array(
1678 'enotif_mailer',
1679 'enotif_reset',
1680 'enotif_newpagetext',
1681 'enotif_impersonal_salutation',
1682 'changed',
1683 'created',
1684 'enotif_subject',
1685 'enotif_lastvisited',
1686 'enotif_lastdiff',
1687 'enotif_anon_editor',
1688 'enotif_body',
1689 ),
1690 'delete' => array(
1691 'deletepage',
1692 'confirm',
1693 'excontent',
1694 'excontentauthor',
1695 'exbeforeblank',
1696 'exblank',
1697 'delete-confirm',
1698 'delete-backlink',
1699 'delete-legend',
1700 'historywarning',
1701 'confirmdeletetext',
1702 'actioncomplete',
1703 'actionfailed',
1704 'deletedtext',
1705 'deletedarticle',
1706 'suppressedarticle',
1707 'dellogpage',
1708 'dellogpagetext',
1709 'deletionlog',
1710 'reverted',
1711 'deletecomment',
1712 'deleteotherreason',
1713 'deletereasonotherlist',
1714 'deletereason-dropdown',
1715 'delete-edit-reasonlist',
1716 'delete-toobig',
1717 'delete-warning-toobig',
1718 ),
1719 'rollback' => array(
1720 'rollback',
1721 'rollback_short',
1722 'rollbacklink',
1723 'rollbackfailed',
1724 'cantrollback',
1725 'alreadyrolled',
1726 'editcomment',
1727 'revertpage',
1728 'rollback-success',
1729 'sessionfailure',
1730 ),
1731 'protect' => array(
1732 'protectlogpage',
1733 'protectlogtext',
1734 'protectedarticle',
1735 'modifiedarticleprotection',
1736 'unprotectedarticle',
1737 'movedarticleprotection',
1738 'protect-title',
1739 'prot_1movedto2',
1740 'protect-backlink',
1741 'protect-legend',
1742 'protectcomment',
1743 'protectexpiry',
1744 'protect_expiry_invalid',
1745 'protect_expiry_old',
1746 'protect-unchain',
1747 'protect-text',
1748 'protect-locked-blocked',
1749 'protect-locked-dblock',
1750 'protect-locked-access',
1751 'protect-cascadeon',
1752 'protect-default',
1753 'protect-fallback',
1754 'protect-level-autoconfirmed',
1755 'protect-level-sysop',
1756 'protect-summary-cascade',
1757 'protect-expiring',
1758 'protect-expiry-indefinite',
1759 'protect-cascade',
1760 'protect-cantedit',
1761 'protect-othertime',
1762 'protect-othertime-op',
1763 'protect-existing-expiry',
1764 'protect-otherreason',
1765 'protect-otherreason-op',
1766 'protect-dropdown',
1767 'protect-edit-reasonlist',
1768 'protect-expiry-options',
1769 'restriction-type',
1770 'restriction-level',
1771 'minimum-size',
1772 'maximum-size',
1773 'pagesize',
1774 ),
1775 'restrictions' => array(
1776 'restriction-edit',
1777 'restriction-move',
1778 'restriction-create',
1779 'restriction-upload',
1780 ),
1781 'restriction-levels' => array(
1782 'restriction-level-sysop',
1783 'restriction-level-autoconfirmed',
1784 'restriction-level-all',
1785 ),
1786 'undelete' => array(
1787 'undelete',
1788 'undeletepage',
1789 'undeletepagetitle',
1790 'viewdeletedpage',
1791 'undeletepagetext',
1792 'undelete-fieldset-title',
1793 'undeleteextrahelp',
1794 'undeleterevisions',
1795 'undeletehistory',
1796 'undeleterevdel',
1797 'undeletehistorynoadmin',
1798 'undelete-revision',
1799 'undeleterevision-missing',
1800 'undelete-nodiff',
1801 'undeletebtn',
1802 'undeletelink',
1803 'undeleteviewlink',
1804 'undeletereset',
1805 'undeleteinvert',
1806 'undeletecomment',
1807 'undeletedarticle',
1808 'undeletedrevisions',
1809 'undeletedrevisions-files',
1810 'undeletedfiles',
1811 'cannotundelete',
1812 'undeletedpage',
1813 'undelete-header',
1814 'undelete-search-box',
1815 'undelete-search-prefix',
1816 'undelete-search-submit',
1817 'undelete-no-results',
1818 'undelete-filename-mismatch',
1819 'undelete-bad-store-key',
1820 'undelete-cleanup-error',
1821 'undelete-missing-filearchive',
1822 'undelete-error-short',
1823 'undelete-error-long',
1824 'undelete-show-file-confirm',
1825 'undelete-show-file-submit',
1826 ),
1827 'nsform' => array(
1828 'namespace',
1829 'invert',
1830 'blanknamespace',
1831 ),
1832 'contributions' => array(
1833 'contributions',
1834 'contributions-title',
1835 'mycontris',
1836 'contribsub2',
1837 'nocontribs',
1838 'uctop',
1839 'month',
1840 'year',
1841 ),
1842 'sp-contributions' => array(
1843 'sp-contributions-newbies',
1844 'sp-contributions-newbies-sub',
1845 'sp-contributions-newbies-title',
1846 'sp-contributions-blocklog',
1847 'sp-contributions-deleted',
1848 'sp-contributions-logs',
1849 'sp-contributions-talk',
1850 'sp-contributions-userrights',
1851 'sp-contributions-search',
1852 'sp-contributions-username',
1853 'sp-contributions-submit',
1854 'sp-contributions-explain',
1855 'sp-contributions-footer',
1856 'sp-contributions-footer-anon',
1857 ),
1858 'whatlinkshere' => array(
1859 'whatlinkshere',
1860 'whatlinkshere-title',
1861 'whatlinkshere-summary',
1862 'whatlinkshere-page',
1863 'whatlinkshere-backlink',
1864 'linkshere',
1865 'nolinkshere',
1866 'nolinkshere-ns',
1867 'isredirect',
1868 'istemplate',
1869 'isimage',
1870 'whatlinkshere-prev',
1871 'whatlinkshere-next',
1872 'whatlinkshere-links',
1873 'whatlinkshere-hideredirs',
1874 'whatlinkshere-hidetrans',
1875 'whatlinkshere-hidelinks',
1876 'whatlinkshere-hideimages',
1877 'whatlinkshere-filters',
1878 ),
1879 'block' => array(
1880 'blockip',
1881 'blockip-legend',
1882 'blockiptext',
1883 'ipaddress',
1884 'ipadressorusername',
1885 'ipbexpiry',
1886 'ipbreason',
1887 'ipbreasonotherlist',
1888 'ipbreason-dropdown',
1889 'ipbanononly',
1890 'ipbcreateaccount',
1891 'ipbemailban',
1892 'ipbenableautoblock',
1893 'ipbsubmit',
1894 'ipbother',
1895 'ipboptions',
1896 'ipbotheroption',
1897 'ipbotherreason',
1898 'ipbhidename',
1899 'ipbwatchuser',
1900 'ipballowusertalk',
1901 'ipb-change-block',
1902 'badipaddress',
1903 'blockipsuccesssub',
1904 'blockipsuccesstext',
1905 'ipb-edit-dropdown',
1906 'ipb-unblock-addr',
1907 'ipb-unblock',
1908 'ipb-blocklist-addr',
1909 'ipb-blocklist',
1910 'ipb-blocklist-contribs',
1911 'unblockip',
1912 'unblockiptext',
1913 'ipusubmit',
1914 'unblocked',
1915 'unblocked-id',
1916 'ipblocklist',
1917 'ipblocklist-legend',
1918 'ipblocklist-username',
1919 'ipblocklist-sh-userblocks',
1920 'ipblocklist-sh-tempblocks',
1921 'ipblocklist-sh-addressblocks',
1922 'ipblocklist-summary',
1923 'ipblocklist-submit',
1924 'blocklistline',
1925 'infiniteblock',
1926 'expiringblock',
1927 'anononlyblock',
1928 'noautoblockblock',
1929 'createaccountblock',
1930 'emailblock',
1931 'blocklist-nousertalk',
1932 'ipblocklist-empty',
1933 'ipblocklist-no-results',
1934 'blocklink',
1935 'unblocklink',
1936 'change-blocklink',
1937 'contribslink',
1938 'autoblocker',
1939 'blocklogpage',
1940 'blocklog-fulllog',
1941 'blocklogentry',
1942 'reblock-logentry',
1943 'blocklogtext',
1944 'unblocklogentry',
1945 'block-log-flags-anononly',
1946 'block-log-flags-nocreate',
1947 'block-log-flags-noautoblock',
1948 'block-log-flags-noemail',
1949 'block-log-flags-nousertalk',
1950 'block-log-flags-angry-autoblock',
1951 'block-log-flags-hiddenname',
1952 'range_block_disabled',
1953 'ipb_expiry_invalid',
1954 'ipb_expiry_temp',
1955 'ipb_hide_invalid',
1956 'ipb_already_blocked',
1957 'ipb-needreblock',
1958 'ipb_cant_unblock',
1959 'ipb_blocked_as_range',
1960 'ip_range_invalid',
1961 'blockme',
1962 'proxyblocker',
1963 'proxyblocker-disabled',
1964 'proxyblockreason',
1965 'proxyblocksuccess',
1966 'sorbs',
1967 'sorbsreason',
1968 'sorbs_create_account_reason',
1969 'cant-block-while-blocked',
1970 ),
1971 'developertools' => array(
1972 'lockdb',
1973 'unlockdb',
1974 'lockdbtext',
1975 'unlockdbtext',
1976 'lockconfirm',
1977 'unlockconfirm',
1978 'lockbtn',
1979 'unlockbtn',
1980 'locknoconfirm',
1981 'lockdbsuccesssub',
1982 'unlockdbsuccesssub',
1983 'lockdbsuccesstext',
1984 'unlockdbsuccesstext',
1985 'lockfilenotwritable',
1986 'databasenotlocked',
1987 ),
1988 'movepage' => array(
1989 'move-page',
1990 'move-page-backlink',
1991 'move-page-legend',
1992 'movepagetext',
1993 'movepagetalktext',
1994 'movearticle',
1995 'movenologin',
1996 'movenologintext',
1997 'movenotallowed',
1998 'movenotallowedfile',
1999 'cant-move-user-page',
2000 'cant-move-to-user-page',
2001 'newtitle',
2002 'move-watch',
2003 'movepagebtn',
2004 'pagemovedsub',
2005 'movepage-moved',
2006 'movepage-moved-redirect',
2007 'movepage-moved-noredirect',
2008 'articleexists',
2009 'cantmove-titleprotected',
2010 'talkexists',
2011 'movedto',
2012 'movetalk',
2013 'move-subpages',
2014 'move-talk-subpages',
2015 'movepage-page-exists',
2016 'movepage-page-moved',
2017 'movepage-page-unmoved',
2018 'movepage-max-pages',
2019 '1movedto2',
2020 '1movedto2_redir',
2021 'move-redirect-suppressed',
2022 'movelogpage',
2023 'movelogpagetext',
2024 'movesubpage',
2025 'movesubpagetext',
2026 'movenosubpage',
2027 'movereason',
2028 'revertmove',
2029 'delete_and_move',
2030 'delete_and_move_text',
2031 'delete_and_move_confirm',
2032 'delete_and_move_reason',
2033 'selfmove',
2034 'immobile-source-namespace',
2035 'immobile-target-namespace',
2036 'immobile-target-namespace-iw',
2037 'immobile-source-page',
2038 'immobile-target-page',
2039 'immobile_namespace',
2040 'imagenocrossnamespace',
2041 'imagetypemismatch',
2042 'imageinvalidfilename',
2043 'fix-double-redirects',
2044 'move-leave-redirect',
2045 'protectedpagemovewarning',
2046 'semiprotectedpagemovewarning',
2047 ),
2048 'export' => array(
2049 'export',
2050 'exporttext',
2051 'exportcuronly',
2052 'exportnohistory',
2053 'export-submit',
2054 'export-addcattext',
2055 'export-addcat',
2056 'export-addnstext',
2057 'export-addns',
2058 'export-download',
2059 'export-templates',
2060 'export-pagelinks',
2061 ),
2062 'allmessages' => array(
2063 'allmessages',
2064 'allmessagesname',
2065 'allmessagesdefault',
2066 'allmessagescurrent',
2067 'allmessagestext',
2068 'allmessagesnotsupportedDB',
2069 'allmessages-filter-legend',
2070 'allmessages-filter',
2071 'allmessages-filter-unmodified',
2072 'allmessages-filter-all',
2073 'allmessages-filter-modified',
2074 'allmessages-prefix',
2075 'allmessages-language',
2076 'allmessages-filter-submit',
2077 ),
2078 'thumbnails' => array(
2079 'thumbnail-more',
2080 'filemissing',
2081 'thumbnail_error',
2082 'djvu_page_error',
2083 'djvu_no_xml',
2084 'thumbnail_invalid_params',
2085 'thumbnail_dest_directory',
2086 'thumbnail_image-type',
2087 'thumbnail_gd-library',
2088 'thumbnail_image-missing',
2089 ),
2090 'import' => array(
2091 'import',
2092 'importinterwiki',
2093 'import-interwiki-text',
2094 'import-interwiki-source',
2095 'import-interwiki-history',
2096 'import-interwiki-templates',
2097 'import-interwiki-submit',
2098 'import-interwiki-namespace',
2099 'import-upload-filename',
2100 'import-comment',
2101 'importtext',
2102 'importstart',
2103 'import-revision-count',
2104 'importnopages',
2105 'importfailed',
2106 'importunknownsource',
2107 'importcantopen',
2108 'importbadinterwiki',
2109 'importnotext',
2110 'importsuccess',
2111 'importhistoryconflict',
2112 'importnosources',
2113 'importnofile',
2114 'importuploaderrorsize',
2115 'importuploaderrorpartial',
2116 'importuploaderrortemp',
2117 'import-parse-failure',
2118 'import-noarticle',
2119 'import-nonewrevisions',
2120 'xml-error-string',
2121 'import-upload',
2122 'import-token-mismatch',
2123 'import-invalid-interwiki',
2124 ),
2125 'importlog' => array(
2126 'importlogpage',
2127 'importlogpagetext',
2128 'import-logentry-upload',
2129 'import-logentry-upload-detail',
2130 'import-logentry-interwiki',
2131 'import-logentry-interwiki-detail',
2132 ),
2133 'accesskeys' => array(
2134 'accesskey-pt-userpage',
2135 'accesskey-pt-anonuserpage',
2136 'accesskey-pt-mytalk',
2137 'accesskey-pt-anontalk',
2138 'accesskey-pt-preferences',
2139 'accesskey-pt-watchlist',
2140 'accesskey-pt-mycontris',
2141 'accesskey-pt-login',
2142 'accesskey-pt-anonlogin',
2143 'accesskey-pt-logout',
2144 'accesskey-ca-talk',
2145 'accesskey-ca-edit',
2146 'accesskey-ca-addsection',
2147 'accesskey-ca-viewsource',
2148 'accesskey-ca-history',
2149 'accesskey-ca-protect',
2150 'accesskey-ca-delete',
2151 'accesskey-ca-undelete',
2152 'accesskey-ca-move',
2153 'accesskey-ca-watch',
2154 'accesskey-ca-unwatch',
2155 'accesskey-search',
2156 'accesskey-search-go',
2157 'accesskey-search-fulltext',
2158 'accesskey-p-logo',
2159 'accesskey-n-mainpage',
2160 'accesskey-n-portal',
2161 'accesskey-n-currentevents',
2162 'accesskey-n-recentchanges',
2163 'accesskey-n-randompage',
2164 'accesskey-n-help',
2165 'accesskey-t-whatlinkshere',
2166 'accesskey-t-recentchangeslinked',
2167 'accesskey-t-random',
2168 'accesskey-feed-rss',
2169 'accesskey-feed-atom',
2170 'accesskey-t-contributions',
2171 'accesskey-t-emailuser',
2172 'accesskey-t-permalink',
2173 'accesskey-t-print',
2174 'accesskey-t-upload',
2175 'accesskey-t-specialpages',
2176 'accesskey-ca-nstab-main',
2177 'accesskey-ca-nstab-user',
2178 'accesskey-ca-nstab-media',
2179 'accesskey-ca-nstab-special',
2180 'accesskey-ca-nstab-project',
2181 'accesskey-ca-nstab-image',
2182 'accesskey-ca-nstab-mediawiki',
2183 'accesskey-ca-nstab-template',
2184 'accesskey-ca-nstab-help',
2185 'accesskey-ca-nstab-category',
2186 'accesskey-minoredit',
2187 'accesskey-save',
2188 'accesskey-preview',
2189 'accesskey-diff',
2190 'accesskey-compareselectedversions',
2191 'accesskey-visualcomparison',
2192 'accesskey-watch',
2193 'accesskey-upload',
2194 ),
2195 'tooltips' => array(
2196 'tooltip-pt-userpage',
2197 'tooltip-pt-anonuserpage',
2198 'tooltip-pt-mytalk',
2199 'tooltip-pt-anontalk',
2200 'tooltip-pt-preferences',
2201 'tooltip-pt-watchlist',
2202 'tooltip-pt-mycontris',
2203 'tooltip-pt-login',
2204 'tooltip-pt-anonlogin',
2205 'tooltip-pt-logout',
2206 'tooltip-ca-talk',
2207 'tooltip-ca-edit',
2208 'tooltip-ca-addsection',
2209 'tooltip-ca-viewsource',
2210 'tooltip-ca-history',
2211 'tooltip-ca-protect',
2212 'tooltip-ca-delete',
2213 'tooltip-ca-undelete',
2214 'tooltip-ca-move',
2215 'tooltip-ca-watch',
2216 'tooltip-ca-unwatch',
2217 'tooltip-search',
2218 'tooltip-search-go',
2219 'tooltip-search-fulltext',
2220 'tooltip-p-logo',
2221 'tooltip-n-mainpage',
2222 'tooltip-n-portal',
2223 'tooltip-n-currentevents',
2224 'tooltip-n-recentchanges',
2225 'tooltip-n-randompage',
2226 'tooltip-n-help',
2227 'tooltip-t-whatlinkshere',
2228 'tooltip-t-recentchangeslinked',
2229 'tooltip-t-random',
2230 'tooltip-feed-rss',
2231 'tooltip-feed-atom',
2232 'tooltip-t-contributions',
2233 'tooltip-t-emailuser',
2234 'tooltip-t-upload',
2235 'tooltip-t-specialpages',
2236 'tooltip-t-print',
2237 'tooltip-t-permalink',
2238 'tooltip-ca-nstab-main',
2239 'tooltip-ca-nstab-user',
2240 'tooltip-ca-nstab-media',
2241 'tooltip-ca-nstab-special',
2242 'tooltip-ca-nstab-project',
2243 'tooltip-ca-nstab-image',
2244 'tooltip-ca-nstab-mediawiki',
2245 'tooltip-ca-nstab-template',
2246 'tooltip-ca-nstab-help',
2247 'tooltip-ca-nstab-category',
2248 'tooltip-minoredit',
2249 'tooltip-save',
2250 'tooltip-preview',
2251 'tooltip-diff',
2252 'tooltip-compareselectedversions',
2253 'tooltip-watch',
2254 'tooltip-recreate',
2255 'tooltip-upload',
2256 'tooltip-rollback',
2257 'tooltip-undo',
2258 ),
2259 'stylesheets' => array(
2260 'common.css',
2261 'standard.css',
2262 'nostalgia.css',
2263 'cologneblue.css',
2264 'monobook.css',
2265 'myskin.css',
2266 'chick.css',
2267 'simple.css',
2268 'modern.css',
2269 'vector.css',
2270 'print.css',
2271 'handheld.css',
2272 ),
2273 'scripts' => array(
2274 'common.js',
2275 'standard.js',
2276 'nostalgia.js',
2277 'cologneblue.js',
2278 'monobook.js',
2279 'myskin.js',
2280 'chick.js',
2281 'simple.js',
2282 'modern.js',
2283 'vector.js',
2284 ),
2285 'metadata_cc' => array(
2286 'nodublincore',
2287 'nocreativecommons',
2288 'notacceptable',
2289 ),
2290 'attribution' => array(
2291 'anonymous',
2292 'siteuser',
2293 'lastmodifiedatby',
2294 'othercontribs',
2295 'others',
2296 'siteusers',
2297 'creditspage',
2298 'nocredits',
2299 ),
2300 'spamprotection' => array(
2301 'spamprotectiontitle',
2302 'spamprotectiontext',
2303 'spamprotectionmatch',
2304 'spambot_username',
2305 'spam_reverting',
2306 'spam_blanking',
2307 ),
2308 'info' => array(
2309 'infosubtitle',
2310 'numedits',
2311 'numtalkedits',
2312 'numwatchers',
2313 'numauthors',
2314 'numtalkauthors',
2315 ),
2316 'skin' => array(
2317 'skinname-standard',
2318 'skinname-nostalgia',
2319 'skinname-cologneblue',
2320 'skinname-monobook',
2321 'skinname-myskin',
2322 'skinname-chick',
2323 'skinname-simple',
2324 'skinname-modern',
2325 'skinname-vector',
2326 ),
2327 'math' => array(
2328 'mw_math_png',
2329 'mw_math_simple',
2330 'mw_math_html',
2331 'mw_math_source',
2332 'mw_math_modern',
2333 'mw_math_mathml',
2334 ),
2335 'matherrors' => array(
2336 'math_failure',
2337 'math_unknown_error',
2338 'math_unknown_function',
2339 'math_lexing_error',
2340 'math_syntax_error',
2341 'math_image_error',
2342 'math_bad_tmpdir',
2343 'math_bad_output',
2344 'math_notexvc',
2345 ),
2346 'patrolling' => array(
2347 'markaspatrolleddiff',
2348 'markaspatrolledlink',
2349 'markaspatrolledtext',
2350 'markedaspatrolled',
2351 'markedaspatrolledtext',
2352 'rcpatroldisabled',
2353 'rcpatroldisabledtext',
2354 'markedaspatrollederror',
2355 'markedaspatrollederrortext',
2356 'markedaspatrollederror-noautopatrol',
2357 ),
2358 'patrol-log' => array(
2359 'patrol-log-page',
2360 'patrol-log-header',
2361 'patrol-log-line',
2362 'patrol-log-auto',
2363 'patrol-log-diff',
2364 'log-show-hide-patrol',
2365 ),
2366 'imagedeletion' => array(
2367 'deletedrevision',
2368 'filedeleteerror-short',
2369 'filedeleteerror-long',
2370 'filedelete-missing',
2371 'filedelete-old-unregistered',
2372 'filedelete-current-unregistered',
2373 'filedelete-archive-read-only',
2374 ),
2375 'browsediffs' => array(
2376 'previousdiff',
2377 'nextdiff',
2378 ),
2379 'visual-comparison' => array(
2380 'visual-comparison',
2381 ),
2382 'media-info' => array(
2383 'mediawarning',
2384 'imagemaxsize',
2385 'thumbsize',
2386 'widthheight',
2387 'widthheightpage',
2388 'file-info',
2389 'file-info-size',
2390 'file-nohires',
2391 'svg-long-desc',
2392 'show-big-image',
2393 'show-big-image-thumb',
2394 ),
2395 'newfiles' => array(
2396 'newimages',
2397 'imagelisttext',
2398 'newimages-summary',
2399 'newimages-legend',
2400 'newimages-label',
2401 'showhidebots',
2402 'noimages',
2403 'ilsubmit',
2404 'bydate',
2405 'sp-newimages-showfrom',
2406 ),
2407 'video-info' => array(
2408 'video-dims',
2409 'seconds-abbrev',
2410 'minutes-abbrev',
2411 'hours-abbrev',
2412 ),
2413 'badimagelist' => array(
2414 'bad_image_list',
2415 ),
2416 'variantname-zh' => array(
2417 'variantname-zh-hans',
2418 'variantname-zh-hant',
2419 'variantname-zh-cn',
2420 'variantname-zh-tw',
2421 'variantname-zh-hk',
2422 'variantname-zh-mo',
2423 'variantname-zh-sg',
2424 'variantname-zh-my',
2425 'variantname-zh',
2426 ),
2427 'variantname-gan' => array(
2428 'variantname-gan-hans',
2429 'variantname-gan-hant',
2430 'variantname-gan',
2431 ),
2432 'variantname-sr' => array(
2433 'variantname-sr-ec',
2434 'variantname-sr-el',
2435 'variantname-sr',
2436 ),
2437 'variantname-kk' => array(
2438 'variantname-kk-kz',
2439 'variantname-kk-tr',
2440 'variantname-kk-cn',
2441 'variantname-kk-cyrl',
2442 'variantname-kk-latn',
2443 'variantname-kk-arab',
2444 'variantname-kk',
2445 ),
2446 'variantname-ku' => array(
2447 'variantname-ku-arab',
2448 'variantname-ku-latn',
2449 'variantname-ku',
2450 ),
2451 'variantname-tg' => array(
2452 'variantname-tg-cyrl',
2453 'variantname-tg-latn',
2454 'variantname-tg',
2455 ),
2456 'metadata' => array(
2457 'metadata',
2458 'metadata-help',
2459 'metadata-expand',
2460 'metadata-collapse',
2461 'metadata-fields',
2462 ),
2463 'exif' => array(
2464 'exif-imagewidth',
2465 'exif-imagelength',
2466 'exif-bitspersample',
2467 'exif-compression',
2468 'exif-photometricinterpretation',
2469 'exif-orientation',
2470 'exif-samplesperpixel',
2471 'exif-planarconfiguration',
2472 'exif-ycbcrsubsampling',
2473 'exif-ycbcrpositioning',
2474 'exif-xresolution',
2475 'exif-yresolution',
2476 'exif-resolutionunit',
2477 'exif-stripoffsets',
2478 'exif-rowsperstrip',
2479 'exif-stripbytecounts',
2480 'exif-jpeginterchangeformat',
2481 'exif-jpeginterchangeformatlength',
2482 'exif-transferfunction',
2483 'exif-whitepoint',
2484 'exif-primarychromaticities',
2485 'exif-ycbcrcoefficients',
2486 'exif-referenceblackwhite',
2487 'exif-datetime',
2488 'exif-imagedescription',
2489 'exif-make',
2490 'exif-model',
2491 'exif-software',
2492 'exif-artist',
2493 'exif-copyright',
2494 'exif-exifversion',
2495 'exif-flashpixversion',
2496 'exif-colorspace',
2497 'exif-componentsconfiguration',
2498 'exif-compressedbitsperpixel',
2499 'exif-pixelydimension',
2500 'exif-pixelxdimension',
2501 'exif-makernote',
2502 'exif-usercomment',
2503 'exif-relatedsoundfile',
2504 'exif-datetimeoriginal',
2505 'exif-datetimedigitized',
2506 'exif-subsectime',
2507 'exif-subsectimeoriginal',
2508 'exif-subsectimedigitized',
2509 'exif-exposuretime',
2510 'exif-exposuretime-format',
2511 'exif-fnumber',
2512 'exif-fnumber-format',
2513 'exif-exposureprogram',
2514 'exif-spectralsensitivity',
2515 'exif-isospeedratings',
2516 'exif-oecf',
2517 'exif-shutterspeedvalue',
2518 'exif-aperturevalue',
2519 'exif-brightnessvalue',
2520 'exif-exposurebiasvalue',
2521 'exif-maxaperturevalue',
2522 'exif-subjectdistance',
2523 'exif-meteringmode',
2524 'exif-lightsource',
2525 'exif-flash',
2526 'exif-focallength',
2527 'exif-focallength-format',
2528 'exif-subjectarea',
2529 'exif-flashenergy',
2530 'exif-spatialfrequencyresponse',
2531 'exif-focalplanexresolution',
2532 'exif-focalplaneyresolution',
2533 'exif-focalplaneresolutionunit',
2534 'exif-subjectlocation',
2535 'exif-exposureindex',
2536 'exif-sensingmethod',
2537 'exif-filesource',
2538 'exif-scenetype',
2539 'exif-cfapattern',
2540 'exif-customrendered',
2541 'exif-exposuremode',
2542 'exif-whitebalance',
2543 'exif-digitalzoomratio',
2544 'exif-focallengthin35mmfilm',
2545 'exif-scenecapturetype',
2546 'exif-gaincontrol',
2547 'exif-contrast',
2548 'exif-saturation',
2549 'exif-sharpness',
2550 'exif-devicesettingdescription',
2551 'exif-subjectdistancerange',
2552 'exif-imageuniqueid',
2553 'exif-gpsversionid',
2554 'exif-gpslatituderef',
2555 'exif-gpslatitude',
2556 'exif-gpslongituderef',
2557 'exif-gpslongitude',
2558 'exif-gpsaltituderef',
2559 'exif-gpsaltitude',
2560 'exif-gpstimestamp',
2561 'exif-gpssatellites',
2562 'exif-gpsstatus',
2563 'exif-gpsmeasuremode',
2564 'exif-gpsdop',
2565 'exif-gpsspeedref',
2566 'exif-gpsspeed',
2567 'exif-gpstrackref',
2568 'exif-gpstrack',
2569 'exif-gpsimgdirectionref',
2570 'exif-gpsimgdirection',
2571 'exif-gpsmapdatum',
2572 'exif-gpsdestlatituderef',
2573 'exif-gpsdestlatitude',
2574 'exif-gpsdestlongituderef',
2575 'exif-gpsdestlongitude',
2576 'exif-gpsdestbearingref',
2577 'exif-gpsdestbearing',
2578 'exif-gpsdestdistanceref',
2579 'exif-gpsdestdistance',
2580 'exif-gpsprocessingmethod',
2581 'exif-gpsareainformation',
2582 'exif-gpsdatestamp',
2583 'exif-gpsdifferential',
2584 ),
2585 'exif-values' => array(
2586 'exif-make-value',
2587 'exif-model-value',
2588 'exif-software-value',
2589 ),
2590 'exif-compression' => array(
2591 'exif-compression-1',
2592 'exif-compression-6',
2593 ),
2594 'exif-photometricinterpretation' => array(
2595 'exif-photometricinterpretation-2',
2596 'exif-photometricinterpretation-6',
2597 ),
2598 'exif-unknowndate' => array(
2599 'exif-unknowndate',
2600 ),
2601 'exif-orientation' => array(
2602 'exif-orientation-1',
2603 'exif-orientation-2',
2604 'exif-orientation-3',
2605 'exif-orientation-4',
2606 'exif-orientation-5',
2607 'exif-orientation-6',
2608 'exif-orientation-7',
2609 'exif-orientation-8',
2610 ),
2611 'exif-planarconfiguration' => array(
2612 'exif-planarconfiguration-1',
2613 'exif-planarconfiguration-2',
2614 ),
2615 'exif-xyresolution' => array(
2616 'exif-xyresolution-i',
2617 'exif-xyresolution-c',
2618 ),
2619 'exif-colorspace' => array(
2620 'exif-colorspace-1',
2621 'exif-colorspace-ffff.h',
2622 ),
2623 'exif-componentsconfiguration' => array(
2624 'exif-componentsconfiguration-0',
2625 'exif-componentsconfiguration-1',
2626 'exif-componentsconfiguration-2',
2627 'exif-componentsconfiguration-3',
2628 'exif-componentsconfiguration-4',
2629 'exif-componentsconfiguration-5',
2630 'exif-componentsconfiguration-6',
2631 ),
2632 'exif-exposureprogram' => array(
2633 'exif-exposureprogram-0',
2634 'exif-exposureprogram-1',
2635 'exif-exposureprogram-2',
2636 'exif-exposureprogram-3',
2637 'exif-exposureprogram-4',
2638 'exif-exposureprogram-5',
2639 'exif-exposureprogram-6',
2640 'exif-exposureprogram-7',
2641 'exif-exposureprogram-8',
2642 ),
2643 'exif-subjectdistance-value' => array(
2644 'exif-subjectdistance-value',
2645 ),
2646 'exif-meteringmode' => array(
2647 'exif-meteringmode-0',
2648 'exif-meteringmode-1',
2649 'exif-meteringmode-2',
2650 'exif-meteringmode-3',
2651 'exif-meteringmode-4',
2652 'exif-meteringmode-5',
2653 'exif-meteringmode-6',
2654 'exif-meteringmode-255',
2655 ),
2656 'exif-lightsource' => array(
2657 'exif-lightsource-0',
2658 'exif-lightsource-1',
2659 'exif-lightsource-2',
2660 'exif-lightsource-3',
2661 'exif-lightsource-4',
2662 'exif-lightsource-9',
2663 'exif-lightsource-10',
2664 'exif-lightsource-11',
2665 'exif-lightsource-12',
2666 'exif-lightsource-13',
2667 'exif-lightsource-14',
2668 'exif-lightsource-15',
2669 'exif-lightsource-17',
2670 'exif-lightsource-18',
2671 'exif-lightsource-19',
2672 'exif-lightsource-20',
2673 'exif-lightsource-21',
2674 'exif-lightsource-22',
2675 'exif-lightsource-23',
2676 'exif-lightsource-24',
2677 'exif-lightsource-255',
2678 ),
2679 'exif-flash' => array(
2680 'exif-flash-fired-0' ,
2681 'exif-flash-fired-1' ,
2682 'exif-flash-return-0' ,
2683 'exif-flash-return-2' ,
2684 'exif-flash-return-3' ,
2685 'exif-flash-mode-1' ,
2686 'exif-flash-mode-2' ,
2687 'exif-flash-mode-3' ,
2688 'exif-flash-function-1' ,
2689 'exif-flash-redeye-1' ,
2690 ),
2691 'exif-focalplaneresolutionunit' => array(
2692 'exif-focalplaneresolutionunit-2',
2693 ),
2694 'exif-sensingmethod' => array(
2695 'exif-sensingmethod-1',
2696 'exif-sensingmethod-2',
2697 'exif-sensingmethod-3',
2698 'exif-sensingmethod-4',
2699 'exif-sensingmethod-5',
2700 'exif-sensingmethod-7',
2701 'exif-sensingmethod-8',
2702 ),
2703 'exif-filesource' => array(
2704 'exif-filesource-3',
2705 ),
2706 'exif-scenetype' => array(
2707 'exif-scenetype-1',
2708 ),
2709 'exif-customrendered' => array(
2710 'exif-customrendered-0',
2711 'exif-customrendered-1',
2712 ),
2713 'exif-exposuremode' => array(
2714 'exif-exposuremode-0',
2715 'exif-exposuremode-1',
2716 'exif-exposuremode-2',
2717 ),
2718 'exif-whitebalance' => array(
2719 'exif-whitebalance-0',
2720 'exif-whitebalance-1',
2721 ),
2722 'exif-scenecapturetype' => array(
2723 'exif-scenecapturetype-0',
2724 'exif-scenecapturetype-1',
2725 'exif-scenecapturetype-2',
2726 'exif-scenecapturetype-3',
2727 ),
2728 'exif-gaincontrol' => array(
2729 'exif-gaincontrol-0',
2730 'exif-gaincontrol-1',
2731 'exif-gaincontrol-2',
2732 'exif-gaincontrol-3',
2733 'exif-gaincontrol-4',
2734 ),
2735 'exif-contrast' => array(
2736 'exif-contrast-0',
2737 'exif-contrast-1',
2738 'exif-contrast-2',
2739 ),
2740 'exif-saturation' => array(
2741 'exif-saturation-0',
2742 'exif-saturation-1',
2743 'exif-saturation-2',
2744 ),
2745 'exif-sharpness' => array(
2746 'exif-sharpness-0',
2747 'exif-sharpness-1',
2748 'exif-sharpness-2',
2749 ),
2750 'exif-subjectdistancerange' => array(
2751 'exif-subjectdistancerange-0',
2752 'exif-subjectdistancerange-1',
2753 'exif-subjectdistancerange-2',
2754 'exif-subjectdistancerange-3',
2755 ),
2756 'exif-gpslatitude' => array(
2757 'exif-gpslatitude-n',
2758 'exif-gpslatitude-s',
2759 ),
2760 'exif-gpslongitude' => array(
2761 'exif-gpslongitude-e',
2762 'exif-gpslongitude-w',
2763 ),
2764 'exif-gpsstatus' => array(
2765 'exif-gpsstatus-a',
2766 'exif-gpsstatus-v',
2767 ),
2768 'exif-gpsmeasuremode' => array(
2769 'exif-gpsmeasuremode-2',
2770 'exif-gpsmeasuremode-3',
2771 ),
2772 'exif-gpsspeed' => array(
2773 'exif-gpsspeed-k',
2774 'exif-gpsspeed-m',
2775 'exif-gpsspeed-n',
2776 ),
2777 'exif-gpsdirection' => array(
2778 'exif-gpsdirection-t',
2779 'exif-gpsdirection-m',
2780 ),
2781 'edit-externally' => array(
2782 'edit-externally',
2783 'edit-externally-help',
2784 ),
2785 'all' => array(
2786 'recentchangesall',
2787 'imagelistall',
2788 'watchlistall2',
2789 'namespacesall',
2790 'monthsall',
2791 ),
2792 'confirmemail' => array(
2793 'confirmemail',
2794 'confirmemail_noemail',
2795 'confirmemail_text',
2796 'confirmemail_pending',
2797 'confirmemail_send',
2798 'confirmemail_sent',
2799 'confirmemail_oncreate',
2800 'confirmemail_sendfailed',
2801 'confirmemail_invalid',
2802 'confirmemail_needlogin',
2803 'confirmemail_success',
2804 'confirmemail_loggedin',
2805 'confirmemail_error',
2806 'confirmemail_subject',
2807 'confirmemail_body',
2808 'confirmemail_invalidated',
2809 'invalidateemail',
2810 ),
2811 'scarytransclusion' => array(
2812 'scarytranscludedisabled',
2813 'scarytranscludefailed',
2814 'scarytranscludetoolong',
2815 ),
2816 'trackbacks' => array(
2817 'trackbackbox',
2818 'trackback',
2819 'trackbackexcerpt',
2820 'trackbackremove',
2821 'trackbacklink',
2822 'trackbackdeleteok',
2823 ),
2824 'deleteconflict' => array(
2825 'deletedwhileediting',
2826 'confirmrecreate',
2827 'recreate',
2828 ),
2829 'unit-pixel' => array(
2830 'unit-pixel',
2831 ),
2832 'purge' => array(
2833 'confirm_purge_button',
2834 'confirm-purge-top',
2835 'confirm-purge-bottom',
2836 ),
2837 'separators' => array(
2838 'catseparator',
2839 'semicolon-separator',
2840 'comma-separator',
2841 'colon-separator',
2842 'autocomment-prefix',
2843 'pipe-separator',
2844 'word-separator',
2845 'ellipsis',
2846 'percent',
2847 'parentheses',
2848 ),
2849 'imgmulti' => array(
2850 'imgmultipageprev',
2851 'imgmultipagenext',
2852 'imgmultigo',
2853 'imgmultigoto',
2854 ),
2855 'tablepager' => array(
2856 'ascending_abbrev',
2857 'descending_abbrev',
2858 'table_pager_next',
2859 'table_pager_prev',
2860 'table_pager_first',
2861 'table_pager_last',
2862 'table_pager_limit',
2863 'table_pager_limit_submit',
2864 'table_pager_empty',
2865 ),
2866 'autosumm' => array(
2867 'autosumm-blank',
2868 'autosumm-replace',
2869 'autoredircomment',
2870 'autosumm-new',
2871 ),
2872 'autoblock_whitelist' => array(
2873 'autoblock_whitelist',
2874 ),
2875 'sizeunits' => array(
2876 'size-bytes',
2877 'size-kilobytes',
2878 'size-megabytes',
2879 'size-gigabytes',
2880 ),
2881 'livepreview' => array(
2882 'livepreview-loading',
2883 'livepreview-ready',
2884 'livepreview-failed',
2885 'livepreview-error',
2886 ),
2887 'lagwarning' => array(
2888 'lag-warn-normal',
2889 'lag-warn-high',
2890 ),
2891 'watchlisteditor' => array(
2892 'watchlistedit-numitems',
2893 'watchlistedit-noitems',
2894 'watchlistedit-normal-title',
2895 'watchlistedit-normal-legend',
2896 'watchlistedit-normal-explain',
2897 'watchlistedit-normal-submit',
2898 'watchlistedit-normal-done',
2899 'watchlistedit-raw-title',
2900 'watchlistedit-raw-legend',
2901 'watchlistedit-raw-explain',
2902 'watchlistedit-raw-titles',
2903 'watchlistedit-raw-submit',
2904 'watchlistedit-raw-done',
2905 'watchlistedit-raw-added',
2906 'watchlistedit-raw-removed',
2907 ),
2908 'watchlisttools' => array(
2909 'watchlisttools-view',
2910 'watchlisttools-edit',
2911 'watchlisttools-raw',
2912 ),
2913 'iranian-dates' => array(
2914 'iranian-calendar-m1',
2915 'iranian-calendar-m2',
2916 'iranian-calendar-m3',
2917 'iranian-calendar-m4',
2918 'iranian-calendar-m5',
2919 'iranian-calendar-m6',
2920 'iranian-calendar-m7',
2921 'iranian-calendar-m8',
2922 'iranian-calendar-m9',
2923 'iranian-calendar-m10',
2924 'iranian-calendar-m11',
2925 'iranian-calendar-m12',
2926 ),
2927 'hijri-dates' => array(
2928 'hijri-calendar-m1',
2929 'hijri-calendar-m2',
2930 'hijri-calendar-m3',
2931 'hijri-calendar-m4',
2932 'hijri-calendar-m5',
2933 'hijri-calendar-m6',
2934 'hijri-calendar-m7',
2935 'hijri-calendar-m8',
2936 'hijri-calendar-m9',
2937 'hijri-calendar-m10',
2938 'hijri-calendar-m11',
2939 'hijri-calendar-m12',
2940 ),
2941 'hebrew-dates' => array(
2942 'hebrew-calendar-m1',
2943 'hebrew-calendar-m2',
2944 'hebrew-calendar-m3',
2945 'hebrew-calendar-m4',
2946 'hebrew-calendar-m5',
2947 'hebrew-calendar-m6',
2948 'hebrew-calendar-m6a',
2949 'hebrew-calendar-m6b',
2950 'hebrew-calendar-m7',
2951 'hebrew-calendar-m8',
2952 'hebrew-calendar-m9',
2953 'hebrew-calendar-m10',
2954 'hebrew-calendar-m11',
2955 'hebrew-calendar-m12',
2956 'hebrew-calendar-m1-gen',
2957 'hebrew-calendar-m2-gen',
2958 'hebrew-calendar-m3-gen',
2959 'hebrew-calendar-m4-gen',
2960 'hebrew-calendar-m5-gen',
2961 'hebrew-calendar-m6-gen',
2962 'hebrew-calendar-m6a-gen',
2963 'hebrew-calendar-m6b-gen',
2964 'hebrew-calendar-m7-gen',
2965 'hebrew-calendar-m8-gen',
2966 'hebrew-calendar-m9-gen',
2967 'hebrew-calendar-m10-gen',
2968 'hebrew-calendar-m11-gen',
2969 'hebrew-calendar-m12-gen',
2970 ),
2971 'signatures' => array(
2972 'signature',
2973 'signature-anon',
2974 'timezone-utc',
2975 ),
2976 'CoreParserFunctions' => array(
2977 'unknown_extension_tag',
2978 'duplicate-defaultsort',
2979 ),
2980 'version' => array(
2981 'version',
2982 'version-extensions',
2983 'version-specialpages',
2984 'version-parserhooks',
2985 'version-variables',
2986 'version-other',
2987 'version-mediahandlers',
2988 'version-hooks',
2989 'version-extension-functions',
2990 'version-parser-extensiontags',
2991 'version-parser-function-hooks',
2992 'version-skin-extension-functions',
2993 'version-hook-name',
2994 'version-hook-subscribedby',
2995 'version-version',
2996 'version-svn-revision',
2997 'version-license',
2998 'version-software',
2999 'version-software-product',
3000 'version-software-version',
3001 ),
3002 'filepath' => array(
3003 'filepath',
3004 'filepath-page',
3005 'filepath-submit',
3006 'filepath-summary',
3007 ),
3008 'fileduplicatesearch' => array(
3009 'fileduplicatesearch',
3010 'fileduplicatesearch-summary',
3011 'fileduplicatesearch-legend',
3012 'fileduplicatesearch-filename',
3013 'fileduplicatesearch-submit',
3014 'fileduplicatesearch-info',
3015 'fileduplicatesearch-result-1',
3016 'fileduplicatesearch-result-n',
3017 ),
3018 'special-specialpages' => array(
3019 'specialpages',
3020 'specialpages-summary',
3021 'specialpages-note',
3022 'specialpages-group-maintenance',
3023 'specialpages-group-other',
3024 'specialpages-group-login',
3025 'specialpages-group-changes',
3026 'specialpages-group-media',
3027 'specialpages-group-users',
3028 'specialpages-group-highuse',
3029 'specialpages-group-pages',
3030 'specialpages-group-pagetools',
3031 'specialpages-group-wiki',
3032 'specialpages-group-redirects',
3033 'specialpages-group-spam',
3034 ),
3035 'special-blank' => array(
3036 'blankpage',
3037 'intentionallyblankpage',
3038 ),
3039 'external_images' => array(
3040 'external_image_whitelist',
3041 ),
3042 'special-tags' => array(
3043 'tags',
3044 'tag-filter',
3045 'tag-filter-submit',
3046 'tags-title',
3047 'tags-intro',
3048 'tags-tag',
3049 'tags-display-header',
3050 'tags-description-header',
3051 'tags-hitcount-header',
3052 'tags-edit',
3053 'tags-hitcount',
3054 ),
3055 'db-error-messages' => array(
3056 'dberr-header',
3057 'dberr-problems',
3058 'dberr-again',
3059 'dberr-info',
3060 'dberr-usegoogle',
3061 'dberr-outofdate',
3062 'dberr-cachederror',
3063 ),
3064 'html-forms' => array(
3065 'htmlform-invalid-input',
3066 'htmlform-select-badoption',
3067 'htmlform-int-invalid',
3068 'htmlform-float-invalid',
3069 'htmlform-int-toolow',
3070 'htmlform-int-toohigh',
3071 'htmlform-submit',
3072 'htmlform-reset',
3073 'htmlform-selectorother-other',
3074 ),
3075 );
3076
3077 /** Comments for each block */
3078 $wgBlockComments = array(
3079 'sidebar' => "The sidebar for MonoBook is generated from this message, lines that do not
3080 begin with * or ** are discarded, furthermore lines that do begin with ** and
3081 do not contain | are also discarded, but do not depend on this behaviour for
3082 future releases. Also note that since each list value is wrapped in a unique
3083 XHTML id it should only appear once and include characters that are legal
3084 XHTML id names.",
3085 'toggles' => 'User preference toggles',
3086 'underline' => '',
3087 'dates' => 'Dates',
3088 'categorypages' => 'Categories related messages',
3089 'mainpage' => '',
3090 'miscellaneous1' => '',
3091 'cologneblue' => 'Cologne Blue skin',
3092 'vector' => 'Vector skin',
3093 'metadata_help' => 'Metadata in edit box',
3094 'miscellaneous2' => '',
3095 '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).',
3096 'badaccess' => '',
3097 'versionrequired' => '',
3098 'miscellaneous3' => '',
3099 'nstab' => "Short words for each namespace, by default used in the namespace tab in monobook",
3100 'main' => 'Main script and global functions',
3101 'errors' => 'General errors',
3102 'virus' => 'Virus scanner',
3103 'login' => 'Login and logout pages',
3104 'resetpass' => 'Password reset dialog',
3105 'toolbar' => 'Edit page toolbar',
3106 'edit' => 'Edit pages',
3107 'parserwarnings' => 'Parser/template warnings',
3108 'undo' => '"Undo" feature',
3109 'cantcreateaccount' => 'Account creation failure',
3110 'history' => 'History pages',
3111 'history-feed' => 'Revision feed',
3112 'revdelete' => 'Revision deletion',
3113 'suppression' => 'Suppression log',
3114 'mergehistory' => 'History merging',
3115 'mergelog' => 'Merge log',
3116 'diffs' => 'Diffs',
3117 'search' => 'Search results',
3118 'opensearch' => 'OpenSearch description',
3119 'quickbar' => 'Quickbar',
3120 'preferences' => 'Preferences page',
3121 'userrights' => 'User rights',
3122 'group' => 'Groups',
3123 'group-member' => '',
3124 'grouppage' => '',
3125 'right' => 'Rights',
3126 'action' => 'Associated actions - in the sentence "You do not have permission to X"',
3127 'rightslog' => 'User rights log',
3128 'recentchanges' => 'Recent changes',
3129 'recentchangeslinked' => 'Recent changes linked',
3130 'upload' => 'Upload',
3131 'upload-errors' => '',
3132 'upload-curl-errors' => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>',
3133 'licenses' => '',
3134 'filelist' => 'Special:ListFiles',
3135 'filedescription' => 'File description page',
3136 'filerevert' => 'File reversion',
3137 'filedelete' => 'File deletion',
3138 'mimesearch' => 'MIME search',
3139 'unwatchedpages' => 'Unwatched pages',
3140 'listredirects' => 'List redirects',
3141 'unusedtemplates' => 'Unused templates',
3142 'randompage' => 'Random page',
3143 'randomredirect' => 'Random redirect',
3144 'statistics' => 'Statistics',
3145 'disambiguations' => '',
3146 'doubleredirects' => '',
3147 'brokenredirects' => '',
3148 'withoutinterwiki' => '',
3149 'fewestrevisions' => '',
3150 'specialpages' => 'Miscellaneous special pages',
3151 'booksources' => 'Book sources',
3152 'magicwords' => 'Magic words',
3153 'logpages' => 'Special:Log',
3154 'allpages' => 'Special:AllPages',
3155 'categories' => 'Special:Categories',
3156 'deletedcontribs' => 'Special:DeletedContributions',
3157 'linksearch' => 'Special:LinkSearch',
3158 'listusers' => 'Special:ListUsers',
3159 'activeusers' => 'Special:ActiveUsers',
3160 'newuserlog' => 'Special:Log/newusers',
3161 'listgrouprights' => 'Special:ListGroupRights',
3162 'emailuser' => 'E-mail user',
3163 'watchlist' => 'Watchlist',
3164 'watching' => 'Displayed when you click the "watch" button and it is in the process of watching',
3165 'enotif' => '',
3166 'delete' => 'Delete',
3167 'rollback' => 'Rollback',
3168 'protect' => 'Protect',
3169 'restrictions' => 'Restrictions (nouns)',
3170 'restriction-levels' => 'Restriction levels',
3171 'undelete' => 'Undelete',
3172 'nsform' => 'Namespace form on various pages',
3173 'contributions' => 'Contributions',
3174 'sp-contributions' => '',
3175 'whatlinkshere' => 'What links here',
3176 'block' => 'Block/unblock',
3177 'developertools' => 'Developer tools',
3178 'movepage' => 'Move page',
3179 'export' => 'Export',
3180 'allmessages' => 'Namespace 8 related',
3181 'thumbnails' => 'Thumbnails',
3182 'import' => 'Special:Import',
3183 'importlog' => 'Import log',
3184 'accesskeys' => 'Keyboard access keys for power users',
3185 'tooltips' => 'Tooltip help for the actions',
3186 'stylesheets' => 'Stylesheets',
3187 'scripts' => 'Scripts',
3188 'metadata_cc' => 'Metadata',
3189 'attribution' => 'Attribution',
3190 'spamprotection' => 'Spam protection',
3191 'info' => 'Info page',
3192 'skin' => 'Skin names',
3193 'math' => 'Math options',
3194 'matherrors' => 'Math errors',
3195 'patrolling' => 'Patrolling',
3196 'patrol-log' => 'Patrol log',
3197 'imagedeletion' => 'Image deletion',
3198 'browsediffs' => 'Browsing diffs',
3199 'newfiles' => 'Special:NewFiles',
3200 'video-info' => 'Video information, used by Language::formatTimePeriod() to format lengths in the above messages',
3201 'badimagelist' => 'Bad image list',
3202 'variantname-zh' => "Short names for language variants used for language conversion links.
3203 To disable showing a particular link, set it to 'disable', e.g.
3204 'variantname-zh-sg' => 'disable',
3205 Variants for Chinese language",
3206 'variantname-gan' => 'Variants for Gan language',
3207 'variantname-sr' => 'Variants for Serbian language',
3208 'variantname-kk' => 'Variants for Kazakh language',
3209 'variantname-ku' => 'Variants for Kurdish language',
3210 'variantname-tg' => 'Variants for Tajiki language',
3211 'visual-comparison' => 'Visual comparison',
3212 'media-info' => 'Media information',
3213 'metadata' => 'Metadata',
3214 'exif' => 'EXIF tags',
3215 'exif-values' => 'Make & model, can be wikified in order to link to the camera and model name',
3216 'exif-compression' => 'EXIF attributes',
3217 'exif-unknowndate' => '',
3218 'exif-photometricinterpretation' => '',
3219 'exif-orientation' => '',
3220 'exif-planarconfiguration' => '',
3221 'exif-xyresolution' => '',
3222 'exif-colorspace' => '',
3223 'exif-componentsconfiguration' => '',
3224 'exif-exposureprogram' => '',
3225 'exif-subjectdistance-value' => '',
3226 'exif-meteringmode' => '',
3227 'exif-lightsource' => '',
3228 'exif-flash' => 'Flash modes',
3229 'exif-focalplaneresolutionunit' => '',
3230 'exif-sensingmethod' => '',
3231 'exif-filesource' => '',
3232 'exif-scenetype' => '',
3233 'exif-customrendered' => '',
3234 'exif-exposuremode' => '',
3235 'exif-whitebalance' => '',
3236 'exif-scenecapturetype' => '',
3237 'exif-gaincontrol' => '',
3238 'exif-contrast' => '',
3239 'exif-saturation' => '',
3240 'exif-sharpness' => '',
3241 'exif-subjectdistancerange' => '',
3242 'exif-gpslatitude' => 'Pseudotags used for GPSLatitudeRef and GPSDestLatitudeRef',
3243 'exif-gpslongitude' => 'Pseudotags used for GPSLongitudeRef and GPSDestLongitudeRef',
3244 'exif-gpsstatus' => '',
3245 'exif-gpsmeasuremode' => '',
3246 'exif-gpsspeed' => 'Pseudotags used for GPSSpeedRef',
3247 'exif-gpsdirection' => 'Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef',
3248 'edit-externally' => 'External editor support',
3249 'all' => "'all' in various places, this might be different for inflected languages",
3250 'confirmemail' => 'E-mail address confirmation',
3251 'scarytransclusion' => 'Scary transclusion',
3252 'trackbacks' => 'Trackbacks',
3253 'deleteconflict' => 'Delete conflict',
3254 'unit-pixel' => '',
3255 'purge' => 'action=purge',
3256 'separators' => 'Separators for various lists, etc.',
3257 'imgmulti' => 'Multipage image navigation',
3258 'tablepager' => 'Table pager',
3259 'autosumm' => 'Auto-summaries',
3260 'autoblock_whitelist' => 'Autoblock whitelist',
3261 'sizeunits' => 'Size units',
3262 'livepreview' => 'Live preview',
3263 'lagwarning' => 'Friendlier slave lag warnings',
3264 'watchlisteditor' => 'Watchlist editor',
3265 'watchlisttools' => 'Watchlist editing tools',
3266 'iranian-dates' => 'Iranian month names',
3267 'hijri-dates' => 'Hijri month names',
3268 'hebrew-dates' => 'Hebrew month names',
3269 'signatures' => 'Signatures',
3270 'CoreParserFunctions' => 'Core parser functions',
3271 'version' => 'Special:Version',
3272 'filepath' => 'Special:FilePath',
3273 'fileduplicatesearch' => 'Special:FileDuplicateSearch',
3274 'special-specialpages' => 'Special:SpecialPages',
3275 'special-blank' => 'Special:BlankPage',
3276 'external_images' => 'External image whitelist',
3277 'special-tags' => 'Special:Tags',
3278 'db-error-messages' => 'Database error messages',
3279 'html-forms' => 'HTML forms',
3280 );