summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2001-05-10 06:23:51 +0000
committerKurt Zenker <kz@openoffice.org>2001-05-10 06:23:51 +0000
commit35efac175fa460c74f8159ecfedd9554c1c2e953 (patch)
tree51e0ca5ade56572358fdae5d37ef5abe47390331
parent9992177596f567995b2057c7fc442543085fa7d9 (diff)
Merge SRC631: 05/10/01 - 09:22:50 (NoBranch)
-rw-r--r--svx/source/dialog/passwd.src12
1 files changed, 10 insertions, 2 deletions
diff --git a/svx/source/dialog/passwd.src b/svx/source/dialog/passwd.src
index 6d44889eb971..6567961f654c 100644
--- a/svx/source/dialog/passwd.src
+++ b/svx/source/dialog/passwd.src
@@ -2,9 +2,9 @@
*
* $RCSfile: passwd.src,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kz $ $Date: 2001-05-04 21:03:32 $
+ * last change: $Author: kz $ $Date: 2001-05-10 07:23:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -105,6 +105,7 @@ ModalDialog RID_SVXDLG_PASSWORD
Text[ turkish ] = "Şif~re";
Text[ language_user1 ] = " ";
Text[ catalan ] = "~Contraseña";
+ Text[ finnish ] = "~Salasana";
};
Edit ED_OLD_PASSWD
{
@@ -139,6 +140,7 @@ ModalDialog RID_SVXDLG_PASSWORD
Text[ turkish ] = "Eski";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Anterior";
+ Text[ finnish ] = "Vanha";
};
FixedText FT_NEW_PASSWD
{
@@ -169,6 +171,7 @@ ModalDialog RID_SVXDLG_PASSWORD
Text[ turkish ] = "~Şifre";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Co~ntraseña";
+ Text[ finnish ] = "~Salasana";
};
Edit ED_NEW_PASSWD
{
@@ -204,6 +207,7 @@ ModalDialog RID_SVXDLG_PASSWORD
Text[ turkish ] = "~Yinele";
Text[ language_user1 ] = " ";
Text[ catalan ] = "~Repetir";
+ Text[ finnish ] = "~Toista";
};
Edit ED_REPEAT_PASSWD
{
@@ -238,6 +242,7 @@ ModalDialog RID_SVXDLG_PASSWORD
Text[ turkish ] = "Yeni";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Nueva";
+ Text[ finnish ] = "Uusi";
};
OKButton BTN_PASSWD_OK
{
@@ -282,6 +287,7 @@ ModalDialog RID_SVXDLG_PASSWORD
Text[ turkish ] = "Geçersiz şifre";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Contraseña no válida";
+ Text[ finnish ] = "Virheellinen salasana";
};
String STR_ERR_REPEAT_PASSWD
{
@@ -309,6 +315,7 @@ ModalDialog RID_SVXDLG_PASSWORD
Text[ turkish ] = "Şifreler aynı değil";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Las contraseñas no coinciden";
+ Text[ finnish ] = "Salasanat eivät vastaa toisiaan";
};
Text [ english_us ] = "Change Password" ;
Text [ italian ] = "Cambia password" ;
@@ -330,5 +337,6 @@ ModalDialog RID_SVXDLG_PASSWORD
Text[ turkish ] = "Şifre değiştirme";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Modificar contraseña";
+ Text[ finnish ] = "Muuta salasana";
};
// ********************************************************************** EOF