summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/recfloat.src
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-07-18 14:06:55 +0000
committerMathias Bauer <mba@openoffice.org>2002-07-18 14:06:55 +0000
commit199be31398c0c4323d92bcf9aeacf33c8edff1c6 (patch)
treef478466f9543ad721da1401e4ebc625a5cdc0447 /sfx2/source/dialog/recfloat.src
parentb6688a3f95755308f7a4948ef5724434546c126f (diff)
#101305#: queryclose
Diffstat (limited to 'sfx2/source/dialog/recfloat.src')
-rw-r--r--sfx2/source/dialog/recfloat.src18
1 files changed, 16 insertions, 2 deletions
diff --git a/sfx2/source/dialog/recfloat.src b/sfx2/source/dialog/recfloat.src
index 5b4227a11151..9d949d39b356 100644
--- a/sfx2/source/dialog/recfloat.src
+++ b/sfx2/source/dialog/recfloat.src
@@ -2,9 +2,9 @@
*
* $RCSfile: recfloat.src,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mba $ $Date: 2002-07-18 07:13:59 $
+ * last change: $Author: mba $ $Date: 2002-07-18 15:06:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,3 +88,17 @@ ToolBox SID_RECORDING_FLOATWINDOW
};
};
};
+
+String STR_MACRO_LOSS
+{
+ Text = "Soll die Aufzeichnung wirklich abgebrochen werden? Alle bis zu diesem Punkt aufgezeichneten Schritte gehen verloren.";
+ Text [ english ] = "Do you really want to cancel the recording? Any steps recorded up to this point will be lost.";
+ Text [ english_us ] = "Do you really want to cancel the recording? Any steps recorded up to this point will be lost.";
+};
+
+String STR_CANCEL_RECORDING
+{
+ Text = "Aufzeichnung abbrechen";
+ Text [ english ] = "Cancel Recording";
+ Text [ english_us ] = "Cancel Recording";
+};