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