From: Tim Starling Date: Sun, 25 Jan 2004 02:37:14 +0000 (+0000) Subject: Other-language-friendly move message X-Git-Tag: 1.3.0beta1~1107 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=845c44bc7806632ef8abe52aa67fec70a40971db;p=lhc%2Fweb%2Fwiklou.git Other-language-friendly move message --- diff --git a/includes/Skin.php b/includes/Skin.php index dc8db12d2d..463166b0b0 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1916,9 +1916,10 @@ class Skin { ") . . "; # "[[x]] moved to [[y]]" - $s .= $this->makeKnownLinkObj( $rc->getTitle(), "", "redirect=no" ); - $s .= " " . wfMsg( "movedto" ). " "; - $s .= $this->makeKnownLinkObj( $rc->getMovedToTitle(), "" ); + + $s .= wfMsg( "1movedto2", $this->makeKnownLinkObj( $rc->getTitle(), "", "redirect=no" ), + $this->makeKnownLinkObj( $rc->getMovedToTitle(), "" ) ); + } else { # Diff link if ( $rc_type == RC_NEW || $rc_type == RC_LOG ) { diff --git a/languages/Language.php b/languages/Language.php index addf498093..85abdace7b 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1062,15 +1062,15 @@ or has chosen not to receive e-mail from other users.", # Watchlist # -"watchlist" => "My watchlist", -"watchlistsub" => "(for user \"$1\")", -"nowatchlist" => "You have no items on your watchlist.", -"watchnologin" => "Not logged in", +"watchlist" => "My watchlist", +"watchlistsub" => "(for user \"$1\")", +"nowatchlist" => "You have no items on your watchlist.", +"watchnologin" => "Not logged in", "watchnologintext" => "You must be logged in to modify your watchlist.", -"addedwatch" => "Added to watchlist", -"addedwatchtext" => "The page \"$1\" has been added to your "Added to watchlist", +"addedwatchtext" => "The page \"$1\" has been added to your watchlist. Future changes to this page and its associated Talk page will be listed there, and the page will appear bolded in the bolded in the

If you want to remove the page from your watchlist later, click \"Stop watching\" in the sidebar.", -"removedwatch" => "Removed from watchlist", -"removedwatchtext" => "The page \"$1\" has been removed from your watchlist.", -"watchthispage" => "Watch this page", -"unwatchthispage" => "Stop watching", -"notanarticle" => "Not an article", -"watchnochange" => "None of your watched items were edited in the time period displayed.", -"watchdetails" => "($1 pages watched not counting talk pages; +"removedwatch" => "Removed from watchlist", +"removedwatchtext" => "The page \"$1\" has been removed from your watchlist.", +"watchthispage" => "Watch this page", +"unwatchthispage" => "Stop watching", +"notanarticle" => "Not an article", +"watchnochange" => "None of your watched items were edited in the time period displayed.", +"watchdetails" => "($1 pages watched not counting talk pages; $2 total pages edited since cutoff; $3... show and edit complete list.)", -"watchmethod-recent" => "checking recent edits for watched pages", -"watchmethod-list" => "checking watched pages for recent edits", -"removechecked" => "Remove checked items from watchlist", +"watchmethod-recent"=> "checking recent edits for watched pages", +"watchmethod-list" => "checking watched pages for recent edits", +"removechecked" => "Remove checked items from watchlist", "watchlistcontains" => "Your watchlist contains $1 pages.", -"watcheditlist" => "Here's an alphabetical list of your +"watcheditlist" => "Here's an alphabetical list of your watched pages. Check the boxes of pages you want to remove from your watchlist and click the 'remove checked' button at the bottom of the screen.", -"removingchecked" => "Removing requested items from watchlist...", -"couldntremove" => "Couldn't remove item '$1'...", -"iteminvalidname" => "Problem with item '$1', invalid name...", -"wlnote" => "Below are the last $1 changes in the last $2 hours.", -"wlshowlast" => "Show last $1 hours $2 days $3", +"removingchecked" => "Removing requested items from watchlist...", +"couldntremove" => "Couldn't remove item '$1'...", +"iteminvalidname" => "Problem with item '$1', invalid name...", +"wlnote" => "Below are the last $1 changes in the last $2 hours.", +"wlshowlast" => "Show last $1 hours $2 days $3", +"wlsaved" => "This is a saved version of your watchlist.", + # Delete/protect/revert # @@ -1306,6 +1308,9 @@ title. Please merge them manually.", "movetalk" => "Move \"talk\" page as well, if applicable.", "talkpagemoved" => "The corresponding talk page was also moved.", "talkpagenotmoved" => "The corresponding talk page was not moved.", +"1movedto2" => "$1 moved to $2", + +# Export "export" => "Export pages", "exporttext" => "You can export the text and editing history of a particular