diff options
author | Oliver Bolte <obo@openoffice.org> | 2001-05-10 04:47:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2001-05-10 04:47:10 +0000 |
commit | 7077babf4af7f03d919e69422292ffabb4b2aacc (patch) | |
tree | 0f9069406adff23ebd0350e54b5d7953bb72f384 /sfx2 | |
parent | 89d20f9b91377276cc2240780013645a52988cd5 (diff) |
Merge SRC631: 10.05.01 - 07:46:36 (NoBranch)
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/passwd.src | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sfx2/source/dialog/passwd.src b/sfx2/source/dialog/passwd.src index 9a43d6791ef2..7e65b6326875 100644 --- a/sfx2/source/dialog/passwd.src +++ b/sfx2/source/dialog/passwd.src @@ -2,9 +2,9 @@ * * $RCSfile: passwd.src,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2001-05-04 19:48:04 $ + * last change: $Author: obo $ $Date: 2001-05-10 05:47:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,7 @@ ModalDialog DLG_PASSWD Text [ italian ] = "Digita password" ; Text [ portuguese_brazilian ] = "Digitar senha" ; Text [ portuguese ] = "Digitar senha" ; - Text [ finnish ] = "Kirjoita salasana" ; + Text [ finnish ] = "Anna salasana" ; Text [ danish ] = "Indtast adgangskode" ; Text [ french ] = "Saisie du mot de passe" ; Text [ swedish ] = "Mata in lsenord" ; @@ -119,6 +119,7 @@ ModalDialog DLG_PASSWD Text[ turkish ] = "~Kullanc"; Text[ language_user1 ] = " "; Text[ catalan ] = "Usuar~io"; + Text[ finnish ] = "~Kyttj"; }; Edit ED_PASSWD_USER { @@ -152,6 +153,7 @@ ModalDialog DLG_PASSWD Text[ turkish ] = "~ifre"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Contrasea"; + Text[ finnish ] = "~Salasana"; }; Edit ED_PASSWD_PASSWORD { @@ -185,6 +187,7 @@ ModalDialog DLG_PASSWD Text[ arabic ] = ""; Text[ turkish ] = "~Onayla"; Text[ catalan ] = "~Confirmar"; + Text[ finnish ] = "~Vahvista"; }; Edit ED_PASSWD_CONFIRM { @@ -247,7 +250,7 @@ ModalDialog DLG_PASSWD Text [ italian ] = "Conferma password" ; Text [ portuguese_brazilian ] = "Confirmar senha" ; Text [ portuguese ] = "Confirmar senha" ; - Text [ finnish ] = "Varmista salasana" ; + Text [ finnish ] = "Vahvista salasana" ; Text [ danish ] = "Bekrft adgangskode" ; Text [ french ] = "Confirmer le mot de passe" ; Text [ swedish ] = "Bekrfta lsenord" ; |