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