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