Update; please keep the same messages order in messages.inc and MessagesEn.php.
[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-groupsremovable',
741 'userrights-groupsavailable',
742 'userrights-groupshelp',
743 'userrights-reason',
744 'userrights-available-none',
745 'userrights-available-add',
746 'userrights-available-remove',
747 'userrights-no-interwiki',
748 'userrights-nodatabase',
749 'userrights-nologin',
750 'userrights-notallowed',
751 ),
752 'group' => array(
753 'group',
754 'group-autoconfirmed',
755 'group-bot',
756 'group-sysop',
757 'group-bureaucrat',
758 'group-all',
759 ),
760 'group-member' => array(
761 'group-autoconfirmed-member',
762 'group-bot-member',
763 'group-sysop-member',
764 'group-bureaucrat-member',
765 ),
766 'grouppage' => array(
767 'grouppage-autoconfirmed',
768 'grouppage-bot',
769 'grouppage-sysop',
770 'grouppage-bureaucrat',
771 ),
772 'rightslog' => array(
773 'rightslog',
774 'rightslogtext',
775 'rightslogentry',
776 'rightsnone',
777 ),
778 'recentchanges' => array(
779 'nchanges',
780 'recentchanges',
781 'recentchanges-url',
782 'recentchangestext',
783 'recentchanges-feed-description',
784 'rcnote',
785 'rcnotefrom',
786 'rclistfrom',
787 'rcshowhideminor',
788 'rcshowhidebots',
789 'rcshowhideliu',
790 'rcshowhideanons',
791 'rcshowhidepatr',
792 'rcshowhidemine',
793 'rclinks',
794 'diff',
795 'hist',
796 'hide',
797 'show',
798 'minoreditletter',
799 'newpageletter',
800 'boteditletter',
801 'sectionlink',
802 'number_of_watching_users_RCview',
803 'number_of_watching_users_pageview',
804 'rc_categories',
805 'rc_categories_any',
806 'rc-change-size',
807 'newsectionsummary',
808 ),
809 'recentchangeslinked' => array(
810 'recentchangeslinked',
811 'recentchangeslinked-title',
812 'recentchangeslinked-noresult',
813 'recentchangeslinked-summary',
814 ),
815 'upload' => array(
816 'upload',
817 'uploadbtn',
818 'reupload',
819 'reuploaddesc',
820 'uploadnologin',
821 'uploadnologintext',
822 'upload_directory_read_only',
823 'uploaderror',
824 'uploadtext',
825 'upload-permitted',
826 'upload-preferred',
827 'upload-prohibited',
828 'uploadlog',
829 'uploadlogpage',
830 'uploadlogpagetext',
831 'filename',
832 'filedesc',
833 'fileuploadsummary',
834 'filestatus',
835 'filesource',
836 'uploadedfiles',
837 'ignorewarning',
838 'ignorewarnings',
839 'minlength1',
840 'illegalfilename',
841 'badfilename',
842 'filetype-badmime',
843 'filetype-unwanted-type',
844 'filetype-banned-type',
845 'filetype-missing',
846 'large-file',
847 'largefileserver',
848 'emptyfile',
849 'fileexists',
850 'fileexists-extension',
851 'fileexists-thumb',
852 'fileexists-thumbnail-yes',
853 'file-thumbnail-no',
854 'fileexists-forbidden',
855 'fileexists-shared-forbidden',
856 'successfulupload',
857 'uploadwarning',
858 'savefile',
859 'uploadedimage',
860 'overwroteimage',
861 'uploaddisabled',
862 'uploaddisabledtext',
863 'uploadscripted',
864 'uploadcorrupt',
865 'uploadvirus',
866 'sourcefilename',
867 'destfilename',
868 'watchthisupload',
869 'filewasdeleted',
870 'upload-wasdeleted',
871 'filename-bad-prefix',
872 'filename-prefix-blacklist',
873 ),
874 'upload-errors' => array(
875 'upload-proto-error',
876 'upload-proto-error-text',
877 'upload-file-error',
878 'upload-file-error-text',
879 'upload-misc-error',
880 'upload-misc-error-text',
881 ),
882 'upload-curl-errors' => array(
883 'upload-curl-error6',
884 'upload-curl-error6-text',
885 'upload-curl-error28',
886 'upload-curl-error28-text',
887 ),
888 'licenses' => array(
889 'license',
890 'nolicense',
891 'licenses',
892 'license-nopreview',
893 'upload_source_url',
894 'upload_source_file',
895 ),
896 'imagelist' => array(
897 'imagelist',
898 'imagelist-summary',
899 'imagelisttext',
900 'getimagelist',
901 'ilsubmit',
902 'showlast',
903 'byname',
904 'bydate',
905 'bysize',
906 'imgdelete',
907 'imgdesc',
908 'imgfile',
909 'filehist',
910 'filehist-help',
911 'filehist-deleteall',
912 'filehist-deleteone',
913 'filehist-revert',
914 'filehist-current',
915 'filehist-datetime',
916 'filehist-user',
917 'filehist-dimensions',
918 'filehist-filesize',
919 'filehist-comment',
920 'imagelinks',
921 'linkstoimage',
922 'nolinkstoimage',
923 'sharedupload',
924 'shareduploadwiki',
925 'shareduploadwiki-linktext',
926 'shareddescriptionfollows',
927 'noimage',
928 'noimage-linktext',
929 'uploadnewversion-linktext',
930 'imagelist_date',
931 'imagelist_name',
932 'imagelist_user',
933 'imagelist_size',
934 'imagelist_description',
935 'imagelist_search_for',
936 ),
937 'filerevert' => array(
938 'filerevert',
939 'filerevert-backlink',
940 'filerevert-legend',
941 'filerevert-intro',
942 'filerevert-comment',
943 'filerevert-defaultcomment',
944 'filerevert-submit',
945 'filerevert-success',
946 'filerevert-badversion',
947 ),
948 'filedelete' => array(
949 'filedelete',
950 'filedelete-backlink',
951 'filedelete-legend',
952 'filedelete-intro',
953 'filedelete-intro-old',
954 'filedelete-comment',
955 'filedelete-submit',
956 'filedelete-success',
957 'filedelete-success-old',
958 'filedelete-nofile',
959 'filedelete-nofile-old',
960 'filedelete-iscurrent',
961 ),
962 'mimesearch' => array(
963 'mimesearch',
964 'mimesearch-summary',
965 'mimetype',
966 'download',
967 ),
968 'unwatchedpages' => array(
969 'unwatchedpages',
970 'unwatchedpages-summary',
971 ),
972 'listredirects' => array(
973 'listredirects',
974 'listredirects-summary',
975 ),
976 'unusedtemplates' => array(
977 'unusedtemplates',
978 'unusedtemplates-summary',
979 'unusedtemplatestext',
980 'unusedtemplateswlh',
981 ),
982 'randompage' => array(
983 'randompage',
984 'randompage-nopages',
985 'randompage-url',
986 ),
987 'randomredirect' => array(
988 'randomredirect',
989 'randomredirect-nopages',
990 ),
991 'statistics' => array(
992 'statistics',
993 'sitestats',
994 'userstats',
995 'sitestatstext',
996 'userstatstext',
997 'statistics-mostpopular',
998 'statistics-footer',
999 ),
1000 'disambiguations' => array(
1001 'disambiguations',
1002 'disambiguations-summary',
1003 'disambiguationspage',
1004 'disambiguations-text',
1005 ),
1006 'doubleredirects' => array(
1007 'doubleredirects',
1008 'doubleredirects-summary',
1009 'doubleredirectstext',
1010 ),
1011 'brokenredirects' => array(
1012 'brokenredirects',
1013 'brokenredirects-summary',
1014 'brokenredirectstext',
1015 'brokenredirects-edit',
1016 'brokenredirects-delete',
1017 ),
1018 'withoutinterwiki' => array(
1019 'withoutinterwiki',
1020 'withoutinterwiki-header',
1021 'withoutinterwiki-summary',
1022 ),
1023 'fewestrevisions' => array(
1024 'fewestrevisions',
1025 'fewestrevisions-summary',
1026 ),
1027 'specialpages' => array(
1028 'nbytes',
1029 'ncategories',
1030 'nlinks',
1031 'nmembers',
1032 'nrevisions',
1033 'nviews',
1034 'nchanges',
1035 'specialpage-empty',
1036 'lonelypages',
1037 'lonelypages-summary',
1038 'lonelypagestext',
1039 'uncategorizedpages',
1040 'uncategorizedpages-summary',
1041 'uncategorizedcategories',
1042 'uncategorizedcategories-summary',
1043 'uncategorizedimages',
1044 'uncategorizedimages-summary',
1045 'uncategorizedtemplates',
1046 'uncategorizedtemplates-summary',
1047 'unusedcategories',
1048 'unusedimages',
1049 'popularpages',
1050 'popularpages-summary',
1051 'wantedcategories',
1052 'wantedcategories-summary',
1053 'wantedpages',
1054 'wantedpages-summary',
1055 'mostlinked',
1056 'mostlinked-summary',
1057 'mostlinkedcategories',
1058 'mostlinkedcategories-summary',
1059 'mostlinkedtemplates',
1060 'mostlinkedtemplates-summary',
1061 'mostcategories',
1062 'mostcategories-summary',
1063 'mostimages',
1064 'mostimages-summary',
1065 'mostrevisions',
1066 'mostrevisions-summary',
1067 'allpages',
1068 'allpages-summary',
1069 'prefixindex',
1070 'prefixindex-summary',
1071 'shortpages',
1072 'shortpages-summary',
1073 'longpages',
1074 'longpages-summary',
1075 'deadendpages',
1076 'deadendpages-summary',
1077 'deadendpagestext',
1078 'protectedpages',
1079 'protectedpages-summary',
1080 'protectedpagestext',
1081 'protectedpagesempty',
1082 'protectedtitles',
1083 'protectedtitles-summary',
1084 'protectedtitlestext',
1085 'protectedtitlesempty',
1086 'listusers',
1087 'listusers-summary',
1088 'specialpages',
1089 'specialpages-summary',
1090 'spheading',
1091 'restrictedpheading',
1092 'newpages',
1093 'newpages-summary',
1094 'newpages-username',
1095 'ancientpages',
1096 'ancientpages-summary',
1097 'intl',
1098 'move',
1099 'movethispage',
1100 'unusedimagestext',
1101 'unusedcategoriestext',
1102 'notargettitle',
1103 'notargettext',
1104 'pager-newer-n',
1105 'pager-older-n',
1106 ),
1107 'booksources' => array(
1108 'booksources',
1109 'booksources-summary',
1110 'booksources-search-legend',
1111 'booksources-isbn',
1112 'booksources-go',
1113 'booksources-text',
1114 ),
1115 'specialpages2' => array(
1116 'categoriespagetext',
1117 'data',
1118 'userrights',
1119 'userrights-summary',
1120 'groups',
1121 'isbn',
1122 'rfcurl',
1123 'pubmedurl',
1124 'alphaindexline',
1125 'version',
1126 ),
1127 'logpages' => array(
1128 'specialloguserlabel',
1129 'speciallogtitlelabel',
1130 'log',
1131 'all-logs-page',
1132 'log-search-legend',
1133 'log-search-submit',
1134 'alllogstext',
1135 'logempty',
1136 'log-title-wildcard',
1137 ),
1138 'allpages' => array(
1139 'nextpage',
1140 'prevpage',
1141 'allpagesfrom',
1142 'allarticles',
1143 'allinnamespace',
1144 'allnotinnamespace',
1145 'allpagesprev',
1146 'allpagesnext',
1147 'allpagessubmit',
1148 'allpagesprefix',
1149 'allpagesbadtitle',
1150 'allpages-bad-ns',
1151 ),
1152 'listusers' => array(
1153 'listusersfrom',
1154 'listusers-submit',
1155 'listusers-noresult',
1156 ),
1157 'emailuser' => array(
1158 'mailnologin',
1159 'mailnologintext',
1160 'emailuser',
1161 'emailpage',
1162 'emailpagetext',
1163 'usermailererror',
1164 'defemailsubject',
1165 'noemailtitle',
1166 'noemailtext',
1167 'emailfrom',
1168 'emailto',
1169 'emailsubject',
1170 'emailmessage',
1171 'emailsend',
1172 'emailccme',
1173 'emailccsubject',
1174 'emailsent',
1175 'emailsenttext',
1176 ),
1177 'watchlist' => array(
1178 'watchlist',
1179 'mywatchlist',
1180 'watchlistfor',
1181 'nowatchlist',
1182 'watchlistanontext',
1183 'watchnologin',
1184 'watchnologintext',
1185 'addedwatch',
1186 'addedwatchtext',
1187 'removedwatch',
1188 'removedwatchtext',
1189 'watch',
1190 'watchthispage',
1191 'unwatch',
1192 'unwatchthispage',
1193 'notanarticle',
1194 'watchnochange',
1195 'watchlist-details',
1196 'wlheader-enotif',
1197 'wlheader-showupdated',
1198 'watchmethod-recent',
1199 'watchmethod-list',
1200 'watchlistcontains',
1201 'iteminvalidname',
1202 'wlnote',
1203 'wlshowlast',
1204 'watchlist-show-bots',
1205 'watchlist-hide-bots',
1206 'watchlist-show-own',
1207 'watchlist-hide-own',
1208 'watchlist-show-minor',
1209 'watchlist-hide-minor',
1210 ),
1211 'watching' => array(
1212 'watching',
1213 'unwatching',
1214 ),
1215 'enotif' => array(
1216 'enotif_mailer',
1217 'enotif_reset',
1218 'enotif_newpagetext',
1219 'enotif_impersonal_salutation',
1220 'changed',
1221 'created',
1222 'enotif_subject',
1223 'enotif_lastvisited',
1224 'enotif_lastdiff',
1225 'enotif_anon_editor',
1226 'enotif_body',
1227 ),
1228 'deleteprotectrev' => array(
1229 'deletepage',
1230 'confirm',
1231 'excontent',
1232 'excontentauthor',
1233 'exbeforeblank',
1234 'exblank',
1235 'confirmdelete',
1236 'deletesub',
1237 'historywarning',
1238 'confirmdeletetext',
1239 'actioncomplete',
1240 'deletedtext',
1241 'deletedarticle',
1242 'dellogpage',
1243 'dellogpagetext',
1244 'deletionlog',
1245 'reverted',
1246 'deletecomment',
1247 'deleteotherreason',
1248 'deletereasonotherlist',
1249 'deletereason-dropdown',
1250 'rollback',
1251 'rollback_short',
1252 'rollbacklink',
1253 'rollbackfailed',
1254 'cantrollback',
1255 'alreadyrolled',
1256 'editcomment',
1257 'revertpage',
1258 'rollback-success',
1259 'sessionfailure',
1260 'protectlogpage',
1261 'protectlogtext',
1262 'protectedarticle',
1263 'modifiedarticleprotection',
1264 'unprotectedarticle',
1265 'protectsub',
1266 'confirmprotect',
1267 'protectcomment',
1268 'protectexpiry',
1269 'protect_expiry_invalid',
1270 'protect_expiry_old',
1271 'unprotectsub',
1272 'protect-unchain',
1273 'protect-text',
1274 'protect-locked-blocked',
1275 'protect-locked-dblock',
1276 'protect-locked-access',
1277 'protect-cascadeon',
1278 'protect-default',
1279 'protect-fallback',
1280 'protect-level-autoconfirmed',
1281 'protect-level-sysop',
1282 'protect-summary-cascade',
1283 'protect-expiring',
1284 'protect-cascade',
1285 'protect-cantedit',
1286 'restriction-type',
1287 'restriction-level',
1288 'minimum-size',
1289 'maximum-size',
1290 'pagesize',
1291 ),
1292 'restrictions' => array(
1293 'restriction-edit',
1294 'restriction-move',
1295 'restriction-create',
1296 ),
1297 'restriction-levels' => array(
1298 'restriction-level-sysop',
1299 'restriction-level-autoconfirmed',
1300 'restriction-level-all',
1301 ),
1302 'undelete' => array(
1303 'undelete',
1304 'undeletepage',
1305 'viewdeletedpage',
1306 'undeletepagetext',
1307 'undeleteextrahelp',
1308 'undeleterevisions',
1309 'undeletehistory',
1310 'undeleterevdel',
1311 'undeletehistorynoadmin',
1312 'undelete-revision',
1313 'undeleterevision-missing',
1314 'undelete-nodiff',
1315 'undeletebtn',
1316 'undeletereset',
1317 'undeletecomment',
1318 'undeletedarticle',
1319 'undeletedrevisions',
1320 'undeletedrevisions-files',
1321 'undeletedfiles',
1322 'cannotundelete',
1323 'undeletedpage',
1324 'undelete-header',
1325 'undelete-search-box',
1326 'undelete-search-prefix',
1327 'undelete-search-submit',
1328 'undelete-no-results',
1329 'undelete-filename-mismatch',
1330 'undelete-bad-store-key',
1331 'undelete-cleanup-error',
1332 'undelete-missing-filearchive',
1333 'undelete-error-short',
1334 'undelete-error-long',
1335 ),
1336 'nsform' => array(
1337 'namespace',
1338 'invert',
1339 'blanknamespace',
1340 ),
1341 'contributions' => array(
1342 'contributions',
1343 'mycontris',
1344 'contribsub2',
1345 'nocontribs',
1346 'ucnote',
1347 'uclinks',
1348 'uctop',
1349 'month',
1350 'year',
1351 ),
1352 'sp-contributions' => array(
1353 'sp-contributions-newbies',
1354 'sp-contributions-newbies-sub',
1355 'sp-contributions-blocklog',
1356 'sp-contributions-search',
1357 'sp-contributions-username',
1358 'sp-contributions-submit',
1359 'sp-contributions-explain',
1360 'sp-contributions-footer',
1361 'sp-contributions-footer-anon',
1362 ),
1363 'newimages-showfrom' => array(
1364 'sp-newimages-showfrom',
1365 ),
1366 'whatlinkshere' => array(
1367 'whatlinkshere',
1368 'whatlinkshere-title',
1369 'whatlinkshere-summary',
1370 'whatlinkshere-page',
1371 'whatlinkshere-barrow',
1372 'linklistsub',
1373 'linkshere',
1374 'nolinkshere',
1375 'nolinkshere-ns',
1376 'isredirect',
1377 'istemplate',
1378 'whatlinkshere-prev',
1379 'whatlinkshere-next',
1380 'whatlinkshere-links',
1381 ),
1382 'block' => array(
1383 'blockip',
1384 'blockiptext',
1385 'ipaddress',
1386 'ipadressorusername',
1387 'ipbexpiry',
1388 'ipbreason',
1389 'ipbreasonotherlist',
1390 'ipbreason-dropdown',
1391 'ipbanononly',
1392 'ipbcreateaccount',
1393 'ipbemailban',
1394 'ipbenableautoblock',
1395 'ipbsubmit',
1396 'ipbother',
1397 'ipboptions',
1398 'ipbotheroption',
1399 'ipbotherreason',
1400 'ipbhidename',
1401 'badipaddress',
1402 'blockipsuccesssub',
1403 'blockipsuccesstext',
1404 'ipb-edit-dropdown',
1405 'ipb-unblock-addr',
1406 'ipb-unblock',
1407 'ipb-blocklist-addr',
1408 'ipb-blocklist',
1409 'unblockip',
1410 'unblockiptext',
1411 'ipusubmit',
1412 'unblocked',
1413 'unblocked-id',
1414 'ipblocklist',
1415 'ipblocklist-legend',
1416 'ipblocklist-username',
1417 'ipblocklist-summary',
1418 'ipblocklist-submit',
1419 'blocklistline',
1420 'infiniteblock',
1421 'expiringblock',
1422 'anononlyblock',
1423 'noautoblockblock',
1424 'createaccountblock',
1425 'emailblock',
1426 'ipblocklist-empty',
1427 'ipblocklist-no-results',
1428 'blocklink',
1429 'unblocklink',
1430 'contribslink',
1431 'autoblocker',
1432 'blocklogpage',
1433 'blocklogentry',
1434 'blocklogtext',
1435 'unblocklogentry',
1436 'block-log-flags-anononly',
1437 'block-log-flags-nocreate',
1438 'block-log-flags-noautoblock',
1439 'block-log-flags-noemail',
1440 'range_block_disabled',
1441 'ipb_expiry_invalid',
1442 'ipb_already_blocked',
1443 'ipb_cant_unblock',
1444 'ipb_blocked_as_range',
1445 'ip_range_invalid',
1446 'blockme',
1447 'proxyblocker',
1448 'proxyblocker-disabled',
1449 'proxyblockreason',
1450 'proxyblocksuccess',
1451 'sorbs',
1452 'sorbsreason',
1453 'sorbs_create_account_reason',
1454 ),
1455 'developertools' => array(
1456 'lockdb',
1457 'unlockdb',
1458 'lockdbtext',
1459 'unlockdbtext',
1460 'lockconfirm',
1461 'unlockconfirm',
1462 'lockbtn',
1463 'unlockbtn',
1464 'locknoconfirm',
1465 'lockdbsuccesssub',
1466 'unlockdbsuccesssub',
1467 'lockdbsuccesstext',
1468 'unlockdbsuccesstext',
1469 'lockfilenotwritable',
1470 'databasenotlocked',
1471 ),
1472 'movepage' => array(
1473 'movepage',
1474 'movepagetext',
1475 'movepagetalktext',
1476 'movearticle',
1477 'movenologin',
1478 'movenologintext',
1479 'movenotallowed',
1480 'newtitle',
1481 'move-watch',
1482 'movepagebtn',
1483 'pagemovedsub',
1484 'movepage-moved',
1485 'articleexists',
1486 'cantmove-titleprotected',
1487 'talkexists',
1488 'movedto',
1489 'movetalk',
1490 'talkpagemoved',
1491 'talkpagenotmoved',
1492 '1movedto2',
1493 '1movedto2_redir',
1494 'movelogpage',
1495 'movelogpagetext',
1496 'movereason',
1497 'revertmove',
1498 'delete_and_move',
1499 'delete_and_move_text',
1500 'delete_and_move_confirm',
1501 'delete_and_move_reason',
1502 'selfmove',
1503 'immobile_namespace',
1504 ),
1505 'export' => array(
1506 'export',
1507 'exporttext',
1508 'exportcuronly',
1509 'exportnohistory',
1510 'export-submit',
1511 'export-addcattext',
1512 'export-addcat',
1513 'export-download',
1514 ),
1515 'allmessages' => array(
1516 'allmessages',
1517 'allmessagesname',
1518 'allmessagesdefault',
1519 'allmessagescurrent',
1520 'allmessagestext',
1521 'allmessagesnotsupportedDB',
1522 'allmessagesfilter',
1523 'allmessagesmodified',
1524 ),
1525 'thumbnails' => array(
1526 'thumbnail-more',
1527 'missingimage',
1528 'filemissing',
1529 'thumbnail_error',
1530 'djvu_page_error',
1531 'djvu_no_xml',
1532 'thumbnail_invalid_params',
1533 'thumbnail_dest_directory',
1534 ),
1535 'import' => array(
1536 'import',
1537 'importinterwiki',
1538 'import-interwiki-text',
1539 'import-interwiki-history',
1540 'import-interwiki-submit',
1541 'import-interwiki-namespace',
1542 'importtext',
1543 'importstart',
1544 'import-revision-count',
1545 'importnopages',
1546 'importfailed',
1547 'importunknownsource',
1548 'importcantopen',
1549 'importbadinterwiki',
1550 'importnotext',
1551 'importsuccess',
1552 'importhistoryconflict',
1553 'importnosources',
1554 'importnofile',
1555 'importuploaderror',
1556 ),
1557 'importlog' => array(
1558 'importlogpage',
1559 'importlogpagetext',
1560 'import-logentry-upload',
1561 'import-logentry-upload-detail',
1562 'import-logentry-interwiki',
1563 'import-logentry-interwiki-detail',
1564 ),
1565 'accesskeys' => array(
1566 'accesskey-pt-userpage',
1567 'accesskey-pt-anonuserpage',
1568 'accesskey-pt-mytalk',
1569 'accesskey-pt-anontalk',
1570 'accesskey-pt-preferences',
1571 'accesskey-pt-watchlist',
1572 'accesskey-pt-mycontris',
1573 'accesskey-pt-login',
1574 'accesskey-pt-anonlogin',
1575 'accesskey-pt-logout',
1576 'accesskey-ca-talk',
1577 'accesskey-ca-edit',
1578 'accesskey-ca-addsection',
1579 'accesskey-ca-viewsource',
1580 'accesskey-ca-history',
1581 'accesskey-ca-protect',
1582 'accesskey-ca-delete',
1583 'accesskey-ca-undelete',
1584 'accesskey-ca-move',
1585 'accesskey-ca-watch',
1586 'accesskey-ca-unwatch',
1587 'accesskey-search',
1588 'accesskey-search-go',
1589 'accesskey-search-fulltext',
1590 'accesskey-p-logo',
1591 'accesskey-n-mainpage',
1592 'accesskey-n-portal',
1593 'accesskey-n-currentevents',
1594 'accesskey-n-recentchanges',
1595 'accesskey-n-randompage',
1596 'accesskey-n-help',
1597 'accesskey-n-sitesupport',
1598 'accesskey-t-whatlinkshere',
1599 'accesskey-t-recentchangeslinked',
1600 'accesskey-t-random',
1601 'accesskey-feed-rss',
1602 'accesskey-feed-atom',
1603 'accesskey-t-contributions',
1604 'accesskey-t-emailuser',
1605 'accesskey-t-permalink',
1606 'accesskey-t-print',
1607 'accesskey-t-upload',
1608 'accesskey-t-specialpages',
1609 'accesskey-ca-nstab-main',
1610 'accesskey-ca-nstab-user',
1611 'accesskey-ca-nstab-media',
1612 'accesskey-ca-nstab-special',
1613 'accesskey-ca-nstab-project',
1614 'accesskey-ca-nstab-image',
1615 'accesskey-ca-nstab-mediawiki',
1616 'accesskey-ca-nstab-template',
1617 'accesskey-ca-nstab-help',
1618 'accesskey-ca-nstab-category',
1619 'accesskey-minoredit',
1620 'accesskey-save',
1621 'accesskey-preview',
1622 'accesskey-diff',
1623 'accesskey-compareselectedversions',
1624 'accesskey-watch',
1625 'accesskey-upload',
1626 ),
1627 'tooltips' => array(
1628 'tooltip-pt-userpage',
1629 'tooltip-pt-anonuserpage',
1630 'tooltip-pt-mytalk',
1631 'tooltip-pt-anontalk',
1632 'tooltip-pt-preferences',
1633 'tooltip-pt-watchlist',
1634 'tooltip-pt-mycontris',
1635 'tooltip-pt-login',
1636 'tooltip-pt-anonlogin',
1637 'tooltip-pt-logout',
1638 'tooltip-ca-talk',
1639 'tooltip-ca-edit',
1640 'tooltip-ca-addsection',
1641 'tooltip-ca-viewsource',
1642 'tooltip-ca-history',
1643 'tooltip-ca-protect',
1644 'tooltip-ca-delete',
1645 'tooltip-ca-undelete',
1646 'tooltip-ca-move',
1647 'tooltip-ca-watch',
1648 'tooltip-ca-unwatch',
1649 'tooltip-search',
1650 'tooltip-search-go',
1651 'tooltip-search-fulltext',
1652 'tooltip-p-logo',
1653 'tooltip-n-mainpage',
1654 'tooltip-n-portal',
1655 'tooltip-n-currentevents',
1656 'tooltip-n-recentchanges',
1657 'tooltip-n-randompage',
1658 'tooltip-n-help',
1659 'tooltip-n-sitesupport',
1660 'tooltip-t-whatlinkshere',
1661 'tooltip-t-recentchangeslinked',
1662 'tooltip-t-random',
1663 'tooltip-feed-rss',
1664 'tooltip-feed-atom',
1665 'tooltip-t-contributions',
1666 'tooltip-t-emailuser',
1667 'tooltip-t-upload',
1668 'tooltip-t-specialpages',
1669 'tooltip-t-print',
1670 'tooltip-t-permalink',
1671 'tooltip-ca-nstab-main',
1672 'tooltip-ca-nstab-user',
1673 'tooltip-ca-nstab-media',
1674 'tooltip-ca-nstab-special',
1675 'tooltip-ca-nstab-project',
1676 'tooltip-ca-nstab-image',
1677 'tooltip-ca-nstab-mediawiki',
1678 'tooltip-ca-nstab-template',
1679 'tooltip-ca-nstab-help',
1680 'tooltip-ca-nstab-category',
1681 'tooltip-minoredit',
1682 'tooltip-save',
1683 'tooltip-preview',
1684 'tooltip-diff',
1685 'tooltip-compareselectedversions',
1686 'tooltip-watch',
1687 'tooltip-recreate',
1688 'tooltip-upload',
1689 ),
1690 'stylesheets' => array(
1691 'common.css',
1692 'monobook.css',
1693 ),
1694 'scripts' => array(
1695 'common.js',
1696 'monobook.js',
1697 ),
1698 'metadata_cc' => array(
1699 'nodublincore',
1700 'nocreativecommons',
1701 'notacceptable',
1702 ),
1703 'attribution' => array(
1704 'anonymous',
1705 'siteuser',
1706 'lastmodifiedatby',
1707 'and',
1708 'othercontribs',
1709 'others',
1710 'siteusers',
1711 'creditspage',
1712 'nocredits',
1713 ),
1714 'spamprotection' => array(
1715 'spamprotectiontitle',
1716 'spamprotectiontext',
1717 'spamprotectionmatch',
1718 'subcategorycount',
1719 'categoryarticlecount',
1720 'category-media-count',
1721 'listingcontinuesabbrev',
1722 'spambot_username',
1723 'spam_reverting',
1724 'spam_blanking',
1725 ),
1726 'info' => array(
1727 'infosubtitle',
1728 'numedits',
1729 'numtalkedits',
1730 'numwatchers',
1731 'numauthors',
1732 'numtalkauthors',
1733 ),
1734 'math' => array(
1735 'mw_math_png',
1736 'mw_math_simple',
1737 'mw_math_html',
1738 'mw_math_source',
1739 'mw_math_modern',
1740 'mw_math_mathml',
1741 ),
1742 'patrolling' => array(
1743 'markaspatrolleddiff',
1744 'markaspatrolledlink',
1745 'markaspatrolledtext',
1746 'markedaspatrolled',
1747 'markedaspatrolledtext',
1748 'rcpatroldisabled',
1749 'rcpatroldisabledtext',
1750 'markedaspatrollederror',
1751 'markedaspatrollederrortext',
1752 'markedaspatrollederror-noautopatrol',
1753 ),
1754 'patrol-log' => array(
1755 'patrol-log-page',
1756 'patrol-log-header',
1757 'patrol-log-line',
1758 'patrol-log-auto',
1759 'patrol-log-diff',
1760 ),
1761 'imagedeletion' => array(
1762 'deletedrevision',
1763 'filedeleteerror-short',
1764 'filedeleteerror-long',
1765 'filedelete-missing',
1766 'filedelete-old-unregistered',
1767 'filedelete-current-unregistered',
1768 'filedelete-archive-read-only',
1769 ),
1770 'browsediffs' => array(
1771 'previousdiff',
1772 'nextdiff',
1773 ),
1774 'media-info' => array(
1775 'mediawarning',
1776 'imagemaxsize',
1777 'thumbsize',
1778 'widthheight',
1779 'widthheightpage',
1780 'file-info',
1781 'file-info-size',
1782 'file-nohires',
1783 'svg-long-desc',
1784 'show-big-image',
1785 'show-big-image-thumb',
1786 ),
1787 'newimages' => array(
1788 'newimages',
1789 'newimages-summary',
1790 'showhidebots',
1791 'noimages',
1792 ),
1793 'video-info' => array(
1794 'video-dims',
1795 'seconds-abbrev',
1796 'minutes-abbrev',
1797 'hours-abbrev',
1798 ),
1799 'badimagelist' => array(
1800 'bad_image_list',
1801 ),
1802 'variantname-zh' => array(
1803 'variantname-zh-hans',
1804 'variantname-zh-hant',
1805 'variantname-zh-cn',
1806 'variantname-zh-tw',
1807 'variantname-zh-hk',
1808 'variantname-zh-sg',
1809 'variantname-zh',
1810 ),
1811 'variantname-sr' => array(
1812 'variantname-sr-ec',
1813 'variantname-sr-el',
1814 'variantname-sr-jc',
1815 'variantname-sr-jl',
1816 'variantname-sr',
1817 ),
1818 'variantname-kk' => array(
1819 'variantname-kk-kz',
1820 'variantname-kk-tr',
1821 'variantname-kk-cn',
1822 'variantname-kk-cyrl',
1823 'variantname-kk-latn',
1824 'variantname-kk-arab',
1825 'variantname-kk',
1826 ),
1827 'variantname-ku' => array(
1828 'variantname-ku-arab',
1829 'variantname-ku-latn',
1830 'variantname-ku',
1831 ),
1832 'metadata' => array(
1833 'metadata',
1834 'metadata-help',
1835 'metadata-expand',
1836 'metadata-collapse',
1837 'metadata-fields',
1838 ),
1839 'exif' => array(
1840 'exif-imagewidth',
1841 'exif-imagelength',
1842 'exif-bitspersample',
1843 'exif-compression',
1844 'exif-photometricinterpretation',
1845 'exif-orientation',
1846 'exif-samplesperpixel',
1847 'exif-planarconfiguration',
1848 'exif-ycbcrsubsampling',
1849 'exif-ycbcrpositioning',
1850 'exif-xresolution',
1851 'exif-yresolution',
1852 'exif-resolutionunit',
1853 'exif-stripoffsets',
1854 'exif-rowsperstrip',
1855 'exif-stripbytecounts',
1856 'exif-jpeginterchangeformat',
1857 'exif-jpeginterchangeformatlength',
1858 'exif-transferfunction',
1859 'exif-whitepoint',
1860 'exif-primarychromaticities',
1861 'exif-ycbcrcoefficients',
1862 'exif-referenceblackwhite',
1863 'exif-datetime',
1864 'exif-imagedescription',
1865 'exif-make',
1866 'exif-model',
1867 'exif-software',
1868 'exif-artist',
1869 'exif-copyright',
1870 'exif-exifversion',
1871 'exif-flashpixversion',
1872 'exif-colorspace',
1873 'exif-componentsconfiguration',
1874 'exif-compressedbitsperpixel',
1875 'exif-pixelydimension',
1876 'exif-pixelxdimension',
1877 'exif-makernote',
1878 'exif-usercomment',
1879 'exif-relatedsoundfile',
1880 'exif-datetimeoriginal',
1881 'exif-datetimedigitized',
1882 'exif-subsectime',
1883 'exif-subsectimeoriginal',
1884 'exif-subsectimedigitized',
1885 'exif-exposuretime',
1886 'exif-exposuretime-format',
1887 'exif-fnumber',
1888 'exif-fnumber-format',
1889 'exif-exposureprogram',
1890 'exif-spectralsensitivity',
1891 'exif-isospeedratings',
1892 'exif-oecf',
1893 'exif-shutterspeedvalue',
1894 'exif-aperturevalue',
1895 'exif-brightnessvalue',
1896 'exif-exposurebiasvalue',
1897 'exif-maxaperturevalue',
1898 'exif-subjectdistance',
1899 'exif-meteringmode',
1900 'exif-lightsource',
1901 'exif-flash',
1902 'exif-focallength',
1903 'exif-focallength-format',
1904 'exif-subjectarea',
1905 'exif-flashenergy',
1906 'exif-spatialfrequencyresponse',
1907 'exif-focalplanexresolution',
1908 'exif-focalplaneyresolution',
1909 'exif-focalplaneresolutionunit',
1910 'exif-subjectlocation',
1911 'exif-exposureindex',
1912 'exif-sensingmethod',
1913 'exif-filesource',
1914 'exif-scenetype',
1915 'exif-cfapattern',
1916 'exif-customrendered',
1917 'exif-exposuremode',
1918 'exif-whitebalance',
1919 'exif-digitalzoomratio',
1920 'exif-focallengthin35mmfilm',
1921 'exif-scenecapturetype',
1922 'exif-gaincontrol',
1923 'exif-contrast',
1924 'exif-saturation',
1925 'exif-sharpness',
1926 'exif-devicesettingdescription',
1927 'exif-subjectdistancerange',
1928 'exif-imageuniqueid',
1929 'exif-gpsversionid',
1930 'exif-gpslatituderef',
1931 'exif-gpslatitude',
1932 'exif-gpslongituderef',
1933 'exif-gpslongitude',
1934 'exif-gpsaltituderef',
1935 'exif-gpsaltitude',
1936 'exif-gpstimestamp',
1937 'exif-gpssatellites',
1938 'exif-gpsstatus',
1939 'exif-gpsmeasuremode',
1940 'exif-gpsdop',
1941 'exif-gpsspeedref',
1942 'exif-gpsspeed',
1943 'exif-gpstrackref',
1944 'exif-gpstrack',
1945 'exif-gpsimgdirectionref',
1946 'exif-gpsimgdirection',
1947 'exif-gpsmapdatum',
1948 'exif-gpsdestlatituderef',
1949 'exif-gpsdestlatitude',
1950 'exif-gpsdestlongituderef',
1951 'exif-gpsdestlongitude',
1952 'exif-gpsdestbearingref',
1953 'exif-gpsdestbearing',
1954 'exif-gpsdestdistanceref',
1955 'exif-gpsdestdistance',
1956 'exif-gpsprocessingmethod',
1957 'exif-gpsareainformation',
1958 'exif-gpsdatestamp',
1959 'exif-gpsdifferential',
1960 ),
1961 'exif-values' => array(
1962 'exif-make-value',
1963 'exif-model-value',
1964 'exif-software-value',
1965 ),
1966 'exif-compression' => array(
1967 'exif-compression-1',
1968 'exif-compression-6',
1969 ),
1970 'exif-photometricinterpretation' => array(
1971 'exif-photometricinterpretation-2',
1972 'exif-photometricinterpretation-6',
1973 ),
1974 'exif-unknowndate' => array(
1975 'exif-unknowndate',
1976 ),
1977 'exif-orientation' => array(
1978 'exif-orientation-1',
1979 'exif-orientation-2',
1980 'exif-orientation-3',
1981 'exif-orientation-4',
1982 'exif-orientation-5',
1983 'exif-orientation-6',
1984 'exif-orientation-7',
1985 'exif-orientation-8',
1986 ),
1987 'exif-planarconfiguration' => array(
1988 'exif-planarconfiguration-1',
1989 'exif-planarconfiguration-2',
1990 ),
1991 'exif-xyresolution' => array(
1992 'exif-xyresolution-i',
1993 'exif-xyresolution-c',
1994 ),
1995 'exif-colorspace' => array(
1996 'exif-colorspace-1',
1997 'exif-colorspace-ffff.h',
1998 ),
1999 'exif-componentsconfiguration' => array(
2000 'exif-componentsconfiguration-0',
2001 'exif-componentsconfiguration-1',
2002 'exif-componentsconfiguration-2',
2003 'exif-componentsconfiguration-3',
2004 'exif-componentsconfiguration-4',
2005 'exif-componentsconfiguration-5',
2006 'exif-componentsconfiguration-6',
2007 ),
2008 'exif-exposureprogram' => array(
2009 'exif-exposureprogram-0',
2010 'exif-exposureprogram-1',
2011 'exif-exposureprogram-2',
2012 'exif-exposureprogram-3',
2013 'exif-exposureprogram-4',
2014 'exif-exposureprogram-5',
2015 'exif-exposureprogram-6',
2016 'exif-exposureprogram-7',
2017 'exif-exposureprogram-8',
2018 ),
2019 'exif-subjectdistance-value' => array(
2020 'exif-subjectdistance-value',
2021 ),
2022 'exif-meteringmode' => array(
2023 'exif-meteringmode-0',
2024 'exif-meteringmode-1',
2025 'exif-meteringmode-2',
2026 'exif-meteringmode-3',
2027 'exif-meteringmode-4',
2028 'exif-meteringmode-5',
2029 'exif-meteringmode-6',
2030 'exif-meteringmode-255',
2031 ),
2032 'exif-lightsource' => array(
2033 'exif-lightsource-0',
2034 'exif-lightsource-1',
2035 'exif-lightsource-2',
2036 'exif-lightsource-3',
2037 'exif-lightsource-4',
2038 'exif-lightsource-9',
2039 'exif-lightsource-10',
2040 'exif-lightsource-11',
2041 'exif-lightsource-12',
2042 'exif-lightsource-13',
2043 'exif-lightsource-14',
2044 'exif-lightsource-15',
2045 'exif-lightsource-17',
2046 'exif-lightsource-18',
2047 'exif-lightsource-19',
2048 'exif-lightsource-20',
2049 'exif-lightsource-21',
2050 'exif-lightsource-22',
2051 'exif-lightsource-23',
2052 'exif-lightsource-24',
2053 'exif-lightsource-255',
2054 ),
2055 'exif-focalplaneresolutionunit' => array(
2056 'exif-focalplaneresolutionunit-2',
2057 ),
2058 'exif-sensingmethod' => array(
2059 'exif-sensingmethod-1',
2060 'exif-sensingmethod-2',
2061 'exif-sensingmethod-3',
2062 'exif-sensingmethod-4',
2063 'exif-sensingmethod-5',
2064 'exif-sensingmethod-7',
2065 'exif-sensingmethod-8',
2066 ),
2067 'exif-filesource' => array(
2068 'exif-filesource-3',
2069 ),
2070 'exif-scenetype' => array(
2071 'exif-scenetype-1',
2072 ),
2073 'exif-customrendered' => array(
2074 'exif-customrendered-0',
2075 'exif-customrendered-1',
2076 ),
2077 'exif-exposuremode' => array(
2078 'exif-exposuremode-0',
2079 'exif-exposuremode-1',
2080 'exif-exposuremode-2',
2081 ),
2082 'exif-whitebalance' => array(
2083 'exif-whitebalance-0',
2084 'exif-whitebalance-1',
2085 ),
2086 'exif-scenecapturetype' => array(
2087 'exif-scenecapturetype-0',
2088 'exif-scenecapturetype-1',
2089 'exif-scenecapturetype-2',
2090 'exif-scenecapturetype-3',
2091 ),
2092 'exif-gaincontrol' => array(
2093 'exif-gaincontrol-0',
2094 'exif-gaincontrol-1',
2095 'exif-gaincontrol-2',
2096 'exif-gaincontrol-3',
2097 'exif-gaincontrol-4',
2098 ),
2099 'exif-contrast' => array(
2100 'exif-contrast-0',
2101 'exif-contrast-1',
2102 'exif-contrast-2',
2103 ),
2104 'exif-saturation' => array(
2105 'exif-saturation-0',
2106 'exif-saturation-1',
2107 'exif-saturation-2',
2108 ),
2109 'exif-sharpness' => array(
2110 'exif-sharpness-0',
2111 'exif-sharpness-1',
2112 'exif-sharpness-2',
2113 ),
2114 'exif-subjectdistancerange' => array(
2115 'exif-subjectdistancerange-0',
2116 'exif-subjectdistancerange-1',
2117 'exif-subjectdistancerange-2',
2118 'exif-subjectdistancerange-3',
2119 ),
2120 'exif-gpslatitude' => array(
2121 'exif-gpslatitude-n',
2122 'exif-gpslatitude-s',
2123 ),
2124 'exif-gpslongitude' => array(
2125 'exif-gpslongitude-e',
2126 'exif-gpslongitude-w',
2127 ),
2128 'exif-gpsstatus' => array(
2129 'exif-gpsstatus-a',
2130 'exif-gpsstatus-v',
2131 ),
2132 'exif-gpsmeasuremode' => array(
2133 'exif-gpsmeasuremode-2',
2134 'exif-gpsmeasuremode-3',
2135 ),
2136 'exif-gpsspeed' => array(
2137 'exif-gpsspeed-k',
2138 'exif-gpsspeed-m',
2139 'exif-gpsspeed-n',
2140 ),
2141 'exif-gpsdirection' => array(
2142 'exif-gpsdirection-t',
2143 'exif-gpsdirection-m',
2144 ),
2145 'edit-externally' => array(
2146 'edit-externally',
2147 'edit-externally-help',
2148 ),
2149 'all' => array(
2150 'recentchangesall',
2151 'imagelistall',
2152 'watchlistall2',
2153 'namespacesall',
2154 'monthsall',
2155 ),
2156 'confirmemail' => array(
2157 'confirmemail',
2158 'confirmemail_noemail',
2159 'confirmemail_text',
2160 'confirmemail_pending',
2161 'confirmemail_send',
2162 'confirmemail_sent',
2163 'confirmemail_oncreate',
2164 'confirmemail_sendfailed',
2165 'confirmemail_invalid',
2166 'confirmemail_needlogin',
2167 'confirmemail_success',
2168 'confirmemail_loggedin',
2169 'confirmemail_error',
2170 'confirmemail_subject',
2171 'confirmemail_body',
2172 ),
2173 'scarytransclusion' => array(
2174 'scarytranscludedisabled',
2175 'scarytranscludefailed',
2176 'scarytranscludetoolong',
2177 ),
2178 'trackbacks' => array(
2179 'trackbackbox',
2180 'trackback',
2181 'trackbackexcerpt',
2182 'trackbackremove',
2183 'trackbacklink',
2184 'trackbackdeleteok',
2185 ),
2186 'deleteconflict' => array(
2187 'deletedwhileediting',
2188 'confirmrecreate',
2189 'recreate',
2190 ),
2191 'unit-pixel' => array(
2192 'unit-pixel',
2193 ),
2194 'htmldump' => array(
2195 'redirectingto',
2196 ),
2197 'purge' => array(
2198 'confirm_purge',
2199 'confirm_purge_button',
2200 ),
2201 'search2' => array(
2202 'searchcontaining',
2203 'searchnamed',
2204 'articletitles',
2205 'hideresults',
2206 'useajaxsearch',
2207 ),
2208 'separators' => array(
2209 'catseparator',
2210 'semicolon-separator',
2211 'comma-separator',
2212 ),
2213 'imgmulti' => array(
2214 'imgmultipageprev',
2215 'imgmultipagenext',
2216 'imgmultigo',
2217 'imgmultigotopre',
2218 'imgmultigotopost',
2219 'imgmultiparseerror',
2220 ),
2221 'tablepager' => array(
2222 'ascending_abbrev',
2223 'descending_abbrev',
2224 'table_pager_next',
2225 'table_pager_prev',
2226 'table_pager_first',
2227 'table_pager_last',
2228 'table_pager_limit',
2229 'table_pager_limit_submit',
2230 'table_pager_empty',
2231 ),
2232 'autosumm' => array(
2233 'autosumm-blank',
2234 'autosumm-replace',
2235 'autoredircomment',
2236 'autosumm-new',
2237 ),
2238 'autoblock_whitelist' => array(
2239 'autoblock_whitelist',
2240 ),
2241 'sizeunits' => array(
2242 'size-bytes',
2243 'size-kilobytes',
2244 'size-megabytes',
2245 'size-gigabytes',
2246 ),
2247 'livepreview' => array(
2248 'livepreview-loading',
2249 'livepreview-ready',
2250 'livepreview-failed',
2251 'livepreview-error',
2252 ),
2253 'lagwarning' => array(
2254 'lag-warn-normal',
2255 'lag-warn-high',
2256 ),
2257 'watchlisteditor' => array(
2258 'watchlistedit-numitems',
2259 'watchlistedit-noitems',
2260 'watchlistedit-normal-title',
2261 'watchlistedit-normal-legend',
2262 'watchlistedit-normal-explain',
2263 'watchlistedit-normal-submit',
2264 'watchlistedit-normal-done',
2265 'watchlistedit-raw-title',
2266 'watchlistedit-raw-legend',
2267 'watchlistedit-raw-explain',
2268 'watchlistedit-raw-titles',
2269 'watchlistedit-raw-submit',
2270 'watchlistedit-raw-done',
2271 'watchlistedit-raw-added',
2272 'watchlistedit-raw-removed',
2273 ),
2274 'watchlisttools' => array(
2275 'watchlisttools-view',
2276 'watchlisttools-edit',
2277 'watchlisttools-raw',
2278 ),
2279 'iranian-dates' => array(
2280 'iranian-calendar-m1',
2281 'iranian-calendar-m2',
2282 'iranian-calendar-m3',
2283 'iranian-calendar-m4',
2284 'iranian-calendar-m5',
2285 'iranian-calendar-m6',
2286 'iranian-calendar-m7',
2287 'iranian-calendar-m8',
2288 'iranian-calendar-m9',
2289 'iranian-calendar-m10',
2290 'iranian-calendar-m11',
2291 'iranian-calendar-m12',
2292 ),
2293 'hebrew-dates' => array(
2294 'hebrew-calendar-m1',
2295 'hebrew-calendar-m2',
2296 'hebrew-calendar-m3',
2297 'hebrew-calendar-m4',
2298 'hebrew-calendar-m5',
2299 'hebrew-calendar-m6',
2300 'hebrew-calendar-m6a',
2301 'hebrew-calendar-m6b',
2302 'hebrew-calendar-m7',
2303 'hebrew-calendar-m8',
2304 'hebrew-calendar-m9',
2305 'hebrew-calendar-m10',
2306 'hebrew-calendar-m11',
2307 'hebrew-calendar-m12',
2308 'hebrew-calendar-m1-gen',
2309 'hebrew-calendar-m2-gen',
2310 'hebrew-calendar-m3-gen',
2311 'hebrew-calendar-m4-gen',
2312 'hebrew-calendar-m5-gen',
2313 'hebrew-calendar-m6-gen',
2314 'hebrew-calendar-m6a-gen',
2315 'hebrew-calendar-m6b-gen',
2316 'hebrew-calendar-m7-gen',
2317 'hebrew-calendar-m8-gen',
2318 'hebrew-calendar-m9-gen',
2319 'hebrew-calendar-m10-gen',
2320 'hebrew-calendar-m11-gen',
2321 'hebrew-calendar-m12-gen',
2322 ),
2323 'signatures' => array(
2324 'signature',
2325 'signature-anon',
2326 ),
2327 );
2328 /** Comments for each block */
2329 $wgBlockComments = array(
2330 'sidebar' => "The sidebar for MonoBook is generated from this message, lines that do not
2331 begin with * or ** are discarded, furthermore lines that do begin with ** and
2332 do not contain | are also discarded, but don't depend on this behaviour for
2333 future releases. Also note that since each list value is wrapped in a unique
2334 XHTML id it should only appear once and include characters that are legal
2335 XHTML id names.",
2336 'toggles' => 'User preference toggles',
2337 'underline' => '',
2338 'skinpreview' => '',
2339 'dates' => 'Dates',
2340 'categories' => 'Bits of text used by many pages',
2341 'mainpage' => '',
2342 'miscellaneous1' => '',
2343 'metadata_help' => 'Metadata in edit box',
2344 'miscellaneous2' => '',
2345 '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).',
2346 'badaccess' => '',
2347 'versionrequired' => '',
2348 'miscellaneous3' => '',
2349 'nstab' => "Short words for each namespace, by default used in the namespace tab in monobook",
2350 'main' => 'Main script and global functions',
2351 'errors' => 'General errors',
2352 'login' => 'Login and logout pages',
2353 'resetpass' => 'Password reset dialog',
2354 'toolbar' => 'Edit page toolbar',
2355 'edit' => 'Edit pages',
2356 'undo' => '"Undo" feature',
2357 'cantcreateaccount' => 'Account creation failure',
2358 'history' => 'History pages',
2359 'history-feed' => 'Revision feed',
2360 'revdelete' => 'Revision deletion',
2361 'oversightlog' => 'Oversight log',
2362 'mergehistory' => 'History merging',
2363 'mergelog' => 'Merge log',
2364 'diffs' => 'Diffs',
2365 'search' => 'Search results',
2366 'preferences' => 'Preferences page',
2367 'userrights' => 'User rights',
2368 'group' => 'Groups',
2369 'group-member' => '',
2370 'grouppage' => '',
2371 'rightslog' => 'User rights log',
2372 'recentchanges' => 'Recent changes',
2373 'recentchangeslinked' => 'Recent changes linked',
2374 'upload' => 'Upload',
2375 'upload-errors' => '',
2376 'upload-curl-errors' => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>',
2377 'licenses' => '',
2378 'imagelist' => 'Image list',
2379 'filerevert' => 'File reversion',
2380 'filedelete' => 'File deletion',
2381 'mimesearch' => 'MIME search',
2382 'unwatchedpages' => 'Unwatched pages',
2383 'listredirects' => 'List redirects',
2384 'unusedtemplates' => 'Unused templates',
2385 'randompage' => 'Random page',
2386 'randomredirect' => 'Random redirect',
2387 'statistics' => 'Statistics',
2388 'disambiguations' => '',
2389 'doubleredirects' => '',
2390 'brokenredirects' => '',
2391 'withoutinterwiki' => '',
2392 'fewestrevisions' => '',
2393 'specialpages' => 'Miscellaneous special pages',
2394 'booksources' => 'Book sources',
2395 'specialpages2' => '',
2396 'logpages' => 'Special:Log',
2397 'allpages' => 'Special:Allpages',
2398 'listusers' => 'Special:Listusers',
2399 'emailuser' => 'E-mail user',
2400 'watchlist' => 'Watchlist',
2401 'watching' => 'Displayed when you click the "watch" button and it\'s in the process of watching',
2402 'enotif' => '',
2403 'deleteprotectrev' => 'Delete/protect/revert',
2404 'restrictions' => 'Restrictions (nouns)',
2405 'restriction-levels' => 'Restriction levels',
2406 'undelete' => 'Undelete',
2407 'nsform' => 'Namespace form on various pages',
2408 'contributions' => 'Contributions',
2409 'sp-contributions' => '',
2410 'newimages-showfrom' => '',
2411 'whatlinkshere' => 'What links here',
2412 'block' => 'Block/unblock',
2413 'developertools' => 'Developer tools',
2414 'movepage' => 'Move page',
2415 'export' => 'Export',
2416 'allmessages' => 'Namespace 8 related',
2417 'thumbnails' => 'Thumbnails',
2418 'import' => 'Special:Import',
2419 'importlog' => 'Import log',
2420 'accesskeys' => 'Keyboard access keys for power users',
2421 'tooltips' => 'Tooltip help for the actions',
2422 'stylesheets' => 'Stylesheets',
2423 'scripts' => 'Scripts',
2424 'metadata_cc' => 'Metadata',
2425 'attribution' => 'Attribution',
2426 'spamprotection' => 'Spam protection',
2427 'info' => 'Info page',
2428 'math' => 'Math options',
2429 'patrolling' => 'Patrolling',
2430 'patrol-log' => 'Patrol log',
2431 'imagedeletion' => 'Image deletion',
2432 'browsediffs' => 'Browsing diffs',
2433 'newimages' => 'Special:Newimages',
2434 'video-info' => 'Video information, used by Language::formatTimePeriod() to format lengths in the above messages',
2435 'badimagelist' => 'Bad image list',
2436 'variantname-zh' => "Short names for language variants used for language conversion links.
2437 To disable showing a particular link, set it to 'disable', e.g.
2438 'variantname-zh-sg' => 'disable',
2439 Variants for Chinese language",
2440 'variantname-sr' => 'Variants for Serbian language',
2441 'variantname-kk' => 'Variants for Kazakh language',
2442 'variantname-ku' => 'Variants for Kurdish language',
2443 'media-info' => 'Media information',
2444 'metadata' => 'Metadata',
2445 'exif' => 'EXIF tags',
2446 'exif-values' => 'Make & model, can be wikified in order to link to the camera and model name',
2447 'exif-compression' => 'EXIF attributes',
2448 'exif-unknowndate' => '',
2449 'exif-photometricinterpretation' => '',
2450 'exif-orientation' => '',
2451 'exif-planarconfiguration' => '',
2452 'exif-xyresolution' => '',
2453 'exif-colorspace' => '',
2454 'exif-componentsconfiguration' => '',
2455 'exif-exposureprogram' => '',
2456 'exif-subjectdistance-value' => '',
2457 'exif-meteringmode' => '',
2458 'exif-lightsource' => '',
2459 'exif-focalplaneresolutionunit' => '',
2460 'exif-sensingmethod' => '',
2461 'exif-filesource' => '',
2462 'exif-scenetype' => '',
2463 'exif-customrendered' => '',
2464 'exif-exposuremode' => '',
2465 'exif-whitebalance' => '',
2466 'exif-scenecapturetype' => '',
2467 'exif-gaincontrol' => '',
2468 'exif-contrast' => '',
2469 'exif-saturation' => '',
2470 'exif-sharpness' => '',
2471 'exif-subjectdistancerange' => '',
2472 'exif-gpslatitude' => 'Pseudotags used for GPSLatitudeRef and GPSDestLatitudeRef',
2473 'exif-gpslongitude' => 'Pseudotags used for GPSLongitudeRef and GPSDestLongitudeRef',
2474 'exif-gpsstatus' => '',
2475 'exif-gpsmeasuremode' => '',
2476 'exif-gpsspeed' => 'Pseudotags used for GPSSpeedRef and GPSDestDistanceRef',
2477 'exif-gpsdirection' => 'Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef',
2478 'edit-externally' => 'External editor support',
2479 'all' => "'all' in various places, this might be different for inflected languages",
2480 'confirmemail' => 'E-mail address confirmation',
2481 'scarytransclusion' => 'Scary transclusion',
2482 'trackbacks' => 'Trackbacks',
2483 'deleteconflict' => 'Delete conflict',
2484 'unit-pixel' => '',
2485 'htmldump' => 'HTML dump',
2486 'purge' => 'action=purge',
2487 'search2' => 'AJAX search',
2488 'separators' => 'Separators for various lists',
2489 'imgmulti' => 'Multipage image navigation',
2490 'tablepager' => 'Table pager',
2491 'autosumm' => 'Auto-summaries',
2492 'autoblock_whitelist' => 'Autoblock whitelist',
2493 'sizeunits' => 'Size units',
2494 'livepreview' => 'Live preview',
2495 'lagwarning' => 'Friendlier slave lag warnings',
2496 'watchlisteditor' => 'Watchlist editor',
2497 'watchlisttools' => 'Watchlist editing tools',
2498 'iranian-dates' => 'Iranian month names',
2499 'hebrew-dates' => 'Hebrew month names',
2500 'signatures' => 'Signatures',
2501 );
2502
2503 /** Short comments for standalone messages */
2504 $wgMessageComments = array(
2505 'lastmodifiedat' => '$1 date, $2 time',
2506 'sitenotice' => 'the equivalent to wgSiteNotice',
2507 'history-feed-item-nocomment' => 'user at time',
2508 'editcomment' => 'only shown if there is an edit comment',
2509 'lastmodifiedatby' => '$1 date, $2 time, $3 user',
2510 'exif-orientation-1' => '0th row: top; 0th column: left',
2511 'exif-orientation-2' => '0th row: top; 0th column: right',
2512 'exif-orientation-3' => '0th row: bottom; 0th column: right',
2513 'exif-orientation-4' => '0th row: bottom; 0th column: left',
2514 'exif-orientation-5' => '0th row: left; 0th column: top',
2515 'exif-orientation-6' => '0th row: right; 0th column: top',
2516 'exif-orientation-7' => '0th row: right; 0th column: bottom',
2517 'exif-orientation-8' => '0th row: left; 0th column: bottom',
2518 'movepage-moved' => 'The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.',
2519 'ipboptions' => 'display1:time1,display2:time2,...',
2520 'metadata-fields' => 'Do not translate list items',
2521 );