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