summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-11-11 11:23:21 +0000
committerRüdiger Timm <rt@openoffice.org>2005-11-11 11:23:21 +0000
commit38d04b1f36aa45e257dd7fb96fd26f2447d23714 (patch)
treee065f669368653e25bef39a95f9bf55be1834d8b /sfx2
parent5eafb66346b7317245d4dbb6c875522c6abc89e6 (diff)
INTEGRATION: CWS c06 (1.80.162); FILE MERGED
2005/10/13 13:18:43 kso 1.80.162.5: #125985# - string review (STR_MACROS_DISABLED). 2005/10/12 15:49:27 kso 1.80.162.4: #125985# - More meaningful text for STR_MACROS_DISABLED. 2005/10/11 13:31:56 mav 1.80.162.3: #125985# introduce possibility to switch macros off 2005/09/19 15:08:37 kso 1.80.162.2: #53490# - string review. 2005/09/09 10:11:09 mav 1.80.162.1: #i53496# new option to trigger SaveAs always
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/doc.src18
1 files changed, 16 insertions, 2 deletions
diff --git a/sfx2/source/doc/doc.src b/sfx2/source/doc/doc.src
index ea77d076fe17..0f82fa004d3d 100644
--- a/sfx2/source/doc/doc.src
+++ b/sfx2/source/doc/doc.src
@@ -4,9 +4,9 @@
*
* $RCSfile: doc.src,v $
*
- * $Revision: 1.82 $
+ * $Revision: 1.83 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 15:27:42 $
+ * last change: $Author: rt $ $Date: 2005-11-11 12:23:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -661,5 +661,19 @@ String STR_HIDDENINFO_CONTINUE_CREATEPDF
Text [ en-US ] = "Do you want to continue creating a PDF file?" ;
};
+String STR_NEW_FILENAME_SAVE
+{
+ Text [ de ] = "Wenn Sie das originale Dokument nicht überschreiben wollen, sollten Sie Ihre Arbeit unter einem neuen Dateinamen speichern." ;
+ Text [ en-US ] = "If you do not want to overwrite the original document, you should save your work under a new filename." ;
+ Text [ x-comment ] = " ";
+};
+
+String STR_MACROS_DISABLED
+{
+ Text [ de ] = "Es wurde versucht, ein Makro auszuführen.\nMakros werden aus Sicherheitsgünden nicht unterstützt.";
+ Text [ en-US ] = "An attempt was made to execute a macro.\nFor security reasons, macro support is disabled.";
+ Text [ x-comment ] = " ";
+};
+
// ******************************************************************* EOF