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