From b7313c40c503114efb1eefcd74b1659f0b527cf3 Mon Sep 17 00:00:00 2001 From: shirayuki Date: Sun, 22 Sep 2013 11:33:50 +0900 Subject: [PATCH] Replace single to double-quotation marks Give grep a chance to find the usages Change-Id: I95431f8e5cc684c322fdd7cda041388120b7c49b --- languages/Language.php | 2 ++ languages/messages/MessagesEn.php | 14 +++++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index 356726ff9d..20bef5d2e2 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -2288,6 +2288,8 @@ class Language { // Timestamp within the past week: show the day of the week and time $format = $this->getDateFormatString( 'time', $user->getDatePreference() ?: 'default' ); $weekday = self::$mWeekdayMsgs[$ts->timestamp->format( 'w' )]; + // Messages: + // sunday-at, monday-at, tuesday-at, wednesday-at, thursday-at, friday-at, saturday-at $ts = wfMessage( "$weekday-at" ) ->inLanguage( $this ) ->params( $this->sprintfDate( $format, $ts->getTimestamp( TS_MW ) ) ) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 75b2de97a5..3a68b8251c 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1397,13 +1397,13 @@ The reason given is ''$2''. * Intended blockee: $7 You can contact $1 or another [[{{MediaWiki:Grouppage-sysop}}|administrator]] to discuss the block. -You cannot use the 'email this user' feature unless a valid email address is specified in your [[Special:Preferences|account preferences]] and you have not been blocked from using it. +You cannot use the \"email this user\" feature unless a valid email address is specified in your [[Special:Preferences|account preferences]] and you have not been blocked from using it. Your current IP address is $3, and the block ID is #$5. Please include all above details in any queries you make.", -'autoblockedtext' => 'Your IP address has been automatically blocked because it was used by another user, who was blocked by $1. +'autoblockedtext' => "Your IP address has been automatically blocked because it was used by another user, who was blocked by $1. The reason given is: -:\'\'$2\'\' +:''$2'' * Start of block: $8 * Expiry of block: $6 @@ -1411,10 +1411,10 @@ The reason given is: You may contact $1 or one of the other [[{{MediaWiki:Grouppage-sysop}}|administrators]] to discuss the block. -Note that you may not use the "email this user" feature unless you have a valid email address registered in your [[Special:Preferences|user preferences]] and you have not been blocked from using it. +Note that you may not use the \"email this user\" feature unless you have a valid email address registered in your [[Special:Preferences|user preferences]] and you have not been blocked from using it. Your current IP address is $3, and the block ID is #$5. -Please include all above details in any queries you make.', +Please include all above details in any queries you make.", 'blockednoreason' => 'no reason given', 'whitelistedittext' => 'You have to $1 to edit pages.', 'confirmedittext' => 'You must confirm your email address before editing pages. @@ -2259,7 +2259,7 @@ To view or search previously uploaded files go to the [[Special:FileList|list of To include a file in a page, use a link in one of the following forms: * '''[[{{ns:file}}:File.jpg]]''' to use the full version of the file -* '''[[{{ns:file}}:File.png|200px|thumb|left|alt text]]''' to use a 200 pixel wide rendition in a box in the left margin with 'alt text' as description +* '''[[{{ns:file}}:File.png|200px|thumb|left|alt text]]''' to use a 200 pixel wide rendition in a box in the left margin with \"alt text\" as description * '''[[{{ns:media}}:File.ogg]]''' for directly linking to the file without displaying the file", 'upload-permitted' => 'Permitted file types: $1.', 'upload-preferred' => 'Preferred file types: $1.', @@ -2972,7 +2972,7 @@ Future changes to this page and its associated talk page will be listed there.', 'watchmethod-recent' => 'checking recent edits for watched pages', 'watchmethod-list' => 'checking watched pages for recent edits', 'watchlistcontains' => 'Your watchlist contains $1 {{PLURAL:$1|page|pages}}.', -'iteminvalidname' => "Problem with item '$1', invalid name...", +'iteminvalidname' => 'Problem with item "$1", invalid name...', 'wlnote' => "Below {{PLURAL:$1|is the last change|are the last '''$1''' changes}} in the last {{PLURAL:$2|hour|'''$2''' hours}}, as of $3, $4.", 'wlshowlast' => 'Show last $1 hours $2 days $3', 'watchlist-options' => 'Watchlist options', -- 2.20.1