MediaWiki  1.34.4
MessagesEn.php
Go to the documentation of this file.
1 <?php
17 $fallback = false;
18 
22 $rtl = false;
23 
29 
34 
39 
46 $fallback8bitEncoding = 'windows-1252';
47 
52 
70  NS_MEDIA => 'Media',
71  NS_SPECIAL => 'Special',
72  NS_MAIN => '',
73  NS_TALK => 'Talk',
74  NS_USER => 'User',
75  NS_USER_TALK => 'User_talk',
76  # NS_PROJECT set by $wgMetaNamespace
77  NS_PROJECT_TALK => '$1_talk',
78  NS_FILE => 'File',
79  NS_FILE_TALK => 'File_talk',
80  NS_MEDIAWIKI => 'MediaWiki',
81  NS_MEDIAWIKI_TALK => 'MediaWiki_talk',
82  NS_TEMPLATE => 'Template',
83  NS_TEMPLATE_TALK => 'Template_talk',
84  NS_HELP => 'Help',
85  NS_HELP_TALK => 'Help_talk',
86  NS_CATEGORY => 'Category',
87  NS_CATEGORY_TALK => 'Category_talk',
88 ];
89 
94 
106 
117  'default',
118  'mdy',
119  'dmy',
120  'ymd',
121  'ISO 8601',
122 ];
123 
130 $defaultDateFormat = 'dmy or mdy';
131 
137  'default',
138  'mdy',
139  'dmy',
140  'ymd'
141 ];
142 
152  'mdy time' => 'H:i',
153  'mdy date' => 'F j, Y',
154  'mdy monthonly' => 'F Y',
155  'mdy both' => 'H:i, F j, Y',
156  'mdy pretty' => 'F j',
157 
158  'dmy time' => 'H:i',
159  'dmy date' => 'j F Y',
160  'dmy monthonly' => 'F Y',
161  'dmy both' => 'H:i, j F Y',
162  'dmy pretty' => 'j F',
163 
164  'ymd time' => 'H:i',
165  'ymd date' => 'Y F j',
166  'ymd monthonly' => 'Y F',
167  'ymd both' => 'H:i, Y F j',
168  'ymd pretty' => 'F j',
169 
170  'ISO 8601 time' => 'xnH:xni:xns',
171  'ISO 8601 date' => 'xnY-xnm-xnd',
172  'ISO 8601 monthonly' => 'xnY-xnm',
173  'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni:xns',
174  'ISO 8601 pretty' => 'xnm-xnd'
175 ];
176 
181  'AddALL' => 'http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN',
182  'Barnes & Noble' => 'http://search.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1',
183  'Amazon.com' => 'https://www.amazon.com/gp/search/?field-isbn=$1'
184 ];
185 
205 # ID CASE SYNONYMS
206  'redirect' => [ 0, '#REDIRECT' ],
207  'notoc' => [ 0, '__NOTOC__' ],
208  'nogallery' => [ 0, '__NOGALLERY__' ],
209  'forcetoc' => [ 0, '__FORCETOC__' ],
210  'toc' => [ 0, '__TOC__' ],
211  'noeditsection' => [ 0, '__NOEDITSECTION__' ],
212  '!' => [ 1, '!' ],
213  'currentmonth' => [ 1, 'CURRENTMONTH', 'CURRENTMONTH2' ],
214  'currentmonth1' => [ 1, 'CURRENTMONTH1' ],
215  'currentmonthname' => [ 1, 'CURRENTMONTHNAME' ],
216  'currentmonthnamegen' => [ 1, 'CURRENTMONTHNAMEGEN' ],
217  'currentmonthabbrev' => [ 1, 'CURRENTMONTHABBREV' ],
218  'currentday' => [ 1, 'CURRENTDAY' ],
219  'currentday2' => [ 1, 'CURRENTDAY2' ],
220  'currentdayname' => [ 1, 'CURRENTDAYNAME' ],
221  'currentyear' => [ 1, 'CURRENTYEAR' ],
222  'currenttime' => [ 1, 'CURRENTTIME' ],
223  'currenthour' => [ 1, 'CURRENTHOUR' ],
224  'localmonth' => [ 1, 'LOCALMONTH', 'LOCALMONTH2' ],
225  'localmonth1' => [ 1, 'LOCALMONTH1' ],
226  'localmonthname' => [ 1, 'LOCALMONTHNAME' ],
227  'localmonthnamegen' => [ 1, 'LOCALMONTHNAMEGEN' ],
228  'localmonthabbrev' => [ 1, 'LOCALMONTHABBREV' ],
229  'localday' => [ 1, 'LOCALDAY' ],
230  'localday2' => [ 1, 'LOCALDAY2' ],
231  'localdayname' => [ 1, 'LOCALDAYNAME' ],
232  'localyear' => [ 1, 'LOCALYEAR' ],
233  'localtime' => [ 1, 'LOCALTIME' ],
234  'localhour' => [ 1, 'LOCALHOUR' ],
235  'numberofpages' => [ 1, 'NUMBEROFPAGES' ],
236  'numberofarticles' => [ 1, 'NUMBEROFARTICLES' ],
237  'numberoffiles' => [ 1, 'NUMBEROFFILES' ],
238  'numberofusers' => [ 1, 'NUMBEROFUSERS' ],
239  'numberofactiveusers' => [ 1, 'NUMBEROFACTIVEUSERS' ],
240  'numberofedits' => [ 1, 'NUMBEROFEDITS' ],
241  'pagename' => [ 1, 'PAGENAME' ],
242  'pagenamee' => [ 1, 'PAGENAMEE' ],
243  'namespace' => [ 1, 'NAMESPACE' ],
244  'namespacee' => [ 1, 'NAMESPACEE' ],
245  'namespacenumber' => [ 1, 'NAMESPACENUMBER' ],
246  'talkspace' => [ 1, 'TALKSPACE' ],
247  'talkspacee' => [ 1, 'TALKSPACEE' ],
248  'subjectspace' => [ 1, 'SUBJECTSPACE', 'ARTICLESPACE' ],
249  'subjectspacee' => [ 1, 'SUBJECTSPACEE', 'ARTICLESPACEE' ],
250  'fullpagename' => [ 1, 'FULLPAGENAME' ],
251  'fullpagenamee' => [ 1, 'FULLPAGENAMEE' ],
252  'subpagename' => [ 1, 'SUBPAGENAME' ],
253  'subpagenamee' => [ 1, 'SUBPAGENAMEE' ],
254  'rootpagename' => [ 1, 'ROOTPAGENAME' ],
255  'rootpagenamee' => [ 1, 'ROOTPAGENAMEE' ],
256  'basepagename' => [ 1, 'BASEPAGENAME' ],
257  'basepagenamee' => [ 1, 'BASEPAGENAMEE' ],
258  'talkpagename' => [ 1, 'TALKPAGENAME' ],
259  'talkpagenamee' => [ 1, 'TALKPAGENAMEE' ],
260  'subjectpagename' => [ 1, 'SUBJECTPAGENAME', 'ARTICLEPAGENAME' ],
261  'subjectpagenamee' => [ 1, 'SUBJECTPAGENAMEE', 'ARTICLEPAGENAMEE' ],
262  'msg' => [ 0, 'MSG:' ],
263  'subst' => [ 0, 'SUBST:' ],
264  'safesubst' => [ 0, 'SAFESUBST:' ],
265  'msgnw' => [ 0, 'MSGNW:' ],
266  'img_thumbnail' => [ 1, 'thumb', 'thumbnail' ],
267  'img_manualthumb' => [ 1, 'thumbnail=$1', 'thumb=$1' ],
268  'img_right' => [ 1, 'right' ],
269  'img_left' => [ 1, 'left' ],
270  'img_none' => [ 1, 'none' ],
271  'img_width' => [ 1, '$1px' ],
272  'img_center' => [ 1, 'center', 'centre' ],
273  'img_framed' => [ 1, 'frame', 'framed', 'enframed' ],
274  'img_frameless' => [ 1, 'frameless' ],
275  'img_lang' => [ 1, 'lang=$1' ],
276  'img_page' => [ 1, 'page=$1', 'page $1' ],
277  'img_upright' => [ 1, 'upright', 'upright=$1', 'upright $1' ],
278  'img_border' => [ 1, 'border' ],
279  'img_baseline' => [ 1, 'baseline' ],
280  'img_sub' => [ 1, 'sub' ],
281  'img_super' => [ 1, 'super', 'sup' ],
282  'img_top' => [ 1, 'top' ],
283  'img_text_top' => [ 1, 'text-top' ],
284  'img_middle' => [ 1, 'middle' ],
285  'img_bottom' => [ 1, 'bottom' ],
286  'img_text_bottom' => [ 1, 'text-bottom' ],
287  'img_link' => [ 1, 'link=$1' ],
288  'img_alt' => [ 1, 'alt=$1' ],
289  'img_class' => [ 1, 'class=$1' ],
290  'int' => [ 0, 'INT:' ],
291  'sitename' => [ 1, 'SITENAME' ],
292  'ns' => [ 0, 'NS:' ],
293  'nse' => [ 0, 'NSE:' ],
294  'localurl' => [ 0, 'LOCALURL:' ],
295  'localurle' => [ 0, 'LOCALURLE:' ],
296  'articlepath' => [ 0, 'ARTICLEPATH' ],
297  'pageid' => [ 0, 'PAGEID' ],
298  'server' => [ 0, 'SERVER' ],
299  'servername' => [ 0, 'SERVERNAME' ],
300  'scriptpath' => [ 0, 'SCRIPTPATH' ],
301  'stylepath' => [ 0, 'STYLEPATH' ],
302  'grammar' => [ 0, 'GRAMMAR:' ],
303  'gender' => [ 0, 'GENDER:' ],
304  'bidi' => [ 0, 'BIDI:' ],
305  'notitleconvert' => [ 0, '__NOTITLECONVERT__', '__NOTC__' ],
306  'nocontentconvert' => [ 0, '__NOCONTENTCONVERT__', '__NOCC__' ],
307  'currentweek' => [ 1, 'CURRENTWEEK' ],
308  'currentdow' => [ 1, 'CURRENTDOW' ],
309  'localweek' => [ 1, 'LOCALWEEK' ],
310  'localdow' => [ 1, 'LOCALDOW' ],
311  'revisionid' => [ 1, 'REVISIONID' ],
312  'revisionday' => [ 1, 'REVISIONDAY' ],
313  'revisionday2' => [ 1, 'REVISIONDAY2' ],
314  'revisionmonth' => [ 1, 'REVISIONMONTH' ],
315  'revisionmonth1' => [ 1, 'REVISIONMONTH1' ],
316  'revisionyear' => [ 1, 'REVISIONYEAR' ],
317  'revisiontimestamp' => [ 1, 'REVISIONTIMESTAMP' ],
318  'revisionuser' => [ 1, 'REVISIONUSER' ],
319  'revisionsize' => [ 1, 'REVISIONSIZE' ],
320  'plural' => [ 0, 'PLURAL:' ],
321  'fullurl' => [ 0, 'FULLURL:' ],
322  'fullurle' => [ 0, 'FULLURLE:' ],
323  'canonicalurl' => [ 0, 'CANONICALURL:' ],
324  'canonicalurle' => [ 0, 'CANONICALURLE:' ],
325  'lcfirst' => [ 0, 'LCFIRST:' ],
326  'ucfirst' => [ 0, 'UCFIRST:' ],
327  'lc' => [ 0, 'LC:' ],
328  'uc' => [ 0, 'UC:' ],
329  'raw' => [ 0, 'RAW:' ],
330  'displaytitle' => [ 1, 'DISPLAYTITLE' ],
331  'rawsuffix' => [ 1, 'R' ],
332  'nocommafysuffix' => [ 0, 'NOSEP' ],
333  'newsectionlink' => [ 1, '__NEWSECTIONLINK__' ],
334  'nonewsectionlink' => [ 1, '__NONEWSECTIONLINK__' ],
335  'currentversion' => [ 1, 'CURRENTVERSION' ],
336  'urlencode' => [ 0, 'URLENCODE:' ],
337  'anchorencode' => [ 0, 'ANCHORENCODE' ],
338  'currenttimestamp' => [ 1, 'CURRENTTIMESTAMP' ],
339  'localtimestamp' => [ 1, 'LOCALTIMESTAMP' ],
340  'directionmark' => [ 1, 'DIRECTIONMARK', 'DIRMARK' ],
341  'language' => [ 0, '#LANGUAGE:' ],
342  'contentlanguage' => [ 1, 'CONTENTLANGUAGE', 'CONTENTLANG' ],
343  'pagelanguage' => [ 1, 'PAGELANGUAGE' ],
344  'pagesinnamespace' => [ 1, 'PAGESINNAMESPACE:', 'PAGESINNS:' ],
345  'numberofadmins' => [ 1, 'NUMBEROFADMINS' ],
346  'formatnum' => [ 0, 'FORMATNUM' ],
347  'padleft' => [ 0, 'PADLEFT' ],
348  'padright' => [ 0, 'PADRIGHT' ],
349  'special' => [ 0, 'special' ],
350  'speciale' => [ 0, 'speciale' ],
351  'defaultsort' => [ 1, 'DEFAULTSORT:', 'DEFAULTSORTKEY:', 'DEFAULTCATEGORYSORT:' ],
352  'filepath' => [ 0, 'FILEPATH:' ],
353  'tag' => [ 0, 'tag' ],
354  'hiddencat' => [ 1, '__HIDDENCAT__' ],
355  'expectunusedcategory' => [ 1, '__EXPECTUNUSEDCATEGORY__', ],
356  'pagesincategory' => [ 1, 'PAGESINCATEGORY', 'PAGESINCAT' ],
357  'pagesize' => [ 1, 'PAGESIZE' ],
358  'index' => [ 1, '__INDEX__' ],
359  'noindex' => [ 1, '__NOINDEX__' ],
360  'numberingroup' => [ 1, 'NUMBERINGROUP', 'NUMINGROUP' ],
361  'staticredirect' => [ 1, '__STATICREDIRECT__' ],
362  'protectionlevel' => [ 1, 'PROTECTIONLEVEL' ],
363  'protectionexpiry' => [ 1, 'PROTECTIONEXPIRY' ],
364  'cascadingsources' => [ 1, 'CASCADINGSOURCES' ],
365  'formatdate' => [ 0, 'formatdate', 'dateformat' ],
366  'url_path' => [ 0, 'PATH' ],
367  'url_wiki' => [ 0, 'WIKI' ],
368  'url_query' => [ 0, 'QUERY' ],
369  'defaultsort_noerror' => [ 0, 'noerror' ],
370  'defaultsort_noreplace' => [ 0, 'noreplace' ],
371  'displaytitle_noerror' => [ 0, 'noerror' ],
372  'displaytitle_noreplace' => [ 0, 'noreplace' ],
373  'pagesincategory_all' => [ 0, 'all' ],
374  'pagesincategory_pages' => [ 0, 'pages' ],
375  'pagesincategory_subcats' => [ 0, 'subcats' ],
376  'pagesincategory_files' => [ 0, 'files' ],
377 ];
378 
385  'Activeusers' => [ 'ActiveUsers' ],
386  'Allmessages' => [ 'AllMessages' ],
387  'AllMyUploads' => [ 'AllMyUploads', 'AllMyFiles' ],
388  'Allpages' => [ 'AllPages' ],
389  'ApiHelp' => [ 'ApiHelp' ],
390  'ApiSandbox' => [ 'ApiSandbox' ],
391  'Ancientpages' => [ 'AncientPages' ],
392  'AutoblockList' => [ 'AutoblockList', 'ListAutoblocks' ],
393  'Badtitle' => [ 'Badtitle' ],
394  'Blankpage' => [ 'BlankPage' ],
395  'Block' => [ 'Block', 'BlockIP', 'BlockUser' ],
396  'BlockList' => [ 'BlockList', 'ListBlocks', 'IPBlockList' ],
397  'Booksources' => [ 'BookSources' ],
398  'BotPasswords' => [ 'BotPasswords' ],
399  'BrokenRedirects' => [ 'BrokenRedirects' ],
400  'Categories' => [ 'Categories' ],
401  'ChangeContentModel' => [ 'ChangeContentModel' ],
402  'ChangeCredentials' => [ 'ChangeCredentials' ],
403  'ChangeEmail' => [ 'ChangeEmail' ],
404  'ChangePassword' => [ 'ChangePassword', 'ResetPass', 'ResetPassword' ],
405  'ComparePages' => [ 'ComparePages' ],
406  'Confirmemail' => [ 'ConfirmEmail' ],
407  'Contributions' => [ 'Contributions', 'Contribs' ],
408  'CreateAccount' => [ 'CreateAccount' ],
409  'Deadendpages' => [ 'DeadendPages' ],
410  'DeletedContributions' => [ 'DeletedContributions' ],
411  'Diff' => [ 'Diff' ],
412  'DoubleRedirects' => [ 'DoubleRedirects' ],
413  'EditTags' => [ 'EditTags' ],
414  'EditWatchlist' => [ 'EditWatchlist' ],
415  'Emailuser' => [ 'EmailUser', 'Email' ],
416  'ExpandTemplates' => [ 'ExpandTemplates' ],
417  'Export' => [ 'Export' ],
418  'Fewestrevisions' => [ 'FewestRevisions' ],
419  'FileDuplicateSearch' => [ 'FileDuplicateSearch' ],
420  'Filepath' => [ 'FilePath' ],
421  'GoToInterwiki' => [ 'GoToInterwiki' ],
422  'Import' => [ 'Import' ],
423  'Invalidateemail' => [ 'InvalidateEmail' ],
424  'JavaScriptTest' => [ 'JavaScriptTest' ],
425  'LinkSearch' => [ 'LinkSearch' ],
426  'LinkAccounts' => [ 'LinkAccounts' ],
427  'Listadmins' => [ 'ListAdmins' ],
428  'Listbots' => [ 'ListBots' ],
429  'Listfiles' => [ 'ListFiles', 'FileList', 'ImageList' ],
430  'Listgrouprights' => [ 'ListGroupRights', 'UserGroupRights' ],
431  'Listgrants' => [ 'ListGrants' ],
432  'Listredirects' => [ 'ListRedirects' ],
433  'ListDuplicatedFiles' => [ 'ListDuplicatedFiles', 'ListFileDuplicates' ],
434  'Listusers' => [ 'ListUsers', 'UserList', 'Users' ],
435  'Lockdb' => [ 'LockDB' ],
436  'Log' => [ 'Log', 'Logs' ],
437  'Lonelypages' => [ 'LonelyPages', 'OrphanedPages' ],
438  'Longpages' => [ 'LongPages' ],
439  'MediaStatistics' => [ 'MediaStatistics' ],
440  'MergeHistory' => [ 'MergeHistory' ],
441  'MIMEsearch' => [ 'MIMESearch' ],
442  'Mostcategories' => [ 'MostCategories' ],
443  'Mostimages' => [ 'MostLinkedFiles', 'MostFiles', 'MostImages' ],
444  'Mostinterwikis' => [ 'MostInterwikis' ],
445  'Mostlinked' => [ 'MostLinkedPages', 'MostLinked' ],
446  'Mostlinkedcategories' => [ 'MostLinkedCategories', 'MostUsedCategories' ],
447  'Mostlinkedtemplates' => [ 'MostTranscludedPages', 'MostLinkedTemplates', 'MostUsedTemplates' ],
448  'Mostrevisions' => [ 'MostRevisions' ],
449  'Movepage' => [ 'MovePage' ],
450  'Mute' => [ 'Mute' ],
451  'Mycontributions' => [ 'MyContributions' ],
452  'MyLanguage' => [ 'MyLanguage' ],
453  'Mypage' => [ 'MyPage' ],
454  'Mytalk' => [ 'MyTalk' ],
455  'Myuploads' => [ 'MyUploads', 'MyFiles' ],
456  'Newimages' => [ 'NewFiles', 'NewImages' ],
457  'NewSection' => [ 'NewSection', 'Newsection' ],
458  'Newpages' => [ 'NewPages' ],
459  'PagesWithProp' => [ 'PagesWithProp', 'Pageswithprop', 'PagesByProp', 'Pagesbyprop' ],
460  'PageData' => [ 'PageData' ],
461  'PageLanguage' => [ 'PageLanguage' ],
462  'PasswordPolicies' => [ 'PasswordPolicies' ],
463  'PasswordReset' => [ 'PasswordReset' ],
464  'PermanentLink' => [ 'PermanentLink', 'PermaLink' ],
465  'Preferences' => [ 'Preferences' ],
466  'Prefixindex' => [ 'PrefixIndex' ],
467  'Protectedpages' => [ 'ProtectedPages' ],
468  'Protectedtitles' => [ 'ProtectedTitles' ],
469  'Randompage' => [ 'Random', 'RandomPage' ],
470  'RandomInCategory' => [ 'RandomInCategory' ],
471  'Randomredirect' => [ 'RandomRedirect' ],
472  'Randomrootpage' => [ 'RandomRootpage' ],
473  'Recentchanges' => [ 'RecentChanges' ],
474  'Recentchangeslinked' => [ 'RecentChangesLinked', 'RelatedChanges' ],
475  'Redirect' => [ 'Redirect' ],
476  'RemoveCredentials' => [ 'RemoveCredentials' ],
477  'ResetTokens' => [ 'ResetTokens' ],
478  'Revisiondelete' => [ 'RevisionDelete' ],
479  'RunJobs' => [ 'RunJobs' ],
480  'Search' => [ 'Search' ],
481  'Shortpages' => [ 'ShortPages' ],
482  'Specialpages' => [ 'SpecialPages' ],
483  'Statistics' => [ 'Statistics', 'Stats' ],
484  'Tags' => [ 'Tags' ],
485  'TrackingCategories' => [ 'TrackingCategories' ],
486  'Unblock' => [ 'Unblock' ],
487  'Uncategorizedcategories' => [ 'UncategorizedCategories' ],
488  'Uncategorizedimages' => [ 'UncategorizedFiles', 'UncategorizedImages' ],
489  'Uncategorizedpages' => [ 'UncategorizedPages' ],
490  'Uncategorizedtemplates' => [ 'UncategorizedTemplates' ],
491  'Undelete' => [ 'Undelete' ],
492  'UnlinkAccounts' => [ 'UnlinkAccounts' ],
493  'Unlockdb' => [ 'UnlockDB' ],
494  'Unusedcategories' => [ 'UnusedCategories' ],
495  'Unusedimages' => [ 'UnusedFiles', 'UnusedImages' ],
496  'Unusedtemplates' => [ 'UnusedTemplates' ],
497  'Unwatchedpages' => [ 'UnwatchedPages' ],
498  'Upload' => [ 'Upload' ],
499  'UploadStash' => [ 'UploadStash' ],
500  'Userlogin' => [ 'UserLogin', 'Login' ],
501  'Userlogout' => [ 'UserLogout', 'Logout' ],
502  'Userrights' => [ 'UserRights', 'MakeSysop', 'MakeBot' ],
503  'Version' => [ 'Version' ],
504  'Wantedcategories' => [ 'WantedCategories' ],
505  'Wantedfiles' => [ 'WantedFiles' ],
506  'Wantedpages' => [ 'WantedPages', 'BrokenLinks' ],
507  'Wantedtemplates' => [ 'WantedTemplates' ],
508  'Watchlist' => [ 'Watchlist' ],
509  'Whatlinkshere' => [ 'WhatLinksHere' ],
510  'Withoutinterwiki' => [ 'WithoutInterwiki' ],
511 ];
512 
517 $linkTrail = '/^([a-z]+)(.*)$/sD';
518 
523 $linkPrefixCharset = 'a-zA-Z\\x{80}-\\x{10ffff}';
524 
530  'aboutpage',
531  'aboutsite',
532  'accesskey-ca-edit',
533  'accesskey-ca-history',
534  'accesskey-ca-nstab-main',
535  'accesskey-ca-talk',
536  'accesskey-ca-viewsource',
537  'accesskey-n-currentevents',
538  'accesskey-n-help',
539  'accesskey-n-mainpage-description',
540  'accesskey-n-portal',
541  'accesskey-n-randompage',
542  'accesskey-n-recentchanges',
543  'accesskey-p-logo',
544  'accesskey-pt-login',
545  'accesskey-pt-createaccount',
546  'accesskey-search',
547  'accesskey-search-fulltext',
548  'accesskey-search-go',
549  'accesskey-t-info',
550  'accesskey-t-permalink',
551  'accesskey-t-print',
552  'accesskey-t-recentchangeslinked',
553  'accesskey-t-specialpages',
554  'accesskey-t-whatlinkshere',
555  'actions',
556  'anonnotice',
557  'brackets',
558  'comma-separator',
559  'currentevents',
560  'currentevents-url',
561  'disclaimerpage',
562  'disclaimers',
563  'edit',
564  'editsection',
565  'editsectionhint',
566  'help',
567  'helppage',
568  'interlanguage-link-title',
569  'jumpto',
570  'jumptonavigation',
571  'jumptosearch',
572  'lastmodifiedat',
573  'mainpage',
574  'mainpage-description',
575  'mainpage-nstab',
576  'namespaces',
577  'navigation',
578  'nav-login-createaccount',
579  'nstab-main',
580  'opensearch-desc',
581  'pagecategories',
582  'pagecategorieslink',
583  'pagetitle',
584  'pagetitle-view-mainpage',
585  'permalink',
586  'personaltools',
587  'portal',
588  'portal-url',
589  'printableversion',
590  'privacy',
591  'privacypage',
592  'randompage',
593  'randompage-url',
594  'recentchanges',
595  'recentchangeslinked-toolbox',
596  'recentchanges-url',
597  'retrievedfrom',
598  'search',
599  'searcharticle',
600  'searchbutton',
601  'searchsuggest-search',
602  'sidebar',
603  'navigation-heading',
604  'site-atom-feed',
605  'sitenotice',
606  'specialpages',
607  'tagline',
608  'talk',
609  'toolbox',
610  'tooltip-ca-edit',
611  'tooltip-ca-history',
612  'tooltip-ca-nstab-main',
613  'tooltip-ca-talk',
614  'tooltip-ca-viewsource',
615  'tooltip-n-currentevents',
616  'tooltip-n-help',
617  'tooltip-n-mainpage-description',
618  'tooltip-n-portal',
619  'tooltip-n-randompage',
620  'tooltip-n-recentchanges',
621  'tooltip-p-logo',
622  'tooltip-pt-login',
623  'tooltip-pt-createaccount',
624  'tooltip-search',
625  'tooltip-search-fulltext',
626  'tooltip-search-go',
627  'tooltip-t-info',
628  'tooltip-t-permalink',
629  'tooltip-t-print',
630  'tooltip-t-recentchangeslinked',
631  'tooltip-t-specialpages',
632  'tooltip-t-whatlinkshere',
633  'variants',
634  'vector-view-edit',
635  'vector-view-history',
636  'vector-view-view',
637  'viewcount',
638  'views',
639  'whatlinkshere',
640  'word-separator',
641 ];
$datePreferenceMigrationMap
$datePreferenceMigrationMap
Associative array mapping old numeric date formats, which may still be stored in user preferences,...
Definition: MessagesEn.php:136
$capitalizeAllNouns
$capitalizeAllNouns
Should all nouns (not just proper ones) be capitalized? Enabling this property will add the capitaliz...
Definition: MessagesEn.php:28
NS_HELP
const NS_HELP
Definition: Defines.php:81
$dateFormats
$dateFormats
These are formats for dates generated by MediaWiki (as opposed to the wikitext DateFormatter).
Definition: MessagesEn.php:151
NS_TEMPLATE_TALK
const NS_TEMPLATE_TALK
Definition: Defines.php:80
$linkTrail
$linkTrail
Regular expression matching the "link trail", e.g.
Definition: MessagesEn.php:517
$namespaceNames
$namespaceNames
Namespace names.
Definition: MessagesEn.php:69
NS_FILE
const NS_FILE
Definition: Defines.php:75
NS_TEMPLATE
const NS_TEMPLATE
Definition: Defines.php:79
$namespaceGenderAliases
$namespaceGenderAliases
Array of gender specific.
Definition: MessagesEn.php:105
$magicWords
$magicWords
Magic words Customizable syntax for wikitext and elsewhere.
Definition: MessagesEn.php:204
$namespaceAliases
$namespaceAliases
Array of namespace aliases, mapping from name to NS_xxx index.
Definition: MessagesEn.php:93
NS_MAIN
const NS_MAIN
Definition: Defines.php:69
NS_SPECIAL
const NS_SPECIAL
Definition: Defines.php:58
$fallback8bitEncoding
$fallback8bitEncoding
URLs do not specify their encoding.
Definition: MessagesEn.php:46
NS_MEDIAWIKI_TALK
const NS_MEDIAWIKI_TALK
Definition: Defines.php:78
$separatorTransformTable
$separatorTransformTable
Transform table for decimal point '.
Definition: MessagesEn.php:38
NS_CATEGORY
const NS_CATEGORY
Definition: Defines.php:83
$defaultDateFormat
$defaultDateFormat
The date format to use for generated dates in the user interface.
Definition: MessagesEn.php:130
$linkPrefixCharset
$linkPrefixCharset
Regular expression charset matching the "link prefix", e.g.
Definition: MessagesEn.php:523
NS_USER_TALK
const NS_USER_TALK
Definition: Defines.php:72
NS_MEDIA
const NS_MEDIA
Definition: Defines.php:57
NS_PROJECT_TALK
const NS_PROJECT_TALK
Definition: Defines.php:74
$rtl
$rtl
Is the language written right-to-left?
Definition: MessagesEn.php:22
$specialPageAliases
$specialPageAliases
Alternate names of special pages.
Definition: MessagesEn.php:384
NS_HELP_TALK
const NS_HELP_TALK
Definition: Defines.php:82
$datePreferences
$datePreferences
A list of date format preference keys, which can be selected in user preferences.
Definition: MessagesEn.php:116
$bookstoreList
$bookstoreList
Default list of book sources.
Definition: MessagesEn.php:180
NS_USER
const NS_USER
Definition: Defines.php:71
$fallback
$fallback
This is the default English localisation file containing language specific information excluding inte...
Definition: MessagesEn.php:17
NS_TALK
const NS_TALK
Definition: Defines.php:70
NS_MEDIAWIKI
const NS_MEDIAWIKI
Definition: Defines.php:77
NS_FILE_TALK
const NS_FILE_TALK
Definition: Defines.php:76
$linkPrefixExtension
$linkPrefixExtension
To allow "foo[[bar]]" to extend the link over the whole word "foobar".
Definition: MessagesEn.php:51
NS_CATEGORY_TALK
const NS_CATEGORY_TALK
Definition: Defines.php:84
$preloadedMessages
$preloadedMessages
A list of messages to preload for each request.
Definition: MessagesEn.php:529
$digitTransformTable
$digitTransformTable
Optional array mapping ASCII digits 0-9 to local digits.
Definition: MessagesEn.php:33