diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-05-04 18:13:37 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-05-04 18:13:37 +0000 |
commit | c6820b9032c725cba79a2a46c1b0afa7d577bae9 (patch) | |
tree | c0f5b7628510e96b3ed8acfa8ba6c52e72989fa9 /goodies/source | |
parent | d78f86cf6c8d530219afd6e52953d6daffcb23c6 (diff) |
Merge SRC630: 04.05.01 - 21:13:31 (NoBranch)
Diffstat (limited to 'goodies/source')
-rw-r--r-- | goodies/source/filter.vcl/epbm/dlgepbm.src | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/goodies/source/filter.vcl/epbm/dlgepbm.src b/goodies/source/filter.vcl/epbm/dlgepbm.src index e8b4f7438216..d5efb41aea65 100644 --- a/goodies/source/filter.vcl/epbm/dlgepbm.src +++ b/goodies/source/filter.vcl/epbm/dlgepbm.src @@ -2,9 +2,9 @@ * * $RCSfile: dlgepbm.src,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2001-02-09 20:10:12 $ + * last change: $Author: kz $ $Date: 2001-05-04 19:13:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -116,6 +116,7 @@ ModalDialog DLG_EXPORT_EPBM Text[ korean ] = " "; Text[ turkish ] = "Dosya format"; Text[ language_user1 ] = " "; + Text[ catalan ] = "Formato de archivo"; }; RadioButton RB_RAW { @@ -145,6 +146,7 @@ ModalDialog DLG_EXPORT_EPBM Text[ greek ] = ""; Text[ korean ] = "(~B)"; Text[ turkish ] = "kili"; + Text[ catalan ] = "~Binario"; }; RadioButton RB_ASCII { @@ -174,6 +176,7 @@ ModalDialog DLG_EXPORT_EPBM Text[ korean ] = "ؽƮ(~T)"; Text[ turkish ] = "Metin"; Text[ language_user1 ] = " "; + Text[ catalan ] = "~Texto"; }; Text[ italian ] = "Opzioni PBM"; Text[ portuguese_brazilian ] = "PBM Optionen"; @@ -195,4 +198,5 @@ ModalDialog DLG_EXPORT_EPBM Text[ korean ] = "PBM ɼ"; Text[ turkish ] = "PBM seenekleri"; Text[ language_user1 ] = " "; + Text[ catalan ] = "Opciones PBM "; }; |