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