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