i18n and better label text, don't assume all users speak robots.txt
[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 'perfcached',
311 'perfcachedts',
312 'querypage-no-updates',
313 'wrong_wfQuery_params',
314 'viewsource',
315 'viewsourcefor',
316 'protectedpagetext',
317 'viewsourcetext',
318 'protectedinterface',
319 'editinginterface',
320 'sqlhidden',
321 'cascadeprotected',
322 ),
323 'login' => array(
324 'logouttitle',
325 'logouttext',
326 'welcomecreation',
327 'loginpagetitle',
328 'yourname',
329 'yourpassword',
330 'yourpasswordagain',
331 'remembermypassword',
332 'yourdomainname',
333 'externaldberror',
334 'loginproblem',
335 'alreadyloggedin',
336 'login',
337 'loginprompt',
338 'userlogin',
339 'logout',
340 'userlogout',
341 'notloggedin',
342 'nologin',
343 'nologinlink',
344 'createaccount',
345 'gotaccount',
346 'gotaccountlink',
347 'createaccountmail',
348 'badretype',
349 'userexists',
350 'youremail',
351 'username',
352 'uid',
353 'yourrealname',
354 'yourlanguage',
355 'yourvariant',
356 'yournick',
357 'badsig',
358 'badsiglength',
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 ),
510 'undo' => array(
511 'undo-success',
512 'undo-failure',
513 'undo-summary',
514 ),
515 'cantcreateaccount' => array(
516 'cantcreateaccounttitle',
517 'cantcreateaccounttext',
518 ),
519 'history' => array(
520 'revhistory',
521 'viewpagelogs',
522 'nohistory',
523 'revnotfound',
524 'revnotfoundtext',
525 'loadhist',
526 'currentrev',
527 'revisionasof',
528 'revision-info',
529 'revision-info-current',
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 'uncategorizedtemplates',
944 'uncategorizedtemplates-summary',
945 'unusedcategories',
946 'unusedimages',
947 'popularpages',
948 'popularpages-summary',
949 'wantedcategories',
950 'wantedcategories-summary',
951 'wantedpages',
952 'wantedpages-summary',
953 'mostlinked',
954 'mostlinked-summary',
955 'mostlinkedcategories',
956 'mostlinkedcategories-summary',
957 'mostlinkedtemplates',
958 'mostlinkedtemplates-summary',
959 'mostcategories',
960 'mostcategories-summary',
961 'mostimages',
962 'mostimages-summary',
963 'mostrevisions',
964 'mostrevisions-summary',
965 'allpages',
966 'allpages-summary',
967 'prefixindex',
968 'prefixindex-summary',
969 'randompage',
970 'randompage-nopages',
971 'randompage-url',
972 'shortpages',
973 'shortpages-summary',
974 'longpages',
975 'longpages-summary',
976 'deadendpages',
977 'deadendpages-summary',
978 'deadendpagestext',
979 'protectedpages',
980 'protectedpages-summary',
981 'protectedpagestext',
982 'protectedpagesempty',
983 'listusers',
984 'listusers-summary',
985 'specialpages',
986 'specialpages-summary',
987 'spheading',
988 'restrictedpheading',
989 'rclsub',
990 'newpages',
991 'newpages-summary',
992 'newpages-username',
993 'ancientpages',
994 'ancientpages-summary',
995 'intl',
996 'move',
997 'movethispage',
998 'unusedimagestext',
999 'unusedcategoriestext',
1000 ),
1001 'booksources' => array(
1002 'booksources',
1003 'booksources-summary',
1004 'booksources-search-legend',
1005 'booksources-isbn',
1006 'booksources-go',
1007 'booksources-text',
1008 ),
1009 'specialpages2' => array(
1010 'categoriespagetext',
1011 'data',
1012 'userrights',
1013 'userrights-summary',
1014 'groups',
1015 'isbn',
1016 'rfcurl',
1017 'pubmedurl',
1018 'alphaindexline',
1019 'version',
1020 ),
1021 'logpages' => array(
1022 'specialloguserlabel',
1023 'speciallogtitlelabel',
1024 'log',
1025 'all-logs-page',
1026 'log-search-legend',
1027 'log-search-submit',
1028 'alllogstext',
1029 'logempty',
1030 'log-title-wildcard',
1031 ),
1032 'allpages' => array(
1033 'nextpage',
1034 'prevpage',
1035 'allpagesfrom',
1036 'allarticles',
1037 'allinnamespace',
1038 'allnotinnamespace',
1039 'allpagesprev',
1040 'allpagesnext',
1041 'allpagessubmit',
1042 'allpagesprefix',
1043 'allpagesbadtitle',
1044 ),
1045 'listusers' => array(
1046 'listusersfrom',
1047 'listusers-submit',
1048 'listusers-noresult',
1049 ),
1050 'emailuser' => array(
1051 'mailnologin',
1052 'mailnologintext',
1053 'emailuser',
1054 'emailpage',
1055 'emailpagetext',
1056 'usermailererror',
1057 'defemailsubject',
1058 'noemailtitle',
1059 'noemailtext',
1060 'emailfrom',
1061 'emailto',
1062 'emailsubject',
1063 'emailmessage',
1064 'emailsend',
1065 'emailccme',
1066 'emailccsubject',
1067 'emailsent',
1068 'emailsenttext',
1069 ),
1070 'watchlist' => array(
1071 'watchlist',
1072 'mywatchlist',
1073 'watchlistfor',
1074 'nowatchlist',
1075 'watchlistanontext',
1076 'watchlistcount',
1077 'clearwatchlist',
1078 'watchlistcleartext',
1079 'watchlistclearbutton',
1080 'watchlistcleardone',
1081 'watchnologin',
1082 'watchnologintext',
1083 'addedwatch',
1084 'addedwatchtext',
1085 'removedwatch',
1086 'removedwatchtext',
1087 'watch',
1088 'watchthispage',
1089 'unwatch',
1090 'unwatchthispage',
1091 'notanarticle',
1092 'watchnochange',
1093 'watchdetails',
1094 'wlheader-enotif',
1095 'wlheader-showupdated',
1096 'watchmethod-recent',
1097 'watchmethod-list',
1098 'removechecked',
1099 'watchlistcontains',
1100 'watcheditlist',
1101 'removingchecked',
1102 'couldntremove',
1103 'iteminvalidname',
1104 'wlnote',
1105 'wlshowlast',
1106 'wlsaved',
1107 'watchlist-show-bots',
1108 'watchlist-hide-bots',
1109 'watchlist-show-own',
1110 'watchlist-hide-own',
1111 'watchlist-show-minor',
1112 'watchlist-hide-minor',
1113 'wldone',
1114 ),
1115 'watching' => array(
1116 'watching',
1117 'unwatching',
1118 ),
1119 'enotif' => array(
1120 'enotif_mailer',
1121 'enotif_reset',
1122 'enotif_newpagetext',
1123 'enotif_impersonal_salutation',
1124 'changed',
1125 'created',
1126 'enotif_subject',
1127 'enotif_lastvisited',
1128 'enotif_lastdiff',
1129 'enotif_anon_editor',
1130 'enotif_body',
1131 ),
1132 'deleteprotectrev' => array(
1133 'deletepage',
1134 'confirm',
1135 'excontent',
1136 'excontentauthor',
1137 'exbeforeblank',
1138 'exblank',
1139 'confirmdelete',
1140 'deletesub',
1141 'historywarning',
1142 'confirmdeletetext',
1143 'actioncomplete',
1144 'deletedtext',
1145 'deletedarticle',
1146 'dellogpage',
1147 'dellogpagetext',
1148 'deletionlog',
1149 'reverted',
1150 'deletecomment',
1151 'imagereverted',
1152 'rollback',
1153 'rollback_short',
1154 'rollbacklink',
1155 'rollbackfailed',
1156 'cantrollback',
1157 'alreadyrolled',
1158 'editcomment',
1159 'revertpage',
1160 'sessionfailure',
1161 'protectlogpage',
1162 'protectlogtext',
1163 'protectedarticle',
1164 'modifiedarticleprotection',
1165 'unprotectedarticle',
1166 'protectsub',
1167 'confirmprotect',
1168 'protectcomment',
1169 'protectexpiry',
1170 'protect_expiry_invalid',
1171 'protect_expiry_old',
1172 'unprotectsub',
1173 'protect-unchain',
1174 'protect-text',
1175 'protect-locked-blocked',
1176 'protect-locked-dblock',
1177 'protect-locked-access',
1178 'protect-cascadeon',
1179 'protect-default',
1180 'protect-level-autoconfirmed',
1181 'protect-level-sysop',
1182 'protect-summary-cascade',
1183 'protect-expiring',
1184 'protect-cascade',
1185 'protect-robotspolicy',
1186 'protect-robots-noindex',
1187 'protect-robots-nofollow',
1188 'restriction-type',
1189 'restriction-level',
1190 'minimum-size',
1191 'maximum-size',
1192 'pagesize',
1193 ),
1194 'restrictions' => array(
1195 'restriction-edit',
1196 'restriction-move',
1197 ),
1198 'restriction-levels' => array(
1199 'restriction-level-sysop',
1200 'restriction-level-autoconfirmed',
1201 'restriction-level-all',
1202 ),
1203 'undelete' => array(
1204 'undelete',
1205 'undeletepage',
1206 'viewdeletedpage',
1207 'undeletepagetext',
1208 'undeleteextrahelp',
1209 'undeleterevisions',
1210 'undeletehistory',
1211 'undeleterevdel',
1212 'undeletehistorynoadmin',
1213 'undelete-revision',
1214 'undeleterevision-missing',
1215 'undeletebtn',
1216 'undeletereset',
1217 'undeletecomment',
1218 'undeletedarticle',
1219 'undeletedrevisions',
1220 'undeletedrevisions-files',
1221 'undeletedfiles',
1222 'cannotundelete',
1223 'undeletedpage',
1224 'undelete-header',
1225 'undelete-search-box',
1226 'undelete-search-prefix',
1227 'undelete-search-submit',
1228 'undelete-no-results',
1229 ),
1230 'nsform' => array(
1231 'namespace',
1232 'invert',
1233 ),
1234 'contributions' => array(
1235 'contributions',
1236 'mycontris',
1237 'contribsub2',
1238 'nocontribs',
1239 'ucnote',
1240 'uclinks',
1241 'uctop',
1242 ),
1243 'sp-contributions' => array(
1244 'sp-contributions-newest',
1245 'sp-contributions-oldest',
1246 'sp-contributions-newer',
1247 'sp-contributions-older',
1248 'sp-contributions-newbies',
1249 'sp-contributions-newbies-sub',
1250 'sp-contributions-blocklog',
1251 'sp-contributions-search',
1252 'sp-contributions-username',
1253 'sp-contributions-submit',
1254 'sp-contributions-footer',
1255 'sp-contributions-footer-anon',
1256 ),
1257 'newimages-showfrom' => array(
1258 'sp-newimages-showfrom',
1259 ),
1260 'whatlinkshere' => array(
1261 'whatlinkshere',
1262 'whatlinkshere-summary',
1263 'whatlinkshere-barrow',
1264 'notargettitle',
1265 'notargettext',
1266 'linklistsub',
1267 'linkshere',
1268 'nolinkshere',
1269 'nolinkshere-ns',
1270 'isredirect',
1271 'istemplate',
1272 'whatlinkshere-prev',
1273 'whatlinkshere-next',
1274 'whatlinkshere-links',
1275 ),
1276 'block' => array(
1277 'blockip',
1278 'blockiptext',
1279 'ipaddress',
1280 'ipadressorusername',
1281 'ipbexpiry',
1282 'ipbreason',
1283 'ipbreasonotherlist',
1284 'ipbreason-dropdown',
1285 'ipbanononly',
1286 'ipbcreateaccount',
1287 'ipbemailban',
1288 'ipbenableautoblock',
1289 'ipbsubmit',
1290 'ipbother',
1291 'ipboptions',
1292 'ipbotheroption',
1293 'ipbotherreason',
1294 'ipbhidename',
1295 'badipaddress',
1296 'blockipsuccesssub',
1297 'blockipsuccesstext',
1298 'ipb-edit-dropdown',
1299 'ipb-unblock-addr',
1300 'ipb-unblock',
1301 'ipb-blocklist-addr',
1302 'ipb-blocklist',
1303 'unblockip',
1304 'unblockiptext',
1305 'ipusubmit',
1306 'unblocked',
1307 'unblocked-id',
1308 'ipblocklist',
1309 'ipblocklist-summary',
1310 'ipblocklist-submit',
1311 'blocklistline',
1312 'infiniteblock',
1313 'expiringblock',
1314 'anononlyblock',
1315 'noautoblockblock',
1316 'createaccountblock',
1317 'emailblock',
1318 'ipblocklist-empty',
1319 'ipblocklist-no-results',
1320 'blocklink',
1321 'unblocklink',
1322 'contribslink',
1323 'autoblocker',
1324 'blocklogpage',
1325 'blocklogentry',
1326 'blocklogtext',
1327 'unblocklogentry',
1328 'block-log-flags-anononly',
1329 'block-log-flags-nocreate',
1330 'block-log-flags-noautoblock',
1331 'block-log-flags-noemail',
1332 'range_block_disabled',
1333 'ipb_expiry_invalid',
1334 'ipb_already_blocked',
1335 'ip_range_invalid',
1336 'proxyblocker',
1337 'ipb_cant_unblock',
1338 'proxyblockreason',
1339 'proxyblocksuccess',
1340 'sorbs',
1341 'sorbsreason',
1342 'sorbs_create_account_reason',
1343 ),
1344 'developertools' => array(
1345 'lockdb',
1346 'unlockdb',
1347 'lockdbtext',
1348 'unlockdbtext',
1349 'lockconfirm',
1350 'unlockconfirm',
1351 'lockbtn',
1352 'unlockbtn',
1353 'locknoconfirm',
1354 'lockdbsuccesssub',
1355 'unlockdbsuccesssub',
1356 'lockdbsuccesstext',
1357 'unlockdbsuccesstext',
1358 'lockfilenotwritable',
1359 'databasenotlocked',
1360 ),
1361 'movepage' => array(
1362 'movepage',
1363 'movepagetext',
1364 'movepagetalktext',
1365 'movearticle',
1366 'movenologin',
1367 'movenologintext',
1368 'newtitle',
1369 'move-watch',
1370 'movepagebtn',
1371 'pagemovedsub',
1372 'pagemovedtext',
1373 'articleexists',
1374 'talkexists',
1375 'movedto',
1376 'movetalk',
1377 'talkpagemoved',
1378 'talkpagenotmoved',
1379 '1movedto2',
1380 '1movedto2_redir',
1381 'movelogpage',
1382 'movelogpagetext',
1383 'movereason',
1384 'revertmove',
1385 'delete_and_move',
1386 'delete_and_move_text',
1387 'delete_and_move_confirm',
1388 'delete_and_move_reason',
1389 'selfmove',
1390 'immobile_namespace',
1391 ),
1392 'export' => array(
1393 'export',
1394 'exporttext',
1395 'exportcuronly',
1396 'exportnohistory',
1397 'export-submit',
1398 'export-addcattext',
1399 'export-addcat',
1400 ),
1401 'allmessages' => array(
1402 'allmessages',
1403 'allmessagesname',
1404 'allmessagesdefault',
1405 'allmessagescurrent',
1406 'allmessagestext',
1407 'allmessagesnotsupportedUI',
1408 'allmessagesnotsupportedDB',
1409 'allmessagesfilter',
1410 'allmessagesmodified',
1411 ),
1412 'thumbnails' => array(
1413 'thumbnail-more',
1414 'missingimage',
1415 'filemissing',
1416 'thumbnail_error',
1417 'djvu_page_error',
1418 'djvu_no_xml',
1419 'thumbnail_invalid_params',
1420 'thumbnail_dest_directory',
1421 ),
1422 'import' => array(
1423 'import',
1424 'importinterwiki',
1425 'import-interwiki-text',
1426 'import-interwiki-history',
1427 'import-interwiki-submit',
1428 'import-interwiki-namespace',
1429 'importtext',
1430 'importstart',
1431 'import-revision-count',
1432 'importnopages',
1433 'importfailed',
1434 'importunknownsource',
1435 'importcantopen',
1436 'importbadinterwiki',
1437 'importnotext',
1438 'importsuccess',
1439 'importhistoryconflict',
1440 'importnosources',
1441 'importnofile',
1442 'importuploaderror',
1443 ),
1444 'importlog' => array(
1445 'importlogpage',
1446 'importlogpagetext',
1447 'import-logentry-upload',
1448 'import-logentry-upload-detail',
1449 'import-logentry-interwiki',
1450 'import-logentry-interwiki-detail',
1451 ),
1452 'accesskeys' => array(
1453 'accesskey-pt-userpage',
1454 'accesskey-pt-anonuserpage',
1455 'accesskey-pt-mytalk',
1456 'accesskey-pt-anontalk',
1457 'accesskey-pt-preferences',
1458 'accesskey-pt-watchlist',
1459 'accesskey-pt-mycontris',
1460 'accesskey-pt-login',
1461 'accesskey-pt-anonlogin',
1462 'accesskey-pt-logout',
1463 'accesskey-ca-talk',
1464 'accesskey-ca-edit',
1465 'accesskey-ca-addsection',
1466 'accesskey-ca-viewsource',
1467 'accesskey-ca-history',
1468 'accesskey-ca-protect',
1469 'accesskey-ca-delete',
1470 'accesskey-ca-undelete',
1471 'accesskey-ca-move',
1472 'accesskey-ca-watch',
1473 'accesskey-ca-unwatch',
1474 'accesskey-search',
1475 'accesskey-p-logo',
1476 'accesskey-n-mainpage',
1477 'accesskey-n-portal',
1478 'accesskey-n-currentevents',
1479 'accesskey-n-recentchanges',
1480 'accesskey-n-randompage',
1481 'accesskey-n-help',
1482 'accesskey-n-sitesupport',
1483 'accesskey-t-whatlinkshere',
1484 'accesskey-t-recentchangeslinked',
1485 'accesskey-feed-rss',
1486 'accesskey-feed-atom',
1487 'accesskey-t-contributions',
1488 'accesskey-t-emailuser',
1489 'accesskey-t-permalink',
1490 'accesskey-t-print',
1491 'accesskey-t-upload',
1492 'accesskey-t-specialpages',
1493 'accesskey-ca-nstab-main',
1494 'accesskey-ca-nstab-user',
1495 'accesskey-ca-nstab-media',
1496 'accesskey-ca-nstab-special',
1497 'accesskey-ca-nstab-project',
1498 'accesskey-ca-nstab-image',
1499 'accesskey-ca-nstab-mediawiki',
1500 'accesskey-ca-nstab-template',
1501 'accesskey-ca-nstab-help',
1502 'accesskey-ca-nstab-category',
1503 'accesskey-minoredit',
1504 'accesskey-save',
1505 'accesskey-preview',
1506 'accesskey-diff',
1507 'accesskey-compareselectedversions',
1508 'accesskey-watch',
1509 ),
1510 'tooltips' => array(
1511 'tooltip-pt-userpage',
1512 'tooltip-pt-anonuserpage',
1513 'tooltip-pt-mytalk',
1514 'tooltip-pt-anontalk',
1515 'tooltip-pt-preferences',
1516 'tooltip-pt-watchlist',
1517 'tooltip-pt-mycontris',
1518 'tooltip-pt-login',
1519 'tooltip-pt-anonlogin',
1520 'tooltip-pt-logout',
1521 'tooltip-ca-talk',
1522 'tooltip-ca-edit',
1523 'tooltip-ca-addsection',
1524 'tooltip-ca-viewsource',
1525 'tooltip-ca-history',
1526 'tooltip-ca-protect',
1527 'tooltip-ca-delete',
1528 'tooltip-ca-undelete',
1529 'tooltip-ca-move',
1530 'tooltip-ca-watch',
1531 'tooltip-ca-unwatch',
1532 'tooltip-search',
1533 'tooltip-p-logo',
1534 'tooltip-n-mainpage',
1535 'tooltip-n-portal',
1536 'tooltip-n-currentevents',
1537 'tooltip-n-recentchanges',
1538 'tooltip-n-randompage',
1539 'tooltip-n-help',
1540 'tooltip-n-sitesupport',
1541 'tooltip-t-whatlinkshere',
1542 'tooltip-t-recentchangeslinked',
1543 'tooltip-feed-rss',
1544 'tooltip-feed-atom',
1545 'tooltip-t-contributions',
1546 'tooltip-t-emailuser',
1547 'tooltip-t-upload',
1548 'tooltip-t-specialpages',
1549 'tooltip-t-print',
1550 'tooltip-t-permalink',
1551 'tooltip-ca-nstab-main',
1552 'tooltip-ca-nstab-user',
1553 'tooltip-ca-nstab-media',
1554 'tooltip-ca-nstab-special',
1555 'tooltip-ca-nstab-project',
1556 'tooltip-ca-nstab-image',
1557 'tooltip-ca-nstab-mediawiki',
1558 'tooltip-ca-nstab-template',
1559 'tooltip-ca-nstab-help',
1560 'tooltip-ca-nstab-category',
1561 'tooltip-minoredit',
1562 'tooltip-save',
1563 'tooltip-preview',
1564 'tooltip-diff',
1565 'tooltip-compareselectedversions',
1566 'tooltip-watch',
1567 'tooltip-recreate',
1568 ),
1569 'stylesheets' => array(
1570 'common.css',
1571 'monobook.css',
1572 ),
1573 'scripts' => array(
1574 'common.js',
1575 'monobook.js',
1576 ),
1577 'metadata_cc' => array(
1578 'nodublincore',
1579 'nocreativecommons',
1580 'notacceptable',
1581 ),
1582 'attribution' => array(
1583 'anonymous',
1584 'siteuser',
1585 'lastmodifiedatby',
1586 'and',
1587 'othercontribs',
1588 'others',
1589 'siteusers',
1590 'creditspage',
1591 'nocredits',
1592 ),
1593 'spamprotection' => array(
1594 'spamprotectiontitle',
1595 'spamprotectiontext',
1596 'spamprotectionmatch',
1597 'subcategorycount',
1598 'categoryarticlecount',
1599 'category-media-count',
1600 'listingcontinuesabbrev',
1601 'spambot_username',
1602 'spam_reverting',
1603 'spam_blanking',
1604 ),
1605 'info' => array(
1606 'infosubtitle',
1607 'numedits',
1608 'numtalkedits',
1609 'numwatchers',
1610 'numauthors',
1611 'numtalkauthors',
1612 ),
1613 'math' => array(
1614 'mw_math_png',
1615 'mw_math_simple',
1616 'mw_math_html',
1617 'mw_math_source',
1618 'mw_math_modern',
1619 'mw_math_mathml',
1620 ),
1621 'patrolling' => array(
1622 'markaspatrolleddiff',
1623 'markaspatrolledlink',
1624 'markaspatrolledtext',
1625 'markedaspatrolled',
1626 'markedaspatrolledtext',
1627 'rcpatroldisabled',
1628 'rcpatroldisabledtext',
1629 'markedaspatrollederror',
1630 'markedaspatrollederrortext',
1631 'markedaspatrollederror-noautopatrol',
1632 ),
1633 'patrol-log' => array(
1634 'patrol-log-page',
1635 'patrol-log-header',
1636 'patrol-log-line',
1637 'patrol-log-auto',
1638 'patrol-log-diff',
1639 ),
1640 'imagedeletion' => array(
1641 'deletedrevision',
1642 ),
1643 'browsediffs' => array(
1644 'previousdiff',
1645 'nextdiff',
1646 ),
1647 'media-info' => array(
1648 'mediawarning',
1649 'imagemaxsize',
1650 'thumbsize',
1651 'widthheight',
1652 'file-info',
1653 'file-info-size',
1654 'file-nohires',
1655 'file-svg',
1656 'show-big-image',
1657 'show-big-image-thumb',
1658 ),
1659 'newimages' => array(
1660 'newimages',
1661 'newimages-summary',
1662 'showhidebots',
1663 'noimages',
1664 ),
1665 'variantname-zh' => array(
1666 'variantname-zh-cn',
1667 'variantname-zh-tw',
1668 'variantname-zh-hk',
1669 'variantname-zh-sg',
1670 'variantname-zh',
1671 ),
1672 'variantname-sr' => array(
1673 'variantname-sr-ec',
1674 'variantname-sr-el',
1675 'variantname-sr-jc',
1676 'variantname-sr-jl',
1677 'variantname-sr',
1678 ),
1679 'variantname-kk' => array(
1680 'variantname-kk-tr',
1681 'variantname-kk-kz',
1682 'variantname-kk-cn',
1683 'variantname-kk',
1684 ),
1685 'variantname-ku' => array(
1686 'variantname-ku-arab',
1687 'variantname-ku-latn',
1688 'variantname-ku',
1689 ),
1690 'passwordtooshort' => array(
1691 'passwordtooshort',
1692 ),
1693 'metadata' => array(
1694 'metadata',
1695 'metadata-help',
1696 'metadata-expand',
1697 'metadata-collapse',
1698 'metadata-fields',
1699 ),
1700 'exif' => array(
1701 'exif-imagewidth',
1702 'exif-imagelength',
1703 'exif-bitspersample',
1704 'exif-compression',
1705 'exif-photometricinterpretation',
1706 'exif-orientation',
1707 'exif-samplesperpixel',
1708 'exif-planarconfiguration',
1709 'exif-ycbcrsubsampling',
1710 'exif-ycbcrpositioning',
1711 'exif-xresolution',
1712 'exif-yresolution',
1713 'exif-resolutionunit',
1714 'exif-stripoffsets',
1715 'exif-rowsperstrip',
1716 'exif-stripbytecounts',
1717 'exif-jpeginterchangeformat',
1718 'exif-jpeginterchangeformatlength',
1719 'exif-transferfunction',
1720 'exif-whitepoint',
1721 'exif-primarychromaticities',
1722 'exif-ycbcrcoefficients',
1723 'exif-referenceblackwhite',
1724 'exif-datetime',
1725 'exif-imagedescription',
1726 'exif-make',
1727 'exif-model',
1728 'exif-software',
1729 'exif-artist',
1730 'exif-copyright',
1731 'exif-exifversion',
1732 'exif-flashpixversion',
1733 'exif-colorspace',
1734 'exif-componentsconfiguration',
1735 'exif-compressedbitsperpixel',
1736 'exif-pixelydimension',
1737 'exif-pixelxdimension',
1738 'exif-makernote',
1739 'exif-usercomment',
1740 'exif-relatedsoundfile',
1741 'exif-datetimeoriginal',
1742 'exif-datetimedigitized',
1743 'exif-subsectime',
1744 'exif-subsectimeoriginal',
1745 'exif-subsectimedigitized',
1746 'exif-exposuretime',
1747 'exif-exposuretime-format',
1748 'exif-fnumber',
1749 'exif-fnumber-format',
1750 'exif-exposureprogram',
1751 'exif-spectralsensitivity',
1752 'exif-isospeedratings',
1753 'exif-oecf',
1754 'exif-shutterspeedvalue',
1755 'exif-aperturevalue',
1756 'exif-brightnessvalue',
1757 'exif-exposurebiasvalue',
1758 'exif-maxaperturevalue',
1759 'exif-subjectdistance',
1760 'exif-meteringmode',
1761 'exif-lightsource',
1762 'exif-flash',
1763 'exif-focallength',
1764 'exif-focallength-format',
1765 'exif-subjectarea',
1766 'exif-flashenergy',
1767 'exif-spatialfrequencyresponse',
1768 'exif-focalplanexresolution',
1769 'exif-focalplaneyresolution',
1770 'exif-focalplaneresolutionunit',
1771 'exif-subjectlocation',
1772 'exif-exposureindex',
1773 'exif-sensingmethod',
1774 'exif-filesource',
1775 'exif-scenetype',
1776 'exif-cfapattern',
1777 'exif-customrendered',
1778 'exif-exposuremode',
1779 'exif-whitebalance',
1780 'exif-digitalzoomratio',
1781 'exif-focallengthin35mmfilm',
1782 'exif-scenecapturetype',
1783 'exif-gaincontrol',
1784 'exif-contrast',
1785 'exif-saturation',
1786 'exif-sharpness',
1787 'exif-devicesettingdescription',
1788 'exif-subjectdistancerange',
1789 'exif-imageuniqueid',
1790 'exif-gpsversionid',
1791 'exif-gpslatituderef',
1792 'exif-gpslatitude',
1793 'exif-gpslongituderef',
1794 'exif-gpslongitude',
1795 'exif-gpsaltituderef',
1796 'exif-gpsaltitude',
1797 'exif-gpstimestamp',
1798 'exif-gpssatellites',
1799 'exif-gpsstatus',
1800 'exif-gpsmeasuremode',
1801 'exif-gpsdop',
1802 'exif-gpsspeedref',
1803 'exif-gpsspeed',
1804 'exif-gpstrackref',
1805 'exif-gpstrack',
1806 'exif-gpsimgdirectionref',
1807 'exif-gpsimgdirection',
1808 'exif-gpsmapdatum',
1809 'exif-gpsdestlatituderef',
1810 'exif-gpsdestlatitude',
1811 'exif-gpsdestlongituderef',
1812 'exif-gpsdestlongitude',
1813 'exif-gpsdestbearingref',
1814 'exif-gpsdestbearing',
1815 'exif-gpsdestdistanceref',
1816 'exif-gpsdestdistance',
1817 'exif-gpsprocessingmethod',
1818 'exif-gpsareainformation',
1819 'exif-gpsdatestamp',
1820 'exif-gpsdifferential',
1821 ),
1822 'exif-values' => array(
1823 'exif-make-value',
1824 'exif-model-value',
1825 'exif-software-value',
1826 ),
1827 'exif-compression' => array(
1828 'exif-compression-1',
1829 'exif-compression-6',
1830 ),
1831 'exif-photometricinterpretation' => array(
1832 'exif-photometricinterpretation-2',
1833 'exif-photometricinterpretation-6',
1834 ),
1835 'exif-unknowndate' => array(
1836 'exif-unknowndate',
1837 ),
1838 'exif-orientation' => array(
1839 'exif-orientation-1',
1840 'exif-orientation-2',
1841 'exif-orientation-3',
1842 'exif-orientation-4',
1843 'exif-orientation-5',
1844 'exif-orientation-6',
1845 'exif-orientation-7',
1846 'exif-orientation-8',
1847 ),
1848 'exif-planarconfiguration' => array(
1849 'exif-planarconfiguration-1',
1850 'exif-planarconfiguration-2',
1851 ),
1852 'exif-xyresolution' => array(
1853 'exif-xyresolution-i',
1854 'exif-xyresolution-c',
1855 ),
1856 'exif-colorspace' => array(
1857 'exif-colorspace-1',
1858 'exif-colorspace-ffff.h',
1859 ),
1860 'exif-componentsconfiguration' => array(
1861 'exif-componentsconfiguration-0',
1862 'exif-componentsconfiguration-1',
1863 'exif-componentsconfiguration-2',
1864 'exif-componentsconfiguration-3',
1865 'exif-componentsconfiguration-4',
1866 'exif-componentsconfiguration-5',
1867 'exif-componentsconfiguration-6',
1868 ),
1869 'exif-exposureprogram' => array(
1870 'exif-exposureprogram-0',
1871 'exif-exposureprogram-1',
1872 'exif-exposureprogram-2',
1873 'exif-exposureprogram-3',
1874 'exif-exposureprogram-4',
1875 'exif-exposureprogram-5',
1876 'exif-exposureprogram-6',
1877 'exif-exposureprogram-7',
1878 'exif-exposureprogram-8',
1879 ),
1880 'exif-subjectdistance-value' => array(
1881 'exif-subjectdistance-value',
1882 ),
1883 'exif-meteringmode' => array(
1884 'exif-meteringmode-0',
1885 'exif-meteringmode-1',
1886 'exif-meteringmode-2',
1887 'exif-meteringmode-3',
1888 'exif-meteringmode-4',
1889 'exif-meteringmode-5',
1890 'exif-meteringmode-6',
1891 'exif-meteringmode-255',
1892 ),
1893 'exif-lightsource' => array(
1894 'exif-lightsource-0',
1895 'exif-lightsource-1',
1896 'exif-lightsource-2',
1897 'exif-lightsource-3',
1898 'exif-lightsource-4',
1899 'exif-lightsource-9',
1900 'exif-lightsource-10',
1901 'exif-lightsource-11',
1902 'exif-lightsource-12',
1903 'exif-lightsource-13',
1904 'exif-lightsource-14',
1905 'exif-lightsource-15',
1906 'exif-lightsource-17',
1907 'exif-lightsource-18',
1908 'exif-lightsource-19',
1909 'exif-lightsource-20',
1910 'exif-lightsource-21',
1911 'exif-lightsource-22',
1912 'exif-lightsource-23',
1913 'exif-lightsource-24',
1914 'exif-lightsource-255',
1915 ),
1916 'exif-focalplaneresolutionunit' => array(
1917 'exif-focalplaneresolutionunit-2',
1918 ),
1919 'exif-sensingmethod' => array(
1920 'exif-sensingmethod-1',
1921 'exif-sensingmethod-2',
1922 'exif-sensingmethod-3',
1923 'exif-sensingmethod-4',
1924 'exif-sensingmethod-5',
1925 'exif-sensingmethod-7',
1926 'exif-sensingmethod-8',
1927 ),
1928 'exif-filesource' => array(
1929 'exif-filesource-3',
1930 ),
1931 'exif-scenetype' => array(
1932 'exif-scenetype-1',
1933 ),
1934 'exif-customrendered' => array(
1935 'exif-customrendered-0',
1936 'exif-customrendered-1',
1937 ),
1938 'exif-exposuremode' => array(
1939 'exif-exposuremode-0',
1940 'exif-exposuremode-1',
1941 'exif-exposuremode-2',
1942 ),
1943 'exif-whitebalance' => array(
1944 'exif-whitebalance-0',
1945 'exif-whitebalance-1',
1946 ),
1947 'exif-scenecapturetype' => array(
1948 'exif-scenecapturetype-0',
1949 'exif-scenecapturetype-1',
1950 'exif-scenecapturetype-2',
1951 'exif-scenecapturetype-3',
1952 ),
1953 'exif-gaincontrol' => array(
1954 'exif-gaincontrol-0',
1955 'exif-gaincontrol-1',
1956 'exif-gaincontrol-2',
1957 'exif-gaincontrol-3',
1958 'exif-gaincontrol-4',
1959 ),
1960 'exif-contrast' => array(
1961 'exif-contrast-0',
1962 'exif-contrast-1',
1963 'exif-contrast-2',
1964 ),
1965 'exif-saturation' => array(
1966 'exif-saturation-0',
1967 'exif-saturation-1',
1968 'exif-saturation-2',
1969 ),
1970 'exif-sharpness' => array(
1971 'exif-sharpness-0',
1972 'exif-sharpness-1',
1973 'exif-sharpness-2',
1974 ),
1975 'exif-subjectdistancerange' => array(
1976 'exif-subjectdistancerange-0',
1977 'exif-subjectdistancerange-1',
1978 'exif-subjectdistancerange-2',
1979 'exif-subjectdistancerange-3',
1980 ),
1981 'exif-gpslatitude' => array(
1982 'exif-gpslatitude-n',
1983 'exif-gpslatitude-s',
1984 ),
1985 'exif-gpslongitude' => array(
1986 'exif-gpslongitude-e',
1987 'exif-gpslongitude-w',
1988 ),
1989 'exif-gpsstatus' => array(
1990 'exif-gpsstatus-a',
1991 'exif-gpsstatus-v',
1992 ),
1993 'exif-gpsmeasuremode' => array(
1994 'exif-gpsmeasuremode-2',
1995 'exif-gpsmeasuremode-3',
1996 ),
1997 'exif-gpsspeed' => array(
1998 'exif-gpsspeed-k',
1999 'exif-gpsspeed-m',
2000 'exif-gpsspeed-n',
2001 ),
2002 'exif-gpsdirection' => array(
2003 'exif-gpsdirection-t',
2004 'exif-gpsdirection-m',
2005 ),
2006 'edit-externally' => array(
2007 'edit-externally',
2008 'edit-externally-help',
2009 ),
2010 'all' => array(
2011 'recentchangesall',
2012 'imagelistall',
2013 'watchlistall1',
2014 'watchlistall2',
2015 'namespacesall',
2016 ),
2017 'confirmemail' => array(
2018 'confirmemail',
2019 'confirmemail_noemail',
2020 'confirmemail_text',
2021 'confirmemail_pending',
2022 'confirmemail_send',
2023 'confirmemail_sent',
2024 'confirmemail_oncreate',
2025 'confirmemail_sendfailed',
2026 'confirmemail_invalid',
2027 'confirmemail_needlogin',
2028 'confirmemail_success',
2029 'confirmemail_loggedin',
2030 'confirmemail_error',
2031 'confirmemail_subject',
2032 'confirmemail_body',
2033 ),
2034 'inputbox' => array(
2035 'tryexact',
2036 'searchfulltext',
2037 'createarticle',
2038 ),
2039 'scarytransclusion' => array(
2040 'scarytranscludedisabled',
2041 'scarytranscludefailed',
2042 'scarytranscludetoolong',
2043 ),
2044 'trackbacks' => array(
2045 'trackbackbox',
2046 'trackback',
2047 'trackbackexcerpt',
2048 'trackbackremove',
2049 'trackbacklink',
2050 'trackbackdeleteok',
2051 ),
2052 'deleteconflict' => array(
2053 'deletedwhileediting',
2054 'confirmrecreate',
2055 'recreate',
2056 ),
2057 'unit-pixel' => array(
2058 'unit-pixel',
2059 ),
2060 'htmldump' => array(
2061 'redirectingto',
2062 ),
2063 'purge' => array(
2064 'confirm_purge',
2065 'confirm_purge_button',
2066 ),
2067 'newmessagesmulti' => array(
2068 'youhavenewmessagesmulti',
2069 'newtalkseperator',
2070 ),
2071 'search2' => array(
2072 'searchcontaining',
2073 'searchnamed',
2074 'articletitles',
2075 'hideresults',
2076 ),
2077 'displaytitle' => array(
2078 'displaytitle',
2079 ),
2080 'catseparator' => array(
2081 'catseparator',
2082 ),
2083 'loginlanguage' => array(
2084 'loginlanguagelabel',
2085 'loginlanguagelinks',
2086 ),
2087 'imgmulti' => array(
2088 'imgmultipageprev',
2089 'imgmultipagenext',
2090 'imgmultigo',
2091 'imgmultigotopre',
2092 'imgmultigotopost',
2093 'imgmultiparseerror',
2094 ),
2095 'tablepager' => array(
2096 'ascending_abbrev',
2097 'descending_abbrev',
2098 'table_pager_next',
2099 'table_pager_prev',
2100 'table_pager_first',
2101 'table_pager_last',
2102 'table_pager_limit',
2103 'table_pager_limit_submit',
2104 'table_pager_empty',
2105 ),
2106 'autosumm' => array(
2107 'autosumm-blank',
2108 'autosumm-replace',
2109 'autoredircomment',
2110 'autosumm-new',
2111 ),
2112 'autoblock_whitelist' => array(
2113 'autoblock_whitelist',
2114 ),
2115 'sizeunits' => array(
2116 'size-bytes',
2117 'size-kilobytes',
2118 'size-megabytes',
2119 'size-gigabytes',
2120 ),
2121 'livepreview' => array(
2122 'livepreview-loading',
2123 'livepreview-ready',
2124 'livepreview-failed',
2125 'livepreview-error',
2126 ),
2127 'lagwarning' => array(
2128 'lag-warn-normal',
2129 'lag-warn-high',
2130 ),
2131 );
2132 /** Comments for each block */
2133 $wgBlockComments = array(
2134 'sidebar' => "The sidebar for MonoBook is generated from this message, lines that do not
2135 begin with * or ** are discarded, furthermore lines that do begin with ** and
2136 do not contain | are also discarded, but don't depend on this behaviour for
2137 future releases. Also note that since each list value is wrapped in a unique
2138 XHTML id it should only appear once and include characters that are legal
2139 XHTML id names.",
2140 'toggles' => 'User preference toggles',
2141 'underline' => '',
2142 'skinpreview' => '',
2143 'dates' => 'Dates',
2144 'categories' => 'Bits of text used by many pages',
2145 'mainpage' => '',
2146 'miscellaneous1' => '',
2147 'metadata_help' => 'Metadata in edit box',
2148 'miscellaneous2' => '',
2149 '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).',
2150 'badaccess' => '',
2151 'versionrequired' => '',
2152 'miscellaneous3' => '',
2153 'nstab' => "Short words for each namespace, by default used in the 'article' tab in monobook",
2154 'main' => 'Main script and global functions',
2155 'errors' => 'General errors',
2156 'login' => 'Login and logout pages',
2157 'resetpass' => 'Password reset dialog',
2158 'toolbar' => 'Edit page toolbar',
2159 'edit' => 'Edit pages',
2160 'undo' => '"Undo" feature',
2161 'cantcreateaccount' => 'Account creation failure',
2162 'history' => 'History pages',
2163 'history-feed' => 'Revision feed',
2164 'revdelete' => 'Revision deletion',
2165 'oversightlog' => 'Oversight log',
2166 'diffs' => 'Diffs',
2167 'search' => 'Search results',
2168 'preferences' => 'Preferences page',
2169 'userrights' => 'User rights',
2170 'group' => 'Groups',
2171 'group-member' => '',
2172 'grouppage' => '',
2173 'rightslog' => 'User rights log',
2174 'recentchanges' => 'Recent changes',
2175 'recentchangeslinked' => 'Recent changes linked',
2176 'upload' => 'Upload',
2177 'upload-errors' => '',
2178 'upload-curl-errors' => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>',
2179 'licenses' => '',
2180 'imagelist' => 'Image list',
2181 'mimesearch' => 'MIME search',
2182 'unwatchedpages' => 'Unwatched pages',
2183 'listredirects' => 'List redirects',
2184 'unusedtemplates' => 'Unused templates',
2185 'randomredirect' => 'Random redirect',
2186 'statistics' => 'Statistics',
2187 'disambiguations' => '',
2188 'doubleredirects' => '',
2189 'brokenredirects' => '',
2190 'withoutinterwiki' => '',
2191 'fewestrevisions' => '',
2192 'specialpages' => 'Miscellaneous special pages',
2193 'booksources' => 'Book sources',
2194 'specialpages2' => '',
2195 'logpages' => 'Special:Log',
2196 'allpages' => 'Special:Allpages',
2197 'listusers' => 'Special:Listusers',
2198 'emailuser' => 'E-mail user',
2199 'watchlist' => 'Watchlist',
2200 'watching' => 'Displayed when you click the "watch" button and it\'s in the process of watching',
2201 'enotif' => '',
2202 'deleteprotectrev' => 'Delete/protect/revert',
2203 'restrictions' => 'Restrictions (nouns)',
2204 'restriction-levels' => 'Restriction levels',
2205 'undelete' => 'Undelete',
2206 'nsform' => 'Namespace form on various pages',
2207 'contributions' => 'Contributions',
2208 'sp-contributions' => '',
2209 'newimages-showfrom' => '',
2210 'whatlinkshere' => 'What links here',
2211 'block' => 'Block/unblock',
2212 'developertools' => 'Developer tools',
2213 'movepage' => 'Move page',
2214 'export' => 'Export',
2215 'allmessages' => 'Namespace 8 related',
2216 'thumbnails' => 'Thumbnails',
2217 'import' => 'Special:Import',
2218 'importlog' => 'Import log',
2219 'accesskeys' => 'Keyboard access keys for power users',
2220 'tooltips' => 'Tooltip help for the actions',
2221 'stylesheets' => 'Stylesheets',
2222 'scripts' => 'Scripts',
2223 'metadata_cc' => 'Metadata',
2224 'attribution' => 'Attribution',
2225 'spamprotection' => 'Spam protection',
2226 'info' => 'Info page',
2227 'math' => 'Math options',
2228 'patrolling' => 'Patrolling',
2229 'patrol-log' => 'Patrol log',
2230 'imagedeletion' => 'Image deletion',
2231 'browsediffs' => 'Browsing diffs',
2232 'newimages' => '',
2233 'variantname-zh' => "Short names for language variants used for language conversion links.
2234 To disable showing a particular link, set it to 'disable', e.g.
2235 'variantname-zh-sg' => 'disable',
2236 Variants for Chinese language",
2237 'variantname-sr' => 'Variants for Serbian language',
2238 'variantname-kk' => 'Variants for Kazakh language',
2239 'variantname-ku' => 'Variants for Kurdish language',
2240 'passwordtooshort' => '',
2241 'media-info' => 'Media information',
2242 'metadata' => 'Metadata',
2243 'exif' => 'EXIF tags',
2244 'exif-values' => 'Make & model, can be wikified in order to link to the camera and model name',
2245 'exif-compression' => 'EXIF attributes',
2246 'exif-unknowndate' => '',
2247 'exif-photometricinterpretation' => '',
2248 'exif-orientation' => '',
2249 'exif-planarconfiguration' => '',
2250 'exif-xyresolution' => '',
2251 'exif-colorspace' => '',
2252 'exif-componentsconfiguration' => '',
2253 'exif-exposureprogram' => '',
2254 'exif-subjectdistance-value' => '',
2255 'exif-meteringmode' => '',
2256 'exif-lightsource' => '',
2257 'exif-focalplaneresolutionunit' => '',
2258 'exif-sensingmethod' => '',
2259 'exif-filesource' => '',
2260 'exif-scenetype' => '',
2261 'exif-customrendered' => '',
2262 'exif-exposuremode' => '',
2263 'exif-whitebalance' => '',
2264 'exif-scenecapturetype' => '',
2265 'exif-gaincontrol' => '',
2266 'exif-contrast' => '',
2267 'exif-saturation' => '',
2268 'exif-sharpness' => '',
2269 'exif-subjectdistancerange' => '',
2270 'exif-gpslatitude' => 'Pseudotags used for GPSLatitudeRef and GPSDestLatitudeRef',
2271 'exif-gpslongitude' => 'Pseudotags used for GPSLongitudeRef and GPSDestLongitudeRef',
2272 'exif-gpsstatus' => '',
2273 'exif-gpsmeasuremode' => '',
2274 'exif-gpsspeed' => 'Pseudotags used for GPSSpeedRef and GPSDestDistanceRef',
2275 'exif-gpsdirection' => 'Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef',
2276 'edit-externally' => 'External editor support',
2277 'all' => "'all' in various places, this might be different for inflected languages",
2278 'confirmemail' => 'E-mail address confirmation',
2279 'inputbox' => 'Inputbox extension, may be useful in other contexts as well',
2280 'scarytransclusion' => 'Scary transclusion',
2281 'trackbacks' => 'Trackbacks',
2282 'deleteconflict' => 'Delete conflict',
2283 'unit-pixel' => '',
2284 'htmldump' => 'HTML dump',
2285 'purge' => 'action=purge',
2286 'newmessagesmulti' => '',
2287 'search2' => '',
2288 'displaytitle' => 'DISPLAYTITLE',
2289 'catseparator' => 'Separator for categories in page lists',
2290 'loginlanguage' => '',
2291 'imgmulti' => 'Multipage image navigation',
2292 'tablepager' => 'Table pager',
2293 'autosumm' => 'Auto-summaries',
2294 'autoblock_whitelist' => 'Autoblock whitelist',
2295 'sizeunits' => 'Size units',
2296 'livepreview' => 'Live preview',
2297 'lagwarning' => 'Friendlier slave lag warnings',
2298 );
2299
2300 /** Short comments for standalone messages */
2301 $wgMessageComments = array(
2302 'lastmodifiedat' => '$1 date, $2 time',
2303 'sitenotice' => 'the equivalent to wgSiteNotice',
2304 'history-feed-item-nocomment' => 'user at time',
2305 'editcomment' => 'only shown if there is an edit comment',
2306 'lastmodifiedatby' => '$1 date, $2 time, $3 user',
2307 'exif-orientation-1' => '0th row: top; 0th column: left',
2308 'exif-orientation-2' => '0th row: top; 0th column: right',
2309 'exif-orientation-3' => '0th row: bottom; 0th column: right',
2310 'exif-orientation-4' => '0th row: bottom; 0th column: left',
2311 'exif-orientation-5' => '0th row: left; 0th column: top',
2312 'exif-orientation-6' => '0th row: right; 0th column: top',
2313 'exif-orientation-7' => '0th row: right; 0th column: bottom',
2314 'exif-orientation-8' => '0th row: left; 0th column: bottom',
2315 'autoredircomment' => 'This should be changed to the new naming convention, but existed beforehand',
2316 );
2317
2318 /** Messages which contain dollar signs (which are not followed by numbers), and therefore should use a single apostrophe */
2319 $wgMessagseWithDollarSigns = array(
2320 'linkprefix',
2321 'enotif_subject',
2322 'enotif_body',
2323 'allmessagesnotsupportedDB',
2324 );
2325
2326 ?>