diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:13:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:13:13 -0600 |
commit | 39772365e40d22473389f8d24cce8910f088b656 (patch) | |
tree | eb6eb62ecf03212347bb24e8b7db8d35642e035d /po/it.po | |
parent | 7251ddd58d498d631dc56bc00849f61cb4acdabd (diff) | |
download | kvpnc-39772365e40d22473389f8d24cce8910f088b656.tar.gz kvpnc-39772365e40d22473389f8d24cce8910f088b656.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13784,21 +13784,21 @@ msgstr "" #. 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" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) +#. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToTDEConfig" ) ) ) == KMessageBox::Continue ) #. { #. config->writeEntry( "User password", it->getUserPassword() ); #. } #. 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" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) +#. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToTDEConfig" ) ) ) == KMessageBox::Continue ) #. { #. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. } #. 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" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) +#. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToTDEConfig" ) ) ) == KMessageBox::Continue ) #. { #. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. } |