summaryrefslogtreecommitdiffstats
path: root/po/it.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/it.po')
-rw-r--r--po/it.po12
1 files changed, 6 insertions, 6 deletions
diff --git a/po/it.po b/po/it.po
index 5202dc5..a23ecda 100644
--- a/po/it.po
+++ b/po/it.po
@@ -13782,22 +13782,22 @@ msgid "write of %1 was ok."
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?" ).tqarg(i18n("user password")),
-#. i18n( "Unable to store secure %1" ).tqarg(i18n("user password")),
+#. "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 )
#. {
#. 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?" ).tqarg(i18n("pre shared key")),
-#. i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")),
+#. "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 )
#. {
#. 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?" ).tqarg(i18n("preshared key password")),
-#. i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")),
+#. "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 )
#. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() );