Update.
[lhc/web/wiklou.git] / maintenance / language / messages.inc
1 <?php
2 /**
3 * Define the messages structure in the messages file, for a future automated rewriting.
4 *
5 * @package MediaWiki
6 * @subpackage Maintenance
7 */
8
9 /** The structure of the messages, divided to blocks */
10 $wgMessageStrucutre = array(
11 'sidebar' => array(
12 'sidebar',
13 ),
14 'toggles' => array(
15 'tog-underline',
16 'tog-highlightbroken',
17 'tog-justify',
18 'tog-hideminor',
19 'tog-extendwatchlist',
20 'tog-usenewrc',
21 'tog-numberheadings',
22 'tog-showtoolbar',
23 'tog-editondblclick',
24 'tog-editsection',
25 'tog-editsectiononrightclick',
26 'tog-showtoc',
27 'tog-rememberpassword',
28 'tog-editwidth',
29 'tog-watchcreations',
30 'tog-watchdefault',
31 'tog-minordefault',
32 'tog-previewontop',
33 'tog-previewonfirst',
34 'tog-nocache',
35 'tog-enotifwatchlistpages',
36 'tog-enotifusertalkpages',
37 'tog-enotifminoredits',
38 'tog-enotifrevealaddr',
39 'tog-shownumberswatching',
40 'tog-fancysig',
41 'tog-externaleditor',
42 'tog-externaldiff',
43 'tog-showjumplinks',
44 'tog-uselivepreview',
45 'tog-autopatrol',
46 'tog-forceeditsummary',
47 'tog-watchlisthideown',
48 'tog-watchlisthidebots',
49 'tog-nolangconversion',
50 ),
51 'underline' => array(
52 'underline-always',
53 'underline-never',
54 'underline-default',
55 ),
56 'skinpreview' => array(
57 'skinpreview',
58 ),
59 'dates' => array(
60 'sunday',
61 'monday',
62 'tuesday',
63 'wednesday',
64 'thursday',
65 'friday',
66 'saturday',
67 'sun',
68 'mon',
69 'tue',
70 'wed',
71 'thu',
72 'fri',
73 'sat',
74 'january',
75 'february',
76 'march',
77 'april',
78 'may_long',
79 'june',
80 'july',
81 'august',
82 'september',
83 'october',
84 'november',
85 'december',
86 'january-gen',
87 'february-gen',
88 'march-gen',
89 'april-gen',
90 'may-gen',
91 'june-gen',
92 'july-gen',
93 'august-gen',
94 'september-gen',
95 'october-gen',
96 'november-gen',
97 'december-gen',
98 'jan',
99 'feb',
100 'mar',
101 'apr',
102 'may',
103 'jun',
104 'jul',
105 'aug',
106 'sep',
107 'oct',
108 'nov',
109 'dec',
110 ),
111 'categories' => array(
112 'categories',
113 'pagecategories',
114 'pagecategorieslink',
115 'category_header',
116 'subcategories',
117 'category-media-header',
118 ),
119 'mainpage' => array(
120 'linkprefix',
121 'mainpage',
122 'mainpagetext',
123 'mainpagedocfooter',
124 ),
125 'miscellaneous1' => array(
126 'portal',
127 'portal-url',
128 'about',
129 'aboutsite',
130 'aboutpage',
131 'article',
132 'help',
133 'helppage',
134 'bugreports',
135 'bugreportspage',
136 'sitesupport',
137 'sitesupport-url',
138 'faq',
139 'faqpage',
140 'edithelp',
141 'newwindow',
142 'edithelppage',
143 'cancel',
144 'qbfind',
145 'qbbrowse',
146 'qbedit',
147 'qbpageoptions',
148 'qbpageinfo',
149 'qbmyoptions',
150 'qbspecialpages',
151 'moredotdotdot',
152 'mypage',
153 'mytalk',
154 'anontalk',
155 'navigation',
156 ),
157 'metadata_help' => array(
158 'metadata_help',
159 ),
160 'currentevents' => array(
161 'currentevents',
162 'currentevents-url',
163 ),
164 'miscellaneous2' => array(
165 'disclaimers',
166 'disclaimerpage',
167 'privacy',
168 'privacypage',
169 'errorpagetitle',
170 'returnto',
171 'tagline',
172 'help',
173 'search',
174 'searchbutton',
175 'go',
176 'searcharticle',
177 'history',
178 'history_short',
179 'updatedmarker',
180 'info_short',
181 'printableversion',
182 'permalink',
183 'print',
184 'edit',
185 'editthispage',
186 'delete',
187 'deletethispage',
188 'undelete_short',
189 'protect',
190 'protectthispage',
191 'unprotect',
192 'unprotectthispage',
193 'newpage',
194 'talkpage',
195 'specialpage',
196 'personaltools',
197 'postcomment',
198 'addsection',
199 'articlepage',
200 'talk',
201 'views',
202 'toolbox',
203 'userpage',
204 'projectpage',
205 'imagepage',
206 'mediawikipage',
207 'templatepage',
208 'viewhelppage',
209 'categorypage',
210 'viewtalkpage',
211 'otherlanguages',
212 'redirectedfrom',
213 'redirectpagesub',
214 'lastmodifiedat',
215 'viewcount',
216 'copyright',
217 'protectedpage',
218 'jumpto',
219 'jumptonavigation',
220 'jumptosearch',
221 ),
222 'badaccess' => array(
223 'badaccess',
224 'badaccess-group0',
225 'badaccess-group1',
226 'badaccess-group2',
227 'badaccess-groups',
228 ),
229 'versionrequired' => array(
230 'versionrequired',
231 'versionrequiredtext',
232 ),
233 'miscellaneous3' => array(
234 'widthheight',
235 'ok',
236 'sitetitle',
237 'pagetitle',
238 'sitesubtitle',
239 'retrievedfrom',
240 'youhavenewmessages',
241 'newmessageslink',
242 'newmessagesdifflink',
243 'editsection',
244 'editold',
245 'editsectionhint',
246 'toc',
247 'showtoc',
248 'hidetoc',
249 'thisisdeleted',
250 'viewdeleted',
251 'restorelink',
252 'feedlinks',
253 'feed-invalid',
254 'feed-atom',
255 'feed-rss',
256 'sitenotice',
257 'anonnotice',
258 ),
259 'nstab' => array(
260 'nstab-main',
261 'nstab-user',
262 'nstab-media',
263 'nstab-special',
264 'nstab-project',
265 'nstab-image',
266 'nstab-mediawiki',
267 'nstab-template',
268 'nstab-help',
269 'nstab-category',
270 ),
271 'main' => array(
272 'nosuchaction',
273 'nosuchactiontext',
274 'nosuchspecialpage',
275 'nospecialpagetext',
276 ),
277 'errors' => array(
278 'error',
279 'databaseerror',
280 'dberrortext',
281 'dberrortextcl',
282 'noconnect',
283 'nodb',
284 'cachederror',
285 'laggedslavemode',
286 'readonly',
287 'enterlockreason',
288 'readonlytext',
289 'missingarticle',
290 'readonly_lag',
291 'internalerror',
292 'filecopyerror',
293 'filerenameerror',
294 'filedeleteerror',
295 'filenotfound',
296 'unexpected',
297 'formerror',
298 'badarticleerror',
299 'cannotdelete',
300 'badtitle',
301 'badtitletext',
302 'perfdisabled',
303 'perfdisabledsub',
304 'perfcached',
305 'perfcachedts',
306 'wrong_wfQuery_params',
307 'viewsource',
308 'viewsourcefor',
309 'protectedtext',
310 'protectedinterface',
311 'editinginterface',
312 'sqlhidden',
313 ),
314 'login' => array(
315 'logouttitle',
316 'logouttext',
317 'welcomecreation',
318 'loginpagetitle',
319 'yourname',
320 'yourpassword',
321 'yourpasswordagain',
322 'remembermypassword',
323 'yourdomainname',
324 'externaldberror',
325 'loginproblem',
326 'alreadyloggedin',
327 'login',
328 'loginprompt',
329 'userlogin',
330 'logout',
331 'userlogout',
332 'notloggedin',
333 'nologin',
334 'nologinlink',
335 'createaccount',
336 'gotaccount',
337 'gotaccountlink',
338 'createaccountmail',
339 'badretype',
340 'userexists',
341 'youremail',
342 'username',
343 'uid',
344 'yourrealname',
345 'yourlanguage',
346 'yourvariant',
347 'yournick',
348 'badsig',
349 'email',
350 'prefs-help-email-enotif',
351 'prefs-help-realname',
352 'loginerror',
353 'prefs-help-email',
354 'nocookiesnew',
355 'nocookieslogin',
356 'noname',
357 'loginsuccesstitle',
358 'loginsuccess',
359 'nosuchuser',
360 'nosuchusershort',
361 'nouserspecified',
362 'wrongpassword',
363 'wrongpasswordempty',
364 'mailmypassword',
365 'passwordremindertitle',
366 'passwordremindertext',
367 'noemail',
368 'passwordsent',
369 'blocked-mailpassword',
370 'eauthentsent',
371 'throttled-mailpassword',
372 'loginend',
373 'signupend',
374 'mailerror',
375 'acct_creation_throttle_hit',
376 'emailauthenticated',
377 'emailnotauthenticated',
378 'noemailprefs',
379 'emailconfirmlink',
380 'invalidemailaddress',
381 'accountcreated',
382 'accountcreatedtext',
383 ),
384 'toolbar' => array(
385 'bold_sample',
386 'bold_tip',
387 'italic_sample',
388 'italic_tip',
389 'link_sample',
390 'link_tip',
391 'extlink_sample',
392 'extlink_tip',
393 'headline_sample',
394 'headline_tip',
395 'math_sample',
396 'math_tip',
397 'nowiki_sample',
398 'nowiki_tip',
399 'image_sample',
400 'image_tip',
401 'media_sample',
402 'media_tip',
403 'sig_tip',
404 'hr_tip',
405 ),
406 'edit' => array(
407 'summary',
408 'subject',
409 'minoredit',
410 'watchthis',
411 'savearticle',
412 'preview',
413 'showpreview',
414 'showlivepreview',
415 'showdiff',
416 'anoneditwarning',
417 'missingsummary',
418 'missingcommenttext',
419 'missingcommentheader',
420 'summary-preview',
421 'subject-preview',
422 'blockedtitle',
423 'blockedtext',
424 'blockedoriginalsource',
425 'blockededitsource',
426 'whitelistedittitle',
427 'whitelistedittext',
428 'whitelistreadtitle',
429 'whitelistreadtext',
430 'whitelistacctitle',
431 'whitelistacctext',
432 'confirmedittitle',
433 'confirmedittext',
434 'loginreqtitle',
435 'loginreqlink',
436 'loginreqpagetext',
437 'accmailtitle',
438 'accmailtext',
439 'newarticle',
440 'newarticletext',
441 'newarticletextanon',
442 'talkpagetext',
443 'anontalkpagetext',
444 'noarticletext',
445 'noarticletextanon',
446 'clearyourcache',
447 'usercssjsyoucanpreview',
448 'usercsspreview',
449 'userjspreview',
450 'userinvalidcssjstitle',
451 'updated',
452 'note',
453 'previewnote',
454 'previewconflict',
455 'session_fail_preview',
456 'session_fail_preview_html',
457 'importing',
458 'editing',
459 'editinguser',
460 'editingsection',
461 'editingcomment',
462 'editconflict',
463 'explainconflict',
464 'yourtext',
465 'storedversion',
466 'nonunicodebrowser',
467 'editingold',
468 'yourdiff',
469 'copyrightwarning',
470 'copyrightwarning2',
471 'longpagewarning',
472 'longpageerror',
473 'readonlywarning',
474 'protectedpagewarning',
475 'semiprotectedpagewarning',
476 'templatesused',
477 'templatesusedpreview',
478 'templatesusedsection',
479 'edittools',
480 'nocreatetitle',
481 'nocreatetext',
482 'undofailed',
483 'explainundofailed',
484 ),
485 'cantcreateaccount' => array(
486 'cantcreateaccounttitle',
487 'cantcreateaccounttext',
488 ),
489 'history' => array(
490 'revhistory',
491 'viewpagelogs',
492 'nohistory',
493 'revnotfound',
494 'revnotfoundtext',
495 'loadhist',
496 'currentrev',
497 'revisionasof',
498 'revision-info',
499 'revision-nav',
500 'previousrevision',
501 'nextrevision',
502 'currentrevisionlink',
503 'cur',
504 'next',
505 'last',
506 'orig',
507 'histlegend',
508 'history_copyright',
509 'deletedrev',
510 'histfirst',
511 'histlast',
512 'rev-deleted-comment',
513 'rev-deleted-user',
514 'rev-deleted-text-permission',
515 'rev-deleted-text-view',
516 'rev-delundel',
517 ),
518 'history-feed' => array(
519 'history-feed-title',
520 'history-feed-description',
521 'history-feed-item-nocomment',
522 'history-feed-empty',
523 ),
524 'revdelete' => array(
525 'revisiondelete',
526 'revdelete-nooldid-title',
527 'revdelete-nooldid-text',
528 'revdelete-selected',
529 'revdelete-text',
530 'revdelete-legend',
531 'revdelete-hide-text',
532 'revdelete-hide-comment',
533 'revdelete-hide-user',
534 'revdelete-hide-restricted',
535 'revdelete-log',
536 'revdelete-submit',
537 'revdelete-logentry',
538 ),
539 'diffs' => array(
540 'difference',
541 'loadingrev',
542 'lineno',
543 'editcurrent',
544 'selectnewerversionfordiff',
545 'selectolderversionfordiff',
546 'compareselectedversions',
547 'editundo',
548 ),
549 'search' => array(
550 'searchresults',
551 'searchresulttext',
552 'searchsubtitle',
553 'searchsubtitleinvalid',
554 'badquery',
555 'badquerytext',
556 'matchtotals',
557 'noexactmatch',
558 'titlematches',
559 'notitlematches',
560 'textmatches',
561 'notextmatches',
562 'prevn',
563 'nextn',
564 'viewprevnext',
565 'showingresults',
566 'showingresultsnum',
567 'nonefound',
568 'powersearch',
569 'powersearchtext',
570 'searchdisabled',
571 'googlesearch',
572 'blanknamespace',
573 ),
574 'preferences' => array(
575 'preferences',
576 'preferences-summary',
577 'mypreferences',
578 'prefsnologin',
579 'prefsnologintext',
580 'prefsreset',
581 'qbsettings',
582 'changepassword',
583 'skin',
584 'math',
585 'dateformat',
586 'datedefault',
587 'datetime',
588 'math_failure',
589 'math_unknown_error',
590 'math_unknown_function',
591 'math_lexing_error',
592 'math_syntax_error',
593 'math_image_error',
594 'math_bad_tmpdir',
595 'math_bad_output',
596 'math_notexvc',
597 'prefs-personal',
598 'prefs-rc',
599 'prefs-watchlist',
600 'prefs-watchlist-days',
601 'prefs-watchlist-edits',
602 'prefs-misc',
603 'saveprefs',
604 'resetprefs',
605 'oldpassword',
606 'newpassword',
607 'retypenew',
608 'textboxsize',
609 'rows',
610 'columns',
611 'searchresultshead',
612 'resultsperpage',
613 'contextlines',
614 'contextchars',
615 'stubthreshold',
616 'recentchangescount',
617 'savedprefs',
618 'timezonelegend',
619 'timezonetext',
620 'localtime',
621 'timezoneoffset',
622 'servertime',
623 'guesstimezone',
624 'allowemail',
625 'defaultns',
626 'default',
627 'files',
628 ),
629 'userrights' => array(
630 'userrights-lookup-user',
631 'userrights-user-editname',
632 'editusergroup',
633 'userrights-editusergroup',
634 'saveusergroups',
635 'userrights-groupsmember',
636 'userrights-groupsavailable',
637 'userrights-groupshelp',
638 ),
639 'group' => array(
640 'group',
641 'group-bot',
642 'group-sysop',
643 'group-bureaucrat',
644 'group-all',
645 ),
646 'group-member' => array(
647 'group-bot-member',
648 'group-sysop-member',
649 'group-bureaucrat-member',
650 ),
651 'grouppage' => array(
652 'grouppage-bot',
653 'grouppage-sysop',
654 'grouppage-bureaucrat',
655 ),
656 'recentchanges' => array(
657 'changes',
658 'recentchanges',
659 'recentchanges-url',
660 'recentchangestext',
661 'rcnote',
662 'rcnotefrom',
663 'rclistfrom',
664 'rcshowhideminor',
665 'rcshowhidebots',
666 'rcshowhideliu',
667 'rcshowhideanons',
668 'rcshowhidepatr',
669 'rcshowhidemine',
670 'rclinks',
671 'diff',
672 'hist',
673 'hide',
674 'show',
675 'minoreditletter',
676 'newpageletter',
677 'boteditletter',
678 'sectionlink',
679 'number_of_watching_users_RCview',
680 'number_of_watching_users_pageview',
681 'rc_categories',
682 'rc_categories_any',
683 ),
684 'upload' => array(
685 'upload',
686 'uploadbtn',
687 'reupload',
688 'reuploaddesc',
689 'uploadnologin',
690 'uploadnologintext',
691 'upload_directory_read_only',
692 'uploaderror',
693 'uploadtext',
694 'uploadlog',
695 'uploadlogpage',
696 'uploadlogpagetext',
697 'filename',
698 'filedesc',
699 'fileuploadsummary',
700 'filestatus',
701 'filesource',
702 'copyrightpage',
703 'copyrightpagename',
704 'uploadedfiles',
705 'ignorewarning',
706 'ignorewarnings',
707 'minlength',
708 'illegalfilename',
709 'badfilename',
710 'badfiletype',
711 'largefile',
712 'largefileserver',
713 'emptyfile',
714 'fileexists',
715 'fileexists-forbidden',
716 'fileexists-shared-forbidden',
717 'successfulupload',
718 'fileuploaded',
719 'uploadwarning',
720 'savefile',
721 'uploadedimage',
722 'uploaddisabled',
723 'uploaddisabledtext',
724 'uploadscripted',
725 'uploadcorrupt',
726 'uploadvirus',
727 'sourcefilename',
728 'destfilename',
729 'watchthisupload',
730 'filewasdeleted',
731 ),
732 'upload-errors' => array(
733 'upload-proto-error',
734 'upload-proto-error-text',
735 'upload-file-error',
736 'upload-file-error-text',
737 'upload-misc-error',
738 'upload-misc-error-text',
739 ),
740 'upload-curl-errors' => array(
741 'upload-curl-error6',
742 'upload-curl-error6-text',
743 'upload-curl-error28',
744 'upload-curl-error28-text',
745 ),
746 'licenses' => array(
747 'license',
748 'nolicense',
749 'licenses',
750 'upload_source_url',
751 'upload_source_file',
752 ),
753 'imagelist' => array(
754 'imagelist',
755 'imagelist-summary',
756 'imagelisttext',
757 'imagelistforuser',
758 'getimagelist',
759 'ilsubmit',
760 'showlast',
761 'byname',
762 'bydate',
763 'bysize',
764 'imgdelete',
765 'imgdesc',
766 'imgfile',
767 'imglegend',
768 'imghistory',
769 'revertimg',
770 'deleteimg',
771 'deleteimgcompletely',
772 'imghistlegend',
773 'imagelinks',
774 'linkstoimage',
775 'nolinkstoimage',
776 'sharedupload',
777 'shareduploadwiki',
778 'shareduploadwiki-linktext',
779 'shareddescriptionfollows',
780 'noimage',
781 'noimage-linktext',
782 'uploadnewversion-linktext',
783 'imagelist_date',
784 'imagelist_name',
785 'imagelist_user',
786 'imagelist_size',
787 'imagelist_description',
788 'imagelist_search_for',
789 ),
790 'mimesearch' => array(
791 'mimesearch',
792 'mimesearch-summary',
793 'mimetype',
794 'download',
795 ),
796 'unwatchedpages' => array(
797 'unwatchedpages',
798 'unwatchedpages-summary',
799 ),
800 'listredirects' => array(
801 'listredirects',
802 'listredirects-summary',
803 ),
804 'unusedtemplates' => array(
805 'unusedtemplates',
806 'unusedtemplates-summary',
807 'unusedtemplatestext',
808 'unusedtemplateswlh',
809 ),
810 'randomredirect' => array(
811 'randomredirect',
812 ),
813 'statistics' => array(
814 'statistics',
815 'sitestats',
816 'userstats',
817 'sitestatstext',
818 'userstatstext',
819 'statistics-mostpopular',
820 ),
821 'disambiguations' => array(
822 'disambiguations',
823 'disambiguations-summary',
824 'disambiguationspage',
825 'disambiguationstext',
826 ),
827 'doubleredirects' => array(
828 'doubleredirects',
829 'doubleredirects-summary',
830 'doubleredirectstext',
831 ),
832 'brokenredirects' => array(
833 'brokenredirects',
834 'brokenredirects-summary',
835 'brokenredirectstext',
836 ),
837 'specialpages' => array(
838 'nbytes',
839 'ncategories',
840 'nlinks',
841 'nmembers',
842 'nrevisions',
843 'nviews',
844 'lonelypages',
845 'lonelypages-summary',
846 'lonelypagestext',
847 'uncategorizedpages',
848 'uncategorizedpages-summary',
849 'uncategorizedcategories',
850 'uncategorizedcategories-summary',
851 'uncategorizedimages',
852 'uncategorizedimages-summary',
853 'unusedcategories',
854 'unusedimages',
855 'popularpages',
856 'popularpages-summary',
857 'wantedcategories',
858 'wantedcategories-summary',
859 'wantedpages',
860 'wantedpages-summary',
861 'mostlinked',
862 'mostlinked-summary',
863 'mostlinkedcategories',
864 'mostlinkedcategories-summary',
865 'mostcategories',
866 'mostcategories-summary',
867 'mostimages',
868 'mostimages-summary',
869 'mostrevisions',
870 'mostrevisions-summary',
871 'allpages',
872 'allpages-summary',
873 'prefixindex',
874 'prefixindex-summary',
875 'randompage',
876 'randompage-url',
877 'shortpages',
878 'shortpages-summary',
879 'longpages',
880 'longpages-summary',
881 'deadendpages',
882 'deadendpages-summary',
883 'deadendpagestext',
884 'listusers',
885 'listusers-summary',
886 'specialpages',
887 'specialpages-summary',
888 'spheading',
889 'restrictedpheading',
890 'recentchangeslinked',
891 'rclsub',
892 'newpages',
893 'newpages-summary',
894 'newpages-username',
895 'ancientpages',
896 'ancientpages-summary',
897 'intl',
898 'move',
899 'movethispage',
900 'unusedimagestext',
901 'unusedcategoriestext',
902 'booksources',
903 'booksources-summary',
904 'categoriespagetext',
905 'data',
906 'userrights',
907 'userrights-summary',
908 'groups',
909 'booksourcetext',
910 'isbn',
911 'rfcurl',
912 'pubmedurl',
913 'alphaindexline',
914 'version',
915 'log',
916 'alllogstext',
917 'logempty',
918 ),
919 'allpages' => array(
920 'nextpage',
921 'allpagesfrom',
922 'allarticles',
923 'allinnamespace',
924 'allnotinnamespace',
925 'allpagesprev',
926 'allpagesnext',
927 'allpagessubmit',
928 'allpagesprefix',
929 'allpagesbadtitle',
930 ),
931 'listusers' => array(
932 'listusersfrom',
933 ),
934 'emailuser' => array(
935 'mailnologin',
936 'mailnologintext',
937 'emailuser',
938 'emailpage',
939 'emailpagetext',
940 'usermailererror',
941 'defemailsubject',
942 'noemailtitle',
943 'noemailtext',
944 'emailfrom',
945 'emailto',
946 'emailsubject',
947 'emailmessage',
948 'emailsend',
949 'emailccme',
950 'emailccsubject',
951 'emailsent',
952 'emailsenttext',
953 ),
954 'watchlist' => array(
955 'watchlist',
956 'watchlistfor',
957 'nowatchlist',
958 'watchlistanontext',
959 'watchlistcount',
960 'clearwatchlist',
961 'watchlistcleartext',
962 'watchlistclearbutton',
963 'watchlistcleardone',
964 'watchnologin',
965 'watchnologintext',
966 'addedwatch',
967 'addedwatchtext',
968 'removedwatch',
969 'removedwatchtext',
970 'watch',
971 'watchthispage',
972 'unwatch',
973 'unwatchthispage',
974 'notanarticle',
975 'watchnochange',
976 'watchdetails',
977 'wlheader-enotif',
978 'wlheader-showupdated',
979 'watchmethod-recent',
980 'watchmethod-list',
981 'removechecked',
982 'watchlistcontains',
983 'watcheditlist',
984 'removingchecked',
985 'couldntremove',
986 'iteminvalidname',
987 'wlnote',
988 'wlshowlast',
989 'wlsaved',
990 'wlhideshowown',
991 'wlhideshowbots',
992 'wldone',
993 ),
994 'enotif' => array(
995 'enotif_mailer',
996 'enotif_reset',
997 'enotif_newpagetext',
998 'changed',
999 'created',
1000 'enotif_subject',
1001 'enotif_lastvisited',
1002 'enotif_body',
1003 ),
1004 'deleteprotectrev' => array(
1005 'deletepage',
1006 'confirm',
1007 'excontent',
1008 'excontentauthor',
1009 'exbeforeblank',
1010 'exblank',
1011 'confirmdelete',
1012 'deletesub',
1013 'historywarning',
1014 'confirmdeletetext',
1015 'actioncomplete',
1016 'deletedtext',
1017 'deletedarticle',
1018 'dellogpage',
1019 'dellogpagetext',
1020 'deletionlog',
1021 'reverted',
1022 'deletecomment',
1023 'imagereverted',
1024 'rollback',
1025 'rollback_short',
1026 'rollbacklink',
1027 'rollbackfailed',
1028 'cantrollback',
1029 'alreadyrolled',
1030 'editcomment',
1031 'revertpage',
1032 'sessionfailure',
1033 'protectlogpage',
1034 'protectlogtext',
1035 'protectedarticle',
1036 'unprotectedarticle',
1037 'protectsub',
1038 'confirmprotecttext',
1039 'confirmprotect',
1040 'protectmoveonly',
1041 'protectcomment',
1042 'unprotectsub',
1043 'confirmunprotecttext',
1044 'confirmunprotect',
1045 'unprotectcomment',
1046 'protect-unchain',
1047 'protect-text',
1048 'protect-viewtext',
1049 'protect-default',
1050 'protect-level-autoconfirmed',
1051 'protect-level-sysop',
1052 ),
1053 'restrictions' => array(
1054 'restriction-edit',
1055 'restriction-move',
1056 ),
1057 'undelete' => array(
1058 'undelete',
1059 'undeletepage',
1060 'viewdeletedpage',
1061 'undeletepagetext',
1062 'undeleteextrahelp',
1063 'undeletearticle',
1064 'undeleterevisions',
1065 'undeletehistory',
1066 'undeletehistorynoadmin',
1067 'undeleterevision',
1068 'undeleterevision-missing',
1069 'undeletebtn',
1070 'undeletereset',
1071 'undeletecomment',
1072 'undeletedarticle',
1073 'undeletedrevisions',
1074 'undeletedrevisions-files',
1075 'undeletedfiles',
1076 'cannotundelete',
1077 'undeletedpage',
1078 ),
1079 'nsform' => array(
1080 'namespace',
1081 'invert',
1082 ),
1083 'contributions' => array(
1084 'contributions',
1085 'mycontris',
1086 'contribsub',
1087 'nocontribs',
1088 'ucnote',
1089 'uclinks',
1090 'uctop',
1091 'newbies',
1092 ),
1093 'newimages-showfrom' => array(
1094 'sp-newimages-showfrom',
1095 ),
1096 'contributions2' => array(
1097 'sp-contributions-newest',
1098 'sp-contributions-oldest',
1099 'sp-contributions-newer',
1100 'sp-contributions-older',
1101 'sp-contributions-newbies-sub',
1102 ),
1103 'whatlinkshere' => array(
1104 'whatlinkshere',
1105 'whatlinkshere-summary',
1106 'whatlinkshere-barrow',
1107 'notargettitle',
1108 'notargettext',
1109 'linklistsub',
1110 'linkshere',
1111 'nolinkshere',
1112 'isredirect',
1113 'istemplate',
1114 ),
1115 'block' => array(
1116 'blockip',
1117 'blockiptext',
1118 'ipaddress',
1119 'ipadressorusername',
1120 'ipbexpiry',
1121 'ipbreason',
1122 'ipbanononly',
1123 'ipbcreateaccount',
1124 'ipbenableautoblock',
1125 'ipbsubmit',
1126 'ipbother',
1127 'ipboptions',
1128 'ipbotheroption',
1129 'badipaddress',
1130 'blockipsuccesssub',
1131 'blockipsuccesstext',
1132 'unblockip',
1133 'unblockiptext',
1134 'ipusubmit',
1135 'unblocked',
1136 'ipblocklist',
1137 'ipblocklist-summary',
1138 'blocklistline',
1139 'infiniteblock',
1140 'expiringblock',
1141 'anononlyblock',
1142 'noautoblockblock',
1143 'createaccountblock',
1144 'ipblocklistempty',
1145 'blocklink',
1146 'unblocklink',
1147 'contribslink',
1148 'autoblocker',
1149 'blocklogpage',
1150 'blocklogentry',
1151 'blocklogtext',
1152 'unblocklogentry',
1153 'range_block_disabled',
1154 'ipb_expiry_invalid',
1155 'ipb_already_blocked',
1156 'ip_range_invalid',
1157 'proxyblocker',
1158 'ipb_cant_unblock',
1159 'proxyblockreason',
1160 'proxyblocksuccess',
1161 'sorbs',
1162 'sorbsreason',
1163 'sorbs_create_account_reason',
1164 ),
1165 'developertools' => array(
1166 'lockdb',
1167 'unlockdb',
1168 'lockdbtext',
1169 'unlockdbtext',
1170 'lockconfirm',
1171 'unlockconfirm',
1172 'lockbtn',
1173 'unlockbtn',
1174 'locknoconfirm',
1175 'lockdbsuccesssub',
1176 'unlockdbsuccesssub',
1177 'lockdbsuccesstext',
1178 'unlockdbsuccesstext',
1179 'lockfilenotwritable',
1180 'databasenotlocked',
1181 ),
1182 'makesysop' => array(
1183 'makesysoptitle',
1184 'makesysoptext',
1185 'makesysopname',
1186 'makesysopsubmit',
1187 'makesysopok',
1188 'makesysopfail',
1189 'setbureaucratflag',
1190 'rightslog',
1191 'rightslogtext',
1192 'rightslogentry',
1193 'rights',
1194 'set_user_rights',
1195 'user_rights_set',
1196 'set_rights_fail',
1197 'makesysop',
1198 'already_sysop',
1199 'already_bureaucrat',
1200 'rightsnone',
1201 ),
1202 'movepage' => array(
1203 'movepage',
1204 'movepagetext',
1205 'movepagetalktext',
1206 'movearticle',
1207 'movenologin',
1208 'movenologintext',
1209 'newtitle',
1210 'movepagebtn',
1211 'pagemovedsub',
1212 'pagemovedtext',
1213 'articleexists',
1214 'talkexists',
1215 'movedto',
1216 'movetalk',
1217 'talkpagemoved',
1218 'talkpagenotmoved',
1219 '1movedto2',
1220 '1movedto2_redir',
1221 'movelogpage',
1222 'movelogpagetext',
1223 'movereason',
1224 'revertmove',
1225 'delete_and_move',
1226 'delete_and_move_text',
1227 'delete_and_move_confirm',
1228 'delete_and_move_reason',
1229 'selfmove',
1230 'immobile_namespace',
1231 ),
1232 'export' => array(
1233 'export',
1234 'exporttext',
1235 'exportcuronly',
1236 'exportnohistory',
1237 'export-submit',
1238 ),
1239 'allmessages' => array(
1240 'allmessages',
1241 'allmessagesname',
1242 'allmessagesdefault',
1243 'allmessagescurrent',
1244 'allmessagestext',
1245 'allmessagesnotsupportedUI',
1246 'allmessagesnotsupportedDB',
1247 'allmessagesfilter',
1248 'allmessagesmodified',
1249 ),
1250 'thumbnails' => array(
1251 'thumbnail-more',
1252 'missingimage',
1253 'filemissing',
1254 'thumbnail_error',
1255 ),
1256 'import' => array(
1257 'import',
1258 'importinterwiki',
1259 'import-interwiki-text',
1260 'import-interwiki-history',
1261 'import-interwiki-submit',
1262 'import-interwiki-namespace',
1263 'importtext',
1264 'importstart',
1265 'import-revision-count',
1266 'importnopages',
1267 'importfailed',
1268 'importunknownsource',
1269 'importcantopen',
1270 'importbadinterwiki',
1271 'importnotext',
1272 'importsuccess',
1273 'importhistoryconflict',
1274 'importnosources',
1275 'importnofile',
1276 'importuploaderror',
1277 ),
1278 'importlog' => array(
1279 'importlogpage',
1280 'importlogpagetext',
1281 'import-logentry-upload',
1282 'import-logentry-upload-detail',
1283 'import-logentry-interwiki',
1284 'import-logentry-interwiki-detail',
1285 ),
1286 'accesskeys' => array(
1287 'accesskey-search',
1288 'accesskey-minoredit',
1289 'accesskey-save',
1290 'accesskey-preview',
1291 'accesskey-diff',
1292 'accesskey-compareselectedversions',
1293 'accesskey-watch',
1294 ),
1295 'tooltips' => array(
1296 'tooltip-search',
1297 'tooltip-minoredit',
1298 'tooltip-save',
1299 'tooltip-preview',
1300 'tooltip-diff',
1301 'tooltip-compareselectedversions',
1302 'tooltip-watch',
1303 ),
1304 'stylesheets' => array(
1305 'Common.css',
1306 'Monobook.css',
1307 ),
1308 'metadata_cc' => array(
1309 'nodublincore',
1310 'nocreativecommons',
1311 'notacceptable',
1312 ),
1313 'attribution' => array(
1314 'anonymous',
1315 'siteuser',
1316 'lastmodifiedatby',
1317 'and',
1318 'othercontribs',
1319 'others',
1320 'siteusers',
1321 'creditspage',
1322 'nocredits',
1323 ),
1324 'spamprotection' => array(
1325 'spamprotectiontitle',
1326 'spamprotectiontext',
1327 'spamprotectionmatch',
1328 'subcategorycount',
1329 'categoryarticlecount',
1330 'categorymediacount',
1331 'listingcontinuesabbrev',
1332 'spambot_username',
1333 'spam_reverting',
1334 'spam_blanking',
1335 ),
1336 'info' => array(
1337 'infosubtitle',
1338 'numedits',
1339 'numtalkedits',
1340 'numwatchers',
1341 'numauthors',
1342 'numtalkauthors',
1343 ),
1344 'math' => array(
1345 'mw_math_png',
1346 'mw_math_simple',
1347 'mw_math_html',
1348 'mw_math_source',
1349 'mw_math_modern',
1350 'mw_math_mathml',
1351 ),
1352 'patrolling' => array(
1353 'markaspatrolleddiff',
1354 'markaspatrolledlink',
1355 'markaspatrolledtext',
1356 'markedaspatrolled',
1357 'markedaspatrolledtext',
1358 'rcpatroldisabled',
1359 'rcpatroldisabledtext',
1360 'markedaspatrollederror',
1361 'markedaspatrollederrortext',
1362 ),
1363 'monobook.js' => array(
1364 'Monobook.js',
1365 ),
1366 'common.js' => array(
1367 'Common.js',
1368 ),
1369 'imagedeletion' => array(
1370 'deletedrevision',
1371 ),
1372 'browsediffs' => array(
1373 'previousdiff',
1374 'nextdiff',
1375 ),
1376 'imagesize' => array(
1377 'imagemaxsize',
1378 'thumbsize',
1379 'showbigimage',
1380 ),
1381 'newimages' => array(
1382 'newimages',
1383 'newimages-summary',
1384 'showhidebots',
1385 'noimages',
1386 ),
1387 'variantname-zh' => array(
1388 'variantname-zh-cn',
1389 'variantname-zh-tw',
1390 'variantname-zh-hk',
1391 'variantname-zh-sg',
1392 'variantname-zh',
1393 ),
1394 'variantname-sr' => array(
1395 'variantname-sr-ec',
1396 'variantname-sr-el',
1397 'variantname-sr-jc',
1398 'variantname-sr-jl',
1399 'variantname-sr',
1400 ),
1401 'variantname-kk' => array(
1402 'variantname-kk-tr',
1403 'variantname-kk-kz',
1404 'variantname-kk-cn',
1405 'variantname-kk',
1406 ),
1407 'specialloglabels' => array(
1408 'specialloguserlabel',
1409 'speciallogtitlelabel',
1410 ),
1411 'passwordtooshort' => array(
1412 'passwordtooshort',
1413 ),
1414 'mediawarning' => array(
1415 'mediawarning',
1416 ),
1417 'fileinfo' => array(
1418 'fileinfo',
1419 ),
1420 'metadata' => array(
1421 'metadata',
1422 'metadata-help',
1423 'metadata-expand',
1424 'metadata-collapse',
1425 'metadata-fields',
1426 ),
1427 'exif' => array(
1428 'exif-imagewidth',
1429 'exif-imagelength',
1430 'exif-bitspersample',
1431 'exif-compression',
1432 'exif-photometricinterpretation',
1433 'exif-orientation',
1434 'exif-samplesperpixel',
1435 'exif-planarconfiguration',
1436 'exif-ycbcrsubsampling',
1437 'exif-ycbcrpositioning',
1438 'exif-xresolution',
1439 'exif-yresolution',
1440 'exif-resolutionunit',
1441 'exif-stripoffsets',
1442 'exif-rowsperstrip',
1443 'exif-stripbytecounts',
1444 'exif-jpeginterchangeformat',
1445 'exif-jpeginterchangeformatlength',
1446 'exif-transferfunction',
1447 'exif-whitepoint',
1448 'exif-primarychromaticities',
1449 'exif-ycbcrcoefficients',
1450 'exif-referenceblackwhite',
1451 'exif-datetime',
1452 'exif-imagedescription',
1453 'exif-make',
1454 'exif-model',
1455 'exif-software',
1456 'exif-artist',
1457 'exif-copyright',
1458 'exif-exifversion',
1459 'exif-flashpixversion',
1460 'exif-colorspace',
1461 'exif-componentsconfiguration',
1462 'exif-compressedbitsperpixel',
1463 'exif-pixelydimension',
1464 'exif-pixelxdimension',
1465 'exif-makernote',
1466 'exif-usercomment',
1467 'exif-relatedsoundfile',
1468 'exif-datetimeoriginal',
1469 'exif-datetimedigitized',
1470 'exif-subsectime',
1471 'exif-subsectimeoriginal',
1472 'exif-subsectimedigitized',
1473 'exif-exposuretime',
1474 'exif-exposuretime-format',
1475 'exif-fnumber',
1476 'exif-fnumber-format',
1477 'exif-exposureprogram',
1478 'exif-spectralsensitivity',
1479 'exif-isospeedratings',
1480 'exif-oecf',
1481 'exif-shutterspeedvalue',
1482 'exif-aperturevalue',
1483 'exif-brightnessvalue',
1484 'exif-exposurebiasvalue',
1485 'exif-maxaperturevalue',
1486 'exif-subjectdistance',
1487 'exif-meteringmode',
1488 'exif-lightsource',
1489 'exif-flash',
1490 'exif-focallength',
1491 'exif-focallength-format',
1492 'exif-subjectarea',
1493 'exif-flashenergy',
1494 'exif-spatialfrequencyresponse',
1495 'exif-focalplanexresolution',
1496 'exif-focalplaneyresolution',
1497 'exif-focalplaneresolutionunit',
1498 'exif-subjectlocation',
1499 'exif-exposureindex',
1500 'exif-sensingmethod',
1501 'exif-filesource',
1502 'exif-scenetype',
1503 'exif-cfapattern',
1504 'exif-customrendered',
1505 'exif-exposuremode',
1506 'exif-whitebalance',
1507 'exif-digitalzoomratio',
1508 'exif-focallengthin35mmfilm',
1509 'exif-scenecapturetype',
1510 'exif-gaincontrol',
1511 'exif-contrast',
1512 'exif-saturation',
1513 'exif-sharpness',
1514 'exif-devicesettingdescription',
1515 'exif-subjectdistancerange',
1516 'exif-imageuniqueid',
1517 'exif-gpsversionid',
1518 'exif-gpslatituderef',
1519 'exif-gpslatitude',
1520 'exif-gpslongituderef',
1521 'exif-gpslongitude',
1522 'exif-gpsaltituderef',
1523 'exif-gpsaltitude',
1524 'exif-gpstimestamp',
1525 'exif-gpssatellites',
1526 'exif-gpsstatus',
1527 'exif-gpsmeasuremode',
1528 'exif-gpsdop',
1529 'exif-gpsspeedref',
1530 'exif-gpsspeed',
1531 'exif-gpstrackref',
1532 'exif-gpstrack',
1533 'exif-gpsimgdirectionref',
1534 'exif-gpsimgdirection',
1535 'exif-gpsmapdatum',
1536 'exif-gpsdestlatituderef',
1537 'exif-gpsdestlatitude',
1538 'exif-gpsdestlongituderef',
1539 'exif-gpsdestlongitude',
1540 'exif-gpsdestbearingref',
1541 'exif-gpsdestbearing',
1542 'exif-gpsdestdistanceref',
1543 'exif-gpsdestdistance',
1544 'exif-gpsprocessingmethod',
1545 'exif-gpsareainformation',
1546 'exif-gpsdatestamp',
1547 'exif-gpsdifferential',
1548 ),
1549 'exif-values' => array(
1550 'exif-make-value',
1551 'exif-model-value',
1552 'exif-software-value',
1553 ),
1554 'exif-compression' => array(
1555 'exif-compression-1',
1556 'exif-compression-6',
1557 ),
1558 'exif-photometricinterpretation' => array(
1559 'exif-photometricinterpretation-2',
1560 'exif-photometricinterpretation-6',
1561 ),
1562 'exif-orientation' => array(
1563 'exif-orientation-1',
1564 'exif-orientation-2',
1565 'exif-orientation-3',
1566 'exif-orientation-4',
1567 'exif-orientation-5',
1568 'exif-orientation-6',
1569 'exif-orientation-7',
1570 'exif-orientation-8',
1571 ),
1572 'exif-planarconfiguration' => array(
1573 'exif-planarconfiguration-1',
1574 'exif-planarconfiguration-2',
1575 ),
1576 'exif-xyresolution' => array(
1577 'exif-xyresolution-i',
1578 'exif-xyresolution-c',
1579 ),
1580 'exif-colorspace' => array(
1581 'exif-colorspace-1',
1582 'exif-colorspace-ffff.h',
1583 ),
1584 'exif-componentsconfiguration' => array(
1585 'exif-componentsconfiguration-0',
1586 'exif-componentsconfiguration-1',
1587 'exif-componentsconfiguration-2',
1588 'exif-componentsconfiguration-3',
1589 'exif-componentsconfiguration-4',
1590 'exif-componentsconfiguration-5',
1591 'exif-componentsconfiguration-6',
1592 ),
1593 'exif-exposureprogram' => array(
1594 'exif-exposureprogram-0',
1595 'exif-exposureprogram-1',
1596 'exif-exposureprogram-2',
1597 'exif-exposureprogram-3',
1598 'exif-exposureprogram-4',
1599 'exif-exposureprogram-5',
1600 'exif-exposureprogram-6',
1601 'exif-exposureprogram-7',
1602 'exif-exposureprogram-8',
1603 ),
1604 'exif-subjectdistance-value' => array(
1605 'exif-subjectdistance-value',
1606 ),
1607 'exif-meteringmode' => array(
1608 'exif-meteringmode-0',
1609 'exif-meteringmode-1',
1610 'exif-meteringmode-2',
1611 'exif-meteringmode-3',
1612 'exif-meteringmode-4',
1613 'exif-meteringmode-5',
1614 'exif-meteringmode-6',
1615 'exif-meteringmode-255',
1616 ),
1617 'exif-lightsource' => array(
1618 'exif-lightsource-0',
1619 'exif-lightsource-1',
1620 'exif-lightsource-2',
1621 'exif-lightsource-3',
1622 'exif-lightsource-4',
1623 'exif-lightsource-9',
1624 'exif-lightsource-10',
1625 'exif-lightsource-11',
1626 'exif-lightsource-12',
1627 'exif-lightsource-13',
1628 'exif-lightsource-14',
1629 'exif-lightsource-15',
1630 'exif-lightsource-17',
1631 'exif-lightsource-18',
1632 'exif-lightsource-19',
1633 'exif-lightsource-20',
1634 'exif-lightsource-21',
1635 'exif-lightsource-22',
1636 'exif-lightsource-23',
1637 'exif-lightsource-24',
1638 'exif-lightsource-255',
1639 ),
1640 'exif-focalplaneresolutionunit' => array(
1641 'exif-focalplaneresolutionunit-2',
1642 ),
1643 'exif-sensingmethod' => array(
1644 'exif-sensingmethod-1',
1645 'exif-sensingmethod-2',
1646 'exif-sensingmethod-3',
1647 'exif-sensingmethod-4',
1648 'exif-sensingmethod-5',
1649 'exif-sensingmethod-7',
1650 'exif-sensingmethod-8',
1651 ),
1652 'exif-filesource' => array(
1653 'exif-filesource-3',
1654 ),
1655 'exif-scenetype' => array(
1656 'exif-scenetype-1',
1657 ),
1658 'exif-customrendered' => array(
1659 'exif-customrendered-0',
1660 'exif-customrendered-1',
1661 ),
1662 'exif-exposuremode' => array(
1663 'exif-exposuremode-0',
1664 'exif-exposuremode-1',
1665 'exif-exposuremode-2',
1666 ),
1667 'exif-whitebalance' => array(
1668 'exif-whitebalance-0',
1669 'exif-whitebalance-1',
1670 ),
1671 'exif-scenecapturetype' => array(
1672 'exif-scenecapturetype-0',
1673 'exif-scenecapturetype-1',
1674 'exif-scenecapturetype-2',
1675 'exif-scenecapturetype-3',
1676 ),
1677 'exif-gaincontrol' => array(
1678 'exif-gaincontrol-0',
1679 'exif-gaincontrol-1',
1680 'exif-gaincontrol-2',
1681 'exif-gaincontrol-3',
1682 'exif-gaincontrol-4',
1683 ),
1684 'exif-contrast' => array(
1685 'exif-contrast-0',
1686 'exif-contrast-1',
1687 'exif-contrast-2',
1688 ),
1689 'exif-saturation' => array(
1690 'exif-saturation-0',
1691 'exif-saturation-1',
1692 'exif-saturation-2',
1693 ),
1694 'exif-sharpness' => array(
1695 'exif-sharpness-0',
1696 'exif-sharpness-1',
1697 'exif-sharpness-2',
1698 ),
1699 'exif-subjectdistancerange' => array(
1700 'exif-subjectdistancerange-0',
1701 'exif-subjectdistancerange-1',
1702 'exif-subjectdistancerange-2',
1703 'exif-subjectdistancerange-3',
1704 ),
1705 'exif-gpslatitude' => array(
1706 'exif-gpslatitude-n',
1707 'exif-gpslatitude-s',
1708 ),
1709 'exif-gpslongitude' => array(
1710 'exif-gpslongitude-e',
1711 'exif-gpslongitude-w',
1712 ),
1713 'exif-gpsstatus' => array(
1714 'exif-gpsstatus-a',
1715 'exif-gpsstatus-v',
1716 ),
1717 'exif-gpsmeasuremode' => array(
1718 'exif-gpsmeasuremode-2',
1719 'exif-gpsmeasuremode-3',
1720 ),
1721 'exif-gpsspeed' => array(
1722 'exif-gpsspeed-k',
1723 'exif-gpsspeed-m',
1724 'exif-gpsspeed-n',
1725 ),
1726 'exif-gpsdirection' => array(
1727 'exif-gpsdirection-t',
1728 'exif-gpsdirection-m',
1729 ),
1730 'edit-externally' => array(
1731 'edit-externally',
1732 'edit-externally-help',
1733 ),
1734 'all' => array(
1735 'recentchangesall',
1736 'imagelistall',
1737 'watchlistall1',
1738 'watchlistall2',
1739 'namespacesall',
1740 ),
1741 'confirmemail' => array(
1742 'confirmemail',
1743 'confirmemail_noemail',
1744 'confirmemail_text',
1745 'confirmemail_send',
1746 'confirmemail_sent',
1747 'confirmemail_sendfailed',
1748 'confirmemail_invalid',
1749 'confirmemail_needlogin',
1750 'confirmemail_success',
1751 'confirmemail_loggedin',
1752 'confirmemail_error',
1753 'confirmemail_subject',
1754 'confirmemail_body',
1755 ),
1756 'inputbox' => array(
1757 'tryexact',
1758 'searchfulltext',
1759 'createarticle',
1760 ),
1761 'scarytransclusion' => array(
1762 'scarytranscludedisabled',
1763 'scarytranscludefailed',
1764 'scarytranscludetoolong',
1765 ),
1766 'trackbacks' => array(
1767 'trackbackbox',
1768 'trackback',
1769 'trackbackexcerpt',
1770 'trackbackremove',
1771 'trackbacklink',
1772 'trackbackdeleteok',
1773 ),
1774 'deleteconflict' => array(
1775 'deletedwhileediting',
1776 'confirmrecreate',
1777 'recreate',
1778 'tooltip-recreate',
1779 ),
1780 'unit-pixel' => array(
1781 'unit-pixel',
1782 ),
1783 'htmldump' => array(
1784 'redirectingto',
1785 ),
1786 'purge' => array(
1787 'confirm_purge',
1788 'confirm_purge_button',
1789 ),
1790 'newmessagesmulti' => array(
1791 'youhavenewmessagesmulti',
1792 'newtalkseperator',
1793 ),
1794 'search2' => array(
1795 'searchcontaining',
1796 'searchnamed',
1797 'articletitles',
1798 'hideresults',
1799 ),
1800 'displaytitle' => array(
1801 'displaytitle',
1802 ),
1803 'catseparator' => array(
1804 'catseparator',
1805 ),
1806 'loginlanguage' => array(
1807 'loginlanguagelabel',
1808 'loginlanguagelinks',
1809 ),
1810 'imgmulti' => array(
1811 'imgmultipageprev',
1812 'imgmultipagenext',
1813 'imgmultigo',
1814 'imgmultigotopre',
1815 'imgmultigotopost',
1816 ),
1817 'tablepager' => array(
1818 'ascending_abbrev',
1819 'descending_abbrev',
1820 'table_pager_next',
1821 'table_pager_prev',
1822 'table_pager_first',
1823 'table_pager_last',
1824 'table_pager_limit',
1825 'table_pager_limit_submit',
1826 'table_pager_empty',
1827 ),
1828 'autosumm' => array(
1829 'autosumm-blank',
1830 'autosumm-replace',
1831 'autoredircomment',
1832 'autosumm-new',
1833 ),
1834 'autoblock_whitelist' => array(
1835 'autoblock_whitelist',
1836 ),
1837 );
1838 /** Comments for each block */
1839 $wgBlockComments = array(
1840 'sidebar' => "The sidebar for MonoBook is generated from this message, lines that do not
1841 begin with * or ** are discarded, furthermore lines that do begin with ** and
1842 do not contain | are also discarded, but don't depend on this behaviour for
1843 future releases. Also note that since each list value is wrapped in a unique
1844 XHTML id it should only appear once and include characters that are legal
1845 XHTML id names.",
1846 'toggles' => 'User preference toggles',
1847 'underline' => '',
1848 'skinpreview' => '',
1849 'dates' => 'Dates',
1850 'categories' => 'Bits of text used by many pages',
1851 'mainpage' => '',
1852 'miscellaneous1' => '',
1853 'metadata_help' => 'Metadata in edit box',
1854 'currentevents' => '',
1855 'miscellaneous2' => '',
1856 'badaccess' => '',
1857 'versionrequired' => '',
1858 'miscellaneous3' => '',
1859 'nstab' => "Short words for each namespace, by default used in the 'article' tab in monobook",
1860 'main' => 'Main script and global functions',
1861 'errors' => 'General errors',
1862 'login' => 'Login and logout pages',
1863 'toolbar' => 'Edit page toolbar',
1864 'edit' => 'Edit pages',
1865 'cantcreateaccount' => 'Account creation failure',
1866 'history' => 'History pages',
1867 'history-feed' => '',
1868 'revdelete' => 'Revision deletion',
1869 'diffs' => 'Diffs',
1870 'search' => 'Search results',
1871 'preferences' => 'Preferences page',
1872 'userrights' => 'User rights',
1873 'group' => 'Groups',
1874 'group-member' => '',
1875 'grouppage' => '',
1876 'recentchanges' => 'Recent changes',
1877 'upload' => 'Upload',
1878 'upload-errors' => '',
1879 'upload-curl-errors' => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>',
1880 'licenses' => '',
1881 'imagelist' => 'Image list',
1882 'mimesearch' => 'MIME search',
1883 'unwatchedpages' => 'Unwatched pages',
1884 'listredirects' => 'List redirects',
1885 'unusedtemplates' => 'Unused templates',
1886 'randomredirect' => 'Random redirect',
1887 'statistics' => 'Statistics',
1888 'disambiguations' => '',
1889 'doubleredirects' => '',
1890 'brokenredirects' => '',
1891 'specialpages' => 'Miscellaneous special pages',
1892 'allpages' => 'Special:Allpages',
1893 'listusers' => 'Special:Listusers',
1894 'emailuser' => 'E-mail user',
1895 'watchlist' => 'Watchlist',
1896 'enotif' => '',
1897 'deleteprotectrev' => 'Delete/protect/revert',
1898 'restrictions' => 'Restrictions (nouns)',
1899 'undelete' => 'Undelete',
1900 'nsform' => 'Namespace form on various pages',
1901 'contributions' => 'Contributions',
1902 'newimages-showfrom' => '',
1903 'contributions2' => '',
1904 'whatlinkshere' => 'What links here',
1905 'block' => 'Block/unblock',
1906 'developertools' => 'Developer tools',
1907 'makesysop' => 'Make sysop',
1908 'movepage' => 'Move page',
1909 'export' => 'Export',
1910 'allmessages' => 'Namespace 8 related',
1911 'thumbnails' => 'Thumbnails',
1912 'import' => 'Special:Import',
1913 'importlog' => 'Import log',
1914 'accesskeys' => 'Keyboard access keys for power users',
1915 'tooltips' => 'Tooltip help for some actions, most are in Monobook.js',
1916 'stylesheets' => 'Stylesheets',
1917 'metadata_cc' => 'Metadata',
1918 'attribution' => 'Attribution',
1919 'spamprotection' => 'Spam protection',
1920 'info' => 'Info page',
1921 'math' => 'Math options',
1922 'patrolling' => 'Patrolling',
1923 'monobook.js' => 'Monobook.js: tooltips and access keys for monobook',
1924 'common.js' => 'Common.js: contains nothing but a placeholder comment',
1925 'imagedeletion' => 'Image deletion',
1926 'browsediffs' => 'Browsing diffs',
1927 'imagesize' => '',
1928 'newimages' => '',
1929 'variantname-zh' => "Short names for language variants used for language conversion links.
1930 To disable showing a particular link, set it to 'disable', e.g.
1931 'variantname-zh-sg' => 'disable',
1932 Variants for Chinese language",
1933 'variantname-sr' => 'Variants for Serbian language',
1934 'variantname-kk' => 'Variants for Kazakh language',
1935 'specialloglabels' => 'Labels for User: and Title: on Special:Log pages',
1936 'passwordtooshort' => '',
1937 'mediawarning' => 'Media Warning',
1938 'fileinfo' => '',
1939 'metadata' => 'Metadata',
1940 'exif' => 'EXIF tags',
1941 'exif-values' => 'Make & model, can be wikified in order to link to the camera and model name',
1942 'exif-compression' => 'EXIF attributes',
1943 'exif-photometricinterpretation' => '',
1944 'exif-orientation' => '',
1945 'exif-planarconfiguration' => '',
1946 'exif-xyresolution' => '',
1947 'exif-colorspace' => '',
1948 'exif-componentsconfiguration' => '',
1949 'exif-exposureprogram' => '',
1950 'exif-subjectdistance-value' => '',
1951 'exif-meteringmode' => '',
1952 'exif-lightsource' => '',
1953 'exif-focalplaneresolutionunit' => '',
1954 'exif-sensingmethod' => '',
1955 'exif-filesource' => '',
1956 'exif-scenetype' => '',
1957 'exif-customrendered' => '',
1958 'exif-exposuremode' => '',
1959 'exif-whitebalance' => '',
1960 'exif-scenecapturetype' => '',
1961 'exif-gaincontrol' => '',
1962 'exif-contrast' => '',
1963 'exif-saturation' => '',
1964 'exif-sharpness' => '',
1965 'exif-subjectdistancerange' => '',
1966 'exif-gpslatitude' => 'Pseudotags used for GPSLatitudeRef and GPSDestLatitudeRef',
1967 'exif-gpslongitude' => 'Pseudotags used for GPSLongitudeRef and GPSDestLongitudeRef',
1968 'exif-gpsstatus' => '',
1969 'exif-gpsmeasuremode' => '',
1970 'exif-gpsspeed' => 'Pseudotags used for GPSSpeedRef and GPSDestDistanceRef',
1971 'exif-gpsdirection' => 'Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef',
1972 'edit-externally' => 'External editor support',
1973 'all' => "'all' in various places, this might be different for inflected languages",
1974 'confirmemail' => 'E-mail address confirmation',
1975 'inputbox' => 'Inputbox extension, may be useful in other contexts as well',
1976 'scarytransclusion' => 'Scary transclusion',
1977 'trackbacks' => 'Trackbacks',
1978 'deleteconflict' => 'Delete conflict',
1979 'unit-pixel' => '',
1980 'htmldump' => 'HTML dump',
1981 'purge' => 'action=purge',
1982 'newmessagesmulti' => '',
1983 'search2' => '',
1984 'displaytitle' => 'DISPLAYTITLE',
1985 'catseparator' => 'Separator for categories in page lists',
1986 'loginlanguage' => '',
1987 'imgmulti' => 'Multipage image navigation',
1988 'tablepager' => 'Table pager',
1989 'autosumm' => 'Auto-summaries',
1990 'autoblock_whitelist' => 'Autoblock whitelist',
1991 );
1992
1993 /** Short comments for standalone messages */
1994 $wgMessageComments = array(
1995 'lastmodifiedat' => '$1 date, $2 time',
1996 'sitenotice' => 'the equivalent to wgSiteNotice',
1997 'perfdisabledsub' => 'obsolete?',
1998 'history-feed-item-nocomment' => 'user at time',
1999 'editcomment' => 'only shown if there is an edit comment',
2000 'lastmodifiedatby' => '$1 date, $2 time, $3 user',
2001 'exif-orientation-1' => '0th row: top; 0th column: left',
2002 'exif-orientation-2' => '0th row: top; 0th column: right',
2003 'exif-orientation-3' => '0th row: bottom; 0th column: right',
2004 'exif-orientation-4' => '0th row: bottom; 0th column: left',
2005 'exif-orientation-5' => '0th row: left; 0th column: top',
2006 'exif-orientation-6' => '0th row: right; 0th column: top',
2007 'exif-orientation-7' => '0th row: right; 0th column: bottom',
2008 'exif-orientation-8' => '0th row: left; 0th column: bottom',
2009 'autoredircomment' => 'This should be changed to the new naming convention, but existed beforehand',
2010 );
2011
2012 /** Messages which contain dollar signs (which are not followed by numbers), and therefore should use a single apostrophe */
2013 $wgMessagseWithDollarSigns = array(
2014 'linkprefix',
2015 'enotif_subject',
2016 'enotif_body',
2017 'allmessagesnotsupportedDB',
2018 );
2019
2020 ?>