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