summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/app.src
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 17:12:18 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 17:12:18 +0000
commit4411287395e5e955dcd1e9fe9679750865f72337 (patch)
treeaeb5ec7b81f4bd43f131719097e3ce6a488b2ac3 /dbaccess/source/ui/app/app.src
parent178a56cae4efd0f022f434a208027eded0626586 (diff)
INTEGRATION: CWS odbmacros2 (1.15.2); FILE MERGED
2008/01/26 21:19:45 fs 1.15.2.1: #i49133# when connecting to a document which contains macros/scripts in a form/report, then show a warning
Diffstat (limited to 'dbaccess/source/ui/app/app.src')
-rw-r--r--dbaccess/source/ui/app/app.src21
1 files changed, 16 insertions, 5 deletions
diff --git a/dbaccess/source/ui/app/app.src b/dbaccess/source/ui/app/app.src
index 27fc29729a60..5384d266adcf 100644
--- a/dbaccess/source/ui/app/app.src
+++ b/dbaccess/source/ui/app/app.src
@@ -4,9 +4,9 @@
*
* $RCSfile: app.src,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: ihi $ $Date: 2007-11-20 19:23:20 $
+ * last change: $Author: kz $ $Date: 2008-03-06 18:12:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -454,8 +454,19 @@ String STR_FOLDER_LABEL
Text [ en-US ] = "F~older name" ;
};
-String RID_STR_ERROR_NO_REPORT_INSTALLED
+String STR_SUB_DOCS_WITH_SCRIPTS
{
- Text [ de ] ="Es wurde keine Report Designer Erweiterung gefunden, bitte installieren." ;
- Text [ en-US ] = "There is no report designer extension found, please install." ;
+ Text [ en-US ] = "The document contains forms and/or reports with macros and/or scripts embedded.";
+};
+
+String STR_SUB_DOCS_WITH_SCRIPTS_DETAIL
+{
+ Text [ en-US ] = "Scripts and macros should nowadays be embedded into the database document itself.\n\n"
+
+ "You can continue to use your document as before, however, you are encouraged to migrate "
+ "your scripts and macros. The menu item 'Tools / Migrate Scripts and Macros ...' will "
+ "assist you with this.\n\n"
+
+ "Note that you won't be able to embed macros or scripts into the database document until "
+ "this migration is done. ";
};