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