From e8fb201f875b924087575ca23d4363bf8df90736 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 20 Apr 2007 15:09:47 +0000
Subject: [PATCH] Fix for issue 1494: web start installer provides the option to create non-existent install path.
---
opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
index 12008b6..4f0bdfe 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
+++ b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
@@ -235,6 +235,11 @@
error-title=Error
#
+# Confirmation dialog title
+#
+confirmation-title=Confirmation Required
+
+#
# Error when we cannot launch the status panel
#
could-not-launch-status-panel-msg=An unexpected error occurred launching the \
@@ -275,7 +280,9 @@
#
# Server Settings
empty-server-location=You must provide the installation path.
-parent-directory-does-not-exist=The parent directory of {0} does not exist.
+parent-directory-could-not-be-found=Could not find a parent directory for {0}.
+parent-directory-does-not-exist-confirmation=The parent directory of {0} does \
+not exist.\nWould you like to create this directory?
file-exists=The file {0} already exists.
directory-exists-not-empty=The directory {0} is not empty.
directory-not-writable=You do not have write access on the directory {0}. \
@@ -737,6 +744,8 @@
exception-details=Details: {0}
exception-out-of-memory-details=Not enough memory to perform the operation. \
Details: {0}
+error-could-not-create-parent-dir=Could not create parent directory {0}. \
+Check that you have file system access rights.
downloading-error=An error occurred downloading remote file(s) {0}.
error-zipinputstreamnull=Could not retrieve zip file {0}. The input stream \
is null.
--
Gitblit v1.10.0