diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-05-10 04:12:12 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-05-10 04:12:12 +0000 |
commit | 545673e233c367fae29e4760dc8e289f2345b09e (patch) | |
tree | 93d3e740a9882320605ab6eb3b87fbe93e3f2bdd /goodies/source | |
parent | 48b0ee770615503bb3e85e51901bed7e80e9d9a6 (diff) |
Merge SRC631: 10.05.01 - 07:12:14 (NoBranch)
Diffstat (limited to 'goodies/source')
-rw-r--r-- | goodies/source/filter.vcl/eos2met/dlgeos2.src | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/goodies/source/filter.vcl/eos2met/dlgeos2.src b/goodies/source/filter.vcl/eos2met/dlgeos2.src index e319ee802a5b..30518f32caea 100644 --- a/goodies/source/filter.vcl/eos2met/dlgeos2.src +++ b/goodies/source/filter.vcl/eos2met/dlgeos2.src @@ -2,9 +2,9 @@ * * $RCSfile: dlgeos2.src,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2001-05-04 19:11:33 $ + * last change: $Author: kz $ $Date: 2001-05-10 05:12:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -142,6 +142,7 @@ ModalDialog DLG_EXPORT_EMET Text[ turkish ] = "Boyut"; Text[ language_user1 ] = " "; Text[ catalan ] = "Tamao"; + Text[ finnish ] = "Koko"; }; FixedText FT_SIZEX { @@ -171,6 +172,7 @@ ModalDialog DLG_EXPORT_EMET Text[ turkish ] = "Genilik"; Text[ language_user1 ] = " "; Text[ catalan ] = "Ancho"; + Text[ finnish ] = "Leveys"; }; FixedText FT_SIZEY { @@ -200,6 +202,7 @@ ModalDialog DLG_EXPORT_EMET Text[ turkish ] = "Ykseklik"; Text[ language_user1 ] = " "; Text[ catalan ] = "Altura"; + Text[ finnish ] = "Korkeus"; }; OKButton BTN_OK { @@ -249,6 +252,7 @@ ModalDialog DLG_EXPORT_EMET Text[ language_user1 ] = " "; Text[ turkish ] = "Asl"; Text[ catalan ] = "~Original"; + Text[ finnish ] = "~Alkuperinen"; }; RadioButton RB_SIZE { @@ -279,6 +283,7 @@ ModalDialog DLG_EXPORT_EMET Text[ turkish ] = "Boyut"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Tamao"; + Text[ finnish ] = "~Koko"; }; GroupBox GRP_MODE { @@ -308,6 +313,7 @@ ModalDialog DLG_EXPORT_EMET Text[ turkish ] = "Kip"; Text[ language_user1 ] = " "; Text[ catalan ] = "Modo"; + Text[ finnish ] = "Tila"; }; Text[ russian ] = " MET"; Text[ polish ] = "Opcje MET"; @@ -322,4 +328,5 @@ ModalDialog DLG_EXPORT_EMET Text[ turkish ] = "MET seenekleri"; Text[ language_user1 ] = " "; Text[ catalan ] = "Opciones MET"; + Text[ finnish ] = "MET-asetukset"; }; |