X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=languages%2Fmessages%2FMessagesEn.php;h=75e3532a233928321c497e7ab8867686a222227b;hb=654f713af6c58d57b35364f4b10d45b2ba0384ad;hp=14854d26cc051758b9512c348b22919b169fae23;hpb=3334bb5c8fe32da6eaf3ae48f6586772304172e2;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 14854d26cc..75e3532a23 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -161,21 +161,25 @@ $datePreferenceMigrationMap = array( $dateFormats = array( 'mdy time' => 'H:i', 'mdy date' => 'F j, Y', + 'mdy monthonly' => 'F Y', 'mdy both' => 'H:i, F j, Y', 'mdy pretty' => 'F j', 'dmy time' => 'H:i', 'dmy date' => 'j F Y', + 'dmy monthonly' => 'F Y', 'dmy both' => 'H:i, j F Y', 'dmy pretty' => 'j F', 'ymd time' => 'H:i', 'ymd date' => 'Y F j', + 'ymd monthonly' => 'Y F', 'ymd both' => 'H:i, Y F j', 'ymd pretty' => 'F j', 'ISO 8601 time' => 'xnH:xni:xns', 'ISO 8601 date' => 'xnY-xnm-xnd', + 'ISO 8601 monthonly' => 'xnY-xnm', 'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni:xns', 'ISO 8601 pretty' => 'xnm-xnd' ); @@ -446,6 +450,7 @@ $specialPageAliases = array( 'Protectedpages' => array( 'ProtectedPages' ), 'Protectedtitles' => array( 'ProtectedTitles' ), 'Randompage' => array( 'Random', 'RandomPage' ), + 'RandomInCategory' => array( 'RandomInCategory' ), 'Randomredirect' => array( 'RandomRedirect' ), 'Recentchanges' => array( 'RecentChanges' ), 'Recentchangeslinked' => array( 'RecentChangesLinked', 'RelatedChanges' ), @@ -675,7 +680,6 @@ future releases. Also note that since each list value is wrapped in a unique 'tog-shownumberswatching' => 'Show the number of watching users', 'tog-oldsig' => 'Existing signature:', 'tog-fancysig' => 'Treat signature as wikitext (without an automatic link)', -'tog-showjumplinks' => 'Enable "jump to" accessibility links', 'tog-uselivepreview' => 'Use live preview (requires JavaScript) (experimental)', 'tog-forceeditsummary' => 'Prompt me when entering a blank edit summary', 'tog-watchlisthideown' => 'Hide my edits from the watchlist', @@ -1040,6 +1044,7 @@ It may have already been deleted by someone else.', 'cannotdelete-title' => 'Cannot delete page "$1"', 'delete-hook-aborted' => 'Deletion aborted by hook. It gave no explanation.', +'no-null-revision' => 'Could not create new null revision for page "$1"', 'badtitle' => 'Bad title', 'badtitletext' => 'The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. It may contain one or more characters that cannot be used in titles.', @@ -2623,6 +2628,13 @@ Remember to check for other links to the templates before deleting them.', 'randompage-nopages' => 'There are no pages in the following {{PLURAL:$2|namespace|namespaces}}: $1.', 'randompage-url' => 'Special:Random', # do not translate or duplicate this message to other languages +# Random page in category +'randomincategory' => 'Random page in category', +'randomincategory-invalidcategory' => '"$1" is not a valid category name.', +'randomincategory-nopages' => 'There are no pages in [[:Category:$1]].', +'randomincategory-selectcategory' => 'Get random page from category: $1 $2.', +'randomincategory-selectcategory-submit' => 'Go', + # Random redirect 'randomredirect' => 'Random redirect', 'randomredirect-nopages' => 'There are no redirects in the namespace "$1".', @@ -4585,7 +4597,7 @@ This confirmation code will expire at $4.', 'confirmemail_body_set' => 'Someone, probably you, from IP address $1, has set the email address of the account "$2" to this address on {{SITENAME}}. -To confirm that this account really does belong to you and reactivate +To confirm that this account really does belong to you and activate email features on {{SITENAME}}, open this link in your browser: $3 @@ -4837,6 +4849,7 @@ You can also [[Special:EditWatchlist|use the standard editor]].', 'version-license' => 'License', 'version-poweredby-credits' => "This wiki is powered by '''[//www.mediawiki.org/ MediaWiki]''', copyright © 2001-$1 $2.", 'version-poweredby-others' => 'others', +'version-poweredby-translators' => 'translatewiki.net translators', 'version-credits-summary' => 'We would like to recognize the following persons for their contribution to [[Special:Version|MediaWiki]].', 'version-license-info' => 'MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.