Code

Updated strings
[gosa.git] / gosa-core / include / class_SnapshotHandler.inc
index d371db5fcdd3d0b142a28ac27612722598b8abf1..7842e1b919ab34dc4f3847c8756efddc0d290a9e 100644 (file)
@@ -43,7 +43,7 @@ class SnapshotHandler {
         if(!session::is_set("snapshotFailMessageSend")){
           session::set("snapshotFailMessageSend",TRUE);
           msg_dialog::display(_("Configuration error"),
-              sprintf(_("The snapshot functionality is enabled, but the required variable '%s' is not set."),
+              sprintf(_("The snapshot functionality is enabled but the required variable '%s' is not set!"),
                 "snapshotBase"), ERROR_DIALOG);
         }
         return;
@@ -56,7 +56,7 @@ class SnapshotHandler {
         if(!session::is_set("snapshotFailMessageSend")){
           session::set("snapshotFailMessageSend",TRUE);
           msg_dialog::display(_("Configuration error"),
-              sprintf(_("The snapshot functionality is enabled, but the required compression module is missing. Please install '%s'."),"php5-zip / php5-gzip"), ERROR_DIALOG);
+              sprintf(_("The snapshot functionality is enabled but the required PHP compression module is missing: %s!"),"php5-zip / php5-gzip"), ERROR_DIALOG);
         }
         return;
       }
@@ -74,7 +74,7 @@ class SnapshotHandler {
             if(!session::is_set("snapshotFailMessageSend")){
               session::set("snapshotFailMessageSend",TRUE);
               msg_dialog::display(_("Configuration error"),
-                  sprintf(_("The snapshot functionality is enabled, but the required variable '%s' is not set."),
+                  sprintf(_("The snapshot functionality is enabled but the required variable '%s' is not set!"),
                     $missing), ERROR_DIALOG);
             }
             return;