diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-05-04 20:23:08 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-05-04 20:23:08 +0000 |
commit | 16c8c2277ca6a2321fccec441afb2271a46a182b (patch) | |
tree | 7eaf34fe34edd7ddafcf6cbab1f30664a44ca078 /basctl/source | |
parent | 9e4da38d32339306e8f214a5b0d45ff95b968e80 (diff) |
Merge SRC630: 04.05.01 - 23:23:29 (NoBranch)
Diffstat (limited to 'basctl/source')
-rw-r--r-- | basctl/source/basicide/macrodlg.src | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/basctl/source/basicide/macrodlg.src b/basctl/source/basicide/macrodlg.src index ee5301749621..c9a2c600a96b 100644 --- a/basctl/source/basicide/macrodlg.src +++ b/basctl/source/basicide/macrodlg.src @@ -2,9 +2,9 @@ * * $RCSfile: macrodlg.src,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kz $ $Date: 2001-03-31 07:11:11 $ + * last change: $Author: kz $ $Date: 2001-05-04 21:23:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -126,6 +126,7 @@ ModalDialog RID_MACROCHOOSER Text[ greek ] = " ~"; Text[ korean ] = "ũ ̸(~M)"; Text[ turkish ] = "Makro ad"; + Text[ catalan ] = "Nombre de la ~macro"; }; FixedText RID_TXT_MACROFROM { @@ -153,6 +154,7 @@ ModalDialog RID_MACROCHOOSER Text[ greek ] = " "; Text[ korean ] = "ũ ó(~F)"; Text[ turkish ] = "Makro kayna"; + Text[ catalan ] = "Macro ~desde"; }; Edit RID_ED_MACRONAME { @@ -188,6 +190,7 @@ ModalDialog RID_MACROCHOOSER Text[ greek ] = ""; Text[ korean ] = "(~S)"; Text[ turkish ] = "Aklama"; + Text[ catalan ] = "De~scripcin"; }; PushButton RID_PB_RUN { @@ -218,6 +221,7 @@ ModalDialog RID_MACROCHOOSER Text[ greek ] = ""; Text[ korean ] = "(~U)"; Text[ turkish ] = "Yrt"; + Text[ catalan ] = "Eje~cutar"; }; CancelButton RID_PB_CANCEL { @@ -252,6 +256,7 @@ ModalDialog RID_MACROCHOOSER Text[ greek ] = "..."; Text[ korean ] = "(~A)..."; Text[ turkish ] = "Ata..."; + Text[ catalan ] = "Asig~nar..."; }; PushButton RID_PB_EDIT { @@ -280,6 +285,7 @@ ModalDialog RID_MACROCHOOSER Text[ greek ] = ""; Text[ korean ] = "(~E)"; Text[ turkish ] = "Dzenle"; + Text[ catalan ] = "Edi~tar"; }; PushButton RID_PB_DEL { @@ -309,6 +315,7 @@ ModalDialog RID_MACROCHOOSER Text[ greek ] = "..."; Text[ korean ] = "(~D)..."; Text[ turkish ] = "Sil..."; + Text[ catalan ] = "~Eliminar..."; }; PushButton RID_PB_ORG { @@ -336,6 +343,7 @@ ModalDialog RID_MACROCHOOSER Text[ greek ] = "~..."; Text[ korean ] = "(~O)..."; Text[ turkish ] = "Ynet..."; + Text[ catalan ] = "~Administrar..."; }; HelpButton RID_PB_HELP { @@ -361,6 +369,7 @@ ModalDialog RID_MACROCHOOSER Text[ greek ] = ""; Text[ korean ] = "ũ"; Text[ turkish ] = "Makro"; + Text[ catalan ] = "Macro"; }; String RID_STR_STDMACRONAME { @@ -386,6 +395,7 @@ String RID_STR_STDMACRONAME Text[ greek ] = ""; Text[ korean ] = "ũ"; Text[ turkish ] = "Makro"; + Text[ catalan ] = "Macro"; }; Bitmap RID_BMP_APPICON { @@ -416,6 +426,7 @@ String RID_STR_BTNDEL Text[ greek ] = "..."; Text[ korean ] = "(~D)..."; Text[ turkish ] = "Sil..."; + Text[ catalan ] = "~Eliminar..."; }; String RID_STR_BTNNEW { @@ -441,6 +452,7 @@ String RID_STR_BTNNEW Text[ greek ] = ""; Text[ korean ] = "(~N)"; Text[ turkish ] = "Yeni"; + Text[ catalan ] = "~Nuevo"; }; String RID_STR_CLOSE { @@ -467,6 +479,7 @@ String RID_STR_CLOSE Text[ greek ] = ""; Text[ korean ] = "ݱ"; Text[ turkish ] = "Kapat"; + Text[ catalan ] = "Cerrar"; }; String RID_STR_CHOOSE { @@ -493,6 +506,7 @@ String RID_STR_CHOOSE Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Se"; + Text[ catalan ] = "Seleccionar"; }; String RID_STR_RUN { @@ -519,4 +533,5 @@ String RID_STR_RUN Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Yrt"; + Text[ catalan ] = "Ejecutar"; }; |