Miscellaneous aesthetic improvements to Special:Ipblocklist
[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 * @addtogroup Maintenance
6 */
7
8 /** The structure of the messages, divided to blocks */
9 $wgMessageStructure = array(
10 'sidebar' => array(
11 'sidebar',
12 ),
13 'toggles' => array(
14 'tog-underline',
15 'tog-highlightbroken',
16 'tog-justify',
17 'tog-hideminor',
18 'tog-extendwatchlist',
19 'tog-usenewrc',
20 'tog-numberheadings',
21 'tog-showtoolbar',
22 'tog-editondblclick',
23 'tog-editsection',
24 'tog-editsectiononrightclick',
25 'tog-showtoc',
26 'tog-rememberpassword',
27 'tog-editwidth',
28 'tog-watchcreations',
29 'tog-watchdefault',
30 'tog-watchmoves',
31 'tog-watchdeletion',
32 'tog-minordefault',
33 'tog-previewontop',
34 'tog-previewonfirst',
35 'tog-nocache',
36 'tog-enotifwatchlistpages',
37 'tog-enotifusertalkpages',
38 'tog-enotifminoredits',
39 'tog-enotifrevealaddr',
40 'tog-shownumberswatching',
41 'tog-fancysig',
42 'tog-externaleditor',
43 'tog-externaldiff',
44 'tog-showjumplinks',
45 'tog-uselivepreview',
46 'tog-forceeditsummary',
47 'tog-watchlisthideown',
48 'tog-watchlisthidebots',
49 'tog-watchlisthideminor',
50 'tog-nolangconversion',
51 'tog-ccmeonemails',
52 'tog-diffonly',
53 ),
54 'underline' => array(
55 'underline-always',
56 'underline-never',
57 'underline-default',
58 ),
59 'skinpreview' => array(
60 'skinpreview',
61 ),
62 'dates' => array(
63 'sunday',
64 'monday',
65 'tuesday',
66 'wednesday',
67 'thursday',
68 'friday',
69 'saturday',
70 'sun',
71 'mon',
72 'tue',
73 'wed',
74 'thu',
75 'fri',
76 'sat',
77 'january',
78 'february',
79 'march',
80 'april',
81 'may_long',
82 'june',
83 'july',
84 'august',
85 'september',
86 'october',
87 'november',
88 'december',
89 'january-gen',
90 'february-gen',
91 'march-gen',
92 'april-gen',
93 'may-gen',
94 'june-gen',
95 'july-gen',
96 'august-gen',
97 'september-gen',
98 'october-gen',
99 'november-gen',
100 'december-gen',
101 'jan',
102 'feb',
103 'mar',
104 'apr',
105 'may',
106 'jun',
107 'jul',
108 'aug',
109 'sep',
110 'oct',
111 'nov',
112 'dec',
113 ),
114 'categories' => array(
115 'categories',
116 'pagecategories',
117 'pagecategorieslink',
118 'category_header',
119 'subcategories',
120 'category-media-header',
121 'category-empty',
122 ),
123 'mainpage' => array(
124 'linkprefix',
125 'mainpagetext',
126 'mainpagedocfooter',
127 ),
128 'miscellaneous1' => array(
129 'about',
130 'article',
131 'newwindow',
132 'cancel',
133 'qbfind',
134 'qbbrowse',
135 'qbedit',
136 'qbpageoptions',
137 'qbpageinfo',
138 'qbmyoptions',
139 'qbspecialpages',
140 'moredotdotdot',
141 'mypage',
142 'mytalk',
143 'anontalk',
144 'navigation',
145 ),
146 'metadata_help' => array(
147 'metadata_help',
148 ),
149 'miscellaneous2' => array(
150 'errorpagetitle',
151 'returnto',
152 'tagline',
153 'help',
154 'search',
155 'searchbutton',
156 'go',
157 'searcharticle',
158 'history',
159 'history_short',
160 'updatedmarker',
161 'info_short',
162 'printableversion',
163 'permalink',
164 'print',
165 'edit',
166 'editthispage',
167 'delete',
168 'deletethispage',
169 'undelete_short',
170 'protect',
171 'protect_change',
172 'protectthispage',
173 'unprotect',
174 'unprotectthispage',
175 'newpage',
176 'talkpage',
177 'talkpagelinktext',
178 'specialpage',
179 'personaltools',
180 'postcomment',
181 'addsection',
182 'articlepage',
183 'talk',
184 'views',
185 'toolbox',
186 'userpage',
187 'projectpage',
188 'imagepage',
189 'mediawikipage',
190 'templatepage',
191 'viewhelppage',
192 'categorypage',
193 'viewtalkpage',
194 'otherlanguages',
195 'redirectedfrom',
196 'redirectpagesub',
197 'lastmodifiedat',
198 'viewcount',
199 'protectedpage',
200 'jumpto',
201 'jumptonavigation',
202 'jumptosearch',
203 ),
204 'links' => array(
205 'aboutsite',
206 'aboutpage',
207 'bugreports',
208 'bugreportspage',
209 'copyright',
210 'copyrightpagename',
211 'copyrightpage',
212 'currentevents',
213 'currentevents-url',
214 'disclaimers',
215 'disclaimerpage',
216 'edithelp',
217 'edithelppage',
218 'faq',
219 'faqpage',
220 'help',
221 'helppage',
222 'mainpage',
223 'policy-url',
224 'portal',
225 'portal-url',
226 'privacy',
227 'privacypage',
228 'sitesupport',
229 'sitesupport-url',
230 ),
231 'badaccess' => array(
232 'badaccess',
233 'badaccess-group0',
234 'badaccess-group1',
235 'badaccess-group2',
236 'badaccess-groups',
237 ),
238 'versionrequired' => array(
239 'versionrequired',
240 'versionrequiredtext',
241 ),
242 'miscellaneous3' => array(
243 'ok',
244 'sitetitle',
245 'pagetitle',
246 'sitesubtitle',
247 'retrievedfrom',
248 'youhavenewmessages',
249 'newmessageslink',
250 'newmessagesdifflink',
251 'editsection',
252 'editsection-brackets',
253 'editold',
254 'editsectionhint',
255 'toc',
256 'showtoc',
257 'hidetoc',
258 'thisisdeleted',
259 'viewdeleted',
260 'restorelink',
261 'feedlinks',
262 'feed-invalid',
263 'feed-atom',
264 'feed-rss',
265 'sitenotice',
266 'anonnotice',
267 ),
268 'nstab' => array(
269 'nstab-main',
270 'nstab-user',
271 'nstab-media',
272 'nstab-special',
273 'nstab-project',
274 'nstab-image',
275 'nstab-mediawiki',
276 'nstab-template',
277 'nstab-help',
278 'nstab-category',
279 ),
280 'main' => array(
281 'nosuchaction',
282 'nosuchactiontext',
283 'nosuchspecialpage',
284 'nospecialpagetext',
285 ),
286 'errors' => array(
287 'error',
288 'databaseerror',
289 'dberrortext',
290 'dberrortextcl',
291 'noconnect',
292 'nodb',
293 'cachederror',
294 'laggedslavemode',
295 'readonly',
296 'enterlockreason',
297 'readonlytext',
298 'missingarticle',
299 'readonly_lag',
300 'internalerror',
301 'internalerror_info',
302 'filecopyerror',
303 'filerenameerror',
304 'filedeleteerror',
305 'directorycreateerror',
306 'filenotfound',
307 'fileexistserror',
308 'unexpected',
309 'formerror',
310 'badarticleerror',
311 'cannotdelete',
312 'badtitle',
313 'badtitletext',
314 'perfdisabled',
315 'perfcached',
316 'perfcachedts',
317 'querypage-no-updates',
318 'wrong_wfQuery_params',
319 'viewsource',
320 'viewsourcefor',
321 'protectedpagetext',
322 'viewsourcetext',
323 'protectedinterface',
324 'editinginterface',
325 'sqlhidden',
326 'cascadeprotected',
327 'namespaceprotected',
328 'customcssjsprotected',
329 'ns-specialprotected',
330 ),
331 'login' => array(
332 'logouttitle',
333 'logouttext',
334 'welcomecreation',
335 'loginpagetitle',
336 'yourname',
337 'yourpassword',
338 'yourpasswordagain',
339 'remembermypassword',
340 'yourdomainname',
341 'externaldberror',
342 'loginproblem',
343 'alreadyloggedin',
344 'login',
345 'loginprompt',
346 'userlogin',
347 'logout',
348 'userlogout',
349 'notloggedin',
350 'nologin',
351 'nologinlink',
352 'createaccount',
353 'gotaccount',
354 'gotaccountlink',
355 'createaccountmail',
356 'badretype',
357 'userexists',
358 'youremail',
359 'username',
360 'uid',
361 'yourrealname',
362 'yourlanguage',
363 'yourvariant',
364 'yournick',
365 'badsig',
366 'badsiglength',
367 'email',
368 'prefs-help-realname',
369 'loginerror',
370 'prefs-help-email',
371 'nocookiesnew',
372 'nocookieslogin',
373 'noname',
374 'loginsuccesstitle',
375 'loginsuccess',
376 'nosuchuser',
377 'nosuchusershort',
378 'nouserspecified',
379 'wrongpassword',
380 'wrongpasswordempty',
381 'passwordtooshort',
382 'mailmypassword',
383 'passwordremindertitle',
384 'passwordremindertext',
385 'noemail',
386 'passwordsent',
387 'blocked-mailpassword',
388 'eauthentsent',
389 'throttled-mailpassword',
390 'loginend',
391 'signupend',
392 'mailerror',
393 'acct_creation_throttle_hit',
394 'emailauthenticated',
395 'emailnotauthenticated',
396 'noemailprefs',
397 'emailconfirmlink',
398 'invalidemailaddress',
399 'accountcreated',
400 'accountcreatedtext',
401 ),
402 'resetpass' => array(
403 'resetpass',
404 'resetpass_announce',
405 'resetpass_text',
406 'resetpass_header',
407 'resetpass_submit',
408 'resetpass_success',
409 'resetpass_bad_temporary',
410 'resetpass_forbidden',
411 'resetpass_missing',
412 ),
413 'toolbar' => array(
414 'bold_sample',
415 'bold_tip',
416 'italic_sample',
417 'italic_tip',
418 'link_sample',
419 'link_tip',
420 'extlink_sample',
421 'extlink_tip',
422 'headline_sample',
423 'headline_tip',
424 'math_sample',
425 'math_tip',
426 'nowiki_sample',
427 'nowiki_tip',
428 'image_sample',
429 'image_tip',
430 'media_sample',
431 'media_tip',
432 'sig_tip',
433 'hr_tip',
434 ),
435 'edit' => array(
436 'summary',
437 'subject',
438 'minoredit',
439 'watchthis',
440 'savearticle',
441 'preview',
442 'showpreview',
443 'showlivepreview',
444 'showdiff',
445 'anoneditwarning',
446 'missingsummary',
447 'missingcommenttext',
448 'missingcommentheader',
449 'summary-preview',
450 'subject-preview',
451 'blockedtitle',
452 'blockedtext',
453 'autoblockedtext',
454 'blockedtext-concise',
455 'autoblockedtext-concise',
456 'blockedoriginalsource',
457 'blockededitsource',
458 'whitelistedittitle',
459 'whitelistedittext',
460 'whitelistreadtitle',
461 'whitelistreadtext',
462 'whitelistacctitle',
463 'whitelistacctext',
464 'confirmedittitle',
465 'confirmedittext',
466 'nosuchsectiontitle',
467 'nosuchsectiontext',
468 'loginreqtitle',
469 'loginreqlink',
470 'loginreqpagetext',
471 'accmailtitle',
472 'accmailtext',
473 'newarticle',
474 'newarticletext',
475 'newarticletextanon',
476 'talkpagetext',
477 'anontalkpagetext',
478 'noarticletext',
479 'noarticletextanon',
480 'clearyourcache',
481 'usercssjsyoucanpreview',
482 'usercsspreview',
483 'userjspreview',
484 'userinvalidcssjstitle',
485 'updated',
486 'note',
487 'previewnote',
488 'previewconflict',
489 'session_fail_preview',
490 'session_fail_preview_html',
491 'token_suffix_mismatch',
492 'importing',
493 'editing',
494 'editinguser',
495 'editingsection',
496 'editingcomment',
497 'editconflict',
498 'explainconflict',
499 'yourtext',
500 'storedversion',
501 'nonunicodebrowser',
502 'editingold',
503 'yourdiff',
504 'copyrightwarning',
505 'copyrightwarning2',
506 'longpagewarning',
507 'longpageerror',
508 'readonlywarning',
509 'protectedpagewarning',
510 'semiprotectedpagewarning',
511 'cascadeprotectedwarning',
512 'templatesused',
513 'templatesusedpreview',
514 'templatesusedsection',
515 'template-protected',
516 'template-semiprotected',
517 'edittools',
518 'nocreatetitle',
519 'nocreatetext',
520 'nocreate-loggedin',
521 'permissionserrors',
522 'permissionserrorstext',
523 'recreate-deleted-warn',
524 ),
525 'undo' => array(
526 'undo-success',
527 'undo-failure',
528 'undo-summary',
529 ),
530 'cantcreateaccount' => array(
531 'cantcreateaccounttitle',
532 'cantcreateaccounttext',
533 ),
534 'history' => array(
535 'revhistory',
536 'viewpagelogs',
537 'nohistory',
538 'revnotfound',
539 'revnotfoundtext',
540 'loadhist',
541 'currentrev',
542 'revisionasof',
543 'revision-info',
544 'revision-info-current',
545 'revision-nav',
546 'previousrevision',
547 'nextrevision',
548 'currentrevisionlink',
549 'cur',
550 'next',
551 'last',
552 'orig',
553 'page_first',
554 'page_last',
555 'histlegend',
556 'history_copyright',
557 'deletedrev',
558 'histfirst',
559 'histlast',
560 'historysize',
561 'historyempty',
562 ),
563 'history-feed' => array(
564 'history-feed-title',
565 'history-feed-description',
566 'history-feed-item-nocomment',
567 'history-feed-empty',
568 ),
569 'revdelete' => array(
570 'rev-deleted-comment',
571 'rev-deleted-user',
572 'rev-deleted-event',
573 'rev-deleted-text-permission',
574 'rev-deleted-text-view',
575 'rev-delundel',
576 'revisiondelete',
577 'revdelete-nooldid-title',
578 'revdelete-nooldid-text',
579 'revdelete-selected',
580 'logdelete-selected',
581 'revdelete-text',
582 'revdelete-legend',
583 'revdelete-hide-text',
584 'revdelete-hide-name',
585 'revdelete-hide-comment',
586 'revdelete-hide-user',
587 'revdelete-hide-restricted',
588 'revdelete-suppress',
589 'revdelete-hide-image',
590 'revdelete-unsuppress',
591 'revdelete-log',
592 'revdelete-submit',
593 'revdelete-logentry',
594 'logdelete-logentry',
595 'revdelete-logaction',
596 'logdelete-logaction',
597 'revdelete-success',
598 'logdelete-success',
599 ),
600 'oversightlog' => array(
601 'oversightlog',
602 'overlogpagetext',
603 ),
604 'diffs' => array(
605 'difference',
606 'loadingrev',
607 'lineno',
608 'editcurrent',
609 'selectnewerversionfordiff',
610 'selectolderversionfordiff',
611 'compareselectedversions',
612 'editundo',
613 'diff-multi',
614 ),
615 'search' => array(
616 'searchresults',
617 'searchresulttext',
618 'searchsubtitle',
619 'searchsubtitleinvalid',
620 'badquery',
621 'badquerytext',
622 'matchtotals',
623 'noexactmatch',
624 'titlematches',
625 'notitlematches',
626 'textmatches',
627 'notextmatches',
628 'prevn',
629 'nextn',
630 'viewprevnext',
631 'showingresults',
632 'showingresultsnum',
633 'nonefound',
634 'powersearch',
635 'powersearchtext',
636 'searchdisabled',
637 'googlesearch',
638 'blanknamespace',
639 ),
640 'preferences' => array(
641 'preferences',
642 'preferences-summary',
643 'mypreferences',
644 'prefsnologin',
645 'prefsnologintext',
646 'prefsreset',
647 'qbsettings',
648 'qbsettings-none',
649 'qbsettings-fixedleft',
650 'qbsettings-fixedright',
651 'qbsettings-floatingleft',
652 'qbsettings-floatingright',
653 'changepassword',
654 'skin',
655 'math',
656 'dateformat',
657 'datedefault',
658 'datetime',
659 'math_failure',
660 'math_unknown_error',
661 'math_unknown_function',
662 'math_lexing_error',
663 'math_syntax_error',
664 'math_image_error',
665 'math_bad_tmpdir',
666 'math_bad_output',
667 'math_notexvc',
668 'prefs-personal',
669 'prefs-rc',
670 'prefs-watchlist',
671 'prefs-watchlist-days',
672 'prefs-watchlist-edits',
673 'prefs-misc',
674 'saveprefs',
675 'resetprefs',
676 'oldpassword',
677 'newpassword',
678 'retypenew',
679 'textboxsize',
680 'rows',
681 'columns',
682 'searchresultshead',
683 'resultsperpage',
684 'contextlines',
685 'contextchars',
686 'stub-threshold',
687 'recentchangesdays',
688 'recentchangescount',
689 'savedprefs',
690 'timezonelegend',
691 'timezonetext',
692 'localtime',
693 'timezoneoffset',
694 'servertime',
695 'guesstimezone',
696 'allowemail',
697 'defaultns',
698 'default',
699 'files',
700 ),
701 'userrights' => array(
702 'userrights-lookup-user',
703 'userrights-user-editname',
704 'editusergroup',
705 'userrights-editusergroup',
706 'saveusergroups',
707 'userrights-groupsmember',
708 'userrights-groupsavailable',
709 'userrights-groupshelp',
710 'userrights-reason',
711 'userrights-available-none',
712 'userrights-available-add',
713 'userrights-available-remove',
714 ),
715 'group' => array(
716 'group',
717 'group-bot',
718 'group-sysop',
719 'group-bureaucrat',
720 'group-all',
721 ),
722 'group-member' => array(
723 'group-bot-member',
724 'group-sysop-member',
725 'group-bureaucrat-member',
726 ),
727 'grouppage' => array(
728 'grouppage-bot',
729 'grouppage-sysop',
730 'grouppage-bureaucrat',
731 ),
732 'rightslog' => array(
733 'rightslog',
734 'rightslogtext',
735 'rightslogentry',
736 'rightsnone',
737 ),
738 'recentchanges' => array(
739 'nchanges',
740 'recentchanges',
741 'recentchanges-url',
742 'recentchangestext',
743 'recentchanges-feed-description',
744 'rcnote',
745 'rcnotefrom',
746 'rclistfrom',
747 'rcshowhideminor',
748 'rcshowhidebots',
749 'rcshowhideliu',
750 'rcshowhideanons',
751 'rcshowhidepatr',
752 'rcshowhidemine',
753 'rclinks',
754 'diff',
755 'hist',
756 'hide',
757 'show',
758 'minoreditletter',
759 'newpageletter',
760 'boteditletter',
761 'sectionlink',
762 'number_of_watching_users_RCview',
763 'number_of_watching_users_pageview',
764 'rc_categories',
765 'rc_categories_any',
766 'rc-change-size',
767 ),
768 'recentchangeslinked' => array(
769 'recentchangeslinked',
770 'recentchangeslinked-noresult',
771 'recentchangeslinked-summary',
772 ),
773 'upload' => array(
774 'upload',
775 'uploadbtn',
776 'reupload',
777 'reuploaddesc',
778 'uploadnologin',
779 'uploadnologintext',
780 'upload_directory_read_only',
781 'uploaderror',
782 'uploadtext',
783 'uploadlog',
784 'uploadlogpage',
785 'uploadlogpagetext',
786 'filename',
787 'filedesc',
788 'fileuploadsummary',
789 'filestatus',
790 'filesource',
791 'uploadedfiles',
792 'ignorewarning',
793 'ignorewarnings',
794 'minlength1',
795 'illegalfilename',
796 'badfilename',
797 'filetype-badmime',
798 'filetype-badtype',
799 'filetype-missing',
800 'large-file',
801 'largefileserver',
802 'emptyfile',
803 'fileexists',
804 'fileexists-extension',
805 'fileexists-thumb',
806 'fileexists-thumbnail-yes',
807 'file-thumbnail-no',
808 'fileexists-forbidden',
809 'fileexists-shared-forbidden',
810 'successfulupload',
811 'uploadwarning',
812 'savefile',
813 'uploadedimage',
814 'uploaddisabled',
815 'uploaddisabledtext',
816 'uploadscripted',
817 'uploadcorrupt',
818 'uploadvirus',
819 'sourcefilename',
820 'destfilename',
821 'watchthisupload',
822 'filewasdeleted',
823 ),
824 'upload-errors' => array(
825 'upload-proto-error',
826 'upload-proto-error-text',
827 'upload-file-error',
828 'upload-file-error-text',
829 'upload-misc-error',
830 'upload-misc-error-text',
831 ),
832 'upload-curl-errors' => array(
833 'upload-curl-error6',
834 'upload-curl-error6-text',
835 'upload-curl-error28',
836 'upload-curl-error28-text',
837 ),
838 'licenses' => array(
839 'license',
840 'nolicense',
841 'licenses',
842 'license-nopreview',
843 'upload_source_url',
844 'upload_source_file',
845 ),
846 'imagelist' => array(
847 'imagelist',
848 'imagelist-summary',
849 'imagelisttext',
850 'imagelistforuser',
851 'getimagelist',
852 'ilsubmit',
853 'showlast',
854 'byname',
855 'bydate',
856 'bysize',
857 'imgdelete',
858 'imgdesc',
859 'imgfile',
860 'filehist',
861 'filehist-help',
862 'filehist-deleteall',
863 'filehist-deleteone',
864 'filehist-revert',
865 'filehist-current',
866 'filehist-datetime',
867 'filehist-user',
868 'filehist-dimensions',
869 'filehist-filesize',
870 'filehist-comment',
871 'imagelinks',
872 'linkstoimage',
873 'nolinkstoimage',
874 'sharedupload',
875 'shareduploadwiki',
876 'shareduploadwiki-linktext',
877 'shareddescriptionfollows',
878 'noimage',
879 'noimage-linktext',
880 'uploadnewversion-linktext',
881 'imagelist_date',
882 'imagelist_name',
883 'imagelist_user',
884 'imagelist_size',
885 'imagelist_description',
886 'imagelist_search_for',
887 ),
888 'filerevert' => array(
889 'filerevert',
890 'filerevert-legend',
891 'filerevert-intro',
892 'filerevert-comment',
893 'filerevert-defaultcomment',
894 'filerevert-submit',
895 'filerevert-success',
896 'filerevert-badversion',
897 ),
898 'mimesearch' => array(
899 'mimesearch',
900 'mimesearch-summary',
901 'mimetype',
902 'download',
903 ),
904 'unwatchedpages' => array(
905 'unwatchedpages',
906 'unwatchedpages-summary',
907 ),
908 'listredirects' => array(
909 'listredirects',
910 'listredirects-summary',
911 ),
912 'unusedtemplates' => array(
913 'unusedtemplates',
914 'unusedtemplates-summary',
915 'unusedtemplatestext',
916 'unusedtemplateswlh',
917 ),
918 'randomredirect' => array(
919 'randomredirect',
920 'randomredirect-nopages',
921 ),
922 'statistics' => array(
923 'statistics',
924 'sitestats',
925 'userstats',
926 'sitestatstext',
927 'userstatstext',
928 'statistics-mostpopular',
929 'statistics-footer',
930 ),
931 'disambiguations' => array(
932 'disambiguations',
933 'disambiguations-summary',
934 'disambiguationspage',
935 'disambiguations-text',
936 ),
937 'doubleredirects' => array(
938 'doubleredirects',
939 'doubleredirects-summary',
940 'doubleredirectstext',
941 ),
942 'brokenredirects' => array(
943 'brokenredirects',
944 'brokenredirects-summary',
945 'brokenredirectstext',
946 'brokenredirects-edit',
947 'brokenredirects-delete',
948 ),
949 'withoutinterwiki' => array(
950 'withoutinterwiki',
951 'withoutinterwiki-header',
952 'withoutinterwiki-summary',
953 ),
954 'fewestrevisions' => array(
955 'fewestrevisions',
956 'fewestrevisions-summary',
957 ),
958 'specialpages' => array(
959 'nbytes',
960 'ncategories',
961 'nlinks',
962 'nmembers',
963 'nrevisions',
964 'nviews',
965 'nchanges',
966 'specialpage-empty',
967 'lonelypages',
968 'lonelypages-summary',
969 'lonelypagestext',
970 'uncategorizedpages',
971 'uncategorizedpages-summary',
972 'uncategorizedcategories',
973 'uncategorizedcategories-summary',
974 'uncategorizedimages',
975 'uncategorizedimages-summary',
976 'uncategorizedtemplates',
977 'uncategorizedtemplates-summary',
978 'unusedcategories',
979 'unusedimages',
980 'popularpages',
981 'popularpages-summary',
982 'wantedcategories',
983 'wantedcategories-summary',
984 'wantedpages',
985 'wantedpages-summary',
986 'mostlinked',
987 'mostlinked-summary',
988 'mostlinkedcategories',
989 'mostlinkedcategories-summary',
990 'mostlinkedtemplates',
991 'mostlinkedtemplates-summary',
992 'mostcategories',
993 'mostcategories-summary',
994 'mostimages',
995 'mostimages-summary',
996 'mostrevisions',
997 'mostrevisions-summary',
998 'allpages',
999 'allpages-summary',
1000 'prefixindex',
1001 'prefixindex-summary',
1002 'randompage',
1003 'randompage-nopages',
1004 'randompage-url',
1005 'shortpages',
1006 'shortpages-summary',
1007 'longpages',
1008 'longpages-summary',
1009 'deadendpages',
1010 'deadendpages-summary',
1011 'deadendpagestext',
1012 'protectedpages',
1013 'protectedpages-summary',
1014 'protectedpagestext',
1015 'protectedpagesempty',
1016 'listusers',
1017 'listusers-summary',
1018 'specialpages',
1019 'specialpages-summary',
1020 'spheading',
1021 'restrictedpheading',
1022 'rclsub',
1023 'newpages',
1024 'newpages-summary',
1025 'newpages-username',
1026 'ancientpages',
1027 'ancientpages-summary',
1028 'intl',
1029 'move',
1030 'movethispage',
1031 'unusedimagestext',
1032 'unusedcategoriestext',
1033 ),
1034 'booksources' => array(
1035 'booksources',
1036 'booksources-summary',
1037 'booksources-search-legend',
1038 'booksources-isbn',
1039 'booksources-go',
1040 'booksources-text',
1041 ),
1042 'specialpages2' => array(
1043 'categoriespagetext',
1044 'data',
1045 'userrights',
1046 'userrights-summary',
1047 'groups',
1048 'isbn',
1049 'rfcurl',
1050 'pubmedurl',
1051 'alphaindexline',
1052 'version',
1053 ),
1054 'logpages' => array(
1055 'specialloguserlabel',
1056 'speciallogtitlelabel',
1057 'log',
1058 'all-logs-page',
1059 'log-search-legend',
1060 'log-search-submit',
1061 'alllogstext',
1062 'logempty',
1063 'log-title-wildcard',
1064 ),
1065 'allpages' => array(
1066 'nextpage',
1067 'prevpage',
1068 'allpagesfrom',
1069 'allarticles',
1070 'allinnamespace',
1071 'allnotinnamespace',
1072 'allpagesprev',
1073 'allpagesnext',
1074 'allpagessubmit',
1075 'allpagesprefix',
1076 'allpagesbadtitle',
1077 'allpages-bad-ns',
1078 ),
1079 'listusers' => array(
1080 'listusersfrom',
1081 'listusers-submit',
1082 'listusers-noresult',
1083 ),
1084 'emailuser' => array(
1085 'mailnologin',
1086 'mailnologintext',
1087 'emailuser',
1088 'emailpage',
1089 'emailpagetext',
1090 'usermailererror',
1091 'defemailsubject',
1092 'noemailtitle',
1093 'noemailtext',
1094 'emailfrom',
1095 'emailto',
1096 'emailsubject',
1097 'emailmessage',
1098 'emailsend',
1099 'emailccme',
1100 'emailccsubject',
1101 'emailsent',
1102 'emailsenttext',
1103 ),
1104 'watchlist' => array(
1105 'watchlist',
1106 'mywatchlist',
1107 'watchlistfor',
1108 'nowatchlist',
1109 'watchlistanontext',
1110 'watchlistcount',
1111 'watchnologin',
1112 'watchnologintext',
1113 'addedwatch',
1114 'addedwatchtext',
1115 'removedwatch',
1116 'removedwatchtext',
1117 'watch',
1118 'watchthispage',
1119 'unwatch',
1120 'unwatchthispage',
1121 'notanarticle',
1122 'watchnochange',
1123 'watchlist-details',
1124 'wlheader-enotif',
1125 'wlheader-showupdated',
1126 'watchmethod-recent',
1127 'watchmethod-list',
1128 'watchlistcontains',
1129 'iteminvalidname',
1130 'wlnote',
1131 'wlshowlast',
1132 'wlsaved',
1133 'watchlist-show-bots',
1134 'watchlist-hide-bots',
1135 'watchlist-show-own',
1136 'watchlist-hide-own',
1137 'watchlist-show-minor',
1138 'watchlist-hide-minor',
1139 ),
1140 'watching' => array(
1141 'watching',
1142 'unwatching',
1143 ),
1144 'enotif' => array(
1145 'enotif_mailer',
1146 'enotif_reset',
1147 'enotif_newpagetext',
1148 'enotif_impersonal_salutation',
1149 'changed',
1150 'created',
1151 'enotif_subject',
1152 'enotif_lastvisited',
1153 'enotif_lastdiff',
1154 'enotif_anon_editor',
1155 'enotif_body',
1156 ),
1157 'deleteprotectrev' => array(
1158 'deletepage',
1159 'confirm',
1160 'excontent',
1161 'excontentauthor',
1162 'exbeforeblank',
1163 'exblank',
1164 'confirmdelete',
1165 'deletesub',
1166 'historywarning',
1167 'confirmdeletetext',
1168 'actioncomplete',
1169 'deletedtext',
1170 'deletedarticle',
1171 'dellogpage',
1172 'dellogpagetext',
1173 'deletionlog',
1174 'reverted',
1175 'deletecomment',
1176 'rollback',
1177 'rollback_short',
1178 'rollbacklink',
1179 'rollbackfailed',
1180 'cantrollback',
1181 'alreadyrolled',
1182 'editcomment',
1183 'revertpage',
1184 'rollback-success',
1185 'sessionfailure',
1186 'protectlogpage',
1187 'protectlogtext',
1188 'protectedarticle',
1189 'modifiedarticleprotection',
1190 'unprotectedarticle',
1191 'protectsub',
1192 'confirmprotect',
1193 'protectcomment',
1194 'protectexpiry',
1195 'protect_expiry_invalid',
1196 'protect_expiry_old',
1197 'unprotectsub',
1198 'protect-unchain',
1199 'protect-text',
1200 'protect-locked-blocked',
1201 'protect-locked-dblock',
1202 'protect-locked-access',
1203 'protect-cascadeon',
1204 'protect-default',
1205 'protect-level-autoconfirmed',
1206 'protect-level-sysop',
1207 'protect-summary-cascade',
1208 'protect-expiring',
1209 'protect-cascade',
1210 'restriction-type',
1211 'restriction-level',
1212 'minimum-size',
1213 'maximum-size',
1214 'pagesize',
1215 ),
1216 'restrictions' => array(
1217 'restriction-edit',
1218 'restriction-move',
1219 ),
1220 'restriction-levels' => array(
1221 'restriction-level-sysop',
1222 'restriction-level-autoconfirmed',
1223 'restriction-level-all',
1224 ),
1225 'undelete' => array(
1226 'undelete',
1227 'undeletepage',
1228 'viewdeletedpage',
1229 'undeletepagetext',
1230 'undeleteextrahelp',
1231 'undeleterevisions',
1232 'undeletehistory',
1233 'undeleterevdel',
1234 'undeletehistorynoadmin',
1235 'undelete-revision',
1236 'undeleterevision-missing',
1237 'undeletebtn',
1238 'undeletereset',
1239 'undeletecomment',
1240 'undeletedarticle',
1241 'undeletedrevisions',
1242 'undeletedrevisions-files',
1243 'undeletedfiles',
1244 'cannotundelete',
1245 'undeletedpage',
1246 'undelete-header',
1247 'undelete-search-box',
1248 'undelete-search-prefix',
1249 'undelete-search-submit',
1250 'undelete-no-results',
1251 'undelete-filename-mismatch',
1252 'undelete-bad-store-key',
1253 'undelete-cleanup-error',
1254 'undelete-missing-filearchive',
1255 'undelete-error-short',
1256 'undelete-error-long',
1257 ),
1258 'nsform' => array(
1259 'namespace',
1260 'invert',
1261 ),
1262 'contributions' => array(
1263 'contributions',
1264 'mycontris',
1265 'contribsub2',
1266 'nocontribs',
1267 'ucnote',
1268 'uclinks',
1269 'uctop',
1270 'month',
1271 'year',
1272 ),
1273 'sp-contributions' => array(
1274 'sp-contributions-newest',
1275 'sp-contributions-oldest',
1276 'sp-contributions-newer',
1277 'sp-contributions-older',
1278 'sp-contributions-newbies',
1279 'sp-contributions-newbies-sub',
1280 'sp-contributions-blocklog',
1281 'sp-contributions-search',
1282 'sp-contributions-username',
1283 'sp-contributions-submit',
1284 'sp-contributions-explain',
1285 'sp-contributions-footer',
1286 'sp-contributions-footer-anon',
1287 ),
1288 'newimages-showfrom' => array(
1289 'sp-newimages-showfrom',
1290 ),
1291 'whatlinkshere' => array(
1292 'whatlinkshere',
1293 'whatlinkshere-summary',
1294 'whatlinkshere-barrow',
1295 'notargettitle',
1296 'notargettext',
1297 'linklistsub',
1298 'linkshere',
1299 'nolinkshere',
1300 'nolinkshere-ns',
1301 'isredirect',
1302 'istemplate',
1303 'whatlinkshere-prev',
1304 'whatlinkshere-next',
1305 'whatlinkshere-links',
1306 ),
1307 'block' => array(
1308 'blockip',
1309 'blockiptext',
1310 'ipaddress',
1311 'ipadressorusername',
1312 'ipbexpiry',
1313 'ipbreason',
1314 'ipbreasonotherlist',
1315 'ipbreason-dropdown',
1316 'ipbanononly',
1317 'ipbcreateaccount',
1318 'ipbemailban',
1319 'ipbenableautoblock',
1320 'ipbsubmit',
1321 'ipbother',
1322 'ipboptions',
1323 'ipbotheroption',
1324 'ipbotherreason',
1325 'ipbhidename',
1326 'badipaddress',
1327 'blockipsuccesssub',
1328 'blockipsuccesstext',
1329 'ipb-edit-dropdown',
1330 'ipb-unblock-addr',
1331 'ipb-unblock',
1332 'ipb-blocklist-addr',
1333 'ipb-blocklist',
1334 'unblockip',
1335 'unblockiptext',
1336 'ipusubmit',
1337 'unblocked',
1338 'unblocked-id',
1339 'ipblocklist',
1340 'ipblocklist-legend',
1341 'ipblocklist-username',
1342 'ipblocklist-summary',
1343 'ipblocklist-submit',
1344 'blocklistline',
1345 'infiniteblock',
1346 'expiringblock',
1347 'anononlyblock',
1348 'noautoblockblock',
1349 'createaccountblock',
1350 'emailblock',
1351 'ipblocklist-empty',
1352 'ipblocklist-no-results',
1353 'blocklink',
1354 'unblocklink',
1355 'contribslink',
1356 'autoblocker',
1357 'blocklogpage',
1358 'blocklogentry',
1359 'blocklogtext',
1360 'unblocklogentry',
1361 'block-log-flags-anononly',
1362 'block-log-flags-nocreate',
1363 'block-log-flags-noautoblock',
1364 'block-log-flags-noemail',
1365 'range_block_disabled',
1366 'ipb_expiry_invalid',
1367 'ipb_already_blocked',
1368 'ip_range_invalid',
1369 'proxyblocker',
1370 'ipb_cant_unblock',
1371 'proxyblockreason',
1372 'proxyblocksuccess',
1373 'sorbs',
1374 'sorbsreason',
1375 'sorbs_create_account_reason',
1376 ),
1377 'developertools' => array(
1378 'lockdb',
1379 'unlockdb',
1380 'lockdbtext',
1381 'unlockdbtext',
1382 'lockconfirm',
1383 'unlockconfirm',
1384 'lockbtn',
1385 'unlockbtn',
1386 'locknoconfirm',
1387 'lockdbsuccesssub',
1388 'unlockdbsuccesssub',
1389 'lockdbsuccesstext',
1390 'unlockdbsuccesstext',
1391 'lockfilenotwritable',
1392 'databasenotlocked',
1393 ),
1394 'movepage' => array(
1395 'movepage',
1396 'movepagetext',
1397 'movepagetalktext',
1398 'movearticle',
1399 'movenologin',
1400 'movenologintext',
1401 'movenotallowed',
1402 'newtitle',
1403 'move-watch',
1404 'movepagebtn',
1405 'pagemovedsub',
1406 'movepage-moved',
1407 'articleexists',
1408 'talkexists',
1409 'movedto',
1410 'movetalk',
1411 'talkpagemoved',
1412 'talkpagenotmoved',
1413 '1movedto2',
1414 '1movedto2_redir',
1415 'movelogpage',
1416 'movelogpagetext',
1417 'movereason',
1418 'revertmove',
1419 'delete_and_move',
1420 'delete_and_move_text',
1421 'delete_and_move_confirm',
1422 'delete_and_move_reason',
1423 'selfmove',
1424 'immobile_namespace',
1425 ),
1426 'export' => array(
1427 'export',
1428 'exporttext',
1429 'exportcuronly',
1430 'exportnohistory',
1431 'export-submit',
1432 'export-addcattext',
1433 'export-addcat',
1434 'export-download',
1435 ),
1436 'allmessages' => array(
1437 'allmessages',
1438 'allmessagesname',
1439 'allmessagesdefault',
1440 'allmessagescurrent',
1441 'allmessagestext',
1442 'allmessagesnotsupportedDB',
1443 'allmessagesfilter',
1444 'allmessagesmodified',
1445 ),
1446 'thumbnails' => array(
1447 'thumbnail-more',
1448 'missingimage',
1449 'filemissing',
1450 'thumbnail_error',
1451 'djvu_page_error',
1452 'djvu_no_xml',
1453 'thumbnail_invalid_params',
1454 'thumbnail_dest_directory',
1455 ),
1456 'import' => array(
1457 'import',
1458 'importinterwiki',
1459 'import-interwiki-text',
1460 'import-interwiki-history',
1461 'import-interwiki-submit',
1462 'import-interwiki-namespace',
1463 'importtext',
1464 'importstart',
1465 'import-revision-count',
1466 'importnopages',
1467 'importfailed',
1468 'importunknownsource',
1469 'importcantopen',
1470 'importbadinterwiki',
1471 'importnotext',
1472 'importsuccess',
1473 'importhistoryconflict',
1474 'importnosources',
1475 'importnofile',
1476 'importuploaderror',
1477 ),
1478 'importlog' => array(
1479 'importlogpage',
1480 'importlogpagetext',
1481 'import-logentry-upload',
1482 'import-logentry-upload-detail',
1483 'import-logentry-interwiki',
1484 'import-logentry-interwiki-detail',
1485 ),
1486 'accesskeys' => array(
1487 'accesskey-pt-userpage',
1488 'accesskey-pt-anonuserpage',
1489 'accesskey-pt-mytalk',
1490 'accesskey-pt-anontalk',
1491 'accesskey-pt-preferences',
1492 'accesskey-pt-watchlist',
1493 'accesskey-pt-mycontris',
1494 'accesskey-pt-login',
1495 'accesskey-pt-anonlogin',
1496 'accesskey-pt-logout',
1497 'accesskey-ca-talk',
1498 'accesskey-ca-edit',
1499 'accesskey-ca-addsection',
1500 'accesskey-ca-viewsource',
1501 'accesskey-ca-history',
1502 'accesskey-ca-protect',
1503 'accesskey-ca-delete',
1504 'accesskey-ca-undelete',
1505 'accesskey-ca-move',
1506 'accesskey-ca-watch',
1507 'accesskey-ca-unwatch',
1508 'accesskey-search',
1509 'accesskey-p-logo',
1510 'accesskey-n-mainpage',
1511 'accesskey-n-portal',
1512 'accesskey-n-currentevents',
1513 'accesskey-n-recentchanges',
1514 'accesskey-n-randompage',
1515 'accesskey-n-help',
1516 'accesskey-n-sitesupport',
1517 'accesskey-t-whatlinkshere',
1518 'accesskey-t-recentchangeslinked',
1519 'accesskey-feed-rss',
1520 'accesskey-feed-atom',
1521 'accesskey-t-contributions',
1522 'accesskey-t-emailuser',
1523 'accesskey-t-permalink',
1524 'accesskey-t-print',
1525 'accesskey-t-upload',
1526 'accesskey-t-specialpages',
1527 'accesskey-ca-nstab-main',
1528 'accesskey-ca-nstab-user',
1529 'accesskey-ca-nstab-media',
1530 'accesskey-ca-nstab-special',
1531 'accesskey-ca-nstab-project',
1532 'accesskey-ca-nstab-image',
1533 'accesskey-ca-nstab-mediawiki',
1534 'accesskey-ca-nstab-template',
1535 'accesskey-ca-nstab-help',
1536 'accesskey-ca-nstab-category',
1537 'accesskey-minoredit',
1538 'accesskey-save',
1539 'accesskey-preview',
1540 'accesskey-diff',
1541 'accesskey-compareselectedversions',
1542 'accesskey-watch',
1543 ),
1544 'tooltips' => array(
1545 'tooltip-pt-userpage',
1546 'tooltip-pt-anonuserpage',
1547 'tooltip-pt-mytalk',
1548 'tooltip-pt-anontalk',
1549 'tooltip-pt-preferences',
1550 'tooltip-pt-watchlist',
1551 'tooltip-pt-mycontris',
1552 'tooltip-pt-login',
1553 'tooltip-pt-anonlogin',
1554 'tooltip-pt-logout',
1555 'tooltip-ca-talk',
1556 'tooltip-ca-edit',
1557 'tooltip-ca-addsection',
1558 'tooltip-ca-viewsource',
1559 'tooltip-ca-history',
1560 'tooltip-ca-protect',
1561 'tooltip-ca-delete',
1562 'tooltip-ca-undelete',
1563 'tooltip-ca-move',
1564 'tooltip-ca-watch',
1565 'tooltip-ca-unwatch',
1566 'tooltip-search',
1567 'tooltip-p-logo',
1568 'tooltip-n-mainpage',
1569 'tooltip-n-portal',
1570 'tooltip-n-currentevents',
1571 'tooltip-n-recentchanges',
1572 'tooltip-n-randompage',
1573 'tooltip-n-help',
1574 'tooltip-n-sitesupport',
1575 'tooltip-t-whatlinkshere',
1576 'tooltip-t-recentchangeslinked',
1577 'tooltip-feed-rss',
1578 'tooltip-feed-atom',
1579 'tooltip-t-contributions',
1580 'tooltip-t-emailuser',
1581 'tooltip-t-upload',
1582 'tooltip-t-specialpages',
1583 'tooltip-t-print',
1584 'tooltip-t-permalink',
1585 'tooltip-ca-nstab-main',
1586 'tooltip-ca-nstab-user',
1587 'tooltip-ca-nstab-media',
1588 'tooltip-ca-nstab-special',
1589 'tooltip-ca-nstab-project',
1590 'tooltip-ca-nstab-image',
1591 'tooltip-ca-nstab-mediawiki',
1592 'tooltip-ca-nstab-template',
1593 'tooltip-ca-nstab-help',
1594 'tooltip-ca-nstab-category',
1595 'tooltip-minoredit',
1596 'tooltip-save',
1597 'tooltip-preview',
1598 'tooltip-diff',
1599 'tooltip-compareselectedversions',
1600 'tooltip-watch',
1601 'tooltip-recreate',
1602 ),
1603 'stylesheets' => array(
1604 'common.css',
1605 'monobook.css',
1606 ),
1607 'scripts' => array(
1608 'common.js',
1609 'monobook.js',
1610 ),
1611 'metadata_cc' => array(
1612 'nodublincore',
1613 'nocreativecommons',
1614 'notacceptable',
1615 ),
1616 'attribution' => array(
1617 'anonymous',
1618 'siteuser',
1619 'lastmodifiedatby',
1620 'and',
1621 'othercontribs',
1622 'others',
1623 'siteusers',
1624 'creditspage',
1625 'nocredits',
1626 ),
1627 'spamprotection' => array(
1628 'spamprotectiontitle',
1629 'spamprotectiontext',
1630 'spamprotectionmatch',
1631 'subcategorycount',
1632 'categoryarticlecount',
1633 'category-media-count',
1634 'listingcontinuesabbrev',
1635 'spambot_username',
1636 'spam_reverting',
1637 'spam_blanking',
1638 ),
1639 'info' => array(
1640 'infosubtitle',
1641 'numedits',
1642 'numtalkedits',
1643 'numwatchers',
1644 'numauthors',
1645 'numtalkauthors',
1646 ),
1647 'math' => array(
1648 'mw_math_png',
1649 'mw_math_simple',
1650 'mw_math_html',
1651 'mw_math_source',
1652 'mw_math_modern',
1653 'mw_math_mathml',
1654 ),
1655 'patrolling' => array(
1656 'markaspatrolleddiff',
1657 'markaspatrolledlink',
1658 'markaspatrolledtext',
1659 'markedaspatrolled',
1660 'markedaspatrolledtext',
1661 'rcpatroldisabled',
1662 'rcpatroldisabledtext',
1663 'markedaspatrollederror',
1664 'markedaspatrollederrortext',
1665 'markedaspatrollederror-noautopatrol',
1666 ),
1667 'patrol-log' => array(
1668 'patrol-log-page',
1669 'patrol-log-header',
1670 'patrol-log-line',
1671 'patrol-log-auto',
1672 'patrol-log-diff',
1673 ),
1674 'imagedeletion' => array(
1675 'deletedrevision',
1676 'filedeleteerror-short',
1677 'filedeleteerror-long',
1678 'filedelete-missing',
1679 'filedelete-old-unregistered',
1680 'filedelete-current-unregistered',
1681 'filedelete-archive-read-only',
1682 ),
1683 'browsediffs' => array(
1684 'previousdiff',
1685 'nextdiff',
1686 ),
1687 'media-info' => array(
1688 'mediawarning',
1689 'imagemaxsize',
1690 'thumbsize',
1691 'widthheight',
1692 'file-info',
1693 'file-info-size',
1694 'file-nohires',
1695 'file-svg',
1696 'show-big-image',
1697 'show-big-image-thumb',
1698 ),
1699 'newimages' => array(
1700 'newimages',
1701 'newimages-summary',
1702 'showhidebots',
1703 'noimages',
1704 ),
1705 'badimagelist' => array(
1706 'bad_image_list',
1707 ),
1708 'variantname-zh' => array(
1709 'variantname-zh-cn',
1710 'variantname-zh-tw',
1711 'variantname-zh-hk',
1712 'variantname-zh-sg',
1713 'variantname-zh',
1714 ),
1715 'variantname-sr' => array(
1716 'variantname-sr-ec',
1717 'variantname-sr-el',
1718 'variantname-sr-jc',
1719 'variantname-sr-jl',
1720 'variantname-sr',
1721 ),
1722 'variantname-kk' => array(
1723 'variantname-kk-tr',
1724 'variantname-kk-kz',
1725 'variantname-kk-cn',
1726 'variantname-kk',
1727 ),
1728 'variantname-ku' => array(
1729 'variantname-ku-arab',
1730 'variantname-ku-latn',
1731 'variantname-ku',
1732 ),
1733 'metadata' => array(
1734 'metadata',
1735 'metadata-help',
1736 'metadata-expand',
1737 'metadata-collapse',
1738 'metadata-fields',
1739 ),
1740 'exif' => array(
1741 'exif-imagewidth',
1742 'exif-imagelength',
1743 'exif-bitspersample',
1744 'exif-compression',
1745 'exif-photometricinterpretation',
1746 'exif-orientation',
1747 'exif-samplesperpixel',
1748 'exif-planarconfiguration',
1749 'exif-ycbcrsubsampling',
1750 'exif-ycbcrpositioning',
1751 'exif-xresolution',
1752 'exif-yresolution',
1753 'exif-resolutionunit',
1754 'exif-stripoffsets',
1755 'exif-rowsperstrip',
1756 'exif-stripbytecounts',
1757 'exif-jpeginterchangeformat',
1758 'exif-jpeginterchangeformatlength',
1759 'exif-transferfunction',
1760 'exif-whitepoint',
1761 'exif-primarychromaticities',
1762 'exif-ycbcrcoefficients',
1763 'exif-referenceblackwhite',
1764 'exif-datetime',
1765 'exif-imagedescription',
1766 'exif-make',
1767 'exif-model',
1768 'exif-software',
1769 'exif-artist',
1770 'exif-copyright',
1771 'exif-exifversion',
1772 'exif-flashpixversion',
1773 'exif-colorspace',
1774 'exif-componentsconfiguration',
1775 'exif-compressedbitsperpixel',
1776 'exif-pixelydimension',
1777 'exif-pixelxdimension',
1778 'exif-makernote',
1779 'exif-usercomment',
1780 'exif-relatedsoundfile',
1781 'exif-datetimeoriginal',
1782 'exif-datetimedigitized',
1783 'exif-subsectime',
1784 'exif-subsectimeoriginal',
1785 'exif-subsectimedigitized',
1786 'exif-exposuretime',
1787 'exif-exposuretime-format',
1788 'exif-fnumber',
1789 'exif-fnumber-format',
1790 'exif-exposureprogram',
1791 'exif-spectralsensitivity',
1792 'exif-isospeedratings',
1793 'exif-oecf',
1794 'exif-shutterspeedvalue',
1795 'exif-aperturevalue',
1796 'exif-brightnessvalue',
1797 'exif-exposurebiasvalue',
1798 'exif-maxaperturevalue',
1799 'exif-subjectdistance',
1800 'exif-meteringmode',
1801 'exif-lightsource',
1802 'exif-flash',
1803 'exif-focallength',
1804 'exif-focallength-format',
1805 'exif-subjectarea',
1806 'exif-flashenergy',
1807 'exif-spatialfrequencyresponse',
1808 'exif-focalplanexresolution',
1809 'exif-focalplaneyresolution',
1810 'exif-focalplaneresolutionunit',
1811 'exif-subjectlocation',
1812 'exif-exposureindex',
1813 'exif-sensingmethod',
1814 'exif-filesource',
1815 'exif-scenetype',
1816 'exif-cfapattern',
1817 'exif-customrendered',
1818 'exif-exposuremode',
1819 'exif-whitebalance',
1820 'exif-digitalzoomratio',
1821 'exif-focallengthin35mmfilm',
1822 'exif-scenecapturetype',
1823 'exif-gaincontrol',
1824 'exif-contrast',
1825 'exif-saturation',
1826 'exif-sharpness',
1827 'exif-devicesettingdescription',
1828 'exif-subjectdistancerange',
1829 'exif-imageuniqueid',
1830 'exif-gpsversionid',
1831 'exif-gpslatituderef',
1832 'exif-gpslatitude',
1833 'exif-gpslongituderef',
1834 'exif-gpslongitude',
1835 'exif-gpsaltituderef',
1836 'exif-gpsaltitude',
1837 'exif-gpstimestamp',
1838 'exif-gpssatellites',
1839 'exif-gpsstatus',
1840 'exif-gpsmeasuremode',
1841 'exif-gpsdop',
1842 'exif-gpsspeedref',
1843 'exif-gpsspeed',
1844 'exif-gpstrackref',
1845 'exif-gpstrack',
1846 'exif-gpsimgdirectionref',
1847 'exif-gpsimgdirection',
1848 'exif-gpsmapdatum',
1849 'exif-gpsdestlatituderef',
1850 'exif-gpsdestlatitude',
1851 'exif-gpsdestlongituderef',
1852 'exif-gpsdestlongitude',
1853 'exif-gpsdestbearingref',
1854 'exif-gpsdestbearing',
1855 'exif-gpsdestdistanceref',
1856 'exif-gpsdestdistance',
1857 'exif-gpsprocessingmethod',
1858 'exif-gpsareainformation',
1859 'exif-gpsdatestamp',
1860 'exif-gpsdifferential',
1861 ),
1862 'exif-values' => array(
1863 'exif-make-value',
1864 'exif-model-value',
1865 'exif-software-value',
1866 ),
1867 'exif-compression' => array(
1868 'exif-compression-1',
1869 'exif-compression-6',
1870 ),
1871 'exif-photometricinterpretation' => array(
1872 'exif-photometricinterpretation-2',
1873 'exif-photometricinterpretation-6',
1874 ),
1875 'exif-unknowndate' => array(
1876 'exif-unknowndate',
1877 ),
1878 'exif-orientation' => array(
1879 'exif-orientation-1',
1880 'exif-orientation-2',
1881 'exif-orientation-3',
1882 'exif-orientation-4',
1883 'exif-orientation-5',
1884 'exif-orientation-6',
1885 'exif-orientation-7',
1886 'exif-orientation-8',
1887 ),
1888 'exif-planarconfiguration' => array(
1889 'exif-planarconfiguration-1',
1890 'exif-planarconfiguration-2',
1891 ),
1892 'exif-xyresolution' => array(
1893 'exif-xyresolution-i',
1894 'exif-xyresolution-c',
1895 ),
1896 'exif-colorspace' => array(
1897 'exif-colorspace-1',
1898 'exif-colorspace-ffff.h',
1899 ),
1900 'exif-componentsconfiguration' => array(
1901 'exif-componentsconfiguration-0',
1902 'exif-componentsconfiguration-1',
1903 'exif-componentsconfiguration-2',
1904 'exif-componentsconfiguration-3',
1905 'exif-componentsconfiguration-4',
1906 'exif-componentsconfiguration-5',
1907 'exif-componentsconfiguration-6',
1908 ),
1909 'exif-exposureprogram' => array(
1910 'exif-exposureprogram-0',
1911 'exif-exposureprogram-1',
1912 'exif-exposureprogram-2',
1913 'exif-exposureprogram-3',
1914 'exif-exposureprogram-4',
1915 'exif-exposureprogram-5',
1916 'exif-exposureprogram-6',
1917 'exif-exposureprogram-7',
1918 'exif-exposureprogram-8',
1919 ),
1920 'exif-subjectdistance-value' => array(
1921 'exif-subjectdistance-value',
1922 ),
1923 'exif-meteringmode' => array(
1924 'exif-meteringmode-0',
1925 'exif-meteringmode-1',
1926 'exif-meteringmode-2',
1927 'exif-meteringmode-3',
1928 'exif-meteringmode-4',
1929 'exif-meteringmode-5',
1930 'exif-meteringmode-6',
1931 'exif-meteringmode-255',
1932 ),
1933 'exif-lightsource' => array(
1934 'exif-lightsource-0',
1935 'exif-lightsource-1',
1936 'exif-lightsource-2',
1937 'exif-lightsource-3',
1938 'exif-lightsource-4',
1939 'exif-lightsource-9',
1940 'exif-lightsource-10',
1941 'exif-lightsource-11',
1942 'exif-lightsource-12',
1943 'exif-lightsource-13',
1944 'exif-lightsource-14',
1945 'exif-lightsource-15',
1946 'exif-lightsource-17',
1947 'exif-lightsource-18',
1948 'exif-lightsource-19',
1949 'exif-lightsource-20',
1950 'exif-lightsource-21',
1951 'exif-lightsource-22',
1952 'exif-lightsource-23',
1953 'exif-lightsource-24',
1954 'exif-lightsource-255',
1955 ),
1956 'exif-focalplaneresolutionunit' => array(
1957 'exif-focalplaneresolutionunit-2',
1958 ),
1959 'exif-sensingmethod' => array(
1960 'exif-sensingmethod-1',
1961 'exif-sensingmethod-2',
1962 'exif-sensingmethod-3',
1963 'exif-sensingmethod-4',
1964 'exif-sensingmethod-5',
1965 'exif-sensingmethod-7',
1966 'exif-sensingmethod-8',
1967 ),
1968 'exif-filesource' => array(
1969 'exif-filesource-3',
1970 ),
1971 'exif-scenetype' => array(
1972 'exif-scenetype-1',
1973 ),
1974 'exif-customrendered' => array(
1975 'exif-customrendered-0',
1976 'exif-customrendered-1',
1977 ),
1978 'exif-exposuremode' => array(
1979 'exif-exposuremode-0',
1980 'exif-exposuremode-1',
1981 'exif-exposuremode-2',
1982 ),
1983 'exif-whitebalance' => array(
1984 'exif-whitebalance-0',
1985 'exif-whitebalance-1',
1986 ),
1987 'exif-scenecapturetype' => array(
1988 'exif-scenecapturetype-0',
1989 'exif-scenecapturetype-1',
1990 'exif-scenecapturetype-2',
1991 'exif-scenecapturetype-3',
1992 ),
1993 'exif-gaincontrol' => array(
1994 'exif-gaincontrol-0',
1995 'exif-gaincontrol-1',
1996 'exif-gaincontrol-2',
1997 'exif-gaincontrol-3',
1998 'exif-gaincontrol-4',
1999 ),
2000 'exif-contrast' => array(
2001 'exif-contrast-0',
2002 'exif-contrast-1',
2003 'exif-contrast-2',
2004 ),
2005 'exif-saturation' => array(
2006 'exif-saturation-0',
2007 'exif-saturation-1',
2008 'exif-saturation-2',
2009 ),
2010 'exif-sharpness' => array(
2011 'exif-sharpness-0',
2012 'exif-sharpness-1',
2013 'exif-sharpness-2',
2014 ),
2015 'exif-subjectdistancerange' => array(
2016 'exif-subjectdistancerange-0',
2017 'exif-subjectdistancerange-1',
2018 'exif-subjectdistancerange-2',
2019 'exif-subjectdistancerange-3',
2020 ),
2021 'exif-gpslatitude' => array(
2022 'exif-gpslatitude-n',
2023 'exif-gpslatitude-s',
2024 ),
2025 'exif-gpslongitude' => array(
2026 'exif-gpslongitude-e',
2027 'exif-gpslongitude-w',
2028 ),
2029 'exif-gpsstatus' => array(
2030 'exif-gpsstatus-a',
2031 'exif-gpsstatus-v',
2032 ),
2033 'exif-gpsmeasuremode' => array(
2034 'exif-gpsmeasuremode-2',
2035 'exif-gpsmeasuremode-3',
2036 ),
2037 'exif-gpsspeed' => array(
2038 'exif-gpsspeed-k',
2039 'exif-gpsspeed-m',
2040 'exif-gpsspeed-n',
2041 ),
2042 'exif-gpsdirection' => array(
2043 'exif-gpsdirection-t',
2044 'exif-gpsdirection-m',
2045 ),
2046 'edit-externally' => array(
2047 'edit-externally',
2048 'edit-externally-help',
2049 ),
2050 'all' => array(
2051 'recentchangesall',
2052 'imagelistall',
2053 'watchlistall2',
2054 'namespacesall',
2055 'monthsall',
2056 ),
2057 'confirmemail' => array(
2058 'confirmemail',
2059 'confirmemail_noemail',
2060 'confirmemail_text',
2061 'confirmemail_pending',
2062 'confirmemail_send',
2063 'confirmemail_sent',
2064 'confirmemail_oncreate',
2065 'confirmemail_sendfailed',
2066 'confirmemail_invalid',
2067 'confirmemail_needlogin',
2068 'confirmemail_success',
2069 'confirmemail_loggedin',
2070 'confirmemail_error',
2071 'confirmemail_subject',
2072 'confirmemail_body',
2073 ),
2074 'inputbox' => array(
2075 'tryexact',
2076 'searchfulltext',
2077 'createarticle',
2078 ),
2079 'scarytransclusion' => array(
2080 'scarytranscludedisabled',
2081 'scarytranscludefailed',
2082 'scarytranscludetoolong',
2083 ),
2084 'trackbacks' => array(
2085 'trackbackbox',
2086 'trackback',
2087 'trackbackexcerpt',
2088 'trackbackremove',
2089 'trackbacklink',
2090 'trackbackdeleteok',
2091 ),
2092 'deleteconflict' => array(
2093 'deletedwhileediting',
2094 'confirmrecreate',
2095 'recreate',
2096 ),
2097 'unit-pixel' => array(
2098 'unit-pixel',
2099 ),
2100 'htmldump' => array(
2101 'redirectingto',
2102 ),
2103 'purge' => array(
2104 'confirm_purge',
2105 'confirm_purge_button',
2106 ),
2107 'newmessagesmulti' => array(
2108 'youhavenewmessagesmulti',
2109 'newtalkseperator',
2110 ),
2111 'search2' => array(
2112 'searchcontaining',
2113 'searchnamed',
2114 'articletitles',
2115 'hideresults',
2116 ),
2117 'catseparator' => array(
2118 'catseparator',
2119 ),
2120 'loginlanguage' => array(
2121 'loginlanguagelabel',
2122 'loginlanguagelinks',
2123 ),
2124 'imgmulti' => array(
2125 'imgmultipageprev',
2126 'imgmultipagenext',
2127 'imgmultigo',
2128 'imgmultigotopre',
2129 'imgmultigotopost',
2130 'imgmultiparseerror',
2131 ),
2132 'tablepager' => array(
2133 'ascending_abbrev',
2134 'descending_abbrev',
2135 'table_pager_next',
2136 'table_pager_prev',
2137 'table_pager_first',
2138 'table_pager_last',
2139 'table_pager_limit',
2140 'table_pager_limit_submit',
2141 'table_pager_empty',
2142 ),
2143 'autosumm' => array(
2144 'autosumm-blank',
2145 'autosumm-replace',
2146 'autoredircomment',
2147 'autosumm-new',
2148 ),
2149 'autoblock_whitelist' => array(
2150 'autoblock_whitelist',
2151 ),
2152 'sizeunits' => array(
2153 'size-bytes',
2154 'size-kilobytes',
2155 'size-megabytes',
2156 'size-gigabytes',
2157 ),
2158 'livepreview' => array(
2159 'livepreview-loading',
2160 'livepreview-ready',
2161 'livepreview-failed',
2162 'livepreview-error',
2163 ),
2164 'lagwarning' => array(
2165 'lag-warn-normal',
2166 'lag-warn-high',
2167 ),
2168 'watchlisteditor' => array(
2169 'watchlistedit-numitems',
2170 'watchlistedit-noitems',
2171 'watchlistedit-clear-title',
2172 'watchlistedit-clear-legend',
2173 'watchlistedit-clear-confirm',
2174 'watchlistedit-clear-submit',
2175 'watchlistedit-clear-done',
2176 'watchlistedit-normal-title',
2177 'watchlistedit-normal-legend',
2178 'watchlistedit-normal-explain',
2179 'watchlistedit-normal-submit',
2180 'watchlistedit-normal-done',
2181 'watchlistedit-raw-title',
2182 'watchlistedit-raw-legend',
2183 'watchlistedit-raw-explain',
2184 'watchlistedit-raw-titles',
2185 'watchlistedit-raw-submit',
2186 'watchlistedit-raw-done',
2187 'watchlistedit-raw-added',
2188 'watchlistedit-raw-removed',
2189 ),
2190 'watchlisttools' => array(
2191 'watchlisttools-view',
2192 'watchlisttools-edit',
2193 'watchlisttools-raw',
2194 'watchlisttools-clear',
2195 ),
2196 );
2197 /** Comments for each block */
2198 $wgBlockComments = array(
2199 'sidebar' => "The sidebar for MonoBook is generated from this message, lines that do not
2200 begin with * or ** are discarded, furthermore lines that do begin with ** and
2201 do not contain | are also discarded, but don't depend on this behaviour for
2202 future releases. Also note that since each list value is wrapped in a unique
2203 XHTML id it should only appear once and include characters that are legal
2204 XHTML id names.",
2205 'toggles' => 'User preference toggles',
2206 'underline' => '',
2207 'skinpreview' => '',
2208 'dates' => 'Dates',
2209 'categories' => 'Bits of text used by many pages',
2210 'mainpage' => '',
2211 'miscellaneous1' => '',
2212 'metadata_help' => 'Metadata in edit box',
2213 'miscellaneous2' => '',
2214 '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).',
2215 'badaccess' => '',
2216 'versionrequired' => '',
2217 'miscellaneous3' => '',
2218 'nstab' => "Short words for each namespace, by default used in the 'article' tab in monobook",
2219 'main' => 'Main script and global functions',
2220 'errors' => 'General errors',
2221 'login' => 'Login and logout pages',
2222 'resetpass' => 'Password reset dialog',
2223 'toolbar' => 'Edit page toolbar',
2224 'edit' => 'Edit pages',
2225 'undo' => '"Undo" feature',
2226 'cantcreateaccount' => 'Account creation failure',
2227 'history' => 'History pages',
2228 'history-feed' => 'Revision feed',
2229 'revdelete' => 'Revision deletion',
2230 'oversightlog' => 'Oversight log',
2231 'diffs' => 'Diffs',
2232 'search' => 'Search results',
2233 'preferences' => 'Preferences page',
2234 'userrights' => 'User rights',
2235 'group' => 'Groups',
2236 'group-member' => '',
2237 'grouppage' => '',
2238 'rightslog' => 'User rights log',
2239 'recentchanges' => 'Recent changes',
2240 'recentchangeslinked' => 'Recent changes linked',
2241 'upload' => 'Upload',
2242 'upload-errors' => '',
2243 'upload-curl-errors' => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>',
2244 'licenses' => '',
2245 'imagelist' => 'Image list',
2246 'filerevert' => 'File reversion',
2247 'mimesearch' => 'MIME search',
2248 'unwatchedpages' => 'Unwatched pages',
2249 'listredirects' => 'List redirects',
2250 'unusedtemplates' => 'Unused templates',
2251 'randomredirect' => 'Random redirect',
2252 'statistics' => 'Statistics',
2253 'disambiguations' => '',
2254 'doubleredirects' => '',
2255 'brokenredirects' => '',
2256 'withoutinterwiki' => '',
2257 'fewestrevisions' => '',
2258 'specialpages' => 'Miscellaneous special pages',
2259 'booksources' => 'Book sources',
2260 'specialpages2' => '',
2261 'logpages' => 'Special:Log',
2262 'allpages' => 'Special:Allpages',
2263 'listusers' => 'Special:Listusers',
2264 'emailuser' => 'E-mail user',
2265 'watchlist' => 'Watchlist',
2266 'watching' => 'Displayed when you click the "watch" button and it\'s in the process of watching',
2267 'enotif' => '',
2268 'deleteprotectrev' => 'Delete/protect/revert',
2269 'restrictions' => 'Restrictions (nouns)',
2270 'restriction-levels' => 'Restriction levels',
2271 'undelete' => 'Undelete',
2272 'nsform' => 'Namespace form on various pages',
2273 'contributions' => 'Contributions',
2274 'sp-contributions' => '',
2275 'newimages-showfrom' => '',
2276 'whatlinkshere' => 'What links here',
2277 'block' => 'Block/unblock',
2278 'developertools' => 'Developer tools',
2279 'movepage' => 'Move page',
2280 'export' => 'Export',
2281 'allmessages' => 'Namespace 8 related',
2282 'thumbnails' => 'Thumbnails',
2283 'import' => 'Special:Import',
2284 'importlog' => 'Import log',
2285 'accesskeys' => 'Keyboard access keys for power users',
2286 'tooltips' => 'Tooltip help for the actions',
2287 'stylesheets' => 'Stylesheets',
2288 'scripts' => 'Scripts',
2289 'metadata_cc' => 'Metadata',
2290 'attribution' => 'Attribution',
2291 'spamprotection' => 'Spam protection',
2292 'info' => 'Info page',
2293 'math' => 'Math options',
2294 'patrolling' => 'Patrolling',
2295 'patrol-log' => 'Patrol log',
2296 'imagedeletion' => 'Image deletion',
2297 'browsediffs' => 'Browsing diffs',
2298 'newimages' => '',
2299 'badimagelist' => 'Bad image list',
2300 'variantname-zh' => "Short names for language variants used for language conversion links.
2301 To disable showing a particular link, set it to 'disable', e.g.
2302 'variantname-zh-sg' => 'disable',
2303 Variants for Chinese language",
2304 'variantname-sr' => 'Variants for Serbian language',
2305 'variantname-kk' => 'Variants for Kazakh language',
2306 'variantname-ku' => 'Variants for Kurdish language',
2307 'media-info' => 'Media information',
2308 'metadata' => 'Metadata',
2309 'exif' => 'EXIF tags',
2310 'exif-values' => 'Make & model, can be wikified in order to link to the camera and model name',
2311 'exif-compression' => 'EXIF attributes',
2312 'exif-unknowndate' => '',
2313 'exif-photometricinterpretation' => '',
2314 'exif-orientation' => '',
2315 'exif-planarconfiguration' => '',
2316 'exif-xyresolution' => '',
2317 'exif-colorspace' => '',
2318 'exif-componentsconfiguration' => '',
2319 'exif-exposureprogram' => '',
2320 'exif-subjectdistance-value' => '',
2321 'exif-meteringmode' => '',
2322 'exif-lightsource' => '',
2323 'exif-focalplaneresolutionunit' => '',
2324 'exif-sensingmethod' => '',
2325 'exif-filesource' => '',
2326 'exif-scenetype' => '',
2327 'exif-customrendered' => '',
2328 'exif-exposuremode' => '',
2329 'exif-whitebalance' => '',
2330 'exif-scenecapturetype' => '',
2331 'exif-gaincontrol' => '',
2332 'exif-contrast' => '',
2333 'exif-saturation' => '',
2334 'exif-sharpness' => '',
2335 'exif-subjectdistancerange' => '',
2336 'exif-gpslatitude' => 'Pseudotags used for GPSLatitudeRef and GPSDestLatitudeRef',
2337 'exif-gpslongitude' => 'Pseudotags used for GPSLongitudeRef and GPSDestLongitudeRef',
2338 'exif-gpsstatus' => '',
2339 'exif-gpsmeasuremode' => '',
2340 'exif-gpsspeed' => 'Pseudotags used for GPSSpeedRef and GPSDestDistanceRef',
2341 'exif-gpsdirection' => 'Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef',
2342 'edit-externally' => 'External editor support',
2343 'all' => "'all' in various places, this might be different for inflected languages",
2344 'confirmemail' => 'E-mail address confirmation',
2345 'inputbox' => 'Inputbox extension, may be useful in other contexts as well',
2346 'scarytransclusion' => 'Scary transclusion',
2347 'trackbacks' => 'Trackbacks',
2348 'deleteconflict' => 'Delete conflict',
2349 'unit-pixel' => '',
2350 'htmldump' => 'HTML dump',
2351 'purge' => 'action=purge',
2352 'newmessagesmulti' => '',
2353 'search2' => '',
2354 'catseparator' => 'Separator for categories in page lists',
2355 'loginlanguage' => '',
2356 'imgmulti' => 'Multipage image navigation',
2357 'tablepager' => 'Table pager',
2358 'autosumm' => 'Auto-summaries',
2359 'autoblock_whitelist' => 'Autoblock whitelist',
2360 'sizeunits' => 'Size units',
2361 'livepreview' => 'Live preview',
2362 'lagwarning' => 'Friendlier slave lag warnings',
2363 'watchlisteditor' => 'Watchlist editor',
2364 'watchlisttools' => 'Watchlist editing tools',
2365 );
2366
2367 /** Short comments for standalone messages */
2368 $wgMessageComments = array(
2369 'lastmodifiedat' => '$1 date, $2 time',
2370 'sitenotice' => 'the equivalent to wgSiteNotice',
2371 'history-feed-item-nocomment' => 'user at time',
2372 'editcomment' => 'only shown if there is an edit comment',
2373 'lastmodifiedatby' => '$1 date, $2 time, $3 user',
2374 'exif-orientation-1' => '0th row: top; 0th column: left',
2375 'exif-orientation-2' => '0th row: top; 0th column: right',
2376 'exif-orientation-3' => '0th row: bottom; 0th column: right',
2377 'exif-orientation-4' => '0th row: bottom; 0th column: left',
2378 'exif-orientation-5' => '0th row: left; 0th column: top',
2379 'exif-orientation-6' => '0th row: right; 0th column: top',
2380 'exif-orientation-7' => '0th row: right; 0th column: bottom',
2381 'exif-orientation-8' => '0th row: left; 0th column: bottom',
2382 'movepage-moved' => 'The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.'
2383 );
2384
2385 /** Messages which contain dollar signs (which are not followed by numbers), and therefore should use a single apostrophe */
2386 $wgMessagseWithDollarSigns = array(
2387 'linkprefix',
2388 'enotif_subject',
2389 'enotif_body',
2390 'allmessagesnotsupportedDB',
2391 );
2392
2393 ?>