/************************************************************************* * * $RCSfile: passwd.src,v $ * * $Revision: 1.20 $ * * last change: $Author: vg $ $Date: 2003-12-17 14:11:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses * * - GNU Lesser General Public License Version 2.1 * - Sun Industry Standards Source License Version 1.1 * * Sun Microsystems Inc., October, 2000 * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2000 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * * * Sun Industry Standards Source License Version 1.1 * ================================================= * The contents of this file are subject to the Sun Industry Standards * Source License Version 1.1 (the "License"); You may not use this file * except in compliance with the License. You may obtain a copy of the * License at http://www.openoffice.org/license.html. * * Software provided under this License is provided on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. * See the License for the specific provisions governing your rights and * obligations concerning the Software. * * The Initial Developer of the Original Code is: Sun Microsystems, Inc. * * Copyright: 2000 by Sun Microsystems, Inc. * * All Rights Reserved. * * Contributor(s): _______________________________________ * * ************************************************************************/ // include --------------------------------------------------------------- #include "dialogs.hrc" #include "helpid.hrc" #include "passwd.hrc" // pragma ---------------------------------------------------------------- // RID_SVXDLG_PASSWORD --------------------------------------------------- ModalDialog RID_SVXDLG_PASSWORD { HelpId = HID_PASSWORD ; OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 210 , 77 ) ; Text = "Kennwort ndern" ; Text [ English ] = "Change password" ; Moveable = TRUE ; FixedText FT_OLD_PASSWD { Pos = MAP_APPFONT ( 12 , 16 ) ; Size = MAP_APPFONT ( 57 , 8 ) ; Text = "~Kennwort" ; Text [ English ] = "~Password" ; Text [ english_us ] = "~Password" ; Text [ italian ] = "Password" ; Text [ spanish ] = "~Contrasea" ; Text [ french ] = "Mot de passe" ; Text [ dutch ] = "~Wachtwoord" ; Text [ swedish ] = "~Lsenord" ; Text [ danish ] = "~Adgangskode" ; Text [ portuguese_brazilian ] = "~Senha" ; Text [ portuguese ] = "~Senha" ; Text[ chinese_simplified ] = "密码(~P)"; Text[ russian ] = ""; Text[ polish ] = "~Haso"; Text[ japanese ] = "パスワード(~P)"; Text[ chinese_traditional ] = "密碼(~P)"; Text[ arabic ] = " "; Text[ greek ] = "~ "; Text[ korean ] = "암호(~P)"; Text[ turkish ] = "ifre"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Contrasenya"; Text[ finnish ] = "~Salasana"; Text[ thai ] = "~รหัสผ่าน"; Text[ czech ] = "Heslo"; Text[ hebrew ] = "‮סיסמה‬"; Text[ hindi ] = "~कूटशब्द"; Text[ slovak ] = "~Heslo"; Text[ hungarian ] = "~Jelszó"; Text[ slovenian ] = "~Geslo"; }; Edit ED_OLD_PASSWD { Border = TRUE ; Pos = MAP_APPFONT ( 71 , 14 ) ; Size = MAP_APPFONT ( 71 , 12 ) ; PassWord = TRUE ; }; FixedLine FL_OLD_PASSWD { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 142 , 8 ) ; Text = "Altes Kennwort" ; Text [ English ] = "Old password" ; Text [ english_us ] = "Old password" ; Text [ italian ] = "Vecchia password" ; Text [ spanish ] = "Anterior" ; Text [ french ] = "Ancien" ; Text [ dutch ] = "Oud wachtwoord" ; Text [ swedish ] = "Gammalt lsenord" ; Text [ danish ] = "Gammel adgangskode" ; Text [ portuguese_brazilian ] = "Senha antiga" ; Text [ portuguese ] = "Antiga" ; Text[ chinese_simplified ] = "旧密码"; Text[ russian ] = " "; Text[ polish ] = "Stare haso"; Text[ japanese ] = "旧パスワード"; Text[ chinese_traditional ] = "舊密碼"; Text[ arabic ] = ""; Text[ greek ] = " "; Text[ korean ] = "이전 암호"; Text[ turkish ] = "Eski Parola"; Text[ language_user1 ] = " "; Text[ catalan ] = "Anterior"; Text[ finnish ] = "Vanha salasana"; Text[ thai ] = "รหัสผ่านเก่า"; Text[ czech ] = "Staré heslo"; Text[ hebrew ] = "‮סיסמה ישנה‬"; Text[ hindi ] = "पुराना कूटशब्द"; Text[ slovak ] = "Staré heslo"; Text[ hungarian ] = "Régi jelszó"; Text[ slovenian ] = "Staro geslo"; }; FixedText FT_NEW_PASSWD { Pos = MAP_APPFONT ( 12 , 45 ) ; Size = MAP_APPFONT ( 57 , 8 ) ; Text = "K~ennwort" ; Text [ English ] = "Pa~ssword" ; Text [ english_us ] = "Pa~ssword" ; Text [ italian ] = "Password" ; Text [ spanish ] = "Co~ntrasea" ; Text [ french ] = "Mot de passe" ; Text [ dutch ] = "W~achtwoord" ; Text [ swedish ] = "Ls~enord" ; Text [ danish ] = "A~dgangskode" ; Text [ portuguese_brazilian ] = "~Senha" ; Text [ portuguese ] = "~Senha" ; Text[ chinese_simplified ] = "密码(~S)"; Text[ russian ] = ""; Text[ polish ] = "Ha~so"; Text[ japanese ] = "パスワード(~S)"; Text[ chinese_traditional ] = "密碼(~S)"; Text[ arabic ] = " "; Text[ greek ] = "~ "; Text[ korean ] = "암호(~S)"; Text[ turkish ] = "ifre"; Text[ language_user1 ] = " "; Text[ catalan ] = "Co~ntrasenya"; Text[ finnish ] = "~Salasana"; Text[ thai ] = "รหั~สผ่าน"; Text[ czech ] = "Heslo"; Text[ hebrew ] = "‮סיסמה‬"; Text[ hindi ] = "कू~टशब्द"; Text[ slovak ] = "He~slo"; Text[ hungarian ] = "~Jelszó"; Text[ slovenian ] = "Ge~slo"; }; Edit ED_NEW_PASSWD { Border = TRUE ; Pos = MAP_APPFONT ( 71 , 43 ) ; Size = MAP_APPFONT ( 71 , 12 ) ; PassWord = TRUE ; }; FixedText FT_REPEAT_PASSWD { Pos = MAP_APPFONT ( 12 , 61 ) ; Size = MAP_APPFONT ( 57 , 8 ) ; Text = "~Besttigen" ; Text [ English ] = "~Confirm" ; Text[ english_us ] = "Confi~rm"; Text[ portuguese ] = "~Confirmar"; Text[ russian ] = ""; Text[ greek ] = "~"; Text[ dutch ] = "~Bevestigen"; Text[ french ] = "Confirmation"; Text[ spanish ] = "~Repetir"; Text[ finnish ] = "~Vahvista"; Text[ italian ] = "Ripeti"; Text[ danish ] = "~Bekrft"; Text[ swedish ] = "~Bekrfta"; Text[ polish ] = "~Potwierd"; Text[ portuguese_brazilian ] = "~Confirmar"; Text[ japanese ] = "確認用パスワード(~R)"; Text[ korean ] = "확인(~R)"; Text[ chinese_simplified ] = "确认(~R)"; Text[ chinese_traditional ] = "確認(~R)"; Text[ turkish ] = "Onayla"; Text[ arabic ] = ""; Text[ catalan ] = "~Repeteix"; Text[ thai ] = "ยื~นยัน"; Text[ czech ] = "Potvrdit"; Text[ hebrew ] = "‮נא לאשר‬"; Text[ hindi ] = "दृढ़ ~करो"; Text[ slovak ] = "Potv~rdiť"; Text[ hungarian ] = "~Megerősítés"; Text[ slovenian ] = "Po~trdi"; }; Edit ED_REPEAT_PASSWD { Border = TRUE ; Pos = MAP_APPFONT ( 71 , 59 ) ; Size = MAP_APPFONT ( 71 , 12 ) ; PassWord = TRUE ; }; FixedLine FL_NEW_PASSWD { Pos = MAP_APPFONT ( 6 , 32 ) ; Size = MAP_APPFONT ( 142 , 8 ) ; Text = "Neues Kennwort" ; Text [ English ] = "New password" ; Text [ english_us ] = "New password" ; Text [ italian ] = "Nuova password" ; Text [ spanish ] = "Contrasea nueva" ; Text [ french ] = "Nouveau" ; Text [ dutch ] = "Nieuw wachtwoord" ; Text [ swedish ] = "Nytt lsenord" ; Text [ danish ] = "Ny adgangskode" ; Text [ portuguese_brazilian ] = "Nova senha" ; Text [ portuguese ] = "Nova" ; Text[ chinese_simplified ] = "新密码"; Text[ russian ] = " "; Text[ polish ] = "Nowe haso"; Text[ japanese ] = "新しいパスワード"; Text[ chinese_traditional ] = "新密碼"; Text[ arabic ] = ""; Text[ greek ] = " "; Text[ korean ] = "새 암호"; Text[ turkish ] = "Yeni ifre"; Text[ language_user1 ] = " "; Text[ catalan ] = "Nova"; Text[ finnish ] = "Uusi salasana"; Text[ thai ] = "รหัสผ่านใหม่"; Text[ czech ] = "Nové heslo"; Text[ hebrew ] = "‮סיסמה חדשה‬"; Text[ hindi ] = "नया कूटशब्द"; Text[ slovak ] = "Nové heslo"; Text[ hungarian ] = "Új jelszó"; Text[ slovenian ] = "Novo geslo"; }; OKButton BTN_PASSWD_OK { Pos = MAP_APPFONT ( 154 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; DefButton = TRUE ; Disable = TRUE ; }; CancelButton BTN_PASSWD_ESC { Pos = MAP_APPFONT ( 154 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; }; HelpButton BTN_PASSWD_HELP { Pos = MAP_APPFONT ( 154 , 43 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; }; String STR_ERR_OLD_PASSWD { Text = "Ungltiges Kennwort" ; Text [ English ] = "Invalid password" ; Text [ dutch ] = "Ongeldig wachtwoord" ; Text [ english_us ] = "Invalid password" ; Text [ italian ] = "Password non valida" ; Text [ spanish ] = "Contrasea incorrecta" ; Text [ french ] = "Mot de passe incorrect" ; Text [ swedish ] = "Ogiltigt lsenord" ; Text [ danish ] = "Forkert adgangskode" ; Text [ portuguese ] = "Senha incorrecta" ; Text [ portuguese_brazilian ] = "Senha invlida" ; Text[ chinese_simplified ] = "密码无效"; Text[ russian ] = " "; Text[ polish ] = "Nieprawidowe haso"; Text[ japanese ] = "無効なパスワード"; Text[ chinese_traditional ] = "密碼無效"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "암호가 잘못되었습니다."; Text[ turkish ] = "Geersiz Parola"; Text[ language_user1 ] = " "; Text[ catalan ] = "La contrasenya no s correcta"; Text[ finnish ] = "Virheellinen salasana"; Text[ thai ] = "รหัสผ่านไม่ถูกต้อง"; Text[ czech ] = "Neplatné heslo"; Text[ hebrew ] = "‮סיסמה לא נכונה‬"; Text[ hindi ] = "अमान्य कूटशब्द"; Text[ slovak ] = "Neplatné heslo"; Text[ hungarian ] = "Érvénytelen jelszó"; Text[ slovenian ] = "Neveljavno geslo"; }; String STR_ERR_REPEAT_PASSWD { Text = "Kennwrter stimmen nicht berein" ; Text [ English ] = "Passwords are unequal" ; Text [ dutch ] = "Wachtwoorden komen niet overeen" ; Text [ english_us ] = "Passwords do not match" ; Text [ italian ] = "Le password non sono uguali" ; Text [ spanish ] = "Las contraseas no coinciden" ; Text [ french ] = "Les mots de passe ne concordent pas." ; Text [ swedish ] = "Lsenord stmmer inte verens" ; Text [ danish ] = "Adgangskoder stemmer ikke overens" ; Text [ portuguese ] = "As senhas no combinam." ; Text [ portuguese_brazilian ] = "As senhas no coincidem" ; Text[ chinese_simplified ] = "密码不一致"; Text[ russian ] = " "; Text[ polish ] = "Hasa rni si"; Text[ japanese ] = "パスワードが一致しません"; Text[ chinese_traditional ] = "密碼無效"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "암호가 일치하지 않습니다."; Text[ turkish ] = "Parolalar uyumuyor"; Text[ language_user1 ] = " "; Text[ catalan ] = "Les contrasenyes no coincideixen"; Text[ finnish ] = "Salasanat eivt vastaa toisiaan"; Text[ thai ] = "รหัสผ่านไม่ตรงกัน"; Text[ czech ] = "Hesla se liší"; Text[ hebrew ] = "‮הסיסמאות אינן מתאימות‬"; Text[ hindi ] = "कूटशब्द समान नहीं है"; Text[ slovak ] = "Heslá sa líšia"; Text[ hungarian ] = "A jelszavak nem egyeznek"; Text[ slovenian ] = "Gesli se ne ujemata"; }; Text [ english_us ] = "Change Password" ; Text [ italian ] = "Cambia password" ; Text [ spanish ] = "Cambiar contrasea" ; Text [ french ] = "Modification du mot de passe" ; Text [ dutch ] = "Wachtwoord wijzigen" ; Text [ swedish ] = "ndra lsenord" ; Text [ danish ] = "Skift adgangskode" ; Text [ portuguese_brazilian ] = "Alterar a Senha" ; Text [ portuguese ] = "Modificar senha" ; Text[ chinese_simplified ] = "更改密码"; Text[ russian ] = " "; Text[ polish ] = "Zmie haso"; Text[ japanese ] = "パスワードの変更"; Text[ chinese_traditional ] = "變更密碼"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "암호 변경"; Text[ turkish ] = "ifre deitir"; Text[ language_user1 ] = " "; Text[ catalan ] = "Canvia la contrasenya"; Text[ finnish ] = "Muuta salasana"; Text[ thai ] = "เปลี่ยนรหัสผ่าน"; Text[ czech ] = "Změnit heslo"; Text[ hebrew ] = "‮שינוי סיסמה‬"; Text[ hindi ] = "कूटशब्द बदलो"; Text[ slovak ] = "Zmeniť heslo"; Text[ hungarian ] = "Jelszó megváltoztatása"; Text[ slovenian ] = "Sprememba gesla"; }; // ********************************************************************** EOF