= t("Import your Gallery 2 users, photos, movies, comments and tags into your new Gallery 3 installation.") ?>
-
+
= t("Notes") ?>
= t("The import process is a work in progress with some known issues:") ?>
@@ -28,14 +28,14 @@
= $form ?>
if (g2_import::is_initialized()): ?>
-
+
= t("Import") ?>
-
-
+
+
= t("Gallery version %version detected", array("version" => g2_import::version())) ?>
if ($g2_sizes["thumb"]["size"] && $thumb_size != $g2_sizes["thumb"]["size"]): ?>
-
+
= t("Your most common thumbnail size in Gallery 2 is %g2_pixels pixels, but your Gallery 3 thumbnail size is set to %g3_pixels pixels. Using the same value will speed up your import.",
array("g2_pixels" => $g2_sizes["thumb"]["size"],
"g3_pixels" => $thumb_size,
@@ -44,7 +44,7 @@
endif ?>
if ($g2_sizes["resize"]["size"] && $resize_size != $g2_sizes["resize"]["size"]): ?>
-
+
= t("Your most common intermediate size in Gallery 2 is %g2_pixels pixels, but your Gallery 3 thumbnail size is set to %g3_pixels pixels. Using the same value will speed up your import.",
array("g2_pixels" => $g2_sizes["resize"]["size"],
"g3_pixels" => $resize_size,
@@ -53,7 +53,7 @@
endif ?>
-
+
= t("Your Gallery 2 has the following importable data in it") ?>