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