summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/sfx.src
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-14 06:20:37 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-14 06:20:37 +0000
commit762ed2d7a2a56c15888d9987e81d8437a6030522 (patch)
tree6eee5ba9351849b73c70761ba99acafcb785a5e9 /sfx2/source/appl/sfx.src
parentcad4e264d8ec9e00bc847ae548cc5f284a8d8f89 (diff)
INTEGRATION: CWS ab28 (1.43.34); FILE MERGED
2006/07/12 07:13:37 ab 1.43.34.1: #i66948# STR_ERRUNOEVENTBINDUNG, removed comments breaking UTF8
Diffstat (limited to 'sfx2/source/appl/sfx.src')
-rw-r--r--sfx2/source/appl/sfx.src16
1 files changed, 11 insertions, 5 deletions
diff --git a/sfx2/source/appl/sfx.src b/sfx2/source/appl/sfx.src
index c5da1fce6d79..7f1b87f2d6de 100644
--- a/sfx2/source/appl/sfx.src
+++ b/sfx2/source/appl/sfx.src
@@ -1,12 +1,12 @@
-/*************************************************************************
+/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: sfx.src,v $
*
- * $Revision: 1.43 $
+ * $Revision: 1.44 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 22:12:21 $
+ * last change: $Author: obo $ $Date: 2006-07-14 07:20:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -128,7 +128,6 @@ String STR_GB
String STR_UNDO
{
- /* ### ACHTUNG: Neuer Text in Resource? Rckgngig: : Rckgngig: */
Text [ de ] = "Rückgängig: " ;
Text [ en-US ] = "Undo: " ;
};
@@ -154,7 +153,14 @@ QueryBox MSG_QUERY_LASTVERSION
{
Buttons = WB_YES_NO ;
DefButton = WB_DEF_NO ;
- /* ### ACHTUNG: Neuer Text in Resource? Alle nderungen aufheben? : Alle nderungen aufheben? */
Message [ de ] = "Alle Änderungen aufheben?" ;
Message [ en-US ] = "Cancel all changes?" ;
};
+
+// i66948 used in project scripting
+String STR_ERRUNOEVENTBINDUNG
+{
+ Text [ de ] = "Eine passende Komponenten-Methode %1\nkonnte nicht gefunden werden.\n\nÜberprüfen Sie die Schreibweise des Methodennamens.";
+ Text [ en-US ] = "An appropriate component method %1\ncould not be found.\n\nCheck spelling of method name.";
+};
+