|
|
|
@ -543,7 +543,7 @@ void KVpncConfig::saveOptions(bool saveOneProfile, TQString Profile)
|
|
|
|
|
// i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
|
|
|
|
|
// "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("user password")),
|
|
|
|
|
// i18n( "Unable to store secure %1" ).arg(i18n("user password")),
|
|
|
|
|
// KGuiItem( i18n( "Store &Unsafe" ), TQString::fromLatin1( "unlock" ),TQString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
|
|
|
|
|
// KGuiItem( i18n( "Store &Unsafe" ), TQString::fromLatin1( "unlock" ),TQString::fromLatin1( "KWalletFallbackToTDEConfig" ) ) ) == KMessageBox::Continue )
|
|
|
|
|
// {
|
|
|
|
|
// config->writeEntry( "User password", it->getUserPassword() );
|
|
|
|
|
// }
|
|
|
|
@ -560,7 +560,7 @@ void KVpncConfig::saveOptions(bool saveOneProfile, TQString Profile)
|
|
|
|
|
// i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
|
|
|
|
|
// "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("pre shared key")),
|
|
|
|
|
// i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")),
|
|
|
|
|
// KGuiItem( i18n( "Store &Unsafe" ), TQString::fromLatin1( "unlock" ),TQString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
|
|
|
|
|
// KGuiItem( i18n( "Store &Unsafe" ), TQString::fromLatin1( "unlock" ),TQString::fromLatin1( "KWalletFallbackToTDEConfig" ) ) ) == KMessageBox::Continue )
|
|
|
|
|
// {
|
|
|
|
|
// config->writeEntry( "Pre shared key", it->getPreSharedKey() );
|
|
|
|
|
// }
|
|
|
|
@ -576,7 +576,7 @@ void KVpncConfig::saveOptions(bool saveOneProfile, TQString Profile)
|
|
|
|
|
// i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
|
|
|
|
|
// "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
|
|
|
|
|
// i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
|
|
|
|
|
// KGuiItem( i18n( "Store &Unsafe" ), TQString::fromLatin1( "unlock" ),TQString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
|
|
|
|
|
// KGuiItem( i18n( "Store &Unsafe" ), TQString::fromLatin1( "unlock" ),TQString::fromLatin1( "KWalletFallbackToTDEConfig" ) ) ) == KMessageBox::Continue )
|
|
|
|
|
// {
|
|
|
|
|
// config->writeEntry( "Pre shared key", it->getPreSharedKey() );
|
|
|
|
|
// }
|
|
|
|
@ -591,7 +591,7 @@ void KVpncConfig::saveOptions(bool saveOneProfile, TQString Profile)
|
|
|
|
|
// i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
|
|
|
|
|
// "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
|
|
|
|
|
// i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
|
|
|
|
|
// KGuiItem( i18n( "Store &Unsafe" ), TQString::fromLatin1( "unlock" ),TQString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
|
|
|
|
|
// KGuiItem( i18n( "Store &Unsafe" ), TQString::fromLatin1( "unlock" ),TQString::fromLatin1( "KWalletFallbackToTDEConfig" ) ) ) == KMessageBox::Continue )
|
|
|
|
|
// {
|
|
|
|
|
// config->writeEntry( "Pre shared key", it->getPreSharedKey() );
|
|
|
|
|
// }
|
|
|
|
|