added gettext support.
[squirrelmail.git] / src / load_prefs.php
index c714429a568adc5215b09e1c0a5f1199fd3fd614..05e3c57a00cd8483491c70b7abfaf0ebf3240e9e 100644 (file)
       if (file_exists($theme[0]["PATH"])) {
          require($theme[0]["PATH"]);
       } else {
-         echo "Theme: " . $theme[0]["PATH"] . " was not found.<BR>";
-         echo "Exiting abnormally";
+         echo _("Theme: ");
+        echo . $theme[0]["PATH"] .;
+        echo _(" was not found.");
+        echo "<BR>";
+         echo _("Exiting abnormally");
          exit;
       }
    }