diff options
author | Kurt Zenker <kz@openoffice.org> | 2002-08-01 19:41:20 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2002-08-01 19:41:20 +0000 |
commit | 0a4397e27c028d1dfc600fa956257f53118ee0f1 (patch) | |
tree | 4aa6756dbfbe988f56f3242c447791d2451f81eb /sfx2 | |
parent | 358d3c96131cb5bbb9d5fc9bfd6e8804dc946f89 (diff) |
Merge SRX643: 01.08.02 - 22:38:29
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/recfloat.src | 56 |
1 files changed, 54 insertions, 2 deletions
diff --git a/sfx2/source/dialog/recfloat.src b/sfx2/source/dialog/recfloat.src index 9d949d39b356..4f4c70feac42 100644 --- a/sfx2/source/dialog/recfloat.src +++ b/sfx2/source/dialog/recfloat.src @@ -2,9 +2,9 @@ * * $RCSfile: recfloat.src,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mba $ $Date: 2002-07-18 15:06:12 $ + * last change: $Author: kz $ $Date: 2002-08-01 20:41:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,6 +74,24 @@ FloatingWindow SID_RECORDING_FLOATWINDOW SVLook = TRUE ; Text = "Makro aufzeichnen" ; Text [ English ] = "Record Macro" ; + Text[ english_us ] = "Record Macro"; + Text[ portuguese ] = "Record Macro"; + Text[ russian ] = "Record Macro"; + Text[ greek ] = "Record Macro"; + Text[ dutch ] = "Record Macro"; + Text[ french ] = "Record Macro"; + Text[ spanish ] = "Record Macro"; + Text[ finnish ] = "Record Macro"; + Text[ italian ] = "Record Macro"; + Text[ danish ] = "Record Macro"; + Text[ swedish ] = "Record Macro"; + Text[ polish ] = "Record Macro"; + Text[ japanese ] = "Record Macro"; + Text[ korean ] = "Record Macro"; + Text[ chinese_simplified ] = "Record Macro"; + Text[ chinese_traditional ] = "Record Macro"; + Text[ turkish ] = "Record Macro"; + Text[ arabic ] = "Record Macro"; }; ToolBox SID_RECORDING_FLOATWINDOW @@ -94,6 +112,23 @@ 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."; + Text[ portuguese ] = "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."; + Text[ russian ] = "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."; + Text[ greek ] = "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."; + Text[ dutch ] = "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."; + Text[ french ] = "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."; + Text[ spanish ] = "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."; + Text[ finnish ] = "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."; + Text[ italian ] = "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."; + Text[ danish ] = "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."; + Text[ swedish ] = "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."; + Text[ polish ] = "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."; + Text[ japanese ] = "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."; + Text[ korean ] = "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."; + Text[ chinese_simplified ] = "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."; + Text[ chinese_traditional ] = "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."; + Text[ turkish ] = "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."; + Text[ arabic ] = "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."; }; String STR_CANCEL_RECORDING @@ -101,4 +136,21 @@ String STR_CANCEL_RECORDING Text = "Aufzeichnung abbrechen"; Text [ english ] = "Cancel Recording"; Text [ english_us ] = "Cancel Recording"; + Text[ portuguese ] = "Cancel Recording"; + Text[ russian ] = "Cancel Recording"; + Text[ greek ] = "Cancel Recording"; + Text[ dutch ] = "Cancel Recording"; + Text[ french ] = "Cancel Recording"; + Text[ spanish ] = "Cancel Recording"; + Text[ finnish ] = "Cancel Recording"; + Text[ italian ] = "Cancel Recording"; + Text[ danish ] = "Cancel Recording"; + Text[ swedish ] = "Cancel Recording"; + Text[ polish ] = "Cancel Recording"; + Text[ japanese ] = "Cancel Recording"; + Text[ korean ] = "Cancel Recording"; + Text[ chinese_simplified ] = "Cancel Recording"; + Text[ chinese_traditional ] = "Cancel Recording"; + Text[ turkish ] = "Cancel Recording"; + Text[ arabic ] = "Cancel Recording"; }; |