diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-05-04 18:13:22 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-05-04 18:13:22 +0000 |
commit | 6aaca3416c63fe510f5f9638b902050d4c3b7a56 (patch) | |
tree | 02e1eacbf097ccf42e93f60b7ea2528887a66f8e /uui | |
parent | 1a6bee82648873a107e92d134aee08540709ee93 (diff) |
Merge SRC630: 05/04/01 - 21:13:27 (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 a5b73815023a..fd8c3602664b 100644 --- a/uui/source/logindlg.src +++ b/uui/source/logindlg.src @@ -2,9 +2,9 @@ * * $RCSfile: logindlg.src,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: kz $ $Date: 2001-04-06 19:07:18 $ + * last change: $Author: kz $ $Date: 2001-05-04 19:13:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,6 +106,7 @@ ModalDialog DLG_UUI_LOGIN Text[ korean ] = "κ "; Text[ arabic ] = " "; Text[ turkish ] = "Sunucudan ileti"; + Text[ catalan ] = "Mensaje del servidor"; }; FixedText INFO_LOGIN_REQUEST { @@ -132,6 +133,7 @@ ModalDialog DLG_UUI_LOGIN Text[ korean ] = " %1 ̸ н带 ԷϽʽÿ."; 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."; }; FixedText FT_LOGIN_PATH { @@ -157,6 +159,7 @@ ModalDialog DLG_UUI_LOGIN Text[ korean ] = "(~P)"; Text[ arabic ] = ""; Text[ turkish ] = "Veri yolu"; + Text[ catalan ] = "~Ruta"; }; Edit ED_LOGIN_PATH { @@ -200,6 +203,7 @@ ModalDialog DLG_UUI_LOGIN Text[ korean ] = " ̸(~U)"; Text[ arabic ] = " "; Text[ turkish ] = "Kullanc ad"; + Text[ catalan ] = "~Usuario"; }; Edit ED_LOGIN_USERNAME { @@ -237,6 +241,7 @@ ModalDialog DLG_UUI_LOGIN Text[ korean ] = "н(~W)"; Text[ arabic ] = " "; Text[ turkish ] = "ifre"; + Text[ catalan ] = "~Contrasea"; }; Edit ED_LOGIN_PASSWORD { @@ -269,6 +274,7 @@ ModalDialog DLG_UUI_LOGIN Text[ korean ] = "(~C)"; Text[ arabic ] = ""; Text[ turkish ] = "Hesap"; + Text[ catalan ] = "~Cuenta"; }; Edit ED_LOGIN_ACCOUNT { @@ -301,6 +307,7 @@ ModalDialog DLG_UUI_LOGIN Text[ korean ] = "н (~S)"; Text[ arabic ] = " "; Text[ turkish ] = "ifreyi kaydet"; + Text[ catalan ] = "Guardar ~contrasea"; }; GroupBox GB_LOGIN_LOGIN { @@ -326,6 +333,7 @@ ModalDialog DLG_UUI_LOGIN Text[ korean ] = "α"; Text[ arabic ] = " "; Text[ turkish ] = "Oturum a"; + Text[ catalan ] = "Registrarse"; }; OKButton BTN_LOGIN_OK { @@ -365,6 +373,7 @@ ModalDialog DLG_UUI_LOGIN Text[ korean ] = ".. "; Text[ arabic ] = " "; Text[ turkish ] = "yeri "; + Text[ catalan ] = "en "; }; Text [ english_us ] = "User Name and Password Required" ; Text [ portuguese_brazilian ] = "Benutzername und Passwort erforderlich" ; @@ -384,5 +393,6 @@ ModalDialog DLG_UUI_LOGIN Text[ korean ] = " ̸ н尡 ʿմϴ."; Text[ arabic ] = " "; Text[ turkish ] = "Kullanc ad ve ifre gerekli"; + Text[ catalan ] = "Se requieren el nombre de usuario y la contrasea"; }; |