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