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