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