chore: Translations 2023-02 (#5208)

This commit is contained in:
UdjinM6 2023-04-10 05:45:33 +03:00 committed by GitHub
parent c9490bd91b
commit 74fabcb1b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 2450 additions and 2702 deletions

View File

@ -73,8 +73,8 @@ QT_TRANSLATE_NOOP("dash-core", ""
"Prune: last wallet synchronisation goes beyond pruned data. You need to -" "Prune: last wallet synchronisation goes beyond pruned data. You need to -"
"reindex (download the whole blockchain again in case of pruned node)"), "reindex (download the whole blockchain again in case of pruned node)"),
QT_TRANSLATE_NOOP("dash-core", "" QT_TRANSLATE_NOOP("dash-core", ""
"Rescans are not possible in pruned mode. You will need to use -reindex which " "SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is "
"will download the whole blockchain again."), "supported"),
QT_TRANSLATE_NOOP("dash-core", "" QT_TRANSLATE_NOOP("dash-core", ""
"The block database contains a block which appears to be from the future. " "The block database contains a block which appears to be from the future. "
"This may be due to your computer's date and time being set incorrectly. Only " "This may be due to your computer's date and time being set incorrectly. Only "
@ -165,12 +165,10 @@ QT_TRANSLATE_NOOP("dash-core", "Error loading %s: Wallet corrupted"),
QT_TRANSLATE_NOOP("dash-core", "Error loading %s: Wallet requires newer version of %s"), QT_TRANSLATE_NOOP("dash-core", "Error loading %s: Wallet requires newer version of %s"),
QT_TRANSLATE_NOOP("dash-core", "Error loading %s: You can't disable HD on an already existing HD wallet"), QT_TRANSLATE_NOOP("dash-core", "Error loading %s: You can't disable HD on an already existing HD wallet"),
QT_TRANSLATE_NOOP("dash-core", "Error loading block database"), QT_TRANSLATE_NOOP("dash-core", "Error loading block database"),
QT_TRANSLATE_NOOP("dash-core", "Error loading wallet %s. Duplicate -wallet filename specified."),
QT_TRANSLATE_NOOP("dash-core", "Error opening block database"), QT_TRANSLATE_NOOP("dash-core", "Error opening block database"),
QT_TRANSLATE_NOOP("dash-core", "Error reading from database, shutting down."), QT_TRANSLATE_NOOP("dash-core", "Error reading from database, shutting down."),
QT_TRANSLATE_NOOP("dash-core", "Error upgrading chainstate database"), QT_TRANSLATE_NOOP("dash-core", "Error upgrading chainstate database"),
QT_TRANSLATE_NOOP("dash-core", "Error upgrading evo database"), QT_TRANSLATE_NOOP("dash-core", "Error upgrading evo database"),
QT_TRANSLATE_NOOP("dash-core", "Error: A fatal internal error occurred, see debug.log for details"),
QT_TRANSLATE_NOOP("dash-core", "Error: Disk space is low for %s"), QT_TRANSLATE_NOOP("dash-core", "Error: Disk space is low for %s"),
QT_TRANSLATE_NOOP("dash-core", "Error: failed to add socket to epollfd (epoll_ctl returned error %s)"), QT_TRANSLATE_NOOP("dash-core", "Error: failed to add socket to epollfd (epoll_ctl returned error %s)"),
QT_TRANSLATE_NOOP("dash-core", "Error: failed to add socket to kqueuefd (kevent returned error %s)"), QT_TRANSLATE_NOOP("dash-core", "Error: failed to add socket to kqueuefd (kevent returned error %s)"),
@ -190,8 +188,10 @@ QT_TRANSLATE_NOOP("dash-core", "Failed to load masternode cache from %s"),
QT_TRANSLATE_NOOP("dash-core", "Failed to load sporks cache from %s"), QT_TRANSLATE_NOOP("dash-core", "Failed to load sporks cache from %s"),
QT_TRANSLATE_NOOP("dash-core", "Failed to rescan the wallet during initialization"), QT_TRANSLATE_NOOP("dash-core", "Failed to rescan the wallet during initialization"),
QT_TRANSLATE_NOOP("dash-core", "Failed to start a new mixing queue"), QT_TRANSLATE_NOOP("dash-core", "Failed to start a new mixing queue"),
QT_TRANSLATE_NOOP("dash-core", "Failed to verify database"),
QT_TRANSLATE_NOOP("dash-core", "Found enough users, signing ( waiting %s )"), QT_TRANSLATE_NOOP("dash-core", "Found enough users, signing ( waiting %s )"),
QT_TRANSLATE_NOOP("dash-core", "Found enough users, signing ..."), QT_TRANSLATE_NOOP("dash-core", "Found enough users, signing ..."),
QT_TRANSLATE_NOOP("dash-core", "Ignoring duplicate -wallet %s."),
QT_TRANSLATE_NOOP("dash-core", "Importing..."), QT_TRANSLATE_NOOP("dash-core", "Importing..."),
QT_TRANSLATE_NOOP("dash-core", "Incompatible mode."), QT_TRANSLATE_NOOP("dash-core", "Incompatible mode."),
QT_TRANSLATE_NOOP("dash-core", "Incompatible version."), QT_TRANSLATE_NOOP("dash-core", "Incompatible version."),
@ -247,6 +247,10 @@ QT_TRANSLATE_NOOP("dash-core", "Pruning blockstore..."),
QT_TRANSLATE_NOOP("dash-core", "Reducing -maxconnections from %d to %d, because of system limitations."), QT_TRANSLATE_NOOP("dash-core", "Reducing -maxconnections from %d to %d, because of system limitations."),
QT_TRANSLATE_NOOP("dash-core", "Replaying blocks..."), QT_TRANSLATE_NOOP("dash-core", "Replaying blocks..."),
QT_TRANSLATE_NOOP("dash-core", "Rescanning..."), QT_TRANSLATE_NOOP("dash-core", "Rescanning..."),
QT_TRANSLATE_NOOP("dash-core", "SQLiteDatabase: Failed to execute statement to verify database: %s"),
QT_TRANSLATE_NOOP("dash-core", "SQLiteDatabase: Failed to prepare statement to verify database: %s"),
QT_TRANSLATE_NOOP("dash-core", "SQLiteDatabase: Failed to read database verification error: %s"),
QT_TRANSLATE_NOOP("dash-core", "SQLiteDatabase: Unexpected application id. Expected %u, got %u"),
QT_TRANSLATE_NOOP("dash-core", "Section [%s] is not recognized."), QT_TRANSLATE_NOOP("dash-core", "Section [%s] is not recognized."),
QT_TRANSLATE_NOOP("dash-core", "Session not complete!"), QT_TRANSLATE_NOOP("dash-core", "Session not complete!"),
QT_TRANSLATE_NOOP("dash-core", "Session timed out."), QT_TRANSLATE_NOOP("dash-core", "Session timed out."),

View File

@ -148,7 +148,7 @@
<source>There was an error trying to save the address list to %1. Please try again.</source> <source>There was an error trying to save the address list to %1. Please try again.</source>
<comment>An error message.</comment> <comment>An error message.</comment>
<extracomment>%1 is a name of the file (e.g., &quot;addrbook.csv&quot;) that the bitcoin addresses were exported to.</extracomment> <extracomment>%1 is a name of the file (e.g., &quot;addrbook.csv&quot;) that the bitcoin addresses were exported to.</extracomment>
<translation type="unfinished">There was an error trying to save the address list to %1. Please try again.</translation> <translation>There was an error trying to save the address list to %1. Please try again.</translation>
</message> </message>
</context> </context>
<context> <context>
@ -418,7 +418,7 @@
<context> <context>
<name>BitcoinGUI</name> <name>BitcoinGUI</name>
<message> <message>
<location filename="../bitcoin.cpp" line="+395"/> <location filename="../bitcoin.cpp" line="+396"/>
<source>A fatal error occurred. Dash Core can no longer continue safely and will quit.</source> <source>A fatal error occurred. Dash Core can no longer continue safely and will quit.</source>
<translation>A fatal error occurred. Dash Core can no longer continue safely and will quit.</translation> <translation>A fatal error occurred. Dash Core can no longer continue safely and will quit.</translation>
</message> </message>
@ -658,12 +658,7 @@
<translation>&amp;Debug console</translation> <translation>&amp;Debug console</translation>
</message> </message>
<message> <message>
<location line="+1"/> <location line="+2"/>
<source>Open debugging console</source>
<translation>Open debugging console</translation>
</message>
<message>
<location line="+1"/>
<source>&amp;Network Monitor</source> <source>&amp;Network Monitor</source>
<translation>&amp;Network Monitor</translation> <translation>&amp;Network Monitor</translation>
</message> </message>
@ -743,24 +738,24 @@
<translation>default wallet</translation> <translation>default wallet</translation>
</message> </message>
<message> <message>
<location line="+471"/> <location line="+480"/>
<source>%1 client</source> <source>%1 client</source>
<translation>%1 client</translation> <translation>%1 client</translation>
</message> </message>
<message> <message>
<location line="+742"/> <location line="+744"/>
<source>Wallet: %1 <source>Wallet: %1
</source> </source>
<translation>Wallet: %1 <translation>Wallet: %1
</translation> </translation>
</message> </message>
<message> <message>
<location line="+74"/> <location line="+75"/>
<source>Wallet is &lt;b&gt;unencrypted&lt;/b&gt;</source> <source>Wallet is &lt;b&gt;unencrypted&lt;/b&gt;</source>
<translation>Wallet is &lt;b&gt;unencrypted&lt;/b&gt;</translation> <translation>Wallet is &lt;b&gt;unencrypted&lt;/b&gt;</translation>
</message> </message>
<message> <message>
<location line="-1238"/> <location line="-1250"/>
<source>&amp;File</source> <source>&amp;File</source>
<translation>&amp;File</translation> <translation>&amp;File</translation>
</message> </message>
@ -770,9 +765,14 @@
<translation>Show information about %1</translation> <translation>Show information about %1</translation>
</message> </message>
<message> <message>
<location line="+57"/> <location line="+30"/>
<source>Open debugging and diagnostic console</source>
<translation>Open debugging and diagnostic console</translation>
</message>
<message>
<location line="+27"/>
<source>Open a dash: URI</source> <source>Open a dash: URI</source>
<translation type="unfinished"></translation> <translation>Open a dash: URI</translation>
</message> </message>
<message> <message>
<location line="+10"/> <location line="+10"/>
@ -820,7 +820,7 @@
<translation>View Governance Proposals</translation> <translation>View Governance Proposals</translation>
</message> </message>
<message numerus="yes"> <message numerus="yes">
<location line="+538"/> <location line="+547"/>
<source>%n active connection(s) to Dash network</source> <source>%n active connection(s) to Dash network</source>
<translation> <translation>
<numerusform>%n active connection to Dash network</numerusform> <numerusform>%n active connection to Dash network</numerusform>
@ -838,7 +838,7 @@
<translation>Syncing Headers (%1%)...</translation> <translation>Syncing Headers (%1%)...</translation>
</message> </message>
<message> <message>
<location line="+119"/> <location line="+121"/>
<source>Synchronizing with network...</source> <source>Synchronizing with network...</source>
<translation>Synchronizing with network...</translation> <translation>Synchronizing with network...</translation>
</message> </message>
@ -1005,7 +1005,7 @@
<translation>HD key generation is &lt;b&gt;enabled&lt;/b&gt;</translation> <translation>HD key generation is &lt;b&gt;enabled&lt;/b&gt;</translation>
</message> </message>
<message> <message>
<location line="+21"/> <location line="+22"/>
<source>Wallet is &lt;b&gt;encrypted&lt;/b&gt; and currently &lt;b&gt;unlocked&lt;/b&gt;</source> <source>Wallet is &lt;b&gt;encrypted&lt;/b&gt; and currently &lt;b&gt;unlocked&lt;/b&gt;</source>
<translation>Wallet is &lt;b&gt;encrypted&lt;/b&gt; and currently &lt;b&gt;unlocked&lt;/b&gt;</translation> <translation>Wallet is &lt;b&gt;encrypted&lt;/b&gt; and currently &lt;b&gt;unlocked&lt;/b&gt;</translation>
</message> </message>
@ -1204,7 +1204,7 @@
<translation>(%1 locked)</translation> <translation>(%1 locked)</translation>
</message> </message>
<message> <message>
<location line="+160"/> <location line="+158"/>
<source>yes</source> <source>yes</source>
<translation>yes</translation> <translation>yes</translation>
</message> </message>
@ -1283,7 +1283,7 @@
<translation>Creating Wallet &lt;b&gt;%1&lt;/b&gt;...</translation> <translation>Creating Wallet &lt;b&gt;%1&lt;/b&gt;...</translation>
</message> </message>
<message> <message>
<location line="+26"/> <location line="+25"/>
<source>Create wallet failed</source> <source>Create wallet failed</source>
<translation>Create wallet failed</translation> <translation>Create wallet failed</translation>
</message> </message>
@ -1452,7 +1452,7 @@
<message> <message>
<location line="+7"/> <location line="+7"/>
<source>Filter proposal list</source> <source>Filter proposal list</source>
<translation type="unfinished"></translation> <translation>Filter proposal list</translation>
</message> </message>
<message> <message>
<location line="+23"/> <location line="+23"/>
@ -1465,7 +1465,7 @@
<translation>Filter by Title</translation> <translation>Filter by Title</translation>
</message> </message>
<message> <message>
<location filename="../governancelist.cpp" line="+403"/> <location filename="../governancelist.cpp" line="+408"/>
<source>Proposal Info: %1</source> <source>Proposal Info: %1</source>
<translation>Proposal Info: %1</translation> <translation>Proposal Info: %1</translation>
</message> </message>
@ -1589,12 +1589,12 @@
<translation>Form</translation> <translation>Form</translation>
</message> </message>
<message> <message>
<location line="+123"/> <location line="+128"/>
<source>Status</source> <source>Status</source>
<translation>Status</translation> <translation>Status</translation>
</message> </message>
<message> <message>
<location line="-80"/> <location line="-85"/>
<source>Filter List:</source> <source>Filter List:</source>
<translation>Filter List:</translation> <translation>Filter List:</translation>
</message> </message>
@ -1623,6 +1623,11 @@
<source>Service</source> <source>Service</source>
<translation>Service</translation> <translation>Service</translation>
</message> </message>
<message>
<location line="+5"/>
<source>Type</source>
<translation>Type</translation>
</message>
<message> <message>
<location line="+10"/> <location line="+10"/>
<source>PoSe Score</source> <source>PoSe Score</source>
@ -1669,7 +1674,7 @@
<translation>Voting Address</translation> <translation>Voting Address</translation>
</message> </message>
<message> <message>
<location filename="../masternodelist.cpp" line="+89"/> <location filename="../masternodelist.cpp" line="+95"/>
<source>Copy ProTx Hash</source> <source>Copy ProTx Hash</source>
<translation>Copy ProTx Hash</translation> <translation>Copy ProTx Hash</translation>
</message> </message>
@ -1684,7 +1689,7 @@
<translation>Updating...</translation> <translation>Updating...</translation>
</message> </message>
<message> <message>
<location line="+37"/> <location line="+38"/>
<source>ENABLED</source> <source>ENABLED</source>
<translation>ENABLED</translation> <translation>ENABLED</translation>
</message> </message>
@ -1721,13 +1726,13 @@
<translation>NONE</translation> <translation>NONE</translation>
</message> </message>
<message> <message>
<location filename="../forms/masternodelist.ui" line="-115"/> <location filename="../forms/masternodelist.ui" line="-120"/>
<source>Filter by any property (e.g. address or protx hash)</source> <source>Filter by any property (e.g. address or protx hash)</source>
<translation>Filter by any property (e.g. address or protx hash)</translation> <translation>Filter by any property (e.g. address or protx hash)</translation>
</message> </message>
<message> <message>
<location filename="../masternodelist.cpp" line="-98"/> <location filename="../masternodelist.cpp" line="-99"/>
<location line="+170"/> <location line="+173"/>
<source>Please wait...</source> <source>Please wait...</source>
<translation>Please wait...</translation> <translation>Please wait...</translation>
</message> </message>
@ -1762,7 +1767,7 @@
<message> <message>
<location line="+7"/> <location line="+7"/>
<location line="+20"/> <location line="+20"/>
<location filename="../modaloverlay.cpp" line="+154"/> <location filename="../modaloverlay.cpp" line="+158"/>
<source>Unknown...</source> <source>Unknown...</source>
<translation>Unknown...</translation> <translation>Unknown...</translation>
</message> </message>
@ -1798,7 +1803,12 @@
<translation>Hide</translation> <translation>Hide</translation>
</message> </message>
<message> <message>
<location filename="../modaloverlay.cpp" line="+6"/> <location filename="../modaloverlay.cpp" line="-110"/>
<source>Dash Core is currently syncing. It will download headers and blocks from peers and validate them until reaching the tip of the block chain.</source>
<translation>Dash Core is currently syncing. It will download headers and blocks from peers and validate them until reaching the tip of the block chain.</translation>
</message>
<message>
<location line="+116"/>
<source>Unknown. Syncing Headers (%1, %2%)...</source> <source>Unknown. Syncing Headers (%1, %2%)...</source>
<translation>Unknown. Syncing Headers (%1, %2%)...</translation> <translation>Unknown. Syncing Headers (%1, %2%)...</translation>
</message> </message>
@ -1899,12 +1909,12 @@
<message> <message>
<location line="+91"/> <location line="+91"/>
<source>Whether to keep the specified custom change address or not.</source> <source>Whether to keep the specified custom change address or not.</source>
<translation type="unfinished"></translation> <translation>Whether to keep the specified custom change address or not.</translation>
</message> </message>
<message> <message>
<location line="+3"/> <location line="+3"/>
<source>Keep custom change &amp;address</source> <source>Keep custom change &amp;address</source>
<translation type="unfinished"></translation> <translation>Keep custom change &amp;address</translation>
</message> </message>
<message> <message>
<location line="+7"/> <location line="+7"/>
@ -2112,7 +2122,7 @@
<message> <message>
<location line="+7"/> <location line="+7"/>
<source>Automatically open the Dash Core client port on the router. This only works when your router supports NAT-PMP and it is enabled. The external port could be random.</source> <source>Automatically open the Dash Core client port on the router. This only works when your router supports NAT-PMP and it is enabled. The external port could be random.</source>
<translation type="unfinished"></translation> <translation>Automatically open the Dash Core client port on the router. This only works when your router supports NAT-PMP and it is enabled. The external port could be random.</translation>
</message> </message>
<message> <message>
<location line="+32"/> <location line="+32"/>
@ -2412,7 +2422,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>The denominations you submitted to the Masternode.&lt;br&gt;To mix, other users must submit the exact same denominations.</translation> <translation>The denominations you submitted to the Masternode.&lt;br&gt;To mix, other users must submit the exact same denominations.</translation>
</message> </message>
<message> <message>
<location filename="../overviewpage.cpp" line="+151"/> <location filename="../overviewpage.cpp" line="+153"/>
<location line="+1"/> <location line="+1"/>
<location line="+1"/> <location line="+1"/>
<source>out of sync</source> <source>out of sync</source>
@ -2598,13 +2608,13 @@ https://www.transifex.com/projects/p/dash/</translation>
<location line="+14"/> <location line="+14"/>
<location line="+23"/> <location line="+23"/>
<source>Cannot process payment request as BIP70 is no longer supported.</source> <source>Cannot process payment request as BIP70 is no longer supported.</source>
<translation type="unfinished"></translation> <translation>Cannot process payment request as BIP70 is no longer supported.</translation>
</message> </message>
<message> <message>
<location line="-22"/> <location line="-22"/>
<location line="+23"/> <location line="+23"/>
<source>Due to discontinued support, you should request the merchant to provide you with a BIP21 compatible URI or use a wallet that does continue to support BIP70.</source> <source>Due to discontinued support, you should request the merchant to provide you with a BIP21 compatible URI or use a wallet that does continue to support BIP70.</source>
<translation type="unfinished"></translation> <translation>Due to discontinued support, you should request the merchant to provide you with a BIP21 compatible URI or use a wallet that does continue to support BIP70.</translation>
</message> </message>
<message> <message>
<location line="-20"/> <location line="-20"/>
@ -2625,7 +2635,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<context> <context>
<name>PeerTableModel</name> <name>PeerTableModel</name>
<message> <message>
<location filename="../peertablemodel.cpp" line="+110"/> <location filename="../peertablemodel.cpp" line="+108"/>
<source>NodeId</source> <source>NodeId</source>
<translation>NodeId</translation> <translation>NodeId</translation>
</message> </message>
@ -2658,7 +2668,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<context> <context>
<name>Proposal</name> <name>Proposal</name>
<message> <message>
<location filename="../governancelist.cpp" line="-322"/> <location filename="../governancelist.cpp" line="-323"/>
<source>Passing +%1</source> <source>Passing +%1</source>
<translation>Passing +%1</translation> <translation>Passing +%1</translation>
</message> </message>
@ -2779,7 +2789,12 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Error: %1</translation> <translation>Error: %1</translation>
</message> </message>
<message> <message>
<location line="+46"/> <location line="+9"/>
<source>Error initializing settings: %1</source>
<translation>Error initializing settings: %1</translation>
</message>
<message>
<location line="+43"/>
<source>Error: Failed to load application fonts.</source> <source>Error: Failed to load application fonts.</source>
<translation>Error: Failed to load application fonts.</translation> <translation>Error: Failed to load application fonts.</translation>
</message> </message>
@ -2824,7 +2839,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Amount</translation> <translation>Amount</translation>
</message> </message>
<message> <message>
<location filename="../guiutil.cpp" line="+272"/> <location filename="../guiutil.cpp" line="+280"/>
<source>Enter a Dash address (e.g. %1)</source> <source>Enter a Dash address (e.g. %1)</source>
<translation>Enter a Dash address (e.g. %1)</translation> <translation>Enter a Dash address (e.g. %1)</translation>
</message> </message>
@ -2844,7 +2859,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>This can also be adjusted later in the &quot;Appearance&quot; tab of the preferences.</translation> <translation>This can also be adjusted later in the &quot;Appearance&quot; tab of the preferences.</translation>
</message> </message>
<message> <message>
<location line="+1452"/> <location line="+1451"/>
<source>%1 d</source> <source>%1 d</source>
<translation>%1 d</translation> <translation>%1 d</translation>
</message> </message>
@ -2976,34 +2991,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>&amp;Save Image...</source> <source>&amp;Save Image...</source>
<translation>&amp;Save Image...</translation> <translation>&amp;Save Image...</translation>
</message> </message>
<message>
<location filename="../qrdialog.cpp" line="+142"/>
<source>Error creating QR Code.</source>
<translation>Error creating QR Code.</translation>
</message>
</context>
<context>
<name>QRGeneralImageWidget</name>
<message>
<location line="-106"/>
<source>&amp;Save Image...</source>
<translation>&amp;Save Image...</translation>
</message>
<message>
<location line="+3"/>
<source>&amp;Copy Image</source>
<translation>&amp;Copy Image</translation>
</message>
<message>
<location line="+32"/>
<source>Save QR Code</source>
<translation>Save QR Code</translation>
</message>
<message>
<location line="+0"/>
<source>PNG Image (*.png)</source>
<translation>PNG Image (*.png)</translation>
</message>
</context> </context>
<context> <context>
<name>QRImageWidget</name> <name>QRImageWidget</name>
@ -3102,7 +3089,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<location line="+26"/> <location line="+26"/>
<location line="+23"/> <location line="+23"/>
<location line="+23"/> <location line="+23"/>
<location filename="../rpcconsole.cpp" line="+1226"/> <location filename="../rpcconsole.cpp" line="+1247"/>
<source>N/A</source> <source>N/A</source>
<translation>N/A</translation> <translation>N/A</translation>
</message> </message>
@ -3208,8 +3195,8 @@ https://www.transifex.com/projects/p/dash/</translation>
</message> </message>
<message> <message>
<location line="+63"/> <location line="+63"/>
<location filename="../rpcconsole.cpp" line="-711"/> <location filename="../rpcconsole.cpp" line="-734"/>
<location line="+878"/> <location line="+901"/>
<source>Select a peer to view detailed information.</source> <source>Select a peer to view detailed information.</source>
<translation>Select a peer to view detailed information.</translation> <translation>Select a peer to view detailed information.</translation>
</message> </message>
@ -3244,7 +3231,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Synced Blocks</translation> <translation>Synced Blocks</translation>
</message> </message>
<message> <message>
<location line="+317"/> <location line="+314"/>
<source>Rescan blockchain files 1</source> <source>Rescan blockchain files 1</source>
<translation>Rescan blockchain files 1</translation> <translation>Rescan blockchain files 1</translation>
</message> </message>
@ -3254,12 +3241,12 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Rescan blockchain files 2</translation> <translation>Rescan blockchain files 2</translation>
</message> </message>
<message> <message>
<location line="-46"/> <location line="-43"/>
<source>The buttons below will restart the wallet with command-line options to repair the wallet, fix issues with corrupt blockchain files or missing/obsolete transactions.</source> <source>The buttons below will restart the wallet with command-line options to repair the wallet, fix issues with corrupt blockchain files or missing/obsolete transactions.</source>
<translation>The buttons below will restart the wallet with command-line options to repair the wallet, fix issues with corrupt blockchain files or missing/obsolete transactions.</translation> <translation>The buttons below will restart the wallet with command-line options to repair the wallet, fix issues with corrupt blockchain files or missing/obsolete transactions.</translation>
</message> </message>
<message> <message>
<location line="+30"/> <location line="+27"/>
<source>-rescan=1: Rescan the block chain for missing wallet transactions starting from wallet creation time.</source> <source>-rescan=1: Rescan the block chain for missing wallet transactions starting from wallet creation time.</source>
<translation>-rescan=1: Rescan the block chain for missing wallet transactions starting from wallet creation time.</translation> <translation>-rescan=1: Rescan the block chain for missing wallet transactions starting from wallet creation time.</translation>
</message> </message>
@ -3269,12 +3256,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>-rescan=2: Rescan the block chain for missing wallet transactions starting from genesis block.</translation> <translation>-rescan=2: Rescan the block chain for missing wallet transactions starting from genesis block.</translation>
</message> </message>
<message> <message>
<location line="-43"/> <location line="-1334"/>
<source>Wallet Path</source>
<translation>Wallet Path</translation>
</message>
<message>
<location line="-1294"/>
<location line="+895"/> <location line="+895"/>
<source>User Agent</source> <source>User Agent</source>
<translation>User Agent</translation> <translation>User Agent</translation>
@ -3415,7 +3397,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>&amp;Wallet Repair</translation> <translation>&amp;Wallet Repair</translation>
</message> </message>
<message> <message>
<location line="+1411"/> <location line="+1408"/>
<source>Upgrade wallet format</source> <source>Upgrade wallet format</source>
<translation>Upgrade wallet format</translation> <translation>Upgrade wallet format</translation>
</message> </message>
@ -3425,12 +3407,12 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>-upgradewallet: Upgrade wallet to latest format on startup. (Note: this is NOT an update of the wallet itself!)</translation> <translation>-upgradewallet: Upgrade wallet to latest format on startup. (Note: this is NOT an update of the wallet itself!)</translation>
</message> </message>
<message> <message>
<location line="-86"/> <location line="-83"/>
<source>Wallet repair options.</source> <source>Wallet repair options.</source>
<translation>Wallet repair options.</translation> <translation>Wallet repair options.</translation>
</message> </message>
<message> <message>
<location line="+96"/> <location line="+93"/>
<source>Rebuild index</source> <source>Rebuild index</source>
<translation>Rebuild index</translation> <translation>Rebuild index</translation>
</message> </message>
@ -3440,7 +3422,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>-reindex: Rebuild block chain index from current blk000??.dat files.</translation> <translation>-reindex: Rebuild block chain index from current blk000??.dat files.</translation>
</message> </message>
<message> <message>
<location filename="../rpcconsole.cpp" line="-770"/> <location filename="../rpcconsole.cpp" line="-793"/>
<source>&amp;Disconnect</source> <source>&amp;Disconnect</source>
<translation>&amp;Disconnect</translation> <translation>&amp;Disconnect</translation>
</message> </message>
@ -3478,7 +3460,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>&amp;Unban</translation> <translation>&amp;Unban</translation>
</message> </message>
<message> <message>
<location line="+213"/> <location line="+232"/>
<source>Welcome to the %1 RPC console.</source> <source>Welcome to the %1 RPC console.</source>
<translation>Welcome to the %1 RPC console.</translation> <translation>Welcome to the %1 RPC console.</translation>
</message> </message>
@ -3549,15 +3531,20 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>never</translation> <translation>never</translation>
</message> </message>
<message> <message>
<location line="+10"/> <location line="+11"/>
<source>Inbound</source> <source>Inbound</source>
<translation>Inbound</translation> <translation>Inbound</translation>
</message> </message>
<message> <message>
<location line="+0"/> <location line="+2"/>
<source>Outbound</source> <source>Outbound</source>
<translation>Outbound</translation> <translation>Outbound</translation>
</message> </message>
<message>
<location line="+1"/>
<source>Outbound block-relay</source>
<translation>Outbound block-relay</translation>
</message>
<message> <message>
<location line="+2"/> <location line="+2"/>
<source>Yes</source> <source>Yes</source>
@ -3603,8 +3590,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>&amp;Message:</translation> <translation>&amp;Message:</translation>
</message> </message>
<message> <message>
<location line="+13"/> <location line="+40"/>
<location line="+27"/>
<source>An optional label to associate with the new receiving address.</source> <source>An optional label to associate with the new receiving address.</source>
<translation>An optional label to associate with the new receiving address.</translation> <translation>An optional label to associate with the new receiving address.</translation>
</message> </message>
@ -3614,7 +3600,12 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>An optional message to attach to the payment request, which will be displayed when the request is opened.&lt;br&gt;Note: The message will not be sent with the payment over the Dash network.</translation> <translation>An optional message to attach to the payment request, which will be displayed when the request is opened.&lt;br&gt;Note: The message will not be sent with the payment over the Dash network.</translation>
</message> </message>
<message> <message>
<location line="+10"/> <location line="-10"/>
<source>An optional label to associate with the new receiving address (used by you to identify an invoice). It is also attached to the payment request.</source>
<translation>An optional label to associate with the new receiving address (used by you to identify an invoice). It is also attached to the payment request.</translation>
</message>
<message>
<location line="+20"/>
<source>Use this form to request payments. All fields are &lt;b&gt;optional&lt;/b&gt;.</source> <source>Use this form to request payments. All fields are &lt;b&gt;optional&lt;/b&gt;.</source>
<translation>Use this form to request payments. All fields are &lt;b&gt;optional&lt;/b&gt;.</translation> <translation>Use this form to request payments. All fields are &lt;b&gt;optional&lt;/b&gt;.</translation>
</message> </message>
@ -3776,7 +3767,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<context> <context>
<name>RecentRequestsTableModel</name> <name>RecentRequestsTableModel</name>
<message> <message>
<location filename="../recentrequeststablemodel.cpp" line="+27"/> <location filename="../recentrequeststablemodel.cpp" line="+26"/>
<source>Date</source> <source>Date</source>
<translation>Date</translation> <translation>Date</translation>
</message> </message>
@ -3815,7 +3806,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<name>SendCoinsDialog</name> <name>SendCoinsDialog</name>
<message> <message>
<location filename="../forms/sendcoinsdialog.ui" line="+14"/> <location filename="../forms/sendcoinsdialog.ui" line="+14"/>
<location filename="../sendcoinsdialog.cpp" line="+672"/> <location filename="../sendcoinsdialog.cpp" line="+706"/>
<source>Send Coins</source> <source>Send Coins</source>
<translation>Send Coins</translation> <translation>Send Coins</translation>
</message> </message>
@ -3897,12 +3888,12 @@ https://www.transifex.com/projects/p/dash/</translation>
<message> <message>
<location line="+150"/> <location line="+150"/>
<source>When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for dash transactions than the network can process.</source> <source>When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for dash transactions than the network can process.</source>
<translation type="unfinished"></translation> <translation>When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for dash transactions than the network can process.</translation>
</message> </message>
<message> <message>
<location line="+3"/> <location line="+3"/>
<source>A too low fee might result in a never confirming transaction (read the tooltip)</source> <source>A too low fee might result in a never confirming transaction (read the tooltip)</source>
<translation type="unfinished"></translation> <translation>A too low fee might result in a never confirming transaction (read the tooltip)</translation>
</message> </message>
<message> <message>
<location line="+143"/> <location line="+143"/>
@ -3956,7 +3947,7 @@ https://www.transifex.com/projects/p/dash/</translation>
</message> </message>
<message> <message>
<location line="+113"/> <location line="+113"/>
<location filename="../sendcoinsdialog.cpp" line="-523"/> <location filename="../sendcoinsdialog.cpp" line="-556"/>
<source>Confirm the send action</source> <source>Confirm the send action</source>
<translation>Confirm the send action</translation> <translation>Confirm the send action</translation>
</message> </message>
@ -4032,34 +4023,28 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>%1 (%2 blocks)</translation> <translation>%1 (%2 blocks)</translation>
</message> </message>
<message> <message>
<location line="+122"/> <location line="+173"/>
<source>from wallet %1</source>
<translation>from wallet %1</translation>
</message>
<message>
<location line="+45"/>
<location line="+2"/> <location line="+2"/>
<source>using</source> <source>using</source>
<translation>using</translation> <translation>using</translation>
</message> </message>
<message> <message>
<location line="-34"/> <location line="-32"/>
<location line="+5"/>
<source>%1 to %2</source> <source>%1 to %2</source>
<translation>%1 to %2</translation> <translation>%1 to %2</translation>
</message> </message>
<message> <message>
<location line="+19"/> <location line="+16"/>
<source>Are you sure you want to send?</source> <source>Are you sure you want to send?</source>
<translation>Are you sure you want to send?</translation> <translation>Are you sure you want to send?</translation>
</message> </message>
<message> <message>
<location line="+16"/> <location line="+25"/>
<source>&lt;b&gt;(%1 of %2 entries displayed)&lt;/b&gt;</source> <source>&lt;b&gt;(%1 of %2 entries displayed)&lt;/b&gt;</source>
<translation>&lt;b&gt;(%1 of %2 entries displayed)&lt;/b&gt;</translation> <translation>&lt;b&gt;(%1 of %2 entries displayed)&lt;/b&gt;</translation>
</message> </message>
<message> <message>
<location line="-233"/> <location line="-242"/>
<source>S&amp;end mixed funds</source> <source>S&amp;end mixed funds</source>
<translation>S&amp;end mixed funds</translation> <translation>S&amp;end mixed funds</translation>
</message> </message>
@ -4069,7 +4054,37 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Confirm the %1 send action</translation> <translation>Confirm the %1 send action</translation>
</message> </message>
<message> <message>
<location line="+224"/> <location line="+73"/>
<source>Cr&amp;eate Unsigned</source>
<translation>Cr&amp;eate Unsigned</translation>
</message>
<message>
<location line="+1"/>
<source>Creates a Partially Signed Bitcoin Transaction (PSBT) for use with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet.</source>
<translation>Creates a Partially Signed Bitcoin Transaction (PSBT) for use with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet.</translation>
</message>
<message>
<location line="+110"/>
<source> from wallet &apos;%1&apos;</source>
<translation> from wallet &apos;%1&apos;</translation>
</message>
<message>
<location line="+11"/>
<source>%1 to &apos;%2&apos;</source>
<translation>%1 to &apos;%2&apos;</translation>
</message>
<message>
<location line="+19"/>
<source>Do you want to draft this transaction?</source>
<translation>Do you want to draft this transaction?</translation>
</message>
<message>
<location line="+6"/>
<source>This will produce a Partially Signed Transaction (PSBT) which you can copy and then sign with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet.</source>
<translation>This will produce a Partially Signed Transaction (PSBT) which you can copy and then sign with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet.</translation>
</message>
<message>
<location line="+10"/>
<source>%1 funds only</source> <source>%1 funds only</source>
<translation>%1 funds only</translation> <translation>%1 funds only</translation>
</message> </message>
@ -4079,7 +4094,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>any available funds</translation> <translation>any available funds</translation>
</message> </message>
<message> <message>
<location line="+16"/> <location line="+19"/>
<source>Transaction fee</source> <source>Transaction fee</source>
<translation>Transaction fee</translation> <translation>Transaction fee</translation>
</message> </message>
@ -4126,13 +4141,38 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>or</source> <source>or</source>
<translation>or</translation> <translation>or</translation>
</message> </message>
<message>
<location line="+5"/>
<source>To review recipient list click &quot;Show Details...&quot;</source>
<translation>To review recipient list click &quot;Show Details...&quot;</translation>
</message>
<message> <message>
<location line="+3"/> <location line="+3"/>
<source>Confirm send coins</source> <source>Confirm send coins</source>
<translation>Confirm send coins</translation> <translation>Confirm send coins</translation>
</message> </message>
<message> <message>
<location line="+200"/> <location line="+0"/>
<source>Confirm transaction proposal</source>
<translation>Confirm transaction proposal</translation>
</message>
<message>
<location line="+1"/>
<source>Copy PSBT to clipboard</source>
<translation>Copy PSBT to clipboard</translation>
</message>
<message>
<location line="+0"/>
<source>Send</source>
<translation>Send</translation>
</message>
<message>
<location line="+23"/>
<source>PSBT copied</source>
<translation>PSBT copied</translation>
</message>
<message>
<location line="+195"/>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>The recipient address is not valid. Please recheck.</translation> <translation>The recipient address is not valid. Please recheck.</translation>
</message> </message>
@ -4172,7 +4212,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Payment request expired.</translation> <translation>Payment request expired.</translation>
</message> </message>
<message numerus="yes"> <message numerus="yes">
<location line="+108"/> <location line="+113"/>
<source>Estimated to begin confirmation within %n block(s).</source> <source>Estimated to begin confirmation within %n block(s).</source>
<translation> <translation>
<numerusform>Estimated to begin confirmation within %n block.</numerusform> <numerusform>Estimated to begin confirmation within %n block.</numerusform>
@ -4315,15 +4355,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Memo:</translation> <translation>Memo:</translation>
</message> </message>
</context> </context>
<context>
<name>SendConfirmationDialog</name>
<message>
<location filename="../sendcoinsdialog.cpp" line="+90"/>
<location line="+5"/>
<source>Send</source>
<translation>Send</translation>
</message>
</context>
<context> <context>
<name>ShutdownWindow</name> <name>ShutdownWindow</name>
<message> <message>
@ -4479,26 +4510,26 @@ https://www.transifex.com/projects/p/dash/</translation>
</message> </message>
<message> <message>
<location filename="../signverifymessagedialog.cpp" line="+145"/> <location filename="../signverifymessagedialog.cpp" line="+145"/>
<location line="+78"/> <location line="+92"/>
<source>The entered address is invalid.</source> <source>The entered address is invalid.</source>
<translation>The entered address is invalid.</translation> <translation>The entered address is invalid.</translation>
</message> </message>
<message> <message>
<location line="-78"/> <location line="-92"/>
<location line="+7"/>
<location line="+86"/>
<location line="+7"/> <location line="+7"/>
<location line="+71"/>
<location line="+6"/>
<source>Please check the address and try again.</source> <source>Please check the address and try again.</source>
<translation>Please check the address and try again.</translation> <translation>Please check the address and try again.</translation>
</message> </message>
<message> <message>
<location line="-77"/> <location line="-93"/>
<location line="+77"/> <location line="+92"/>
<source>The entered address does not refer to a key.</source> <source>The entered address does not refer to a key.</source>
<translation>The entered address does not refer to a key.</translation> <translation>The entered address does not refer to a key.</translation>
</message> </message>
<message> <message>
<location line="-69"/> <location line="-84"/>
<source>Wallet unlock was cancelled.</source> <source>Wallet unlock was cancelled.</source>
<translation>Wallet unlock was cancelled.</translation> <translation>Wallet unlock was cancelled.</translation>
</message> </message>
@ -4508,7 +4539,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Private key for the entered address is not available.</translation> <translation>Private key for the entered address is not available.</translation>
</message> </message>
<message> <message>
<location line="+12"/> <location line="+9"/>
<source>Message signing failed.</source> <source>Message signing failed.</source>
<translation>Message signing failed.</translation> <translation>Message signing failed.</translation>
</message> </message>
@ -4518,18 +4549,18 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Message signed.</translation> <translation>Message signed.</translation>
</message> </message>
<message> <message>
<location line="+55"/> <location line="+69"/>
<source>The signature could not be decoded.</source> <source>The signature could not be decoded.</source>
<translation>The signature could not be decoded.</translation> <translation>The signature could not be decoded.</translation>
</message> </message>
<message> <message>
<location line="+0"/> <location line="+1"/>
<location line="+13"/> <location line="+7"/>
<source>Please check the signature and try again.</source> <source>Please check the signature and try again.</source>
<translation>Please check the signature and try again.</translation> <translation>Please check the signature and try again.</translation>
</message> </message>
<message> <message>
<location line="+0"/> <location line="-1"/>
<source>The signature did not match the message digest.</source> <source>The signature did not match the message digest.</source>
<translation>The signature did not match the message digest.</translation> <translation>The signature did not match the message digest.</translation>
</message> </message>
@ -4539,7 +4570,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Message verification failed.</translation> <translation>Message verification failed.</translation>
</message> </message>
<message> <message>
<location line="+5"/> <location line="-32"/>
<source>Message verified.</source> <source>Message verified.</source>
<translation>Message verified.</translation> <translation>Message verified.</translation>
</message> </message>
@ -4952,7 +4983,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>watch-only</translation> <translation>watch-only</translation>
</message> </message>
<message> <message>
<location line="+17"/> <location line="+18"/>
<source>(n/a)</source> <source>(n/a)</source>
<translation>(n/a)</translation> <translation>(n/a)</translation>
</message> </message>
@ -5103,7 +5134,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<message> <message>
<location line="+1"/> <location line="+1"/>
<source>Resend transaction</source> <source>Resend transaction</source>
<translation type="unfinished"></translation> <translation>Resend transaction</translation>
</message> </message>
<message> <message>
<location line="+1"/> <location line="+1"/>
@ -5242,7 +5273,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<context> <context>
<name>WalletController</name> <name>WalletController</name>
<message> <message>
<location filename="../walletcontroller.cpp" line="-219"/> <location filename="../walletcontroller.cpp" line="-218"/>
<source>Close wallet</source> <source>Close wallet</source>
<translation>Close wallet</translation> <translation>Close wallet</translation>
</message> </message>
@ -5260,9 +5291,18 @@ https://www.transifex.com/projects/p/dash/</translation>
<context> <context>
<name>WalletFrame</name> <name>WalletFrame</name>
<message> <message>
<location filename="../walletframe.cpp" line="+29"/> <location filename="../walletframe.cpp" line="+38"/>
<source>No wallet has been loaded.</source> <source>No wallet has been loaded.
<translation>No wallet has been loaded.</translation> Go to File &gt; Open Wallet to load a wallet.
- OR -</source>
<translation>No wallet has been loaded.
Go to File &gt; Open Wallet to load a wallet.
- OR -</translation>
</message>
<message>
<location line="+5"/>
<source>Create a new wallet</source>
<translation>Create a new wallet</translation>
</message> </message>
</context> </context>
<context> <context>
@ -5296,7 +5336,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Selected amount:</translation> <translation>Selected amount:</translation>
</message> </message>
<message> <message>
<location line="+289"/> <location line="+265"/>
<source>Backup Wallet</source> <source>Backup Wallet</source>
<translation>Backup Wallet</translation> <translation>Backup Wallet</translation>
</message> </message>
@ -5414,7 +5454,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Error loading block database</translation> <translation>Error loading block database</translation>
</message> </message>
<message> <message>
<location line="+2"/> <location line="+1"/>
<source>Error opening block database</source> <source>Error opening block database</source>
<translation>Error opening block database</translation> <translation>Error opening block database</translation>
</message> </message>
@ -5424,12 +5464,12 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Error reading from database, shutting down.</translation> <translation>Error reading from database, shutting down.</translation>
</message> </message>
<message> <message>
<location line="+16"/> <location line="+15"/>
<source>Failed to listen on any port. Use -listen=0 if you want this.</source> <source>Failed to listen on any port. Use -listen=0 if you want this.</source>
<translation>Failed to listen on any port. Use -listen=0 if you want this.</translation> <translation>Failed to listen on any port. Use -listen=0 if you want this.</translation>
</message> </message>
<message> <message>
<location line="-164"/> <location line="-162"/>
<source>-maxtxfee is set very high! Fees this large could be paid on a single transaction.</source> <source>-maxtxfee is set very high! Fees this large could be paid on a single transaction.</source>
<translation>-maxtxfee is set very high! Fees this large could be paid on a single transaction.</translation> <translation>-maxtxfee is set very high! Fees this large could be paid on a single transaction.</translation>
</message> </message>
@ -5454,7 +5494,12 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Invalid amount for -maxtxfee=&lt;amount&gt;: &apos;%s&apos; (must be at least the minrelay fee of %s to prevent stuck transactions)</translation> <translation>Invalid amount for -maxtxfee=&lt;amount&gt;: &apos;%s&apos; (must be at least the minrelay fee of %s to prevent stuck transactions)</translation>
</message> </message>
<message> <message>
<location line="+42"/> <location line="+17"/>
<source>SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported</source>
<translation>SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported</translation>
</message>
<message>
<location line="+25"/>
<source>Transaction index can&apos;t be disabled with governance validation enabled. Either start with -disablegovernance command line switch or enable transaction index.</source> <source>Transaction index can&apos;t be disabled with governance validation enabled. Either start with -disablegovernance command line switch or enable transaction index.</source>
<translation>Transaction index can&apos;t be disabled with governance validation enabled. Either start with -disablegovernance command line switch or enable transaction index.</translation> <translation>Transaction index can&apos;t be disabled with governance validation enabled. Either start with -disablegovernance command line switch or enable transaction index.</translation>
</message> </message>
@ -5469,7 +5514,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Entry exceeds maximum size.</translation> <translation>Entry exceeds maximum size.</translation>
</message> </message>
<message> <message>
<location line="+34"/> <location line="+33"/>
<source>Found enough users, signing ( waiting %s )</source> <source>Found enough users, signing ( waiting %s )</source>
<translation>Found enough users, signing ( waiting %s )</translation> <translation>Found enough users, signing ( waiting %s )</translation>
</message> </message>
@ -5479,7 +5524,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Found enough users, signing ...</translation> <translation>Found enough users, signing ...</translation>
</message> </message>
<message> <message>
<location line="+1"/> <location line="+2"/>
<source>Importing...</source> <source>Importing...</source>
<translation>Importing...</translation> <translation>Importing...</translation>
</message> </message>
@ -5579,7 +5624,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Not in the Masternode list.</translation> <translation>Not in the Masternode list.</translation>
</message> </message>
<message> <message>
<location line="+18"/> <location line="+22"/>
<source>Submitted to masternode, waiting in queue %s</source> <source>Submitted to masternode, waiting in queue %s</source>
<translation>Submitted to masternode, waiting in queue %s</translation> <translation>Submitted to masternode, waiting in queue %s</translation>
</message> </message>
@ -5614,7 +5659,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Will retry...</translation> <translation>Will retry...</translation>
</message> </message>
<message> <message>
<location line="-165"/> <location line="-169"/>
<source>Can&apos;t find random Masternode.</source> <source>Can&apos;t find random Masternode.</source>
<translation>Can&apos;t find random Masternode.</translation> <translation>Can&apos;t find random Masternode.</translation>
</message> </message>
@ -5669,12 +5714,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)</translation> <translation>Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)</translation>
</message> </message>
<message> <message>
<location line="+3"/> <location line="+6"/>
<source>Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.</source>
<translation>Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.</translation>
</message>
<message>
<location line="+3"/>
<source>The block database contains a block which appears to be from the future. This may be due to your computer&apos;s date and time being set incorrectly. Only rebuild the block database if you are sure that your computer&apos;s date and time are correct</source> <source>The block database contains a block which appears to be from the future. This may be due to your computer&apos;s date and time being set incorrectly. Only rebuild the block database if you are sure that your computer&apos;s date and time are correct</source>
<translation>The block database contains a block which appears to be from the future. This may be due to your computer&apos;s date and time being set incorrectly. Only rebuild the block database if you are sure that your computer&apos;s date and time are correct</translation> <translation>The block database contains a block which appears to be from the future. This may be due to your computer&apos;s date and time being set incorrectly. Only rebuild the block database if you are sure that your computer&apos;s date and time are correct</translation>
</message> </message>
@ -5754,15 +5794,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Error loading %s: Private keys can only be disabled during creation</translation> <translation>Error loading %s: Private keys can only be disabled during creation</translation>
</message> </message>
<message> <message>
<location line="+9"/> <location line="+8"/>
<source>Error upgrading evo database</source> <source>Error upgrading evo database</source>
<translation>Error upgrading evo database</translation> <translation>Error upgrading evo database</translation>
</message> </message>
<message>
<location line="+1"/>
<source>Error: A fatal internal error occurred, see debug.log for details</source>
<translation>Error: A fatal internal error occurred, see debug.log for details</translation>
</message>
<message> <message>
<location line="+1"/> <location line="+1"/>
<source>Error: Disk space is low for %s</source> <source>Error: Disk space is low for %s</source>
@ -5804,7 +5839,17 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Failed to rescan the wallet during initialization</translation> <translation>Failed to rescan the wallet during initialization</translation>
</message> </message>
<message> <message>
<location line="+15"/> <location line="+2"/>
<source>Failed to verify database</source>
<translation>Failed to verify database</translation>
</message>
<message>
<location line="+3"/>
<source>Ignoring duplicate -wallet %s.</source>
<translation>Ignoring duplicate -wallet %s.</translation>
</message>
<message>
<location line="+12"/>
<source>Invalid P2P permission: &apos;%s&apos;</source> <source>Invalid P2P permission: &apos;%s&apos;</source>
<translation>Invalid P2P permission: &apos;%s&apos;</translation> <translation>Invalid P2P permission: &apos;%s&apos;</translation>
</message> </message>
@ -5905,6 +5950,26 @@ https://www.transifex.com/projects/p/dash/</translation>
</message> </message>
<message> <message>
<location line="+4"/> <location line="+4"/>
<source>SQLiteDatabase: Failed to execute statement to verify database: %s</source>
<translation>SQLiteDatabase: Failed to execute statement to verify database: %s</translation>
</message>
<message>
<location line="+1"/>
<source>SQLiteDatabase: Failed to prepare statement to verify database: %s</source>
<translation>SQLiteDatabase: Failed to prepare statement to verify database: %s</translation>
</message>
<message>
<location line="+1"/>
<source>SQLiteDatabase: Failed to read database verification error: %s</source>
<translation>SQLiteDatabase: Failed to read database verification error: %s</translation>
</message>
<message>
<location line="+1"/>
<source>SQLiteDatabase: Unexpected application id. Expected %u, got %u</source>
<translation>SQLiteDatabase: Unexpected application id. Expected %u, got %u</translation>
</message>
<message>
<location line="+1"/>
<source>Section [%s] is not recognized.</source> <source>Section [%s] is not recognized.</source>
<translation>Section [%s] is not recognized.</translation> <translation>Section [%s] is not recognized.</translation>
</message> </message>
@ -6046,7 +6111,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>see debug.log for details.</translation> <translation>see debug.log for details.</translation>
</message> </message>
<message> <message>
<location line="-301"/> <location line="-305"/>
<source>The %s developers</source> <source>The %s developers</source>
<translation>The %s developers</translation> <translation>The %s developers</translation>
</message> </message>
@ -6201,17 +6266,12 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Error loading %s: You can&apos;t disable HD on an already existing HD wallet</translation> <translation>Error loading %s: You can&apos;t disable HD on an already existing HD wallet</translation>
</message> </message>
<message> <message>
<location line="+2"/> <location line="+4"/>
<source>Error loading wallet %s. Duplicate -wallet filename specified.</source>
<translation>Error loading wallet %s. Duplicate -wallet filename specified.</translation>
</message>
<message>
<location line="+3"/>
<source>Error upgrading chainstate database</source> <source>Error upgrading chainstate database</source>
<translation>Error upgrading chainstate database</translation> <translation>Error upgrading chainstate database</translation>
</message> </message>
<message> <message>
<location line="+5"/> <location line="+4"/>
<source>Error: failed to add socket to kqueuefd (kevent returned error %s)</source> <source>Error: failed to add socket to kqueuefd (kevent returned error %s)</source>
<translation>Error: failed to add socket to kqueuefd (kevent returned error %s)</translation> <translation>Error: failed to add socket to kqueuefd (kevent returned error %s)</translation>
</message> </message>
@ -6261,7 +6321,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Failed to start a new mixing queue</translation> <translation>Failed to start a new mixing queue</translation>
</message> </message>
<message> <message>
<location line="+6"/> <location line="+8"/>
<source>Incorrect -rescan mode, falling back to default value</source> <source>Incorrect -rescan mode, falling back to default value</source>
<translation>Incorrect -rescan mode, falling back to default value</translation> <translation>Incorrect -rescan mode, falling back to default value</translation>
</message> </message>
@ -6316,7 +6376,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Rescanning...</translation> <translation>Rescanning...</translation>
</message> </message>
<message> <message>
<location line="+2"/> <location line="+6"/>
<source>Session not complete!</source> <source>Session not complete!</source>
<translation>Session not complete!</translation> <translation>Session not complete!</translation>
</message> </message>
@ -6336,7 +6396,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Specified blocks directory &quot;%s&quot; does not exist.</translation> <translation>Specified blocks directory &quot;%s&quot; does not exist.</translation>
</message> </message>
<message> <message>
<location line="-40"/> <location line="-44"/>
<source>Last queue was created too recently.</source> <source>Last queue was created too recently.</source>
<translation>Last queue was created too recently.</translation> <translation>Last queue was created too recently.</translation>
</message> </message>
@ -6356,7 +6416,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Last successful action was too recent.</translation> <translation>Last successful action was too recent.</translation>
</message> </message>
<message> <message>
<location line="+40"/> <location line="+44"/>
<source>Starting network threads...</source> <source>Starting network threads...</source>
<translation>Starting network threads...</translation> <translation>Starting network threads...</translation>
</message> </message>

File diff suppressed because it is too large Load Diff

View File

@ -115,7 +115,9 @@
</message> </message>
<message> <message>
<source>There was an error trying to save the address list to %1. Please try again.</source> <source>There was an error trying to save the address list to %1. Please try again.</source>
<translation>C'é stato un errore mentre si salvava la lista degli indirizzi a %1. Per favore riprovare nuovamente.</translation> <comment>An error message.</comment>
<extracomment>%1 is a name of the file (e.g., "addrbook.csv") that the bitcoin addresses were exported to.</extracomment>
<translation>C'é stato un errore durante il tentativo di salvare la lista degli indirizzi a %1. Per favore riprovare nuovamente.</translation>
</message> </message>
</context> </context>
<context> <context>
@ -515,10 +517,6 @@
<source>&amp;Debug console</source> <source>&amp;Debug console</source>
<translation>&amp;Console di Debug</translation> <translation>&amp;Console di Debug</translation>
</message> </message>
<message>
<source>Open debugging console</source>
<translation>Apri la console di Debug</translation>
</message>
<message> <message>
<source>&amp;Network Monitor</source> <source>&amp;Network Monitor</source>
<translation>&amp;Monitor di rete</translation> <translation>&amp;Monitor di rete</translation>
@ -571,10 +569,6 @@
<source>Open &amp;URI...</source> <source>Open &amp;URI...</source>
<translation>Apri &amp;URI...</translation> <translation>Apri &amp;URI...</translation>
</message> </message>
<message>
<source>Open a dash: URI or payment request</source>
<translation>Apri un dash: URI o una richiesta di pagamento</translation>
</message>
<message> <message>
<source>&amp;Command-line options</source> <source>&amp;Command-line options</source>
<translation>Opzioni riga di &amp;comando</translation> <translation>Opzioni riga di &amp;comando</translation>
@ -609,6 +603,14 @@
<source>Show information about %1</source> <source>Show information about %1</source>
<translation>Mostra informazioni %1</translation> <translation>Mostra informazioni %1</translation>
</message> </message>
<message>
<source>Open debugging and diagnostic console</source>
<translation>Aprire la console di debug e diagnostica</translation>
</message>
<message>
<source>Open a dash: URI</source>
<translation>Apri un dash: URI</translation>
</message>
<message> <message>
<source>Create Wallet...</source> <source>Create Wallet...</source>
<translation>Crea portafoglio...</translation> <translation>Crea portafoglio...</translation>
@ -647,7 +649,7 @@
</message> </message>
<message numerus="yes"> <message numerus="yes">
<source>%n active connection(s) to Dash network</source> <source>%n active connection(s) to Dash network</source>
<translation><numerusform>%n connessione attiva alla rete Dash</numerusform><numerusform>%n connessioni attive alla rete Dash</numerusform></translation> <translation><numerusform>%n connessione attiva alla rete Dash</numerusform><numerusform>%n connessioni attive alla rete Dash</numerusform><numerusform>%n connessioni attive alla rete Dash</numerusform></translation>
</message> </message>
<message> <message>
<source>Network activity disabled</source> <source>Network activity disabled</source>
@ -679,7 +681,7 @@
</message> </message>
<message numerus="yes"> <message numerus="yes">
<source>Processed %n block(s) of transaction history.</source> <source>Processed %n block(s) of transaction history.</source>
<translation><numerusform>Elaborati %n blocchi della cronologia delle transazioni.</numerusform><numerusform>Elaborati %n blocchi della cronologia delle transazioni.</numerusform></translation> <translation><numerusform>Elaborati %n blocchi della cronologia delle transazioni.</numerusform><numerusform>Elaborati %n blocchi della cronologia delle transazioni.</numerusform><numerusform>Elaborati %n blocchi della cronologia delle transazioni.</numerusform></translation>
</message> </message>
<message> <message>
<source>%1 behind</source> <source>%1 behind</source>
@ -1150,8 +1152,8 @@
<translation>Elenco filtri:</translation> <translation>Elenco filtri:</translation>
</message> </message>
<message> <message>
<source>Filter propsal list</source> <source>Filter proposal list</source>
<translation>Filtra l'elenco delle proposte</translation> <translation>Filtra l'elenco delle proposal</translation>
</message> </message>
<message> <message>
<source>Proposal Count:</source> <source>Proposal Count:</source>
@ -1290,6 +1292,10 @@
<source>Service</source> <source>Service</source>
<translation>Assistenza</translation> <translation>Assistenza</translation>
</message> </message>
<message>
<source>Type</source>
<translation>Scrivi</translation>
</message>
<message> <message>
<source>PoSe Score</source> <source>PoSe Score</source>
<translation>Punteggio PoSe</translation> <translation>Punteggio PoSe</translation>
@ -1425,6 +1431,10 @@
<source>Hide</source> <source>Hide</source>
<translation>Nascondi</translation> <translation>Nascondi</translation>
</message> </message>
<message>
<source>Dash Core is currently syncing. It will download headers and blocks from peers and validate them until reaching the tip of the block chain.</source>
<translation>Dash Core è attualmente in fase di sincronizzazione. Scaricherà le intestazioni e i blocchi dai peers e li convaliderà fino a raggiungere la punta della blockchain.</translation>
</message>
<message> <message>
<source>Unknown. Syncing Headers (%1, %2%)...</source> <source>Unknown. Syncing Headers (%1, %2%)...</source>
<translation>Sconosciuto. Sincronizzazione intestazioni (%1, %2%)...</translation> <translation>Sconosciuto. Sincronizzazione intestazioni (%1, %2%)...</translation>
@ -1436,22 +1446,10 @@
<source>Open URI</source> <source>Open URI</source>
<translation>Apri URI</translation> <translation>Apri URI</translation>
</message> </message>
<message>
<source>Open payment request from URI or file</source>
<translation>Apri richiesta di pagamento da URI o file</translation>
</message>
<message> <message>
<source>URI:</source> <source>URI:</source>
<translation>URI:</translation> <translation>URI:</translation>
</message> </message>
<message>
<source>Select payment request file</source>
<translation>Seleziona il file di richiesta di pagamento</translation>
</message>
<message>
<source>Select payment request file to open</source>
<translation>Seleziona il file di richiesta di pagamento da aprire</translation>
</message>
</context> </context>
<context> <context>
<name>OpenWalletActivity</name> <name>OpenWalletActivity</name>
@ -1518,6 +1516,14 @@
<source>MiB</source> <source>MiB</source>
<translation>MiB</translation> <translation>MiB</translation>
</message> </message>
<message>
<source>Whether to keep the specified custom change address or not.</source>
<translation>Indica se mantenere o meno l'indirizzo di modifica personalizzato specificato.</translation>
</message>
<message>
<source>Keep custom change &amp;address</source>
<translation>Mantieni la modifica personalizzata &amp;address</translation>
</message>
<message> <message>
<source>Show additional tab listing all your masternodes in first sub-tab&lt;br/&gt;and all masternodes on the network in second sub-tab.</source> <source>Show additional tab listing all your masternodes in first sub-tab&lt;br/&gt;and all masternodes on the network in second sub-tab.</source>
<translation>Mostra la tabella aggiuntiva che elenca tutti i Masternode nella prima sotto-tabella &lt;br/&gt;e tutti i Masternode sulla rete nella seconda sotto-tabella.</translation> <translation>Mostra la tabella aggiuntiva che elenca tutti i Masternode nella prima sotto-tabella &lt;br/&gt;e tutti i Masternode sulla rete nella seconda sotto-tabella.</translation>
@ -1590,10 +1596,6 @@
<source>Automatically open the Dash Core client port on the router. This only works when your router supports UPnP and it is enabled.</source> <source>Automatically open the Dash Core client port on the router. This only works when your router supports UPnP and it is enabled.</source>
<translation>Apri automaticamente la porta utilizzata dal client Dash Core nel router. Funziona solo se il router supporta UPnP ed è attivato.</translation> <translation>Apri automaticamente la porta utilizzata dal client Dash Core nel router. Funziona solo se il router supporta UPnP ed è attivato.</translation>
</message> </message>
<message>
<source>Automatically open the Bitcoin client port on the router. This only works when your router supports NAT-PMP and it is enabled. The external port could be random.</source>
<translation>Apri automaticamente la porta del client Bitcoin sul router. Funziona solo quando il router supporta NAT-PMP ed è abilitato. La porta esterna potrebbe essere casuale.</translation>
</message>
<message> <message>
<source>Map port using NA&amp;T-PMP</source> <source>Map port using NA&amp;T-PMP</source>
<translation>Mappa Porta utilizzando NA&amp;T-PMP</translation> <translation>Mappa Porta utilizzando NA&amp;T-PMP</translation>
@ -1682,6 +1684,10 @@
<source>Map port using &amp;UPnP</source> <source>Map port using &amp;UPnP</source>
<translation>Mappa le porte tramite &amp;UPnP</translation> <translation>Mappa le porte tramite &amp;UPnP</translation>
</message> </message>
<message>
<source>Automatically open the Dash Core client port on the router. This only works when your router supports NAT-PMP and it is enabled. The external port could be random.</source>
<translation>Apri automaticamente la porta del client Dash Core sul router. Funziona solo quando il tuo router supporta NAT-PMP ed è abilitato. La porta esterna potrebbe essere casuale.</translation>
</message>
<message> <message>
<source>Proxy &amp;IP:</source> <source>Proxy &amp;IP:</source>
<translation>&amp;IP del proxy:</translation> <translation>&amp;IP del proxy:</translation>
@ -1933,7 +1939,7 @@ https://www.transifex.com/projects/p/dash/</translation>
</message> </message>
<message numerus="yes"> <message numerus="yes">
<source>%n Rounds</source> <source>%n Rounds</source>
<translation><numerusform>%n Round</numerusform><numerusform>%n Rounds</numerusform></translation> <translation><numerusform>%n Round</numerusform><numerusform>%n Rounds</numerusform><numerusform>%n Rounds</numerusform></translation>
</message> </message>
<message> <message>
<source>Found enough compatible inputs to mix %1</source> <source>Found enough compatible inputs to mix %1</source>
@ -1961,7 +1967,7 @@ https://www.transifex.com/projects/p/dash/</translation>
</message> </message>
<message numerus="yes"> <message numerus="yes">
<source>Denominated inputs have %5 of %n rounds on average</source> <source>Denominated inputs have %5 of %n rounds on average</source>
<translation><numerusform>Gli input denominati hanno in media %5 di %n round </numerusform><numerusform>Gli input denominati hanno in media %5 di %n round </numerusform></translation> <translation><numerusform>Gli input denominati hanno in media %5 di %n round </numerusform><numerusform>Gli input denominati hanno in media %5 di %n round </numerusform><numerusform>Gli input denominati hanno in media %5 di %n round </numerusform></translation>
</message> </message>
<message> <message>
<source>keys left: %1</source> <source>keys left: %1</source>
@ -2047,12 +2053,12 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>"dash: //" non è un URI valido. Utilizza "dash:".</translation> <translation>"dash: //" non è un URI valido. Utilizza "dash:".</translation>
</message> </message>
<message> <message>
<source>Payment request fetch URL is invalid: %1</source> <source>Cannot process payment request as BIP70 is no longer supported.</source>
<translation>URL di recupero della Richiesta di pagamento non valido: %1</translation> <translation>Impossibile elaborare la richiesta di pagamento in quanto BIP70 non è più supportato.</translation>
</message> </message>
<message> <message>
<source>Cannot process payment request because BIP70 support was not compiled in.</source> <source>Due to discontinued support, you should request the merchant to provide you with a BIP21 compatible URI or use a wallet that does continue to support BIP70.</source>
<translation>Impossibile elaborare la richiesta di pagamento perché il supporto BIP70 non è stato compilato.</translation> <translation>A causa dell'interruzione del supporto, dovresti richiedere al commerciante di fornirti un URI compatibile con BIP21 o utilizzare un portafoglio che continui a supportare BIP70.</translation>
</message> </message>
<message> <message>
<source>Invalid payment address %1</source> <source>Invalid payment address %1</source>
@ -2066,66 +2072,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Payment request file handling</source> <source>Payment request file handling</source>
<translation>Gestione del file di richiesta del pagamento</translation> <translation>Gestione del file di richiesta del pagamento</translation>
</message> </message>
<message>
<source>Payment request file cannot be read! This can be caused by an invalid payment request file.</source>
<translation>Il file di richiesta del pagamento non può essere letto! Il file in questione potrebbe essere non valido.</translation>
</message>
<message>
<source>Payment request rejected</source>
<translation>Richiesta di pagamento rifiutata</translation>
</message>
<message>
<source>Payment request network doesn't match client network.</source>
<translation>La rete della richiesta di pagamento non coincide con la rete del cliente.</translation>
</message>
<message>
<source>Payment request expired.</source>
<translation>Richiesta di pagamento scaduta.</translation>
</message>
<message>
<source>Payment request is not initialized.</source>
<translation>La richiesta di pagamento non è stata inizializzata</translation>
</message>
<message>
<source>Unverified payment requests to custom payment scripts are unsupported.</source>
<translation>Le richieste di pagamento non verificate verso script di pagamento personalizzati non sono supportate.</translation>
</message>
<message>
<source>Invalid payment request.</source>
<translation>Richiesta di pagamento invalida</translation>
</message>
<message>
<source>Requested payment amount of %1 is too small (considered dust).</source>
<translation>L'importo di pagamento richiesto di %1 è troppo basso (considerato come infinitesimale).</translation>
</message>
<message>
<source>Refund from %1</source>
<translation>Rimborso da %1</translation>
</message>
<message>
<source>Payment request %1 is too large (%2 bytes, allowed %3 bytes).</source>
<translation>Il pagamento richiesto %1 é troppo grande (%2 bytes, permesso %3 bytes).</translation>
</message>
<message>
<source>Error communicating with %1: %2</source>
<translation>Errore di comunicazione con %1: %2</translation>
</message>
<message>
<source>Payment request cannot be parsed!</source>
<translation>La richiesta di pagamento non può essere analizzata o processata!</translation>
</message>
<message>
<source>Bad response from server %1</source>
<translation>Risposta errata da parte del server %1</translation>
</message>
<message>
<source>Network request error</source>
<translation>Errore di richiesta di rete</translation>
</message>
<message>
<source>Payment acknowledged</source>
<translation>Pagamento riconosciuto</translation>
</message>
</context> </context>
<context> <context>
<name>PeerTableModel</name> <name>PeerTableModel</name>
@ -2238,10 +2184,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Reset all settings changed in the GUI</source> <source>Reset all settings changed in the GUI</source>
<translation>Reimposta tutti i campi dell'interfaccia grafica</translation> <translation>Reimposta tutti i campi dell'interfaccia grafica</translation>
</message> </message>
<message>
<source>Set SSL root certificates for payment request (default: -system-)</source>
<translation>Imposta i certificati root SSL per le richieste di pagamento (default: -system-)</translation>
</message>
<message> <message>
<source>Show splash screen on startup (default: %u)</source> <source>Show splash screen on startup (default: %u)</source>
<translation>Mostra schermata iniziale all'avvio (default: %u)</translation> <translation>Mostra schermata iniziale all'avvio (default: %u)</translation>
@ -2258,6 +2200,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Error: %1</source> <source>Error: %1</source>
<translation>Errore: %1</translation> <translation>Errore: %1</translation>
</message> </message>
<message>
<source>Error initializing settings: %1</source>
<translation>Errore durante l'inizializzazione delle impostazioni: %1</translation>
</message>
<message> <message>
<source>Error: Failed to load application fonts.</source> <source>Error: Failed to load application fonts.</source>
<translation>Errore:Impossibile caricare i caratteri dell'applicazione</translation> <translation>Errore:Impossibile caricare i caratteri dell'applicazione</translation>
@ -2340,27 +2286,27 @@ https://www.transifex.com/projects/p/dash/</translation>
</message> </message>
<message numerus="yes"> <message numerus="yes">
<source>%n second(s)</source> <source>%n second(s)</source>
<translation><numerusform>%n secondo</numerusform><numerusform>%n secondi</numerusform></translation> <translation><numerusform>%n secondo</numerusform><numerusform>%n secondi</numerusform><numerusform>%n secondi</numerusform></translation>
</message> </message>
<message numerus="yes"> <message numerus="yes">
<source>%n minute(s)</source> <source>%n minute(s)</source>
<translation><numerusform>%n minuto</numerusform><numerusform>%n minuti</numerusform></translation> <translation><numerusform>%n minuto</numerusform><numerusform>%n minuti</numerusform><numerusform>%n minuti</numerusform></translation>
</message> </message>
<message numerus="yes"> <message numerus="yes">
<source>%n hour(s)</source> <source>%n hour(s)</source>
<translation><numerusform>%n ora</numerusform><numerusform>%n ore</numerusform></translation> <translation><numerusform>%n ora</numerusform><numerusform>%n ore</numerusform><numerusform>%n ore</numerusform></translation>
</message> </message>
<message numerus="yes"> <message numerus="yes">
<source>%n day(s)</source> <source>%n day(s)</source>
<translation><numerusform>%n giorno</numerusform><numerusform>%n giorni</numerusform></translation> <translation><numerusform>%n giorno</numerusform><numerusform>%n giorni</numerusform><numerusform>%n giorni</numerusform></translation>
</message> </message>
<message numerus="yes"> <message numerus="yes">
<source>%n week(s)</source> <source>%n week(s)</source>
<translation><numerusform>%n settimana</numerusform><numerusform>%n settimane</numerusform></translation> <translation><numerusform>%n settimana</numerusform><numerusform>%n settimane</numerusform><numerusform>%n settimane</numerusform></translation>
</message> </message>
<message numerus="yes"> <message numerus="yes">
<source>%n year(s)</source> <source>%n year(s)</source>
<translation><numerusform>%n anno</numerusform><numerusform>%n anni</numerusform></translation> <translation><numerusform>%n anno</numerusform><numerusform>%n anni</numerusform><numerusform>%n anni</numerusform></translation>
</message> </message>
<message> <message>
<source>%1 and %2</source> <source>%1 and %2</source>
@ -2401,29 +2347,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>&amp;Save Image...</source> <source>&amp;Save Image...</source>
<translation>&amp;Salva Immagine</translation> <translation>&amp;Salva Immagine</translation>
</message> </message>
<message>
<source>Error creating QR Code.</source>
<translation>Errore di generazione del QR Code</translation>
</message>
</context>
<context>
<name>QRGeneralImageWidget</name>
<message>
<source>&amp;Save Image...</source>
<translation>&amp;Salva Immagine</translation>
</message>
<message>
<source>&amp;Copy Image</source>
<translation>&amp;Copia Immagine</translation>
</message>
<message>
<source>Save QR Code</source>
<translation>Salva codice QR</translation>
</message>
<message>
<source>PNG Image (*.png)</source>
<translation>Immagine PNG (*.png)</translation>
</message>
</context> </context>
<context> <context>
<name>QRImageWidget</name> <name>QRImageWidget</name>
@ -2606,10 +2529,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>-rescan=2: Rescan the block chain for missing wallet transactions starting from genesis block.</source> <source>-rescan=2: Rescan the block chain for missing wallet transactions starting from genesis block.</source>
<translation>-rescan=2: Riesamina la catena di blocchi per le transazioni del portafoglio mancanti a partire dal blocco genesis.</translation> <translation>-rescan=2: Riesamina la catena di blocchi per le transazioni del portafoglio mancanti a partire dal blocco genesis.</translation>
</message> </message>
<message>
<source>Wallet Path</source>
<translation>Percorso del Portafoglio</translation>
</message>
<message> <message>
<source>User Agent</source> <source>User Agent</source>
<translation>User Agent</translation> <translation>User Agent</translation>
@ -2722,26 +2641,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>&amp;Wallet Repair</source> <source>&amp;Wallet Repair</source>
<translation>&amp;Riparare Portafoglio</translation> <translation>&amp;Riparare Portafoglio</translation>
</message> </message>
<message>
<source>Recover transactions 1</source>
<translation>Ristabilire le transazioni 1</translation>
</message>
<message>
<source>Recover transactions 2</source>
<translation>Ristabilire le transazioni 2</translation>
</message>
<message> <message>
<source>Upgrade wallet format</source> <source>Upgrade wallet format</source>
<translation>Aggiorna il formato del portafoglio </translation> <translation>Aggiorna il formato del portafoglio </translation>
</message> </message>
<message>
<source>-zapwallettxes=1: Recover transactions from blockchain (keep meta-data, e.g. account owner).</source>
<translation>-zapwallettxes=1: Recupera transazioni dalla blockchain (mantiene i meta-data, es. il propietario del conto)</translation>
</message>
<message>
<source>-zapwallettxes=2: Recover transactions from blockchain (drop meta-data).</source>
<translation>-zapwallettxes=2: Recupera transazioni dalla blockchain (non conserva i meta-data)</translation>
</message>
<message> <message>
<source>-upgradewallet: Upgrade wallet to latest format on startup. (Note: this is NOT an update of the wallet itself!)</source> <source>-upgradewallet: Upgrade wallet to latest format on startup. (Note: this is NOT an update of the wallet itself!)</source>
<translation>-aggiornaportafoglio: Aggiorna il portafoglio all'ultima versione in startup. (Nota: questo NON é un aggiornamento del portafoglio stesso!)</translation> <translation>-aggiornaportafoglio: Aggiorna il portafoglio all'ultima versione in startup. (Nota: questo NON é un aggiornamento del portafoglio stesso!)</translation>
@ -2850,6 +2753,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Outbound</source> <source>Outbound</source>
<translation>In uscita</translation> <translation>In uscita</translation>
</message> </message>
<message>
<source>Outbound block-relay</source>
<translation>Block-relay in uscita</translation>
</message>
<message> <message>
<source>Yes</source> <source>Yes</source>
<translation>Si</translation> <translation>Si</translation>
@ -2893,6 +2800,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>An optional message to attach to the payment request, which will be displayed when the request is opened.&lt;br&gt;Note: The message will not be sent with the payment over the Dash network.</source> <source>An optional message to attach to the payment request, which will be displayed when the request is opened.&lt;br&gt;Note: The message will not be sent with the payment over the Dash network.</source>
<translation>Messaggio facoltativo da allegare alla richiesta di pagamento, che verrà visualizzato all'apertura della richiesta.&lt;br&gt; Nota: il messaggio non verrà inviato con il pagamento sulla rete di Dash.</translation> <translation>Messaggio facoltativo da allegare alla richiesta di pagamento, che verrà visualizzato all'apertura della richiesta.&lt;br&gt; Nota: il messaggio non verrà inviato con il pagamento sulla rete di Dash.</translation>
</message> </message>
<message>
<source>An optional label to associate with the new receiving address (used by you to identify an invoice). It is also attached to the payment request.</source>
<translation>Un'etichetta facoltativa da associare al nuovo indirizzo di ricezione (da te utilizzata per identificare una fattura). È inoltre allegato alla richiesta di pagamento.</translation>
</message>
<message> <message>
<source>Use this form to request payments. All fields are &lt;b&gt;optional&lt;/b&gt;.</source> <source>Use this form to request payments. All fields are &lt;b&gt;optional&lt;/b&gt;.</source>
<translation>Usa questo modulo per richiedere pagamenti. Tutti i campi sono &lt;b&gt;opzionali&lt;/b&gt;.</translation> <translation>Usa questo modulo per richiedere pagamenti. Tutti i campi sono &lt;b&gt;opzionali&lt;/b&gt;.</translation>
@ -3118,6 +3029,14 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Choose...</source> <source>Choose...</source>
<translation>Scegli...</translation> <translation>Scegli...</translation>
</message> </message>
<message>
<source>When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for dash transactions than the network can process.</source>
<translation>Quando il volume delle transazioni è inferiore allo spazio nei blocchi, i miner e i nodi di inoltro possono applicare una commissione minima. Pagare solo questa tariffa minima va bene, ma tieni presente che ciò può comportare una transazione mai confermata una volta che c'è più richiesta di transazioni precipitose di quanto la rete possa elaborare.</translation>
</message>
<message>
<source>A too low fee might result in a never confirming transaction (read the tooltip)</source>
<translation>Una commissione troppo bassa potrebbe comportare una transazione mai confermata (leggi il tooltip)</translation>
</message>
<message> <message>
<source>Confirmation time target:</source> <source>Confirmation time target:</source>
<translation>Obiettivo del tempo di conferma:</translation> <translation>Obiettivo del tempo di conferma:</translation>
@ -3126,10 +3045,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>If the custom fee is set to 1000 duffs and the transaction is only 250 bytes, then "per kilobyte" only pays 250 duffs in fee,&lt;br /&gt;while "at least" pays 1000 duffs. For transactions bigger than a kilobyte both pay by kilobyte.</source> <source>If the custom fee is set to 1000 duffs and the transaction is only 250 bytes, then "per kilobyte" only pays 250 duffs in fee,&lt;br /&gt;while "at least" pays 1000 duffs. For transactions bigger than a kilobyte both pay by kilobyte.</source>
<translation>Se la tariffa personalizzata è impostata su 1000 duff e la transazione è di soli 250 byte, paga solo 250 duff "per kilobyte" di Fee, &lt;br /&gt;mentre paga "almeno" 1000 duff. Per le transazioni più grandi di un kilobyte pagate entrambi per kilobyte.</translation> <translation>Se la tariffa personalizzata è impostata su 1000 duff e la transazione è di soli 250 byte, paga solo 250 duff "per kilobyte" di Fee, &lt;br /&gt;mentre paga "almeno" 1000 duff. Per le transazioni più grandi di un kilobyte pagate entrambi per kilobyte.</translation>
</message> </message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.&lt;br /&gt;But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process.</source>
<translation>Pagare solo la commissione minima va bene finché il volume di transazioni è minore rispetto allo spazio nei blocchi. &lt;br /&gt;Ma sii consapevole che questo potrebbe risultare in una transazione non confermata, una volta che ci fosse più richiesta di transazioni di Dash di quanto la rete possa elaborare.</translation>
</message>
<message> <message>
<source>per kilobyte</source> <source>per kilobyte</source>
<translation>per kilobyte</translation> <translation>per kilobyte</translation>
@ -3150,10 +3065,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Hide</source> <source>Hide</source>
<translation>Nascondi</translation> <translation>Nascondi</translation>
</message> </message>
<message>
<source>(read the tooltip)</source>
<translation>(leggi il suggerimento)</translation>
</message>
<message> <message>
<source>Recommended:</source> <source>Recommended:</source>
<translation>Raccomandato</translation> <translation>Raccomandato</translation>
@ -3226,10 +3137,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>%1 (%2 blocks)</source> <source>%1 (%2 blocks)</source>
<translation>%1 (%2 bloccare)</translation> <translation>%1 (%2 bloccare)</translation>
</message> </message>
<message>
<source>from wallet %1</source>
<translation>dal wallet %1</translation>
</message>
<message> <message>
<source>using</source> <source>using</source>
<translation>utilizzando</translation> <translation>utilizzando</translation>
@ -3254,6 +3161,30 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Confirm the %1 send action</source> <source>Confirm the %1 send action</source>
<translation>Conferma l'azione di invio %1</translation> <translation>Conferma l'azione di invio %1</translation>
</message> </message>
<message>
<source>Cr&amp;eate Unsigned</source>
<translation>Cr&amp;eate Non firmato</translation>
</message>
<message>
<source>Creates a Partially Signed Bitcoin Transaction (PSBT) for use with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet.</source>
<translation>Crea una Transazione Bitcoin con Firma Parziale (PSBT) da utilizzare ad es. con un portafoglio %1 offline o con un portafoglio hardware compatibile con PSBT.</translation>
</message>
<message>
<source> from wallet '%1'</source>
<translation>Dal wallet '%1'</translation>
</message>
<message>
<source>%1 to '%2'</source>
<translation>%1 a '%2'</translation>
</message>
<message>
<source>Do you want to draft this transaction?</source>
<translation>Vuoi la bozza di questa transazione?</translation>
</message>
<message>
<source>This will produce a Partially Signed Transaction (PSBT) which you can copy and then sign with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet.</source>
<translation>Questo produrrà una transazione con Firma Parziale (PSBT) che puoi copiare e quindi firmare con, ad es., un portafoglio %1 offline o con un portafoglio hardware compatibile con PSBT.</translation>
</message>
<message> <message>
<source>%1 funds only</source> <source>%1 funds only</source>
<translation>Solo fondi %1</translation> <translation>Solo fondi %1</translation>
@ -3280,7 +3211,7 @@ https://www.transifex.com/projects/p/dash/</translation>
</message> </message>
<message numerus="yes"> <message numerus="yes">
<source>This transaction will consume %n input(s)</source> <source>This transaction will consume %n input(s)</source>
<translation><numerusform>Questa transazione consumerà %n input</numerusform><numerusform>Questa transazione consumerà %n input</numerusform></translation> <translation><numerusform>Questa transazione consumerà %n input</numerusform><numerusform>Questa transazione consumerà %n input</numerusform><numerusform>Questa transazione consumerà %n input</numerusform></translation>
</message> </message>
<message> <message>
<source>Warning: Using %1 with %2 or more inputs can harm your privacy and is not recommended</source> <source>Warning: Using %1 with %2 or more inputs can harm your privacy and is not recommended</source>
@ -3298,10 +3229,30 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>or</source> <source>or</source>
<translation>oppure</translation> <translation>oppure</translation>
</message> </message>
<message>
<source>To review recipient list click "Show Details..."</source>
<translation>Per rivedere l'elenco dei destinatari facendo clic su "Mostra dettagli..."</translation>
</message>
<message> <message>
<source>Confirm send coins</source> <source>Confirm send coins</source>
<translation>Conferma l'invio di dash</translation> <translation>Conferma l'invio di dash</translation>
</message> </message>
<message>
<source>Confirm transaction proposal</source>
<translation>Conferma la proposta di transazione</translation>
</message>
<message>
<source>Copy PSBT to clipboard</source>
<translation>Copia PSBT negli appunti</translation>
</message>
<message>
<source>Send</source>
<translation>Invia</translation>
</message>
<message>
<source>PSBT copied</source>
<translation>PSBT copiata</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation> L'indirizzo del destinatario non è valido. Si prega di ricontrollare.</translation> <translation> L'indirizzo del destinatario non è valido. Si prega di ricontrollare.</translation>
@ -3334,13 +3285,9 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Payment request expired.</source> <source>Payment request expired.</source>
<translation>Richiesta di pagamento scaduta.</translation> <translation>Richiesta di pagamento scaduta.</translation>
</message> </message>
<message>
<source>Pay only the required fee of %1</source>
<translation> Paga solo la commissione richiesta di %1</translation>
</message>
<message numerus="yes"> <message numerus="yes">
<source>Estimated to begin confirmation within %n block(s).</source> <source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Inizio della confirmazione stimato in %n blocco</numerusform><numerusform>Inizio del processo di conferma stimato in %n blocchi</numerusform></translation> <translation><numerusform>Inizio della confirmazione stimato in %n blocco</numerusform><numerusform>Inizio del processo di conferma stimato in %n blocchi</numerusform><numerusform>Inizio del processo di conferma stimato in %n blocchi</numerusform></translation>
</message> </message>
<message> <message>
<source>Warning: Invalid Dash address</source> <source>Warning: Invalid Dash address</source>
@ -3445,17 +3392,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Memo:</source> <source>Memo:</source>
<translation>Memo:</translation> <translation>Memo:</translation>
</message> </message>
<message>
<source>Enter a label for this address to add it to your address book</source>
<translation>Inserisci un'etichetta per questo indirizzo, per aggiungerlo nella rubrica</translation>
</message>
</context>
<context>
<name>SendConfirmationDialog</name>
<message>
<source>Send</source>
<translation>Manda</translation>
</message>
</context> </context>
<context> <context>
<name>ShutdownWindow</name> <name>ShutdownWindow</name>
@ -3657,7 +3593,7 @@ https://www.transifex.com/projects/p/dash/</translation>
<name>TransactionDesc</name> <name>TransactionDesc</name>
<message numerus="yes"> <message numerus="yes">
<source>Open for %n more block(s)</source> <source>Open for %n more block(s)</source>
<translation><numerusform>Aperto per %n blocco in piú</numerusform><numerusform>Aperto per %n blocchi in piú</numerusform></translation> <translation><numerusform>Aperto per %n blocco in piú</numerusform><numerusform>Aperto per %n blocchi in piú</numerusform><numerusform>Aperto per %n blocchi in piú</numerusform></translation>
</message> </message>
<message> <message>
<source>Open until %1</source> <source>Open until %1</source>
@ -3745,7 +3681,7 @@ https://www.transifex.com/projects/p/dash/</translation>
</message> </message>
<message numerus="yes"> <message numerus="yes">
<source>matures in %n more block(s)</source> <source>matures in %n more block(s)</source>
<translation><numerusform>Matura in %n blocco in piú</numerusform><numerusform>Matura in %n blocchi in piú</numerusform></translation> <translation><numerusform>Matura in %n blocco in piú</numerusform><numerusform>Matura in %n blocchi in piú</numerusform><numerusform>Matura in %n blocchi in piú</numerusform></translation>
</message> </message>
<message> <message>
<source>not accepted</source> <source>not accepted</source>
@ -3791,14 +3727,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Transaction total size</source> <source>Transaction total size</source>
<translation>Dimensione totale della transazione</translation> <translation>Dimensione totale della transazione</translation>
</message> </message>
<message>
<source> (Certificate was not verified)</source>
<translation>(Il Certificato non è stato verificato)</translation>
</message>
<message>
<source>Merchant</source>
<translation>Negoziante</translation>
</message>
<message> <message>
<source>Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.</source> <source>Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.</source>
<translation>È necessario attendere %1 blocchi prima che le monete generate possano essere spese. Quando è stato generato questo blocco, è stato trasmesso alla rete in modo da poter essere aggiunto alla blockchain. Se l'inserimento avrà esito negativo il suo stato sarà modificato in "non accettato" e risulterà non spendibile. Questo può occasionalmente accadere se un altro nodo genera un blocco entro pochi secondi dal tuo.</translation> <translation>È necessario attendere %1 blocchi prima che le monete generate possano essere spese. Quando è stato generato questo blocco, è stato trasmesso alla rete in modo da poter essere aggiunto alla blockchain. Se l'inserimento avrà esito negativo il suo stato sarà modificato in "non accettato" e risulterà non spendibile. Questo può occasionalmente accadere se un altro nodo genera un blocco entro pochi secondi dal tuo.</translation>
@ -3855,7 +3783,7 @@ https://www.transifex.com/projects/p/dash/</translation>
</message> </message>
<message numerus="yes"> <message numerus="yes">
<source>Open for %n more block(s)</source> <source>Open for %n more block(s)</source>
<translation><numerusform>Aperto per %n blocco in piú</numerusform><numerusform>Aperto per %n blocchi in piú</numerusform></translation> <translation><numerusform>Aperto per %n blocco in piú</numerusform><numerusform>Aperto per %n blocchi in piú</numerusform><numerusform>Aperto per %n blocchi in piú</numerusform></translation>
</message> </message>
<message> <message>
<source>Open until %1</source> <source>Open until %1</source>
@ -4064,6 +3992,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Abandon transaction</source> <source>Abandon transaction</source>
<translation>Abbandona transazione </translation> <translation>Abbandona transazione </translation>
</message> </message>
<message>
<source>Resend transaction</source>
<translation>Invia nuovamente la transazione</translation>
</message>
<message> <message>
<source>Copy address</source> <source>Copy address</source>
<translation>Copia l'indirizzo</translation> <translation>Copia l'indirizzo</translation>
@ -4190,8 +4122,16 @@ https://www.transifex.com/projects/p/dash/</translation>
<context> <context>
<name>WalletFrame</name> <name>WalletFrame</name>
<message> <message>
<source>No wallet has been loaded.</source> <source>No wallet has been loaded.
<translation>Non è stato caricato alcun portafoglio.</translation> Go to File &gt; Open Wallet to load a wallet.
- OR -</source>
<translation>Nessun portafoglio è stato caricato.
Vai su File &gt; Apri Wallet per caricare un Wallet.
- Oppure -</translation>
</message>
<message>
<source>Create a new wallet</source>
<translation>Crea un nuovo Wallet</translation>
</message> </message>
</context> </context>
<context> <context>
@ -4346,6 +4286,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Invalid amount for -maxtxfee=&lt;amount&gt;: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions)</source> <source>Invalid amount for -maxtxfee=&lt;amount&gt;: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions)</source>
<translation>Importo non valido per -maxtxfee=&lt;amount&gt;: '%s' (deve essere almeno pari alla commissione 'minrelay fee' di %s per prevenire transazioni bloccate)</translation> <translation>Importo non valido per -maxtxfee=&lt;amount&gt;: '%s' (deve essere almeno pari alla commissione 'minrelay fee' di %s per prevenire transazioni bloccate)</translation>
</message> </message>
<message>
<source>SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported</source>
<translation>SQLiteDatabase: schema del wallet sqlite alla versione sconosciuta %d. È supportata solo la versione %d</translation>
</message>
<message> <message>
<source>Transaction index can't be disabled with governance validation enabled. Either start with -disablegovernance command line switch or enable transaction index.</source> <source>Transaction index can't be disabled with governance validation enabled. Either start with -disablegovernance command line switch or enable transaction index.</source>
<translation>L'indice di transazione non può essere disabilitato con la convalida della governance abilitata. Inizia con l'opzione della riga di comando -disablegovernance o abilita l'indice delle transazioni.</translation> <translation>L'indice di transazione non può essere disabilitato con la convalida della governance abilitata. Inizia con l'opzione della riga di comando -disablegovernance o abilita l'indice delle transazioni.</translation>
@ -4518,10 +4462,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)</source> <source>Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)</source>
<translation>Prune: l'ultima sincronizzazione del portafoglio risulta essere oltre la riduzione dei dati. È necessario eseguire un -reindex (scaricare nuovamente la blockchain in caso di nodo pruned)</translation> <translation>Prune: l'ultima sincronizzazione del portafoglio risulta essere oltre la riduzione dei dati. È necessario eseguire un -reindex (scaricare nuovamente la blockchain in caso di nodo pruned)</translation>
</message> </message>
<message>
<source>Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.</source>
<translation>Non è possibile un Rescan in modalità pruned. Sarà necessario utilizzare -reindex che farà scaricare nuovamente tutta la blockchain.</translation>
</message>
<message> <message>
<source>The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct</source> <source>The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct</source>
<translation>Il database dei blocchi contiene un blocco che sembra provenire dal futuro. Questo può essere dovuto alla data e ora del tuo computer impostate in modo scorretto. Ricostruisci il database dei blocchi se sei certo che la data e l'ora sul tuo computer siano corrette</translation> <translation>Il database dei blocchi contiene un blocco che sembra provenire dal futuro. Questo può essere dovuto alla data e ora del tuo computer impostate in modo scorretto. Ricostruisci il database dei blocchi se sei certo che la data e l'ora sul tuo computer siano corrette</translation>
@ -4590,10 +4530,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Error upgrading evo database</source> <source>Error upgrading evo database</source>
<translation>Errore durante l'aggiornamento del database evo</translation> <translation>Errore durante l'aggiornamento del database evo</translation>
</message> </message>
<message>
<source>Error: A fatal internal error occurred, see debug.log for details</source>
<translation>Errore: si è presentato un errore interno fatale, consulta il file debug.log per maggiori dettagli</translation>
</message>
<message> <message>
<source>Error: Disk space is low for %s</source> <source>Error: Disk space is low for %s</source>
<translation>Errore: lo spazio su disco è insufficiente per %s</translation> <translation>Errore: lo spazio su disco è insufficiente per %s</translation>
@ -4626,6 +4562,14 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Failed to rescan the wallet during initialization</source> <source>Failed to rescan the wallet during initialization</source>
<translation>Impossibile eseguire nuovamente la scansione del portafoglio durante l'inizializzazione</translation> <translation>Impossibile eseguire nuovamente la scansione del portafoglio durante l'inizializzazione</translation>
</message> </message>
<message>
<source>Failed to verify database</source>
<translation>Impossibile verificare il database</translation>
</message>
<message>
<source>Ignoring duplicate -wallet %s.</source>
<translation>Duplicato -wallet %s ignorato.</translation>
</message>
<message> <message>
<source>Invalid P2P permission: '%s'</source> <source>Invalid P2P permission: '%s'</source>
<translation>Autorizzazione P2P non valida: '%s'</translation> <translation>Autorizzazione P2P non valida: '%s'</translation>
@ -4706,6 +4650,22 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Pruning blockstore...</source> <source>Pruning blockstore...</source>
<translation>Pruning del blockstore...</translation> <translation>Pruning del blockstore...</translation>
</message> </message>
<message>
<source>SQLiteDatabase: Failed to execute statement to verify database: %s</source>
<translation>SQLiteDatabase: Impossibile eseguire l'istruzione per verificare il database: %s</translation>
</message>
<message>
<source>SQLiteDatabase: Failed to prepare statement to verify database: %s</source>
<translation>SQLiteDatabase: Impossibile preparare l'istruzione per verificare il database: %s</translation>
</message>
<message>
<source>SQLiteDatabase: Failed to read database verification error: %s</source>
<translation>SQLiteDatabase: Impossibile leggere l'errore di verifica del database: %s</translation>
</message>
<message>
<source>SQLiteDatabase: Unexpected application id. Expected %u, got %u</source>
<translation>SQLiteDatabase: ID applicazione imprevisto. Previsto %u, ottenuto %u</translation>
</message>
<message> <message>
<source>Section [%s] is not recognized.</source> <source>Section [%s] is not recognized.</source>
<translation>La sezione [%s] non è riconosciuta.</translation> <translation>La sezione [%s] non è riconosciuta.</translation>
@ -4864,10 +4824,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>This is the transaction fee you may pay when fee estimates are not available.</source> <source>This is the transaction fee you may pay when fee estimates are not available.</source>
<translation>Questo è il costo di transazione che potresti pagare quando le stime della fee non sono disponibili.</translation> <translation>Questo è il costo di transazione che potresti pagare quando le stime della fee non sono disponibili.</translation>
</message> </message>
<message>
<source>This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard.</source>
<translation>Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso del Toolkit OpenSSL %s, software crittografico scritto da Eric Young e software UPnP scritto da Thomas Bernard.</translation>
</message>
<message> <message>
<source>Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate.</source> <source>Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate.</source>
<translation>Impossibile riprodurre i blocchi. Dovrai ricostruire il database usando -reindex-chainstate.</translation> <translation>Impossibile riprodurre i blocchi. Dovrai ricostruire il database usando -reindex-chainstate.</translation>
@ -4948,10 +4904,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Error loading %s: You can't disable HD on an already existing HD wallet</source> <source>Error loading %s: You can't disable HD on an already existing HD wallet</source>
<translation>Errore durante il caricamento di %s: non è possibile disabilitare l'HD su un portafoglio HD già esistente</translation> <translation>Errore durante il caricamento di %s: non è possibile disabilitare l'HD su un portafoglio HD già esistente</translation>
</message> </message>
<message>
<source>Error loading wallet %s. Duplicate -wallet filename specified.</source>
<translation>Errore durante il caricamento del portafoglio%s. Il Nome -wallet filename specificato è duplicato </translation>
</message>
<message> <message>
<source>Error upgrading chainstate database</source> <source>Error upgrading chainstate database</source>
<translation>Errore durante l'aggiornamento del database chainstate</translation> <translation>Errore durante l'aggiornamento del database chainstate</translation>
@ -5172,9 +5124,5 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Your entries added successfully.</source> <source>Your entries added successfully.</source>
<translation>Le tue voci sono state aggiunte con successo.</translation> <translation>Le tue voci sono state aggiunte con successo.</translation>
</message> </message>
<message>
<source>Zapping all transactions from wallet...</source>
<translation>Cancella e ricompila tutte le transazioni dal wallet...</translation>
</message>
</context> </context>
</TS> </TS>

View File

@ -115,6 +115,8 @@
</message> </message>
<message> <message>
<source>There was an error trying to save the address list to %1. Please try again.</source> <source>There was an error trying to save the address list to %1. Please try again.</source>
<comment>An error message.</comment>
<extracomment>%1 is a name of the file (e.g., "addrbook.csv") that the bitcoin addresses were exported to.</extracomment>
<translation>Wystąpił błąd podczas próby zapisu listy adresów do %1. Spróbuj ponownie.</translation> <translation>Wystąpił błąd podczas próby zapisu listy adresów do %1. Spróbuj ponownie.</translation>
</message> </message>
</context> </context>
@ -515,10 +517,6 @@
<source>&amp;Debug console</source> <source>&amp;Debug console</source>
<translation>Konsola &amp;debugowania</translation> <translation>Konsola &amp;debugowania</translation>
</message> </message>
<message>
<source>Open debugging console</source>
<translation>Otwórz konsolę debugowania</translation>
</message>
<message> <message>
<source>&amp;Network Monitor</source> <source>&amp;Network Monitor</source>
<translation>Mo&amp;nitor Sieci</translation> <translation>Mo&amp;nitor Sieci</translation>
@ -571,10 +569,6 @@
<source>Open &amp;URI...</source> <source>Open &amp;URI...</source>
<translation>Otwórz &amp;URI...</translation> <translation>Otwórz &amp;URI...</translation>
</message> </message>
<message>
<source>Open a dash: URI or payment request</source>
<translation>Otwórz dash: Link lub żądanie zapłaty</translation>
</message>
<message> <message>
<source>&amp;Command-line options</source> <source>&amp;Command-line options</source>
<translation>&amp;Opcje konsoli</translation> <translation>&amp;Opcje konsoli</translation>
@ -609,6 +603,14 @@
<source>Show information about %1</source> <source>Show information about %1</source>
<translation>Pokaż informacje o %1</translation> <translation>Pokaż informacje o %1</translation>
</message> </message>
<message>
<source>Open debugging and diagnostic console</source>
<translation>Otwórz debugowanie i konsolę diagnostyczną</translation>
</message>
<message>
<source>Open a dash: URI</source>
<translation>Otwórz dash: URI</translation>
</message>
<message> <message>
<source>Create Wallet...</source> <source>Create Wallet...</source>
<translation>Stwórz Portfel...</translation> <translation>Stwórz Portfel...</translation>
@ -1150,7 +1152,7 @@
<translation>Filtruj listę:</translation> <translation>Filtruj listę:</translation>
</message> </message>
<message> <message>
<source>Filter propsal list</source> <source>Filter proposal list</source>
<translation>Filtruj listę wniosków</translation> <translation>Filtruj listę wniosków</translation>
</message> </message>
<message> <message>
@ -1290,6 +1292,10 @@
<source>Service</source> <source>Service</source>
<translation>Usługa</translation> <translation>Usługa</translation>
</message> </message>
<message>
<source>Type</source>
<translation>Typ</translation>
</message>
<message> <message>
<source>PoSe Score</source> <source>PoSe Score</source>
<translation>Wynik PoSe</translation> <translation>Wynik PoSe</translation>
@ -1436,22 +1442,10 @@
<source>Open URI</source> <source>Open URI</source>
<translation>Otwórz URI:</translation> <translation>Otwórz URI:</translation>
</message> </message>
<message>
<source>Open payment request from URI or file</source>
<translation>Otwórz żądanie zapłaty z URI lub pliku</translation>
</message>
<message> <message>
<source>URI:</source> <source>URI:</source>
<translation>URI:</translation> <translation>URI:</translation>
</message> </message>
<message>
<source>Select payment request file</source>
<translation>Otwórz żądanie zapłaty z pliku</translation>
</message>
<message>
<source>Select payment request file to open</source>
<translation>Wybierz plik żądania zapłaty do otwarcia</translation>
</message>
</context> </context>
<context> <context>
<name>OpenWalletActivity</name> <name>OpenWalletActivity</name>
@ -1590,10 +1584,6 @@
<source>Automatically open the Dash Core client port on the router. This only works when your router supports UPnP and it is enabled.</source> <source>Automatically open the Dash Core client port on the router. This only works when your router supports UPnP and it is enabled.</source>
<translation>Automatycznie otwórz port klienta Dash Core na ruterze. Opcja działa jedynie, jeżeli router obsługuje UPnP i funkcja UPnP jest włączona.</translation> <translation>Automatycznie otwórz port klienta Dash Core na ruterze. Opcja działa jedynie, jeżeli router obsługuje UPnP i funkcja UPnP jest włączona.</translation>
</message> </message>
<message>
<source>Automatically open the Bitcoin client port on the router. This only works when your router supports NAT-PMP and it is enabled. The external port could be random.</source>
<translation>Automatycznie otwórz port klienta Bitcoina na routerze. Działa to tylko wtedy, gdy router obsługuje NAT-PMP i jest włączony. Port zewnętrzny może być losowy.</translation>
</message>
<message> <message>
<source>Map port using NA&amp;T-PMP</source> <source>Map port using NA&amp;T-PMP</source>
<translation>Mapuj port za pomocą NA&amp;T-PMP</translation> <translation>Mapuj port za pomocą NA&amp;T-PMP</translation>
@ -2046,14 +2036,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>'dash://' is not a valid URI. Use 'dash:' instead.</source> <source>'dash://' is not a valid URI. Use 'dash:' instead.</source>
<translation>'Dash: //' nie jest prawidłowym identyfikatorem URI. Zamiast tego użyj 'Dash:'.</translation> <translation>'Dash: //' nie jest prawidłowym identyfikatorem URI. Zamiast tego użyj 'Dash:'.</translation>
</message> </message>
<message>
<source>Payment request fetch URL is invalid: %1</source>
<translation>Żądanie płatności podowduje że URL jest niewłaściwy: %1</translation>
</message>
<message>
<source>Cannot process payment request because BIP70 support was not compiled in.</source>
<translation>Nie można przetworzyć żądania płatności, ponieważ obsługa BIP70 nie została wkompilowana.</translation>
</message>
<message> <message>
<source>Invalid payment address %1</source> <source>Invalid payment address %1</source>
<translation>Nieprawidłowy adres płatności %1</translation> <translation>Nieprawidłowy adres płatności %1</translation>
@ -2066,66 +2048,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Payment request file handling</source> <source>Payment request file handling</source>
<translation>Obsługa pliku z żądaniem płatności</translation> <translation>Obsługa pliku z żądaniem płatności</translation>
</message> </message>
<message>
<source>Payment request file cannot be read! This can be caused by an invalid payment request file.</source>
<translation>Nie można odczytać pliku z żądaniem płatności! Może to być spowodowane przez niewłaściwy plik z żądaniem płatności.</translation>
</message>
<message>
<source>Payment request rejected</source>
<translation>Żądanie płatności zostało odrzucone</translation>
</message>
<message>
<source>Payment request network doesn't match client network.</source>
<translation>Sieć żądania płatnośc nie pasuje do sieci klienta.</translation>
</message>
<message>
<source>Payment request expired.</source>
<translation>Żądanie płatności wygasło.</translation>
</message>
<message>
<source>Payment request is not initialized.</source>
<translation>Żądanie płatności nie zostało zainicjonowane.</translation>
</message>
<message>
<source>Unverified payment requests to custom payment scripts are unsupported.</source>
<translation>Niezweryfikowane żądania płatności dla specjalnych skryptów z płatnościami nie obsługiwane.</translation>
</message>
<message>
<source>Invalid payment request.</source>
<translation>Nieważne żądanie płatności.</translation>
</message>
<message>
<source>Requested payment amount of %1 is too small (considered dust).</source>
<translation>Żądana kwota %1 jest za niska (uznana za pył).</translation>
</message>
<message>
<source>Refund from %1</source>
<translation>Zwrot z %1</translation>
</message>
<message>
<source>Payment request %1 is too large (%2 bytes, allowed %3 bytes).</source>
<translation>Żądanie płatności %1 jest zbyt duże (%2 bitów, maksymalny rozmiar to %3 bitów).</translation>
</message>
<message>
<source>Error communicating with %1: %2</source>
<translation>Błąd komunikacji z %1 : %2</translation>
</message>
<message>
<source>Payment request cannot be parsed!</source>
<translation>Żądanie płatności nie może zostać przeanalizowane!</translation>
</message>
<message>
<source>Bad response from server %1</source>
<translation>Błędna odpowiedź z serwera %1</translation>
</message>
<message>
<source>Network request error</source>
<translation>Błąd żądania sieci</translation>
</message>
<message>
<source>Payment acknowledged</source>
<translation>Płatność potwierdzona</translation>
</message>
</context> </context>
<context> <context>
<name>PeerTableModel</name> <name>PeerTableModel</name>
@ -2238,10 +2160,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Reset all settings changed in the GUI</source> <source>Reset all settings changed in the GUI</source>
<translation>Resetuj wszystkie ustawienia zmienione w graficznym interfejsie użytkownika</translation> <translation>Resetuj wszystkie ustawienia zmienione w graficznym interfejsie użytkownika</translation>
</message> </message>
<message>
<source>Set SSL root certificates for payment request (default: -system-)</source>
<translation>Ustaw główne cerytfikaty SSL dla żądań płatności (domyślnie: -system-)</translation>
</message>
<message> <message>
<source>Show splash screen on startup (default: %u)</source> <source>Show splash screen on startup (default: %u)</source>
<translation>Przy uruchamianiu pokaż ekran powitalny (domyślnie: %u)</translation> <translation>Przy uruchamianiu pokaż ekran powitalny (domyślnie: %u)</translation>
@ -2401,29 +2319,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>&amp;Save Image...</source> <source>&amp;Save Image...</source>
<translation>&amp;Zapisz obraz...</translation> <translation>&amp;Zapisz obraz...</translation>
</message> </message>
<message>
<source>Error creating QR Code.</source>
<translation>Błąd kreowania kodu QR.</translation>
</message>
</context>
<context>
<name>QRGeneralImageWidget</name>
<message>
<source>&amp;Save Image...</source>
<translation>&amp;Zapisz obraz...</translation>
</message>
<message>
<source>&amp;Copy Image</source>
<translation>&amp;Kopiuj obraz</translation>
</message>
<message>
<source>Save QR Code</source>
<translation>Zapisz Kod QR</translation>
</message>
<message>
<source>PNG Image (*.png)</source>
<translation>Obraz PNG (*.png)</translation>
</message>
</context> </context>
<context> <context>
<name>QRImageWidget</name> <name>QRImageWidget</name>
@ -2606,10 +2501,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>-rescan=2: Rescan the block chain for missing wallet transactions starting from genesis block.</source> <source>-rescan=2: Rescan the block chain for missing wallet transactions starting from genesis block.</source>
<translation>-rescan = 2: Skanuj ponownie łańcuch bloków w poszukiwaniu brakujących transakcji portfela, zaczynając od bloku Genesis.</translation> <translation>-rescan = 2: Skanuj ponownie łańcuch bloków w poszukiwaniu brakujących transakcji portfela, zaczynając od bloku Genesis.</translation>
</message> </message>
<message>
<source>Wallet Path</source>
<translation>Ścieżka portfela</translation>
</message>
<message> <message>
<source>User Agent</source> <source>User Agent</source>
<translation>Agent użytkownika</translation> <translation>Agent użytkownika</translation>
@ -2722,26 +2613,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>&amp;Wallet Repair</source> <source>&amp;Wallet Repair</source>
<translation>&amp;Naprawa portfela</translation> <translation>&amp;Naprawa portfela</translation>
</message> </message>
<message>
<source>Recover transactions 1</source>
<translation>Odzyskaj transakcję 1</translation>
</message>
<message>
<source>Recover transactions 2</source>
<translation>Odzyskaj transakcję 2</translation>
</message>
<message> <message>
<source>Upgrade wallet format</source> <source>Upgrade wallet format</source>
<translation>Uaktualnij format portfela</translation> <translation>Uaktualnij format portfela</translation>
</message> </message>
<message>
<source>-zapwallettxes=1: Recover transactions from blockchain (keep meta-data, e.g. account owner).</source>
<translation>-zapwallettxes=1: Odzyskaj transakcje z łańcucha bloków (nie zmieniaj meta-danych, np. właściciela konta).</translation>
</message>
<message>
<source>-zapwallettxes=2: Recover transactions from blockchain (drop meta-data).</source>
<translation>-zapwallettxes=2: Odzyskaj transakcje z blockchainu (pozbądź się meta-danych)</translation>
</message>
<message> <message>
<source>-upgradewallet: Upgrade wallet to latest format on startup. (Note: this is NOT an update of the wallet itself!)</source> <source>-upgradewallet: Upgrade wallet to latest format on startup. (Note: this is NOT an update of the wallet itself!)</source>
<translation>-upgradewallet: przeprowadź upgrade portfela do najnowszego formatu podczas uruchomienia. (Nie oznacza to zaktualizowania samego portfela!)</translation> <translation>-upgradewallet: przeprowadź upgrade portfela do najnowszego formatu podczas uruchomienia. (Nie oznacza to zaktualizowania samego portfela!)</translation>
@ -3126,10 +3001,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>If the custom fee is set to 1000 duffs and the transaction is only 250 bytes, then "per kilobyte" only pays 250 duffs in fee,&lt;br /&gt;while "at least" pays 1000 duffs. For transactions bigger than a kilobyte both pay by kilobyte.</source> <source>If the custom fee is set to 1000 duffs and the transaction is only 250 bytes, then "per kilobyte" only pays 250 duffs in fee,&lt;br /&gt;while "at least" pays 1000 duffs. For transactions bigger than a kilobyte both pay by kilobyte.</source>
<translation>Jeśli ręcznie ustalona opłata wynosi 1000 Duffów, a sama transakcja ma tylko 250 bajtów, to opłata "za kilobajt" wynosi tylko 250 duffów. &lt;br/&gt;Dzieje się tak dla każdej transakcji poniżej 1000 duffów. W przypadku transakcji większych niż jeden kilobajt opłata jest naliczana od kilobajta. </translation> <translation>Jeśli ręcznie ustalona opłata wynosi 1000 Duffów, a sama transakcja ma tylko 250 bajtów, to opłata "za kilobajt" wynosi tylko 250 duffów. &lt;br/&gt;Dzieje się tak dla każdej transakcji poniżej 1000 duffów. W przypadku transakcji większych niż jeden kilobajt opłata jest naliczana od kilobajta. </translation>
</message> </message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.&lt;br /&gt;But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process.</source>
<translation>Uiszczanie minimalnej opłaty za transakcję jest ok, dopóki ilość transakcji nie przekracza dostępnego miejsca w bloku. &lt;br /&gt;Jeśli zostanie wysłanych więcej transakcji niż sieć może przetworzyć, to może się zdarzyć, że Twoja transakcja nigdy nie zostanie potwierdzona.</translation>
</message>
<message> <message>
<source>per kilobyte</source> <source>per kilobyte</source>
<translation>na kilobajt</translation> <translation>na kilobajt</translation>
@ -3150,10 +3021,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Hide</source> <source>Hide</source>
<translation>Ukryj</translation> <translation>Ukryj</translation>
</message> </message>
<message>
<source>(read the tooltip)</source>
<translation>(przeczytaj podpowiedź w chmurce)</translation>
</message>
<message> <message>
<source>Recommended:</source> <source>Recommended:</source>
<translation>Polecany:</translation> <translation>Polecany:</translation>
@ -3226,10 +3093,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>%1 (%2 blocks)</source> <source>%1 (%2 blocks)</source>
<translation>%1 (%2 bloki)</translation> <translation>%1 (%2 bloki)</translation>
</message> </message>
<message>
<source>from wallet %1</source>
<translation>z portfela %1</translation>
</message>
<message> <message>
<source>using</source> <source>using</source>
<translation>używając</translation> <translation>używając</translation>
@ -3334,10 +3197,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Payment request expired.</source> <source>Payment request expired.</source>
<translation>Żądanie płatności wygasło.</translation> <translation>Żądanie płatności wygasło.</translation>
</message> </message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Uiść jedynie minimalną opłatę %1</translation>
</message>
<message numerus="yes"> <message numerus="yes">
<source>Estimated to begin confirmation within %n block(s).</source> <source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Potwierdzenia zaczną się za około %n blok</numerusform><numerusform>Potwierdzenia zaczną się za około %n bloki</numerusform><numerusform>Potwierdzenia zaczną się za około %n bloków</numerusform><numerusform>Potwierdzenia zaczną się za około %n bloków</numerusform></translation> <translation><numerusform>Potwierdzenia zaczną się za około %n blok</numerusform><numerusform>Potwierdzenia zaczną się za około %n bloki</numerusform><numerusform>Potwierdzenia zaczną się za około %n bloków</numerusform><numerusform>Potwierdzenia zaczną się za około %n bloków</numerusform></translation>
@ -3445,17 +3304,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Memo:</source> <source>Memo:</source>
<translation>Notatka:</translation> <translation>Notatka:</translation>
</message> </message>
<message>
<source>Enter a label for this address to add it to your address book</source>
<translation>Wprowadź etykietę dla tego adresu by dodać go do książki adresowej</translation>
</message>
</context>
<context>
<name>SendConfirmationDialog</name>
<message>
<source>Send</source>
<translation>Wyślij</translation>
</message>
</context> </context>
<context> <context>
<name>ShutdownWindow</name> <name>ShutdownWindow</name>
@ -3791,14 +3639,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Transaction total size</source> <source>Transaction total size</source>
<translation>Całkowity rozmiar transakcji</translation> <translation>Całkowity rozmiar transakcji</translation>
</message> </message>
<message>
<source> (Certificate was not verified)</source>
<translation>(Certyfikat nie został zweryfikowany)</translation>
</message>
<message>
<source>Merchant</source>
<translation>Kupiec</translation>
</message>
<message> <message>
<source>Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.</source> <source>Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.</source>
<translation>Wygenerowane monety muszą dojrzeć przez %1 bloków zanim będzie można je wysłać. Gdy wygenerowałeś ten blok, został on ogłoszony w sieci i dodany do łańcucha bloków. Jeżeli nie uda mu się wejść do łańcucha, jego status zostanie zmieniony na "nie zaakceptowano" i nie będzie można go wydać. To czasem zdarza się, gdy inny węzeł wygeneruje blok kilka sekund przed tobą.</translation> <translation>Wygenerowane monety muszą dojrzeć przez %1 bloków zanim będzie można je wysłać. Gdy wygenerowałeś ten blok, został on ogłoszony w sieci i dodany do łańcucha bloków. Jeżeli nie uda mu się wejść do łańcucha, jego status zostanie zmieniony na "nie zaakceptowano" i nie będzie można go wydać. To czasem zdarza się, gdy inny węzeł wygeneruje blok kilka sekund przed tobą.</translation>
@ -4189,11 +4029,7 @@ https://www.transifex.com/projects/p/dash/</translation>
</context> </context>
<context> <context>
<name>WalletFrame</name> <name>WalletFrame</name>
<message> </context>
<source>No wallet has been loaded.</source>
<translation>Nie załadowano żadnego portfela.</translation>
</message>
</context>
<context> <context>
<name>WalletModel</name> <name>WalletModel</name>
<message> <message>
@ -4518,10 +4354,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)</source> <source>Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)</source>
<translation>Oczyszczanie: ostatnia synchronizacja portfela sięga poza skasowane dane. Użyj -reindex (w razie oczyszczenia węzła, ponownie pobierz cały łańcuch bloków).</translation> <translation>Oczyszczanie: ostatnia synchronizacja portfela sięga poza skasowane dane. Użyj -reindex (w razie oczyszczenia węzła, ponownie pobierz cały łańcuch bloków).</translation>
</message> </message>
<message>
<source>Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.</source>
<translation>Ponownie skanowanie jest niemożliwe w trybie oczyszczania. Użyj -reindex, co spowoduje ponowne pobranie całego łańcucha bloków.</translation>
</message>
<message> <message>
<source>The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct</source> <source>The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct</source>
<translation>Baza danych bloków zawiera blok, który zdaje się pochodzić z przyszłości. Taka sytuacja może się zdarzyć, jeżeli zegar Twojego komputera pokazuje niepoprawną datę i godzinę. Przebuduj bazę danych bloków wyłącznie, jeżeli masz pewność, że zegar Twojego komputera pokazuje poprawną datę i godzinę. </translation> <translation>Baza danych bloków zawiera blok, który zdaje się pochodzić z przyszłości. Taka sytuacja może się zdarzyć, jeżeli zegar Twojego komputera pokazuje niepoprawną datę i godzinę. Przebuduj bazę danych bloków wyłącznie, jeżeli masz pewność, że zegar Twojego komputera pokazuje poprawną datę i godzinę. </translation>
@ -4590,10 +4422,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Error upgrading evo database</source> <source>Error upgrading evo database</source>
<translation>Wystąpił błąd podczas ulepszania bazy danych evo. </translation> <translation>Wystąpił błąd podczas ulepszania bazy danych evo. </translation>
</message> </message>
<message>
<source>Error: A fatal internal error occurred, see debug.log for details</source>
<translation>Błąd: Wystąpił wewnętrzny błąd krytyczny, szczegóły znajdziesz w pliku debug.log</translation>
</message>
<message> <message>
<source>Error: Disk space is low for %s</source> <source>Error: Disk space is low for %s</source>
<translation>Błąd: Nie ma wystarczająco miejsca na dysku dla %s</translation> <translation>Błąd: Nie ma wystarczająco miejsca na dysku dla %s</translation>
@ -4864,10 +4692,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>This is the transaction fee you may pay when fee estimates are not available.</source> <source>This is the transaction fee you may pay when fee estimates are not available.</source>
<translation>To jest prawdopodobny koszt transakcj jeśli szacunki opłat niedostępne. </translation> <translation>To jest prawdopodobny koszt transakcj jeśli szacunki opłat niedostępne. </translation>
</message> </message>
<message>
<source>This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard.</source>
<translation>Produkt zawiera oprogramowanie stworzone przez OpenSSL Project do użycia w OpensSSL Toolkit %s, oprogramowanie kryptograficzne napisane przez Eric Young oraz oprogramowanie UPnP napisane przez Thomas Bernard.</translation>
</message>
<message> <message>
<source>Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate.</source> <source>Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate.</source>
<translation>Nie można odtworzyć bloków. Będziesz musiał odbudować bazę danych przy użyciu -reindex-chainstate.</translation> <translation>Nie można odtworzyć bloków. Będziesz musiał odbudować bazę danych przy użyciu -reindex-chainstate.</translation>
@ -4948,10 +4772,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Error loading %s: You can't disable HD on an already existing HD wallet</source> <source>Error loading %s: You can't disable HD on an already existing HD wallet</source>
<translation>Błąd podczas wczytywania %s: Niemożliwe jest zmienienie porfela HD w standarodowy porfel.</translation> <translation>Błąd podczas wczytywania %s: Niemożliwe jest zmienienie porfela HD w standarodowy porfel.</translation>
</message> </message>
<message>
<source>Error loading wallet %s. Duplicate -wallet filename specified.</source>
<translation>Błąd ładowania portfela %s. Podano zduplikowaną nazwę pliku -wallet.</translation>
</message>
<message> <message>
<source>Error upgrading chainstate database</source> <source>Error upgrading chainstate database</source>
<translation>Błąd ładowania bazy bloków</translation> <translation>Błąd ładowania bazy bloków</translation>
@ -5172,9 +4992,5 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Your entries added successfully.</source> <source>Your entries added successfully.</source>
<translation>Twoje wejścia zostały dodane z powodzeniem.</translation> <translation>Twoje wejścia zostały dodane z powodzeniem.</translation>
</message> </message>
<message>
<source>Zapping all transactions from wallet...</source>
<translation>Zappowanie wszystkich transakcji z portfela</translation>
</message>
</context> </context>
</TS> </TS>

View File

@ -115,6 +115,8 @@
</message> </message>
<message> <message>
<source>There was an error trying to save the address list to %1. Please try again.</source> <source>There was an error trying to save the address list to %1. Please try again.</source>
<comment>An error message.</comment>
<extracomment>%1 is a name of the file (e.g., "addrbook.csv") that the bitcoin addresses were exported to.</extracomment>
<translation>Произошла ошибка при сохранении адресной книги в %1. Пожалуйста, попробуйте еще раз.</translation> <translation>Произошла ошибка при сохранении адресной книги в %1. Пожалуйста, попробуйте еще раз.</translation>
</message> </message>
</context> </context>
@ -515,10 +517,6 @@
<source>&amp;Debug console</source> <source>&amp;Debug console</source>
<translation>&amp;Консоль отладки</translation> <translation>&amp;Консоль отладки</translation>
</message> </message>
<message>
<source>Open debugging console</source>
<translation>Открыть консоль отладки</translation>
</message>
<message> <message>
<source>&amp;Network Monitor</source> <source>&amp;Network Monitor</source>
<translation>&amp;Монитор сети</translation> <translation>&amp;Монитор сети</translation>
@ -571,10 +569,6 @@
<source>Open &amp;URI...</source> <source>Open &amp;URI...</source>
<translation>Открыть &amp;URI...</translation> <translation>Открыть &amp;URI...</translation>
</message> </message>
<message>
<source>Open a dash: URI or payment request</source>
<translation>Открыть dash: URI или запрос платежа</translation>
</message>
<message> <message>
<source>&amp;Command-line options</source> <source>&amp;Command-line options</source>
<translation>&amp;Параметры командной строки</translation> <translation>&amp;Параметры командной строки</translation>
@ -609,6 +603,14 @@
<source>Show information about %1</source> <source>Show information about %1</source>
<translation>Показать информацию о %1</translation> <translation>Показать информацию о %1</translation>
</message> </message>
<message>
<source>Open debugging and diagnostic console</source>
<translation>Открыть консоль отладки и диагностики</translation>
</message>
<message>
<source>Open a dash: URI</source>
<translation>Открыть dash: URI</translation>
</message>
<message> <message>
<source>Create Wallet...</source> <source>Create Wallet...</source>
<translation>Создать кошелёк...</translation> <translation>Создать кошелёк...</translation>
@ -1150,7 +1152,7 @@
<translation>Фильтровать список:</translation> <translation>Фильтровать список:</translation>
</message> </message>
<message> <message>
<source>Filter propsal list</source> <source>Filter proposal list</source>
<translation>Фильтровать список предложений</translation> <translation>Фильтровать список предложений</translation>
</message> </message>
<message> <message>
@ -1290,6 +1292,10 @@
<source>Service</source> <source>Service</source>
<translation>Сервис</translation> <translation>Сервис</translation>
</message> </message>
<message>
<source>Type</source>
<translation>Тип</translation>
</message>
<message> <message>
<source>PoSe Score</source> <source>PoSe Score</source>
<translation>PoSe штраф</translation> <translation>PoSe штраф</translation>
@ -1425,6 +1431,10 @@
<source>Hide</source> <source>Hide</source>
<translation>Скрыть</translation> <translation>Скрыть</translation>
</message> </message>
<message>
<source>Dash Core is currently syncing. It will download headers and blocks from peers and validate them until reaching the tip of the block chain.</source>
<translation>Dash Core синхронизируется. Он будет скачивать заголовки и блоки и проверять их, пока не достигнет вершины цепочки блоков.</translation>
</message>
<message> <message>
<source>Unknown. Syncing Headers (%1, %2%)...</source> <source>Unknown. Syncing Headers (%1, %2%)...</source>
<translation>Неизвестно. Синхронизация заголовков (%1, %2%)...</translation> <translation>Неизвестно. Синхронизация заголовков (%1, %2%)...</translation>
@ -1436,22 +1446,10 @@
<source>Open URI</source> <source>Open URI</source>
<translation>Открыть URI</translation> <translation>Открыть URI</translation>
</message> </message>
<message>
<source>Open payment request from URI or file</source>
<translation>Открыть запрос платежа из URI или файла</translation>
</message>
<message> <message>
<source>URI:</source> <source>URI:</source>
<translation>URI:</translation> <translation>URI:</translation>
</message> </message>
<message>
<source>Select payment request file</source>
<translation>Выбрать файл запроса платежа</translation>
</message>
<message>
<source>Select payment request file to open</source>
<translation>Выберите файл запроса платежа</translation>
</message>
</context> </context>
<context> <context>
<name>OpenWalletActivity</name> <name>OpenWalletActivity</name>
@ -1518,6 +1516,14 @@
<source>MiB</source> <source>MiB</source>
<translation>MiB</translation> <translation>MiB</translation>
</message> </message>
<message>
<source>Whether to keep the specified custom change address or not.</source>
<translation>Сохранять указанный свой адрес для сдачи или нет.</translation>
</message>
<message>
<source>Keep custom change &amp;address</source>
<translation>Сохранить свой &amp;адрес для сдачи</translation>
</message>
<message> <message>
<source>Show additional tab listing all your masternodes in first sub-tab&lt;br/&gt;and all masternodes on the network in second sub-tab.</source> <source>Show additional tab listing all your masternodes in first sub-tab&lt;br/&gt;and all masternodes on the network in second sub-tab.</source>
<translation>Показывать дополнительную вкладку со списком своих мастернод&lt;br/&gt;в одной таблице и списком всех мастернод в другой.</translation> <translation>Показывать дополнительную вкладку со списком своих мастернод&lt;br/&gt;в одной таблице и списком всех мастернод в другой.</translation>
@ -1590,10 +1596,6 @@
<source>Automatically open the Dash Core client port on the router. This only works when your router supports UPnP and it is enabled.</source> <source>Automatically open the Dash Core client port on the router. This only works when your router supports UPnP and it is enabled.</source>
<translation>Автоматически открыть порт для Dash Core на роутере. Работает только в том случае, если Ваш роутер поддерживает UPnP и данная функция включена.</translation> <translation>Автоматически открыть порт для Dash Core на роутере. Работает только в том случае, если Ваш роутер поддерживает UPnP и данная функция включена.</translation>
</message> </message>
<message>
<source>Automatically open the Bitcoin client port on the router. This only works when your router supports NAT-PMP and it is enabled. The external port could be random.</source>
<translation>Автоматически открыть порт для Dash Core на роутере. Работает только в том случае, если Ваш роутер поддерживает NAT-PMP и данная функция включена. Внешний порт может быть любым.</translation>
</message>
<message> <message>
<source>Map port using NA&amp;T-PMP</source> <source>Map port using NA&amp;T-PMP</source>
<translation>Пробросить порт через NA&amp;T-PMP</translation> <translation>Пробросить порт через NA&amp;T-PMP</translation>
@ -1682,6 +1684,10 @@
<source>Map port using &amp;UPnP</source> <source>Map port using &amp;UPnP</source>
<translation>Пробросить порт через &amp;UPnP</translation> <translation>Пробросить порт через &amp;UPnP</translation>
</message> </message>
<message>
<source>Automatically open the Dash Core client port on the router. This only works when your router supports NAT-PMP and it is enabled. The external port could be random.</source>
<translation>Автоматически открыть порт для Dash Core на роутере. Работает только в том случае, если Ваш роутер поддерживает NAT-PMP и данная функция включена. Внешний порт может быть любым.</translation>
</message>
<message> <message>
<source>Proxy &amp;IP:</source> <source>Proxy &amp;IP:</source>
<translation>&amp;IP Прокси: </translation> <translation>&amp;IP Прокси: </translation>
@ -2047,12 +2053,8 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>'dash://' не является валидным URI. Используйте 'dash:'.</translation> <translation>'dash://' не является валидным URI. Используйте 'dash:'.</translation>
</message> </message>
<message> <message>
<source>Payment request fetch URL is invalid: %1</source> <source>Cannot process payment request as BIP70 is no longer supported.</source>
<translation>Неверный URL запроса платежа: %1</translation> <translation>Невозможно обработать запрос платежа так как BIP70 больше не поддерживается.</translation>
</message>
<message>
<source>Cannot process payment request because BIP70 support was not compiled in.</source>
<translation>Невозможно обработать запрос платежа так как поддержка BIP70 была отключена.</translation>
</message> </message>
<message> <message>
<source>Invalid payment address %1</source> <source>Invalid payment address %1</source>
@ -2066,66 +2068,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Payment request file handling</source> <source>Payment request file handling</source>
<translation>Обработка файла запроса платежа</translation> <translation>Обработка файла запроса платежа</translation>
</message> </message>
<message>
<source>Payment request file cannot be read! This can be caused by an invalid payment request file.</source>
<translation>Не удается прочесть либо разобрать файл запроса платежа! Возможно это некоректный файл.</translation>
</message>
<message>
<source>Payment request rejected</source>
<translation>Запрос платежа отклонен</translation>
</message>
<message>
<source>Payment request network doesn't match client network.</source>
<translation>Сеть запроса платежа не соответствует сети клиента.</translation>
</message>
<message>
<source>Payment request expired.</source>
<translation>Время этого запроса платежа истекло.</translation>
</message>
<message>
<source>Payment request is not initialized.</source>
<translation>Запрос платежа не инициализирован.</translation>
</message>
<message>
<source>Unverified payment requests to custom payment scripts are unsupported.</source>
<translation>Непроверенные запросы платежей с нестандартными платёжными сценариями не поддерживаются.</translation>
</message>
<message>
<source>Invalid payment request.</source>
<translation>Неправильный запрос платежа.</translation>
</message>
<message>
<source>Requested payment amount of %1 is too small (considered dust).</source>
<translation>Запрошенная сумма платежа %1 слишком мала (считается "пылью").</translation>
</message>
<message>
<source>Refund from %1</source>
<translation>Возврат от %1</translation>
</message>
<message>
<source>Payment request %1 is too large (%2 bytes, allowed %3 bytes).</source>
<translation>Запрос платежа %1 слишком большой (%2 байт, разрешено %3 байт).</translation>
</message>
<message>
<source>Error communicating with %1: %2</source>
<translation>Ошибка связи с %1: %2</translation>
</message>
<message>
<source>Payment request cannot be parsed!</source>
<translation>Не могу разобрать запрос платежа!</translation>
</message>
<message>
<source>Bad response from server %1</source>
<translation>Плохой ответ от сервера %1</translation>
</message>
<message>
<source>Network request error</source>
<translation>Ошибка сетевого запроса</translation>
</message>
<message>
<source>Payment acknowledged</source>
<translation>Платёж принят</translation>
</message>
</context> </context>
<context> <context>
<name>PeerTableModel</name> <name>PeerTableModel</name>
@ -2238,10 +2180,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Reset all settings changed in the GUI</source> <source>Reset all settings changed in the GUI</source>
<translation>Сбросить все настройки, измененные через графический интерфейс</translation> <translation>Сбросить все настройки, измененные через графический интерфейс</translation>
</message> </message>
<message>
<source>Set SSL root certificates for payment request (default: -system-)</source>
<translation>Указать корневые SSL-сертификаты для запроса платежа (по умолчанию: -system-)</translation>
</message>
<message> <message>
<source>Show splash screen on startup (default: %u)</source> <source>Show splash screen on startup (default: %u)</source>
<translation>Показывать заставку при запуске (по умолчанию: %u)</translation> <translation>Показывать заставку при запуске (по умолчанию: %u)</translation>
@ -2258,6 +2196,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Error: %1</source> <source>Error: %1</source>
<translation>Ошибка: %1</translation> <translation>Ошибка: %1</translation>
</message> </message>
<message>
<source>Error initializing settings: %1</source>
<translation>Ошибка инициализации настроек: %1</translation>
</message>
<message> <message>
<source>Error: Failed to load application fonts.</source> <source>Error: Failed to load application fonts.</source>
<translation>Ошибка: не удалось загрузить шрифты приложения.</translation> <translation>Ошибка: не удалось загрузить шрифты приложения.</translation>
@ -2401,29 +2343,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>&amp;Save Image...</source> <source>&amp;Save Image...</source>
<translation>&amp;Сохранить изображение...</translation> <translation>&amp;Сохранить изображение...</translation>
</message> </message>
<message>
<source>Error creating QR Code.</source>
<translation>Ошибка создания QR-кода</translation>
</message>
</context>
<context>
<name>QRGeneralImageWidget</name>
<message>
<source>&amp;Save Image...</source>
<translation>&amp;Сохранить изображение...</translation>
</message>
<message>
<source>&amp;Copy Image</source>
<translation>&amp;Копировать изображение</translation>
</message>
<message>
<source>Save QR Code</source>
<translation>Сохранить QR-код</translation>
</message>
<message>
<source>PNG Image (*.png)</source>
<translation>Изображение PNG (*.png)</translation>
</message>
</context> </context>
<context> <context>
<name>QRImageWidget</name> <name>QRImageWidget</name>
@ -2606,10 +2525,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>-rescan=2: Rescan the block chain for missing wallet transactions starting from genesis block.</source> <source>-rescan=2: Rescan the block chain for missing wallet transactions starting from genesis block.</source>
<translation>-rescan=2: Перепроверить цепочку блоков на предмет отсутствующих в кошельке транзакций, начиная с самого первого блока.</translation> <translation>-rescan=2: Перепроверить цепочку блоков на предмет отсутствующих в кошельке транзакций, начиная с самого первого блока.</translation>
</message> </message>
<message>
<source>Wallet Path</source>
<translation>Путь к кошельку</translation>
</message>
<message> <message>
<source>User Agent</source> <source>User Agent</source>
<translation>User Agent</translation> <translation>User Agent</translation>
@ -2722,26 +2637,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>&amp;Wallet Repair</source> <source>&amp;Wallet Repair</source>
<translation>Ремонт &amp;кошелька</translation> <translation>Ремонт &amp;кошелька</translation>
</message> </message>
<message>
<source>Recover transactions 1</source>
<translation>Восстановление транзакций 1</translation>
</message>
<message>
<source>Recover transactions 2</source>
<translation>Восстановление транзакций 2</translation>
</message>
<message> <message>
<source>Upgrade wallet format</source> <source>Upgrade wallet format</source>
<translation>Обновить формат кошелька</translation> <translation>Обновить формат кошелька</translation>
</message> </message>
<message>
<source>-zapwallettxes=1: Recover transactions from blockchain (keep meta-data, e.g. account owner).</source>
<translation>-zapwallettxes=1: Восстановить транзакции из цепочки блоков (сохранить мета-данные, например, о владельцах аккаунтов).</translation>
</message>
<message>
<source>-zapwallettxes=2: Recover transactions from blockchain (drop meta-data).</source>
<translation>-zapwallettxes=2: Восстановить транзакции из цепочки блоков (удалить мета-данные).</translation>
</message>
<message> <message>
<source>-upgradewallet: Upgrade wallet to latest format on startup. (Note: this is NOT an update of the wallet itself!)</source> <source>-upgradewallet: Upgrade wallet to latest format on startup. (Note: this is NOT an update of the wallet itself!)</source>
<translation>-upgradewallet: Обновить формат кошелька при следующем запуске. (Примечание: обновление непосредственно клиент кошелька НЕ выполняется!)</translation> <translation>-upgradewallet: Обновить формат кошелька при следующем запуске. (Примечание: обновление непосредственно клиент кошелька НЕ выполняется!)</translation>
@ -3124,11 +3023,7 @@ https://www.transifex.com/projects/p/dash/</translation>
</message> </message>
<message> <message>
<source>If the custom fee is set to 1000 duffs and the transaction is only 250 bytes, then "per kilobyte" only pays 250 duffs in fee,&lt;br /&gt;while "at least" pays 1000 duffs. For transactions bigger than a kilobyte both pay by kilobyte.</source> <source>If the custom fee is set to 1000 duffs and the transaction is only 250 bytes, then "per kilobyte" only pays 250 duffs in fee,&lt;br /&gt;while "at least" pays 1000 duffs. For transactions bigger than a kilobyte both pay by kilobyte.</source>
<translation>Если ручная комиссия установлена в 1000 duff, а транзакция по размеру только 250 байт, то плата "за килобайт" составит лишь 250 duff,&lt;br&gt;в то время как "минимум" будет равна 1000 duff. Для транзакций больше килобайта в любом случае идет расчет "за килобайт".</translation> <translation>Если ручная комиссия установлена в 1000 duff, а транзакция по размеру только 250 байт, то плата "за килобайт" составит лишь 250 duff,&lt;br&gt;в то время как "минимум" будет равна 1000 duff. Для транзакций больше килобайта в любом случае идет расчет "за килобайт".</translation>
</message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.&lt;br /&gt;But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process.</source>
<translation>Оплаты только минимальной комиссии должно быть достаточно во всех случаях, пока в блоках достаточно места.&lt;br&gt;Однако, будьте готовы к тому, что транзакция может вовсе не получить подтверждения,&lt;br&gt;если количество транзакций будет стабильно больше, чем сеть способна обработать.</translation>
</message> </message>
<message> <message>
<source>per kilobyte</source> <source>per kilobyte</source>
@ -3150,10 +3045,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Hide</source> <source>Hide</source>
<translation>Скрыть</translation> <translation>Скрыть</translation>
</message> </message>
<message>
<source>(read the tooltip)</source>
<translation>(прочтите всплывающую подсказку)</translation>
</message>
<message> <message>
<source>Recommended:</source> <source>Recommended:</source>
<translation>Рекомендовано:</translation> <translation>Рекомендовано:</translation>
@ -3226,10 +3117,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>%1 (%2 blocks)</source> <source>%1 (%2 blocks)</source>
<translation>%1 (блоков: %2)</translation> <translation>%1 (блоков: %2)</translation>
</message> </message>
<message>
<source>from wallet %1</source>
<translation>из кошелька %1</translation>
</message>
<message> <message>
<source>using</source> <source>using</source>
<translation>используя</translation> <translation>используя</translation>
@ -3254,6 +3141,14 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Confirm the %1 send action</source> <source>Confirm the %1 send action</source>
<translation>Подтвердить отправку с помощью %1</translation> <translation>Подтвердить отправку с помощью %1</translation>
</message> </message>
<message>
<source> from wallet '%1'</source>
<translation>из кошелька '%1'</translation>
</message>
<message>
<source>%1 to '%2'</source>
<translation>%1 на '%2'</translation>
</message>
<message> <message>
<source>%1 funds only</source> <source>%1 funds only</source>
<translation>только средства %1</translation> <translation>только средства %1</translation>
@ -3302,6 +3197,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Confirm send coins</source> <source>Confirm send coins</source>
<translation>Подтвердите отправку монет</translation> <translation>Подтвердите отправку монет</translation>
</message> </message>
<message>
<source>Send</source>
<translation>Отправить</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>Адрес получателя неверный. Пожалуйста, перепроверьте.</translation> <translation>Адрес получателя неверный. Пожалуйста, перепроверьте.</translation>
@ -3334,10 +3233,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Payment request expired.</source> <source>Payment request expired.</source>
<translation>Время этого запроса платежа истекло.</translation> <translation>Время этого запроса платежа истекло.</translation>
</message> </message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Заплатить только требуемую комиссию %1</translation>
</message>
<message numerus="yes"> <message numerus="yes">
<source>Estimated to begin confirmation within %n block(s).</source> <source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Будет подтверждено приблизительно в течение %n блока.</numerusform><numerusform>Будет подтверждено приблизительно в течение %n блоков.</numerusform><numerusform>Будет подтверждено приблизительно в течение %n блоков.</numerusform><numerusform>Будет подтверждено приблизительно в течение %n блоков.</numerusform></translation> <translation><numerusform>Будет подтверждено приблизительно в течение %n блока.</numerusform><numerusform>Будет подтверждено приблизительно в течение %n блоков.</numerusform><numerusform>Будет подтверждено приблизительно в течение %n блоков.</numerusform><numerusform>Будет подтверждено приблизительно в течение %n блоков.</numerusform></translation>
@ -3352,7 +3247,7 @@ https://www.transifex.com/projects/p/dash/</translation>
</message> </message>
<message> <message>
<source>Confirm custom change address</source> <source>Confirm custom change address</source>
<translation>Подтвердите адрес для сдачи</translation> <translation>Подтвердите свой адрес для сдачи</translation>
</message> </message>
<message> <message>
<source>The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure?</source> <source>The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure?</source>
@ -3445,17 +3340,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Memo:</source> <source>Memo:</source>
<translation>Примечание:</translation> <translation>Примечание:</translation>
</message> </message>
<message>
<source>Enter a label for this address to add it to your address book</source>
<translation>Введите метку для данного адреса для добавления его в адресную книгу</translation>
</message>
</context>
<context>
<name>SendConfirmationDialog</name>
<message>
<source>Send</source>
<translation>Отправить</translation>
</message>
</context> </context>
<context> <context>
<name>ShutdownWindow</name> <name>ShutdownWindow</name>
@ -3791,14 +3675,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Transaction total size</source> <source>Transaction total size</source>
<translation>Полный размер транзакции</translation> <translation>Полный размер транзакции</translation>
</message> </message>
<message>
<source> (Certificate was not verified)</source>
<translation> (Сертификат не был проверен)</translation>
</message>
<message>
<source>Merchant</source>
<translation>Продавец</translation>
</message>
<message> <message>
<source>Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.</source> <source>Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.</source>
<translation>Сгенерированные монеты должны подождать %1 блоков, прежде чем они могут быть потрачены. Когда Вы сгенерировали этот блок, он был отправлен в сеть для добавления в цепочку блоков. Если он не попадёт в цепочку, его статус изменится на "не принят", и монеты будут недействительны. Это иногда происходит в случае, если другой узел сгенерирует блок на несколько секунд раньше вас.</translation> <translation>Сгенерированные монеты должны подождать %1 блоков, прежде чем они могут быть потрачены. Когда Вы сгенерировали этот блок, он был отправлен в сеть для добавления в цепочку блоков. Если он не попадёт в цепочку, его статус изменится на "не принят", и монеты будут недействительны. Это иногда происходит в случае, если другой узел сгенерирует блок на несколько секунд раньше вас.</translation>
@ -4064,6 +3940,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Abandon transaction</source> <source>Abandon transaction</source>
<translation>Сбросить транзакцию</translation> <translation>Сбросить транзакцию</translation>
</message> </message>
<message>
<source>Resend transaction</source>
<translation>Отправить транзакцию еще раз</translation>
</message>
<message> <message>
<source>Copy address</source> <source>Copy address</source>
<translation>Копировать адрес</translation> <translation>Копировать адрес</translation>
@ -4190,8 +4070,8 @@ https://www.transifex.com/projects/p/dash/</translation>
<context> <context>
<name>WalletFrame</name> <name>WalletFrame</name>
<message> <message>
<source>No wallet has been loaded.</source> <source>Create a new wallet</source>
<translation>Не был загружен ни один кошелёк.</translation> <translation>Создать новый кошелёк</translation>
</message> </message>
</context> </context>
<context> <context>
@ -4518,10 +4398,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)</source> <source>Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)</source>
<translation>Удаление блоков: последняя синхронизация кошелька выходит за рамки удаленных данных. Вам нужно запустить клиента с ключом -reindex (в случае узла с удаленными блоками это означает повторное скачивание всей цепи блоков)</translation> <translation>Удаление блоков: последняя синхронизация кошелька выходит за рамки удаленных данных. Вам нужно запустить клиента с ключом -reindex (в случае узла с удаленными блоками это означает повторное скачивание всей цепи блоков)</translation>
</message> </message>
<message>
<source>Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.</source>
<translation>Повторное сканирование невозможно в режиме удаления блоков. Вам надо будет использовать -reindex, что приведет к повторной загрузке всей цепи блоков.</translation>
</message>
<message> <message>
<source>The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct</source> <source>The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct</source>
<translation>База данных блоков содержит блок, созданный в будущем. Такое может случиться из-за некорректно установленных даты и времени на Вашем компьютере. Перестройте базу блоков, только если вы уверены, что дата и время корректны.</translation> <translation>База данных блоков содержит блок, созданный в будущем. Такое может случиться из-за некорректно установленных даты и времени на Вашем компьютере. Перестройте базу блоков, только если вы уверены, что дата и время корректны.</translation>
@ -4590,10 +4466,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Error upgrading evo database</source> <source>Error upgrading evo database</source>
<translation>Ошибка обновления базы данных evo</translation> <translation>Ошибка обновления базы данных evo</translation>
</message> </message>
<message>
<source>Error: A fatal internal error occurred, see debug.log for details</source>
<translation>Ошибка: Произошла критическая ошибка, подробности смотрите в файле debug.log</translation>
</message>
<message> <message>
<source>Error: Disk space is low for %s</source> <source>Error: Disk space is low for %s</source>
<translation>Ошибка: мало места на диске для %s</translation> <translation>Ошибка: мало места на диске для %s</translation>
@ -4626,6 +4498,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Failed to rescan the wallet during initialization</source> <source>Failed to rescan the wallet during initialization</source>
<translation>Ошибка сканирования кошелька во время инициализации</translation> <translation>Ошибка сканирования кошелька во время инициализации</translation>
</message> </message>
<message>
<source>Failed to verify database</source>
<translation>Ошибка проверки базы данных</translation>
</message>
<message> <message>
<source>Invalid P2P permission: '%s'</source> <source>Invalid P2P permission: '%s'</source>
<translation>Некорректные разрешения P2P : '%s'</translation> <translation>Некорректные разрешения P2P : '%s'</translation>
@ -4864,10 +4740,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>This is the transaction fee you may pay when fee estimates are not available.</source> <source>This is the transaction fee you may pay when fee estimates are not available.</source>
<translation>Это комиссия, которую Вы заплатите при отправке транзакции, если расчет комиссии не доступен.</translation> <translation>Это комиссия, которую Вы заплатите при отправке транзакции, если расчет комиссии не доступен.</translation>
</message> </message>
<message>
<source>This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard.</source>
<translation>Этот продукт включает ПО, разработанное проектом OpenSSL Project для использования в OpenSSL Toolkit %s, криптографическое ПО, написанное Eric Young и ПО для работы с UPnP, написанное Thomas Bernard.</translation>
</message>
<message> <message>
<source>Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate.</source> <source>Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate.</source>
<translation>Невозможно повторить блоки. Необходимо перестроить базы даных с помощью -reindex-chainstate.</translation> <translation>Невозможно повторить блоки. Необходимо перестроить базы даных с помощью -reindex-chainstate.</translation>
@ -4948,10 +4820,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Error loading %s: You can't disable HD on an already existing HD wallet</source> <source>Error loading %s: You can't disable HD on an already existing HD wallet</source>
<translation>Ошибка загрузки %s: Вы не можете отключить HD режим для существующего HD кошелька</translation> <translation>Ошибка загрузки %s: Вы не можете отключить HD режим для существующего HD кошелька</translation>
</message> </message>
<message>
<source>Error loading wallet %s. Duplicate -wallet filename specified.</source>
<translation>Ошибка загрузки кошелька %s. Имя файла -wallet указано повторно.</translation>
</message>
<message> <message>
<source>Error upgrading chainstate database</source> <source>Error upgrading chainstate database</source>
<translation>Ошибка обновления базы данных состояний цепочки</translation> <translation>Ошибка обновления базы данных состояний цепочки</translation>
@ -5172,9 +5040,5 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Your entries added successfully.</source> <source>Your entries added successfully.</source>
<translation>Ваши записи успешно добавлены.</translation> <translation>Ваши записи успешно добавлены.</translation>
</message> </message>
<message>
<source>Zapping all transactions from wallet...</source>
<translation>Удаление всех транзакций из кошелька...</translation>
</message>
</context> </context>
</TS> </TS>