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