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