From e4a9b19bf9997f46203fbc18c696c63703a72625 Mon Sep 17 00:00:00 2001
From: Andy Staudacher
diff --git a/core/views/admin_block_stats.html.php b/core/views/admin_block_stats.html.php
index 42f34aa4..2d975073 100644
--- a/core/views/admin_block_stats.html.php
+++ b/core/views/admin_block_stats.html.php
@@ -1,12 +1,12 @@
diff --git a/core/views/admin_block_welcome.html.php b/core/views/admin_block_welcome.html.php
index 35501ffc..89914fb3 100644
--- a/core/views/admin_block_welcome.html.php
+++ b/core/views/admin_block_welcome.html.php
@@ -4,15 +4,15 @@
- = t("The GD graphics library is an extension to PHP commonly installed most webservers. Please refer to the GD website for more information.", + = t("The GD graphics library is an extension to PHP commonly installed most webservers. Please refer to the GD website for more information.", array("url" => "http://www.boutell.com/gd")) ?>
if ($tk->gd["GD Version"] && function_exists('imagerotate')): ?>- = t("You have GD version {{version}}.", array("version" => $tk->gd["GD Version"])) ?> + = t("You have GD version %version.", array("version" => $tk->gd["GD Version"])) ?>
elseif ($tk->gd["GD Version"]): ?>- = t("You have GD version {{version}}, but it lacks image rotation.", + = t("You have GD version %version, but it lacks image rotation.", array("version" => $tk->gd["GD Version"])) ?>
else: ?> diff --git a/core/views/admin_graphics_graphicsmagick.html.php b/core/views/admin_graphics_graphicsmagick.html.php index 8dc1d714..bb4f906d 100644 --- a/core/views/admin_graphics_graphicsmagick.html.php +++ b/core/views/admin_graphics_graphicsmagick.html.php @@ -3,12 +3,12 @@- = t("GraphicsMagick is a standalone graphics program available on most Linux systems. Please refer to the GraphicsMagick website for more information.", + = t("GraphicsMagick is a standalone graphics program available on most Linux systems. Please refer to the GraphicsMagick website for more information.", array("url" => "http://www.graphicsmagick.org")) ?>
if ($tk->graphicsmagick): ?>- = t("GraphicsMagick is available in {{path}}", array("path" => $tk->graphicsmagick)) ?> + = t("GraphicsMagick is available in %path", array("path" => $tk->graphicsmagick)) ?>
else: ?>diff --git a/core/views/admin_graphics_imagemagick.html.php b/core/views/admin_graphics_imagemagick.html.php index 02a18ac8..7898a8d1 100644 --- a/core/views/admin_graphics_imagemagick.html.php +++ b/core/views/admin_graphics_imagemagick.html.php @@ -3,12 +3,12 @@
- = t("ImageMagick is a standalone graphics program available on most Linux systems. Please refer to the ImageMagick website for more information.", + = t("ImageMagick is a standalone graphics program available on most Linux systems. Please refer to the ImageMagick website for more information.", array("url" => "http://www.imagemagick.org")) ?>
if ($tk->imagemagick): ?>- = t("ImageMagick is available in {{path}}", array("path" => $tk->imagemagick)) ?> + = t("ImageMagick is available in %path", array("path" => $tk->imagemagick)) ?>
else: ?>diff --git a/core/views/admin_maintenance.html.php b/core/views/admin_maintenance.html.php index 1da87788..fd5f7a58 100644 --- a/core/views/admin_maintenance.html.php +++ b/core/views/admin_maintenance.html.php @@ -75,7 +75,7 @@ elseif ($task->state == "stalled"): ?> = t("Stalled") ?> else: ?> - = t("{{percent_complete}}% Complete", array("percent_complete" => $task->percent_complete)) ?> + = t("%percent_complete% Complete", array("percent_complete" => $task->percent_complete)) ?> endif ?>