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