Files
libreoffice/svx/source/dialog/passwd.src

402 lines
15 KiB
Plaintext
Raw Normal View History

/*************************************************************************
*
* $RCSfile: passwd.src,v $
*
* $Revision: 1.19 $
*
* last change: $Author: hr $ $Date: 2003-07-17 11:21:32 $
*
* 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 <20>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 ] = "~Contrase<73>a" ;
Text [ french ] = "Mot de passe" ;
Text [ dutch ] = "~Wachtwoord" ;
Text [ swedish ] = "~L<>senord" ;
Text [ danish ] = "~Adgangskode" ;
Text [ portuguese_brazilian ] = "~Senha" ;
Text [ portuguese ] = "~Senha" ;
Text[ chinese_simplified ] = "密码(~P)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "~Has<61>o";
Text[ japanese ] = "パスワード(~P)";
Text[ chinese_traditional ] = "密碼(~P)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ greek ] = "<22>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "암호(~P)";
Text[ turkish ] = "<22>ifre";
Text[ language_user1 ] = " ";
Text[ catalan ] = "~Contrasenya";
Text[ finnish ] = "~Salasana";
Text[ thai ] = "~รหัสผ่าน";
Text[ czech ] = "Heslo";
Text[ hebrew ] = "‮סיסמה‬";
Text[ hindi ] = "~कूटशब्द";
Text[ slovak ] = "~Heslo";
};
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 l<>senord" ;
Text [ danish ] = "Gammel adgangskode" ;
Text [ portuguese_brazilian ] = "Senha antiga" ;
Text [ portuguese ] = "Antiga" ;
Text[ chinese_simplified ] = "旧密码";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Stare has<61>o";
Text[ japanese ] = "旧パスワード";
Text[ chinese_traditional ] = "舊密碼";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
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";
};
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~ntrase<73>a" ;
Text [ french ] = "Mot de passe" ;
Text [ dutch ] = "W~achtwoord" ;
Text [ swedish ] = "L<>s~enord" ;
Text [ danish ] = "A~dgangskode" ;
Text [ portuguese_brazilian ] = "~Senha" ;
Text [ portuguese ] = "~Senha" ;
Text[ chinese_simplified ] = "密码(~S)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Ha~s<>o";
Text[ japanese ] = "パスワード(~S)";
Text[ chinese_traditional ] = "密碼(~S)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><>~<7E><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "암호(~S)";
Text[ turkish ] = "<22>ifre";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Co~ntrasenya";
Text[ finnish ] = "~Salasana";
Text[ thai ] = "รหั~สผ่าน";
Text[ czech ] = "Heslo";
Text[ hebrew ] = "‮סיסמה‬";
Text[ hindi ] = "कू~टशब्द";
Text[ slovak ] = "He~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 = "~Best<73>tigen" ;
Text [ English ] = "~Confirm" ;
Text[ english_us ] = "Confi~rm";
Text[ portuguese ] = "~Confirmar";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "~Bevestigen";
Text[ french ] = "Confirmation";
Text[ spanish ] = "~Repetir";
Text[ finnish ] = "~Vahvista";
Text[ italian ] = "Ripeti";
Text[ danish ] = "~Bekr<6B>ft";
Text[ swedish ] = "~Bekr<6B>fta";
Text[ polish ] = "~Potwierd<72>";
Text[ portuguese_brazilian ] = "~Confirmar";
Text[ japanese ] = "確認用パスワード(~R)";
Text[ korean ] = "확인(~R)";
Text[ chinese_simplified ] = "确认(~R)";
Text[ chinese_traditional ] = "確認(~R)";
Text[ turkish ] = "Onayla";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ catalan ] = "~Repeteix";
Text[ thai ] = "ยื~นยัน";
Text[ czech ] = "Potvrdit";
Text[ hebrew ] = "‮נא לאשר‬";
Text[ hindi ] = "दृढ़ ~करो";
Text[ slovak ] = "Potv~rdiť";
};
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 ] = "Contrase<73>a nueva" ;
Text [ french ] = "Nouveau" ;
Text [ dutch ] = "Nieuw wachtwoord" ;
Text [ swedish ] = "Nytt l<>senord" ;
Text [ danish ] = "Ny adgangskode" ;
Text [ portuguese_brazilian ] = "Nova senha" ;
Text [ portuguese ] = "Nova" ;
Text[ chinese_simplified ] = "新密码";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Nowe has<61>o";
Text[ japanese ] = "新しいパスワード";
Text[ chinese_traditional ] = "新密碼";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "새 암호";
Text[ turkish ] = "Yeni <20>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";
};
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 = "Ung<6E>ltiges Kennwort" ;
Text [ English ] = "Invalid password" ;
Text [ dutch ] = "Ongeldig wachtwoord" ;
Text [ english_us ] = "Invalid password" ;
Text [ italian ] = "Password non valida" ;
Text [ spanish ] = "Contrase<73>a incorrecta" ;
Text [ french ] = "Mot de passe incorrect" ;
Text [ swedish ] = "Ogiltigt l<>senord" ;
Text [ danish ] = "Ugyldig adgangskode" ;
Text [ portuguese ] = "Senha incorrecta" ;
Text [ portuguese_brazilian ] = "Senha inv<6E>lida" ;
Text[ chinese_simplified ] = "密码无效";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Nieprawid<69>owe has<61>o";
Text[ japanese ] = "無効なパスワード";
Text[ chinese_traditional ] = "密碼無效";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "암호가 잘못되었습니다.";
Text[ turkish ] = "Ge<47>ersiz Parola";
Text[ language_user1 ] = " ";
Text[ catalan ] = "La contrasenya no <20>s correcta";
Text[ finnish ] = "Virheellinen salasana";
Text[ thai ] = "รหัสผ่านไม่ถูกต้อง";
Text[ czech ] = "Neplatné heslo";
Text[ hebrew ] = "‮סיסמה לא נכונה‬";
Text[ hindi ] = "अमान्य कूटशब्द";
Text[ slovak ] = "Neplatné heslo";
};
String STR_ERR_REPEAT_PASSWD
{
Text = "Kennw<6E>rter stimmen nicht <20>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 contrase<73>as no coinciden" ;
Text [ french ] = "Les mots de passe ne concordent pas." ;
Text [ swedish ] = "L<>senord st<73>mmer inte <20>verens" ;
Text [ danish ] = "Adgangskoder stemmer ikke overens" ;
Text [ portuguese ] = "As senhas n<>o combinam." ;
Text [ portuguese_brazilian ] = "As senhas n<>o coincidem" ;
Text[ chinese_simplified ] = "密码不一致";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Has<61>a r<><72>ni<6E> si<73>";
Text[ japanese ] = "パスワードが一致しません";
Text[ chinese_traditional ] = "密碼無效";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "암호가 일치하지 않습니다.";
Text[ turkish ] = "Parolalar uyu<79>muyor";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Les contrasenyes no coincideixen";
Text[ finnish ] = "Salasanat eiv<69>t vastaa toisiaan";
Text[ thai ] = "รหัสผ่านไม่ตรงกัน";
Text[ czech ] = "Hesla se liší";
Text[ hebrew ] = "‮הסיסמאות אינן מתאימות‬";
Text[ hindi ] = "कूटशब्द समान नहीं है";
Text[ slovak ] = "Heslá sa líšia";
};
Text [ english_us ] = "Change Password" ;
Text [ italian ] = "Cambia password" ;
Text [ spanish ] = "Cambiar contrase<73>a" ;
Text [ french ] = "Modification du mot de passe" ;
Text [ dutch ] = "Wachtwoord wijzigen" ;
Text [ swedish ] = "<22>ndra l<>senord" ;
Text [ danish ] = "Rediger adgangskode" ;
Text [ portuguese_brazilian ] = "Alterar a Senha" ;
Text [ portuguese ] = "Modificar senha" ;
Text[ chinese_simplified ] = "更改密码";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Zmie<69> has<61>o";
Text[ japanese ] = "パスワードの変更";
Text[ chinese_traditional ] = "變更密碼";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "암호 변경";
Text[ turkish ] = "<22>ifre de<64>i<EFBFBD>tir";
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";
};
// ********************************************************************** EOF