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