summaryrefslogtreecommitdiffstats
path: root/po/pt_BR.po
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:26 -0600
commit392b293dfeaa3e4241e50b833126d0c2d598761d (patch)
tree2e113362b942a9339c055661efd21cdb626e5e1d /po/pt_BR.po
parent1d9c18c8a07f4833695c6a2ab978698ae1cc90e7 (diff)
downloadkvpnc-392b293dfeaa3e4241e50b833126d0c2d598761d.tar.gz
kvpnc-392b293dfeaa3e4241e50b833126d0c2d598761d.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 1d9c18c8a07f4833695c6a2ab978698ae1cc90e7.
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r--po/pt_BR.po20
1 files changed, 10 insertions, 10 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 6b389f8..629bb86 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7583,7 +7583,7 @@ msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox)
#: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346
#, fuzzy
-msgid "Connection Status Check"
+msgid "Connection tqStatus Check"
msgstr "Opções de conexão"
#. i18n: file: profilenetworkgeneraloptionsbase.ui:593
@@ -13922,23 +13922,23 @@ 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?" ).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 )
+#. "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")),
+#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "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?" ).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 )
+#. "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")),
+#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "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?" ).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 )
+#. "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")),
+#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. }