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