diff options
author | Rüdiger Timm <rt@openoffice.org> | 2001-05-10 04:14:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2001-05-10 04:14:43 +0000 |
commit | 7da6d4db8119ac61706660566be60229733e99cb (patch) | |
tree | 91c52974495cdb5f1fe1e7287a24bee6a104830e /uui | |
parent | 8a88044bf711e406bd66ee252997d9e60f7f9a5a (diff) |
Merge SRC631: 10.05.01 - 07:15:03 (NoBranch)
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/logindlg.src | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/uui/source/logindlg.src b/uui/source/logindlg.src index fd8c3602664b..4e41cc638475 100644 --- a/uui/source/logindlg.src +++ b/uui/source/logindlg.src @@ -2,9 +2,9 @@ * * $RCSfile: logindlg.src,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: kz $ $Date: 2001-05-04 19:13:22 $ + * last change: $Author: rt $ $Date: 2001-05-10 05:14:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -107,6 +107,7 @@ ModalDialog DLG_UUI_LOGIN Text[ arabic ] = " "; Text[ turkish ] = "Sunucudan ileti"; Text[ catalan ] = "Mensaje del servidor"; + Text[ finnish ] = "Viesti palvelimelta"; }; FixedText INFO_LOGIN_REQUEST { @@ -134,6 +135,7 @@ ModalDialog DLG_UUI_LOGIN Text[ arabic ] = " %1 ."; Text[ turkish ] = "%1 iin buraya kullanc ad ve ifre girin."; Text[ catalan ] = "Especifique su nombre de usuario y su contrasea para %1."; + Text[ finnish ] = "Anna kohteen %1 kyttjtunnus ja salasana thn."; }; FixedText FT_LOGIN_PATH { @@ -160,6 +162,7 @@ ModalDialog DLG_UUI_LOGIN Text[ arabic ] = ""; Text[ turkish ] = "Veri yolu"; Text[ catalan ] = "~Ruta"; + Text[ finnish ] = "~Polku"; }; Edit ED_LOGIN_PATH { @@ -204,6 +207,7 @@ ModalDialog DLG_UUI_LOGIN Text[ arabic ] = " "; Text[ turkish ] = "Kullanc ad"; Text[ catalan ] = "~Usuario"; + Text[ finnish ] = "~Kyttjtunnus"; }; Edit ED_LOGIN_USERNAME { @@ -242,6 +246,7 @@ ModalDialog DLG_UUI_LOGIN Text[ arabic ] = " "; Text[ turkish ] = "ifre"; Text[ catalan ] = "~Contrasea"; + Text[ finnish ] = "Sala~sana"; }; Edit ED_LOGIN_PASSWORD { @@ -275,6 +280,7 @@ ModalDialog DLG_UUI_LOGIN Text[ arabic ] = ""; Text[ turkish ] = "Hesap"; Text[ catalan ] = "~Cuenta"; + Text[ finnish ] = "T~ili"; }; Edit ED_LOGIN_ACCOUNT { @@ -308,6 +314,7 @@ ModalDialog DLG_UUI_LOGIN Text[ arabic ] = " "; Text[ turkish ] = "ifreyi kaydet"; Text[ catalan ] = "Guardar ~contrasea"; + Text[ finnish ] = "~Tallenna salasana"; }; GroupBox GB_LOGIN_LOGIN { @@ -334,6 +341,7 @@ ModalDialog DLG_UUI_LOGIN Text[ arabic ] = " "; Text[ turkish ] = "Oturum a"; Text[ catalan ] = "Registrarse"; + Text[ finnish ] = "Kirjaudu sisn"; }; OKButton BTN_LOGIN_OK { @@ -374,6 +382,7 @@ ModalDialog DLG_UUI_LOGIN Text[ arabic ] = " "; Text[ turkish ] = "yeri "; Text[ catalan ] = "en "; + Text[ finnish ] = "kohde"; }; Text [ english_us ] = "User Name and Password Required" ; Text [ portuguese_brazilian ] = "Benutzername und Passwort erforderlich" ; @@ -394,5 +403,6 @@ ModalDialog DLG_UUI_LOGIN Text[ arabic ] = " "; Text[ turkish ] = "Kullanc ad ve ifre gerekli"; Text[ catalan ] = "Se requieren el nombre de usuario y la contrasea"; + Text[ finnish ] = "Kyttjtunnus ja salasana pakolliset"; }; |