diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-05-04 18:13:38 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-05-04 18:13:38 +0000 |
commit | 86cfb52b5af6a9fe64ecbf293973af33432a2948 (patch) | |
tree | 0a711e1438d6cdc4578e2a4c0e975325e1521b8b /goodies/source | |
parent | c6820b9032c725cba79a2a46c1b0afa7d577bae9 (diff) |
Merge SRC630: 04.05.01 - 21:12:56 (NoBranch)
Diffstat (limited to 'goodies/source')
-rw-r--r-- | goodies/source/filter.vcl/epgm/dlgepgm.src | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/goodies/source/filter.vcl/epgm/dlgepgm.src b/goodies/source/filter.vcl/epgm/dlgepgm.src index 840579b42ce8..442856817ce6 100644 --- a/goodies/source/filter.vcl/epgm/dlgepgm.src +++ b/goodies/source/filter.vcl/epgm/dlgepgm.src @@ -2,9 +2,9 @@ * * $RCSfile: dlgepgm.src,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2001-02-09 20:10:12 $ + * last change: $Author: kz $ $Date: 2001-05-04 19:13:38 $ * * 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_EPGM Text[ korean ] = " "; Text[ turkish ] = "Dosya format"; Text[ language_user1 ] = " "; + Text[ catalan ] = "Formato de archivo"; }; RadioButton RB_RAW { @@ -145,6 +146,7 @@ ModalDialog DLG_EXPORT_EPGM Text[ greek ] = ""; Text[ korean ] = "(~B)"; Text[ turkish ] = "kili"; + Text[ catalan ] = "~Binario"; }; RadioButton RB_ASCII { @@ -174,6 +176,7 @@ ModalDialog DLG_EXPORT_EPGM Text[ korean ] = "ؽƮ(~T)"; Text[ turkish ] = "Metin"; Text[ language_user1 ] = " "; + Text[ catalan ] = "~Texto"; }; Text[ italian ] = "Opzioni PGM"; Text[ portuguese_brazilian ] = "PGM Optionen"; @@ -195,4 +198,5 @@ ModalDialog DLG_EXPORT_EPGM Text[ korean ] = "PGM ɼ"; Text[ turkish ] = "PGM seenekleri"; Text[ language_user1 ] = " "; + Text[ catalan ] = "Opciones PGM"; }; |