r13439 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r13438‎ | r13439 | r13440 >
Date:02:03, 3 April 2006
Author:robchurch
Status:old
Tags:
Comment:
(bug 4949) Missing : in "addedwatchtext" for English and Spanish
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/languages/Messages.php (modified) (history)
  • /trunk/phase3/languages/MessagesEs.php (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -293,6 +293,7 @@
294294 * Improved support for interwiki transclusion
295295 * (bug 1850) Image link to nonexistent file fixed.
296296 * (bug 5167) Add {{SUBPAGENAME}} and {{SUBPAGENAMEE}} variables
 297+* (bug 4949) Missing : in "addedwatchtext" for English and Spanish
297298
298299 Upload:
299300 * (bug 2527) Always set destination filename when new file is selected
Index: trunk/phase3/languages/Messages.php
@@ -1050,14 +1050,14 @@
10511051 'watchnologin' => 'Not logged in',
10521052 'watchnologintext' => 'You must be [[Special:Userlogin|logged in]] to modify your watchlist.',
10531053 'addedwatch' => 'Added to watchlist',
1054 -'addedwatchtext' => "The page \"$1\" has been added to your [[Special:Watchlist|watchlist]].
 1054+'addedwatchtext' => "The page \":$1\" has been added to your [[Special:Watchlist|watchlist]].
10551055 Future changes to this page and its associated Talk page will be listed there,
10561056 and the page will appear '''bolded''' in the [[Special:Recentchanges|list of recent changes]] to
10571057 make it easier to pick out.
10581058
10591059 <p>If you want to remove the page from your watchlist later, click \"Unwatch\" in the sidebar.",
10601060 'removedwatch' => 'Removed from watchlist',
1061 -'removedwatchtext' => "The page \"$1\" has been removed from your watchlist.",
 1061+'removedwatchtext' => "The page \":$1\" has been removed from your watchlist.",
10621062 'watch' => 'Watch',
10631063 'watchthispage' => 'Watch this page',
10641064 'unwatch' => 'Unwatch',
Index: trunk/phase3/languages/MessagesEs.php
@@ -721,12 +721,12 @@
722722 "watchnologintext" => "Debes [[Especial:Userlogin|iniciar sesión]]
723723 para modificar tu lista de seguimiento.",
724724 "addedwatch" => "Añadido a la lista de seguimiento",
725 -"addedwatchtext" => "La página «$1» ha sido añadida a tu [[Especial:Watchlist|lista se seguimiento]].
 725+"addedwatchtext" => "La página «:$1» ha sido añadida a tu [[Especial:Watchlist|lista se seguimiento]].
726726 Cambios futuros en esta página y su página de discusión asociada se indicarán ahí, y la página aparecerá '''en negritas''' en la [[Especial:Recentchanges|lista de cambios recientes]] para hacerla más fácil de detectar.
727727
728728 <p>Cuando quieras eliminar la página de tu lista de seguimiento, presiona \"Dejar de vigilar\" en el menú.",
729729 "removedwatch" => "Eliminada de la lista de seguimiento",
730 -"removedwatchtext" => "La página \"$1\" ha sido eliminada de tu lista de seguimiento.",
 730+"removedwatchtext" => "La página \":$1\" ha sido eliminada de tu lista de seguimiento.",
731731 "watchthispage" => "Vigilar esta página",
732732 "unwatchthispage" => "Dejar de vigilar",
733733 "notanarticle" => "No es un artículo",

Status & tagging log