* Add badsiglength to 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 '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-nav',
530 'previousrevision',
531 'nextrevision',
532 'currentrevisionlink',
533 'cur',
534 'next',
535 'last',
536 'orig',
537 'page_first',
538 'page_last',
539 'histlegend',
540 'history_copyright',
541 'deletedrev',
542 'histfirst',
543 'histlast',
544 'historysize',
545 'historyempty',
546 ),
547 'history-feed' => array(
548 'history-feed-title',
549 'history-feed-description',
550 'history-feed-item-nocomment',
551 'history-feed-empty',
552 ),
553 'revdelete' => array(
554 'rev-deleted-comment',
555 'rev-deleted-user',
556 'rev-deleted-event',
557 'rev-deleted-text-permission',
558 'rev-deleted-text-view',
559 'rev-delundel',
560 'revisiondelete',
561 'revdelete-nooldid-title',
562 'revdelete-nooldid-text',
563 'revdelete-selected',
564 'logdelete-selected',
565 'revdelete-text',
566 'revdelete-legend',
567 'revdelete-hide-text',
568 'revdelete-hide-name',
569 'revdelete-hide-comment',
570 'revdelete-hide-user',
571 'revdelete-hide-restricted',
572 'revdelete-suppress',
573 'revdelete-hide-image',
574 'revdelete-unsuppress',
575 'revdelete-log',
576 'revdelete-submit',
577 'revdelete-logentry',
578 'logdelete-logentry',
579 'revdelete-logaction',
580 'logdelete-logaction',
581 'revdelete-success',
582 'logdelete-success',
583 ),
584 'oversightlog' => array(
585 'oversightlog',
586 'overlogpagetext',
587 ),
588 'diffs' => array(
589 'difference',
590 'loadingrev',
591 'lineno',
592 'editcurrent',
593 'selectnewerversionfordiff',
594 'selectolderversionfordiff',
595 'compareselectedversions',
596 'editundo',
597 'diff-multi',
598 ),
599 'search' => array(
600 'searchresults',
601 'searchresulttext',
602 'searchsubtitle',
603 'searchsubtitleinvalid',
604 'badquery',
605 'badquerytext',
606 'matchtotals',
607 'noexactmatch',
608 'titlematches',
609 'notitlematches',
610 'textmatches',
611 'notextmatches',
612 'prevn',
613 'nextn',
614 'viewprevnext',
615 'showingresults',
616 'showingresultsnum',
617 'nonefound',
618 'powersearch',
619 'powersearchtext',
620 'searchdisabled',
621 'googlesearch',
622 'blanknamespace',
623 ),
624 'preferences' => array(
625 'preferences',
626 'preferences-summary',
627 'mypreferences',
628 'prefsnologin',
629 'prefsnologintext',
630 'prefsreset',
631 'qbsettings',
632 'qbsettings-none',
633 'qbsettings-fixedleft',
634 'qbsettings-fixedright',
635 'qbsettings-floatingleft',
636 'qbsettings-floatingright',
637 'changepassword',
638 'skin',
639 'math',
640 'dateformat',
641 'datedefault',
642 'datetime',
643 'math_failure',
644 'math_unknown_error',
645 'math_unknown_function',
646 'math_lexing_error',
647 'math_syntax_error',
648 'math_image_error',
649 'math_bad_tmpdir',
650 'math_bad_output',
651 'math_notexvc',
652 'prefs-personal',
653 'prefs-rc',
654 'prefs-watchlist',
655 'prefs-watchlist-days',
656 'prefs-watchlist-edits',
657 'prefs-misc',
658 'saveprefs',
659 'resetprefs',
660 'oldpassword',
661 'newpassword',
662 'retypenew',
663 'textboxsize',
664 'rows',
665 'columns',
666 'searchresultshead',
667 'resultsperpage',
668 'contextlines',
669 'contextchars',
670 'stub-threshold',
671 'recentchangesdays',
672 'recentchangescount',
673 'savedprefs',
674 'timezonelegend',
675 'timezonetext',
676 'localtime',
677 'timezoneoffset',
678 'servertime',
679 'guesstimezone',
680 'allowemail',
681 'defaultns',
682 'default',
683 'files',
684 ),
685 'userrights' => array(
686 'userrights-lookup-user',
687 'userrights-user-editname',
688 'editusergroup',
689 'userrights-editusergroup',
690 'saveusergroups',
691 'userrights-groupsmember',
692 'userrights-groupsavailable',
693 'userrights-groupshelp',
694 'userrights-reason',
695 ),
696 'group' => array(
697 'group',
698 'group-bot',
699 'group-sysop',
700 'group-bureaucrat',
701 'group-all',
702 ),
703 'group-member' => array(
704 'group-bot-member',
705 'group-sysop-member',
706 'group-bureaucrat-member',
707 ),
708 'grouppage' => array(
709 'grouppage-bot',
710 'grouppage-sysop',
711 'grouppage-bureaucrat',
712 ),
713 'rightslog' => array(
714 'rightslog',
715 'rightslogtext',
716 'rightslogentry',
717 'rightsnone',
718 ),
719 'recentchanges' => array(
720 'nchanges',
721 'recentchanges',
722 'recentchanges-url',
723 'recentchangestext',
724 'recentchanges-feed-description',
725 'rcnote',
726 'rcnotefrom',
727 'rclistfrom',
728 'rcshowhideminor',
729 'rcshowhidebots',
730 'rcshowhideliu',
731 'rcshowhideanons',
732 'rcshowhidepatr',
733 'rcshowhidemine',
734 'rclinks',
735 'diff',
736 'hist',
737 'hide',
738 'show',
739 'minoreditletter',
740 'newpageletter',
741 'boteditletter',
742 'sectionlink',
743 'number_of_watching_users_RCview',
744 'number_of_watching_users_pageview',
745 'rc_categories',
746 'rc_categories_any',
747 'rc-change-size',
748 ),
749 'recentchangeslinked' => array(
750 'recentchangeslinked',
751 'recentchangeslinked-noresult',
752 'recentchangeslinked-summary',
753 ),
754 'upload' => array(
755 'upload',
756 'uploadbtn',
757 'reupload',
758 'reuploaddesc',
759 'uploadnologin',
760 'uploadnologintext',
761 'upload_directory_read_only',
762 'uploaderror',
763 'uploadtext',
764 'uploadlog',
765 'uploadlogpage',
766 'uploadlogpagetext',
767 'filename',
768 'filedesc',
769 'fileuploadsummary',
770 'filestatus',
771 'filesource',
772 'uploadedfiles',
773 'ignorewarning',
774 'ignorewarnings',
775 'minlength',
776 'illegalfilename',
777 'badfilename',
778 'filetype-badmime',
779 'filetype-badtype',
780 'filetype-missing',
781 'large-file',
782 'largefileserver',
783 'emptyfile',
784 'fileexists',
785 'fileexists-extension',
786 'fileexists-thumb',
787 'fileexists-thumbnail-yes',
788 'file-thumbnail-no',
789 'fileexists-forbidden',
790 'fileexists-shared-forbidden',
791 'successfulupload',
792 'fileuploaded',
793 'uploadwarning',
794 'savefile',
795 'uploadedimage',
796 'uploaddisabled',
797 'uploaddisabledtext',
798 'uploadscripted',
799 'uploadcorrupt',
800 'uploadvirus',
801 'sourcefilename',
802 'destfilename',
803 'watchthisupload',
804 'filewasdeleted',
805 ),
806 'upload-errors' => array(
807 'upload-proto-error',
808 'upload-proto-error-text',
809 'upload-file-error',
810 'upload-file-error-text',
811 'upload-misc-error',
812 'upload-misc-error-text',
813 ),
814 'upload-curl-errors' => array(
815 'upload-curl-error6',
816 'upload-curl-error6-text',
817 'upload-curl-error28',
818 'upload-curl-error28-text',
819 ),
820 'licenses' => array(
821 'license',
822 'nolicense',
823 'licenses',
824 'upload_source_url',
825 'upload_source_file',
826 ),
827 'imagelist' => array(
828 'imagelist',
829 'imagelist-summary',
830 'imagelisttext',
831 'imagelistforuser',
832 'getimagelist',
833 'ilsubmit',
834 'showlast',
835 'byname',
836 'bydate',
837 'bysize',
838 'imgdelete',
839 'imgdesc',
840 'imgfile',
841 'imglegend',
842 'imghistory',
843 'revertimg',
844 'deleteimg',
845 'deleteimgcompletely',
846 'imghistlegend',
847 'imagelinks',
848 'linkstoimage',
849 'nolinkstoimage',
850 'sharedupload',
851 'shareduploadwiki',
852 'shareduploadwiki-linktext',
853 'shareddescriptionfollows',
854 'noimage',
855 'noimage-linktext',
856 'uploadnewversion-linktext',
857 'imagelist_date',
858 'imagelist_name',
859 'imagelist_user',
860 'imagelist_size',
861 'imagelist_description',
862 'imagelist_search_for',
863 ),
864 'mimesearch' => array(
865 'mimesearch',
866 'mimesearch-summary',
867 'mimetype',
868 'download',
869 ),
870 'unwatchedpages' => array(
871 'unwatchedpages',
872 'unwatchedpages-summary',
873 ),
874 'listredirects' => array(
875 'listredirects',
876 'listredirects-summary',
877 ),
878 'unusedtemplates' => array(
879 'unusedtemplates',
880 'unusedtemplates-summary',
881 'unusedtemplatestext',
882 'unusedtemplateswlh',
883 ),
884 'randomredirect' => array(
885 'randomredirect',
886 'randomredirect-nopages',
887 ),
888 'statistics' => array(
889 'statistics',
890 'sitestats',
891 'userstats',
892 'sitestatstext',
893 'userstatstext',
894 'statistics-mostpopular',
895 'statistics-footer',
896 ),
897 'disambiguations' => array(
898 'disambiguations',
899 'disambiguations-summary',
900 'disambiguationspage',
901 'disambiguations-text',
902 ),
903 'doubleredirects' => array(
904 'doubleredirects',
905 'doubleredirects-summary',
906 'doubleredirectstext',
907 ),
908 'brokenredirects' => array(
909 'brokenredirects',
910 'brokenredirects-summary',
911 'brokenredirectstext',
912 'brokenredirects-edit',
913 'brokenredirects-delete',
914 ),
915 'withoutinterwiki' => array(
916 'withoutinterwiki',
917 'withoutinterwiki-header',
918 'withoutinterwiki-summary',
919 ),
920 'fewestrevisions' => array(
921 'fewestrevisions',
922 'fewestrevisions-summary',
923 ),
924 'specialpages' => array(
925 'nbytes',
926 'ncategories',
927 'nlinks',
928 'nmembers',
929 'nrevisions',
930 'nviews',
931 'nchanges',
932 'specialpage-empty',
933 'lonelypages',
934 'lonelypages-summary',
935 'lonelypagestext',
936 'uncategorizedpages',
937 'uncategorizedpages-summary',
938 'uncategorizedcategories',
939 'uncategorizedcategories-summary',
940 'uncategorizedimages',
941 'uncategorizedimages-summary',
942 'uncategorizedtemplates',
943 'uncategorizedtemplates-summary',
944 'unusedcategories',
945 'unusedimages',
946 'popularpages',
947 'popularpages-summary',
948 'wantedcategories',
949 'wantedcategories-summary',
950 'wantedpages',
951 'wantedpages-summary',
952 'mostlinked',
953 'mostlinked-summary',
954 'mostlinkedcategories',
955 'mostlinkedcategories-summary',
956 'mostlinkedtemplates',
957 'mostlinkedtemplates-summary',
958 'mostcategories',
959 'mostcategories-summary',
960 'mostimages',
961 'mostimages-summary',
962 'mostrevisions',
963 'mostrevisions-summary',
964 'allpages',
965 'allpages-summary',
966 'prefixindex',
967 'prefixindex-summary',
968 'randompage',
969 'randompage-nopages',
970 'randompage-url',
971 'shortpages',
972 'shortpages-summary',
973 'longpages',
974 'longpages-summary',
975 'deadendpages',
976 'deadendpages-summary',
977 'deadendpagestext',
978 'protectedpages',
979 'protectedpages-summary',
980 'protectedpagestext',
981 'protectedpagesempty',
982 'listusers',
983 'listusers-summary',
984 'specialpages',
985 'specialpages-summary',
986 'spheading',
987 'restrictedpheading',
988 'rclsub',
989 'newpages',
990 'newpages-summary',
991 'newpages-username',
992 'ancientpages',
993 'ancientpages-summary',
994 'intl',
995 'move',
996 'movethispage',
997 'unusedimagestext',
998 'unusedcategoriestext',
999 ),
1000 'booksources' => array(
1001 'booksources',
1002 'booksources-summary',
1003 'booksources-search-legend',
1004 'booksources-isbn',
1005 'booksources-go',
1006 'booksources-text',
1007 ),
1008 'specialpages2' => array(
1009 'categoriespagetext',
1010 'data',
1011 'userrights',
1012 'userrights-summary',
1013 'groups',
1014 'isbn',
1015 'rfcurl',
1016 'pubmedurl',
1017 'alphaindexline',
1018 'version',
1019 ),
1020 'logpages' => array(
1021 'specialloguserlabel',
1022 'speciallogtitlelabel',
1023 'log',
1024 'log-search-legend',
1025 'log-search-submit',
1026 'alllogstext',
1027 'logempty',
1028 'log-title-wildcard',
1029 ),
1030 'allpages' => array(
1031 'nextpage',
1032 'prevpage',
1033 'allpagesfrom',
1034 'allarticles',
1035 'allinnamespace',
1036 'allnotinnamespace',
1037 'allpagesprev',
1038 'allpagesnext',
1039 'allpagessubmit',
1040 'allpagesprefix',
1041 'allpagesbadtitle',
1042 ),
1043 'listusers' => array(
1044 'listusersfrom',
1045 'listusers-submit',
1046 'listusers-noresult',
1047 ),
1048 'emailuser' => array(
1049 'mailnologin',
1050 'mailnologintext',
1051 'emailuser',
1052 'emailpage',
1053 'emailpagetext',
1054 'usermailererror',
1055 'defemailsubject',
1056 'noemailtitle',
1057 'noemailtext',
1058 'emailfrom',
1059 'emailto',
1060 'emailsubject',
1061 'emailmessage',
1062 'emailsend',
1063 'emailccme',
1064 'emailccsubject',
1065 'emailsent',
1066 'emailsenttext',
1067 ),
1068 'watchlist' => array(
1069 'watchlist',
1070 'mywatchlist',
1071 'watchlistfor',
1072 'nowatchlist',
1073 'watchlistanontext',
1074 'watchlistcount',
1075 'clearwatchlist',
1076 'watchlistcleartext',
1077 'watchlistclearbutton',
1078 'watchlistcleardone',
1079 'watchnologin',
1080 'watchnologintext',
1081 'addedwatch',
1082 'addedwatchtext',
1083 'removedwatch',
1084 'removedwatchtext',
1085 'watch',
1086 'watchthispage',
1087 'unwatch',
1088 'unwatchthispage',
1089 'notanarticle',
1090 'watchnochange',
1091 'watchdetails',
1092 'wlheader-enotif',
1093 'wlheader-showupdated',
1094 'watchmethod-recent',
1095 'watchmethod-list',
1096 'removechecked',
1097 'watchlistcontains',
1098 'watcheditlist',
1099 'removingchecked',
1100 'couldntremove',
1101 'iteminvalidname',
1102 'wlnote',
1103 'wlshowlast',
1104 'wlsaved',
1105 'watchlist-show-bots',
1106 'watchlist-hide-bots',
1107 'watchlist-show-own',
1108 'watchlist-hide-own',
1109 'watchlist-show-minor',
1110 'watchlist-hide-minor',
1111 'wldone',
1112 ),
1113 'watching' => array(
1114 'watching',
1115 'unwatching',
1116 ),
1117 'enotif' => array(
1118 'enotif_mailer',
1119 'enotif_reset',
1120 'enotif_newpagetext',
1121 'enotif_impersonal_salutation',
1122 'changed',
1123 'created',
1124 'enotif_subject',
1125 'enotif_lastvisited',
1126 'enotif_lastdiff',
1127 'enotif_anon_editor',
1128 'enotif_body',
1129 ),
1130 'deleteprotectrev' => array(
1131 'deletepage',
1132 'confirm',
1133 'excontent',
1134 'excontentauthor',
1135 'exbeforeblank',
1136 'exblank',
1137 'confirmdelete',
1138 'deletesub',
1139 'historywarning',
1140 'confirmdeletetext',
1141 'actioncomplete',
1142 'deletedtext',
1143 'deletedarticle',
1144 'dellogpage',
1145 'dellogpagetext',
1146 'deletionlog',
1147 'reverted',
1148 'deletecomment',
1149 'imagereverted',
1150 'rollback',
1151 'rollback_short',
1152 'rollbacklink',
1153 'rollbackfailed',
1154 'cantrollback',
1155 'alreadyrolled',
1156 'editcomment',
1157 'revertpage',
1158 'sessionfailure',
1159 'protectlogpage',
1160 'protectlogtext',
1161 'protectedarticle',
1162 'modifiedarticleprotection',
1163 'unprotectedarticle',
1164 'protectsub',
1165 'confirmprotect',
1166 'protectcomment',
1167 'protectexpiry',
1168 'protect_expiry_invalid',
1169 'protect_expiry_old',
1170 'unprotectsub',
1171 'protect-unchain',
1172 'protect-text',
1173 'protect-locked-blocked',
1174 'protect-locked-dblock',
1175 'protect-locked-access',
1176 'protect-cascadeon',
1177 'protect-default',
1178 'protect-level-autoconfirmed',
1179 'protect-level-sysop',
1180 'protect-summary-cascade',
1181 'protect-expiring',
1182 'protect-cascade',
1183 'restriction-type',
1184 'restriction-level',
1185 'minimum-size',
1186 'maximum-size',
1187 'pagesize',
1188 ),
1189 'restrictions' => array(
1190 'restriction-edit',
1191 'restriction-move',
1192 ),
1193 'restriction-levels' => array(
1194 'restriction-level-sysop',
1195 'restriction-level-autoconfirmed',
1196 'restriction-level-all',
1197 ),
1198 'undelete' => array(
1199 'undelete',
1200 'undeletepage',
1201 'viewdeletedpage',
1202 'undeletepagetext',
1203 'undeleteextrahelp',
1204 'undeleterevisions',
1205 'undeletehistory',
1206 'undeleterevdel',
1207 'undeletehistorynoadmin',
1208 'undelete-revision',
1209 'undeleterevision-missing',
1210 'undeletebtn',
1211 'undeletereset',
1212 'undeletecomment',
1213 'undeletedarticle',
1214 'undeletedrevisions',
1215 'undeletedrevisions-files',
1216 'undeletedfiles',
1217 'cannotundelete',
1218 'undeletedpage',
1219 'undelete-header',
1220 'undelete-search-box',
1221 'undelete-search-prefix',
1222 'undelete-search-submit',
1223 'undelete-no-results',
1224 ),
1225 'nsform' => array(
1226 'namespace',
1227 'invert',
1228 ),
1229 'contributions' => array(
1230 'contributions',
1231 'mycontris',
1232 'contribsub2',
1233 'nocontribs',
1234 'ucnote',
1235 'uclinks',
1236 'uctop',
1237 ),
1238 'sp-contributions' => array(
1239 'sp-contributions-newest',
1240 'sp-contributions-oldest',
1241 'sp-contributions-newer',
1242 'sp-contributions-older',
1243 'sp-contributions-newbies',
1244 'sp-contributions-newbies-sub',
1245 'sp-contributions-blocklog',
1246 'sp-contributions-search',
1247 'sp-contributions-username',
1248 'sp-contributions-submit',
1249 'sp-contributions-footer',
1250 'sp-contributions-footer-anon',
1251 ),
1252 'newimages-showfrom' => array(
1253 'sp-newimages-showfrom',
1254 ),
1255 'whatlinkshere' => array(
1256 'whatlinkshere',
1257 'whatlinkshere-summary',
1258 'whatlinkshere-barrow',
1259 'notargettitle',
1260 'notargettext',
1261 'linklistsub',
1262 'linkshere',
1263 'nolinkshere',
1264 'nolinkshere-ns',
1265 'isredirect',
1266 'istemplate',
1267 'whatlinkshere-prev',
1268 'whatlinkshere-next',
1269 'whatlinkshere-links',
1270 ),
1271 'block' => array(
1272 'blockip',
1273 'blockiptext',
1274 'ipaddress',
1275 'ipadressorusername',
1276 'ipbexpiry',
1277 'ipbreason',
1278 'ipbreasonotherlist',
1279 'ipbreason-dropdown',
1280 'ipbanononly',
1281 'ipbcreateaccount',
1282 'ipbemailban',
1283 'ipbenableautoblock',
1284 'ipbsubmit',
1285 'ipbother',
1286 'ipboptions',
1287 'ipbotheroption',
1288 'ipbotherreason',
1289 'ipbhidename',
1290 'badipaddress',
1291 'blockipsuccesssub',
1292 'blockipsuccesstext',
1293 'ipb-edit-dropdown',
1294 'ipb-unblock-addr',
1295 'ipb-unblock',
1296 'ipb-blocklist-addr',
1297 'ipb-blocklist',
1298 'unblockip',
1299 'unblockiptext',
1300 'ipusubmit',
1301 'unblocked',
1302 'unblocked-id',
1303 'ipblocklist',
1304 'ipblocklist-summary',
1305 'ipblocklist-submit',
1306 'blocklistline',
1307 'infiniteblock',
1308 'expiringblock',
1309 'anononlyblock',
1310 'noautoblockblock',
1311 'createaccountblock',
1312 'emailblock',
1313 'ipblocklist-empty',
1314 'ipblocklist-no-results',
1315 'blocklink',
1316 'unblocklink',
1317 'contribslink',
1318 'autoblocker',
1319 'blocklogpage',
1320 'blocklogentry',
1321 'blocklogtext',
1322 'unblocklogentry',
1323 'block-log-flags-anononly',
1324 'block-log-flags-nocreate',
1325 'block-log-flags-noautoblock',
1326 'block-log-flags-noemail',
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 'history-feed-item-nocomment' => 'user at time',
2294 'editcomment' => 'only shown if there is an edit comment',
2295 'lastmodifiedatby' => '$1 date, $2 time, $3 user',
2296 'exif-orientation-1' => '0th row: top; 0th column: left',
2297 'exif-orientation-2' => '0th row: top; 0th column: right',
2298 'exif-orientation-3' => '0th row: bottom; 0th column: right',
2299 'exif-orientation-4' => '0th row: bottom; 0th column: left',
2300 'exif-orientation-5' => '0th row: left; 0th column: top',
2301 'exif-orientation-6' => '0th row: right; 0th column: top',
2302 'exif-orientation-7' => '0th row: right; 0th column: bottom',
2303 'exif-orientation-8' => '0th row: left; 0th column: bottom',
2304 'autoredircomment' => 'This should be changed to the new naming convention, but existed beforehand',
2305 );
2306
2307 /** Messages which contain dollar signs (which are not followed by numbers), and therefore should use a single apostrophe */
2308 $wgMessagseWithDollarSigns = array(
2309 'linkprefix',
2310 'enotif_subject',
2311 'enotif_body',
2312 'allmessagesnotsupportedDB',
2313 );
2314
2315 ?>