[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - wizards/source
Caolán McNamara
caolanm at redhat.com
Thu May 25 11:30:38 UTC 2017
wizards/source/formwizard/dbwizres.src | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
New commits:
commit 61082e14ec5cbfb1567cd8cbdb59584d7e0027f1
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu May 25 12:26:42 2017 +0100
various wizards resource strings are missing
e.g. as used in wizards/source/formwizard/Language.xba
since....
commit 61e67ccaa870e66bb4932886a70635b78727b773
Author: Vladimir Glazounov <vg at openoffice.org>
Date: Mon Feb 21 13:11:11 2005 +0000
INTEGRATION: CWS dbwizard3 (1.61.18); FILE MERGED
Change-Id: Ia784a53486c8be5bcbe5fb3c8b44d0adbbe2d905
diff --git a/wizards/source/formwizard/dbwizres.src b/wizards/source/formwizard/dbwizres.src
index 05e9a8f23552..5d7feffdf2e9 100644
--- a/wizards/source/formwizard/dbwizres.src
+++ b/wizards/source/formwizard/dbwizres.src
@@ -186,6 +186,36 @@ String RID_DB_COMMON_START + 6
Text [ en-US] = "An error occurred while running the wizard. The wizard will be terminated.";
};
+String RID_DB_COMMON_START + 8
+{
+ Text [ en-US] = "No database has been installed. At least one database is required before the wizard for forms can be started.";
+};
+
+String RID_DB_COMMON_START + 9
+{
+ Text [ en-US] = "The database does not contain any tables.";
+};
+
+String RID_DB_COMMON_START + 10
+{
+ Text [ en-US] = "This title already exists in the database. Please enter another name.";
+};
+
+String RID_DB_COMMON_START + 11
+{
+ Text [ en-US] = "The title must not contain any spaces or special characters.";
+};
+
+String RID_DB_COMMON_START + 12
+{
+ Text [ en-US] = "The database service (com.sun.data.DatabaseEngine) could not be instantiated.";
+};
+
+String RID_DB_COMMON_START + 13
+{
+ Text[ en-US ] = "The selected table or query could not be opened.";
+};
+
String RID_DB_COMMON_START + 14
{
Text [ en-US ] = "No connection to the database could be established.";
More information about the Libreoffice-commits
mailing list