diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-05-10 04:14:17 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-05-10 04:14:17 +0000 |
commit | 16ff037cdf711b1f75a762efd4de544ba933ae25 (patch) | |
tree | 5319b4f5ece59f2e5468d46698ac2e8e233c3854 /goodies/source | |
parent | bfef1633a00c7f33ebf5d637b86275e14cbe2cce (diff) |
Merge SRC631: 05/10/01 - 07:14:37 (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 442856817ce6..ef17e1ddc604 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.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2001-05-04 19:13:38 $ + * last change: $Author: kz $ $Date: 2001-05-10 05:14:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -117,6 +117,7 @@ ModalDialog DLG_EXPORT_EPGM Text[ turkish ] = "Dosya format"; Text[ language_user1 ] = " "; Text[ catalan ] = "Formato de archivo"; + Text[ finnish ] = "Tiedostomuoto"; }; RadioButton RB_RAW { @@ -147,6 +148,7 @@ ModalDialog DLG_EXPORT_EPGM Text[ korean ] = "(~B)"; Text[ turkish ] = "kili"; Text[ catalan ] = "~Binario"; + Text[ finnish ] = "~Binri"; }; RadioButton RB_ASCII { @@ -177,6 +179,7 @@ ModalDialog DLG_EXPORT_EPGM Text[ turkish ] = "Metin"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Texto"; + Text[ finnish ] = "~Teksti"; }; Text[ italian ] = "Opzioni PGM"; Text[ portuguese_brazilian ] = "PGM Optionen"; @@ -199,4 +202,5 @@ ModalDialog DLG_EXPORT_EPGM Text[ turkish ] = "PGM seenekleri"; Text[ language_user1 ] = " "; Text[ catalan ] = "Opciones PGM"; + Text[ finnish ] = "PGM-asetukset"; }; |