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