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