summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/macrodlg.src
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-04-22 15:59:54 +0000
committerMathias Bauer <mba@openoffice.org>2002-04-22 15:59:54 +0000
commitd3297f663ecf002ed3bec18d958481d930816f18 (patch)
tree9d1c95d651f95624b9aae58b6ed58c7ca72aac35 /basctl/source/basicide/macrodlg.src
parent9a0118fd12d214856fe2b7f5670e2d6e9b0b59ad (diff)
#98405#: new macro recording functionality
Diffstat (limited to 'basctl/source/basicide/macrodlg.src')
-rw-r--r--basctl/source/basicide/macrodlg.src41
1 files changed, 27 insertions, 14 deletions
diff --git a/basctl/source/basicide/macrodlg.src b/basctl/source/basicide/macrodlg.src
index 8d3769c241bb..180a6171a839 100644
--- a/basctl/source/basicide/macrodlg.src
+++ b/basctl/source/basicide/macrodlg.src
@@ -2,9 +2,9 @@
*
* $RCSfile: macrodlg.src,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: kz $ $Date: 2002-02-26 14:16:26 $
+ * last change: $Author: mba $ $Date: 2002-04-22 16:59:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -560,15 +560,28 @@ String RID_STR_RUN
Text[ catalan ] = "Executar";
};
-
-
-
-
-
-
-
-
-
-
-
-
+String RID_STR_RECORD
+{
+ Text = "~Aufzeichnen" ;
+ Text [ ENGLISH ] = "~Record" ;
+ Text [ norwegian ] = "~Record" ;
+ Text [ italian ] = "Registra" ;
+ Text [ portuguese_brazilian ] = "~Gravar" ;
+ Text [ portuguese ] = "~Gravar" ;
+ Text [ finnish ] = "~Nauhoita" ;
+ Text [ danish ] = "Indspil" ;
+ Text [ french ] = "~Enregistrer" ;
+ Text [ swedish ] = "Spela ~in" ;
+ Text [ dutch ] = "~Opnemen" ;
+ Text [ spanish ] = "~Grabar" ;
+ Text [ english_us ] = "~Record" ;
+ Text[ chinese_simplified ] = "¼(~R)";
+ Text[ russian ] = "";
+ Text[ polish ] = "Zarejestruj";
+ Text[ japanese ] = "L^(~R)";
+ Text[ chinese_traditional ] = "O(~R)";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "(~R)";
+ Text[ turkish ] = "Kaydet";
+};