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