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