diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-05-10 04:46:26 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-05-10 04:46:26 +0000 |
commit | 89d20f9b91377276cc2240780013645a52988cd5 (patch) | |
tree | 40439d5962331896bfcd75dba52b92268bd235f1 /svx/source/form | |
parent | f7d5c4bdba4fb457fb15d8805086a9c20f680c81 (diff) |
Merge SRC631: 10.05.01 - 07:45:45 (NoBranch)
Diffstat (limited to 'svx/source/form')
-rw-r--r-- | svx/source/form/tbxform.src | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/svx/source/form/tbxform.src b/svx/source/form/tbxform.src index 054fa6144e4e..f0243cbf6712 100644 --- a/svx/source/form/tbxform.src +++ b/svx/source/form/tbxform.src @@ -2,9 +2,9 @@ * * $RCSfile: tbxform.src,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2001-05-04 19:51:00 $ + * last change: $Author: kz $ $Date: 2001-05-10 05:46:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,6 +88,7 @@ String RID_SVXTBX_FORM_FILTER Text[ turkish ] = "Filtre ubuu"; Text[ language_user1 ] = " "; Text[ catalan ] = "Barra de filtros"; + Text[ finnish ] = "Suodatinpalkki"; }; //------------------------------------------------------------------------ @@ -149,6 +150,7 @@ ToolBox RID_SVXTBX_FORM_FILTER Text[ turkish ] = "Filtre ubuu"; Text[ language_user1 ] = " "; Text[ catalan ] = "Barra de filtros"; + Text[ finnish ] = "Suodatinpalkki"; }; String RID_SVXTBX_FORM_NAVIGATION @@ -175,6 +177,7 @@ String RID_SVXTBX_FORM_NAVIGATION Text[ turkish ] = "Veritaban ubuu"; Text[ language_user1 ] = " "; Text[ catalan ] = "Barra de base de datos"; + Text[ finnish ] = "Tietokantapalkki"; }; //------------------------------------------------------------------------ @@ -329,6 +332,7 @@ ToolBox RID_SVXTBX_FORM_NAVIGATION Text[ turkish ] = "Veritaban ubuu"; Text[ language_user1 ] = " "; Text[ catalan ] = "Barra de base de datos"; + Text[ finnish ] = "Tietokantapalkki"; }; //------------------------------------------------------------------------ @@ -549,6 +553,7 @@ FloatingWindow RID_SVXTBX_FORM Text[ turkish ] = "Form ilevleri"; Text[ language_user1 ] = " "; Text[ catalan ] = "Funciones formulario"; + Text[ finnish ] = "Lomakkeen funktiot"; }; ModalDialog RID_SVX_DLG_INPUTRECORDNO @@ -599,6 +604,7 @@ ModalDialog RID_SVX_DLG_INPUTRECORDNO Text[ arabic ] = " "; Text[ turkish ] = "Veri kmesine git"; Text[ catalan ] = "ir a registro"; + Text[ finnish ] = "siirry tietueeseen"; }; NumericField 1 { @@ -626,5 +632,6 @@ ModalDialog RID_SVX_DLG_INPUTRECORDNO Text[ arabic ] = " "; Text[ turkish ] = "Veri kmesi no."; Text[ catalan ] = "Nmero de registro"; + Text[ finnish ] = "Tietueen numero"; }; |