diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index 90b15f3898b..18d2c5a3a32 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -88,7 +88,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is " "supported"), QT_TRANSLATE_NOOP("bitcoin-core", "" -"The -txindex upgrade started by a previous version can not be completed. " +"The -txindex upgrade started by a previous version cannot be completed. " "Restart with the previous version or run a full -reindex."), QT_TRANSLATE_NOOP("bitcoin-core", "" "The block database contains a block which appears to be from the future. " @@ -146,7 +146,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -%s address: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "Cannot set -forcednsseed to true when setting -dnsseed to false."), QT_TRANSLATE_NOOP("bitcoin-core", "Cannot set -peerblockfilters without -blockfilterindex."), QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write to data directory '%s'; check permissions."), -QT_TRANSLATE_NOOP("bitcoin-core", "Change index out of range"), QT_TRANSLATE_NOOP("bitcoin-core", "Config setting for %s only applied on %s network when in [%s] section."), QT_TRANSLATE_NOOP("bitcoin-core", "Copyright (C) %i-%i"), QT_TRANSLATE_NOOP("bitcoin-core", "Corrupted block database detected"), @@ -234,6 +233,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "This is the minimum transaction fee you pay o QT_TRANSLATE_NOOP("bitcoin-core", "This is the transaction fee you will pay if you send a transaction."), QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amount too small"), QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amounts must not be negative"), +QT_TRANSLATE_NOOP("bitcoin-core", "Transaction change output index out of range"), QT_TRANSLATE_NOOP("bitcoin-core", "Transaction has too long of a mempool chain"), QT_TRANSLATE_NOOP("bitcoin-core", "Transaction must have at least one recipient"), QT_TRANSLATE_NOOP("bitcoin-core", "Transaction needs a change address, but we can't generate it."), diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index 93f0aee66c8..5e515099dd2 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -313,7 +313,7 @@ Signing is only possible with addresses of the type 'legacy'. BitcoinApplication - + Runaway exception @@ -346,7 +346,7 @@ Signing is only possible with addresses of the type 'legacy'. Show general overview of wallet - + &Transactions &Transactions @@ -356,7 +356,7 @@ Signing is only possible with addresses of the type 'legacy'. Browse transaction history - + E&xit E&xit @@ -391,12 +391,12 @@ Signing is only possible with addresses of the type 'legacy'. - + Create a new wallet - + &Minimize @@ -406,7 +406,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Network activity disabled. A substring of the tooltip. @@ -417,12 +417,12 @@ Signing is only possible with addresses of the type 'legacy'. - + Send coins to a Bitcoin address Send coins to a Bitcoin address - + Backup wallet to another location Backup wallet to another location @@ -432,32 +432,22 @@ Signing is only possible with addresses of the type 'legacy'. Change the passphrase used for wallet encryption - + &Send &Send - + &Receive &Receive - + &Options… - - &Show / Hide - &Show / Hide - - - - Show or hide the main Window - Show or hide the main Window - - - + &Encrypt Wallet… @@ -522,7 +512,7 @@ Signing is only possible with addresses of the type 'legacy'. - + &File &File @@ -542,7 +532,7 @@ Signing is only possible with addresses of the type 'legacy'. Tabs toolbar - + Syncing Headers (%1%)… @@ -572,12 +562,12 @@ Signing is only possible with addresses of the type 'legacy'. - + Request payments (generates QR codes and bitcoin: URIs) - + Show the list of used sending addresses and labels @@ -592,7 +582,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Processed %n block(s) of transaction history. Processed %n block of transaction history. @@ -640,7 +630,7 @@ Signing is only possible with addresses of the type 'legacy'. Up to date - + Load Partially Signed Bitcoin Transaction @@ -715,7 +705,7 @@ Signing is only possible with addresses of the type 'legacy'. - + default wallet @@ -740,12 +730,22 @@ Signing is only possible with addresses of the type 'legacy'. - + %1 client + + + &Hide + + + + + S&how + + - + %n active connection(s) to Bitcoin network. A substring of the tooltip. @@ -1355,7 +1355,7 @@ Signing is only possible with addresses of the type 'legacy'. - %1 GB of free space available + %1 GB of space available @@ -2137,7 +2137,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Failed to load transaction: %1 @@ -2389,7 +2389,7 @@ If you are receiving this error you should request the merchant provide a BIP21 Amount - + Enter a Bitcoin address (e.g. %1) @@ -2556,7 +2556,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Do you want to reset settings to default values, or to abort without making changes? Explanatory text shown on startup when the settings file cannot be read. Prompts user to make a choice between resetting or aborting. @@ -2568,7 +2568,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Error: Specified data directory "%1" does not exist. @@ -2791,7 +2791,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Select a peer to view detailed information. @@ -3470,7 +3470,7 @@ For more information on using this console, type %6. SendCoinsDialog - + Send Coins Send Coins @@ -4266,7 +4266,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 TrafficGraphWidget - + kB/s @@ -4872,7 +4872,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 WalletFrame - + No wallet has been loaded. Go to File > Open Wallet to load a wallet. - OR - @@ -5042,7 +5042,7 @@ Go to File > Open Wallet to load a wallet. - + Cancel @@ -5190,12 +5190,7 @@ Go to File > Open Wallet to load a wallet. - - The -txindex upgrade started by a previous version can not be completed. Restart with the previous version or run a full -reindex. - - - - + 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 @@ -5310,12 +5305,12 @@ Go to File > Open Wallet to load a wallet. - - Change index out of range + + The -txindex upgrade started by a previous version cannot be completed. Restart with the previous version or run a full -reindex. - + Config setting for %s only applied on %s network when in [%s] section. @@ -5749,6 +5744,11 @@ Go to File > Open Wallet to load a wallet. Transaction amounts must not be negative + + + Transaction change output index out of range + + Transaction has too long of a mempool chain @@ -5865,7 +5865,7 @@ Go to File > Open Wallet to load a wallet. - + Settings file could not be read diff --git a/src/qt/locale/bitcoin_en.xlf b/src/qt/locale/bitcoin_en.xlf index 0acc69b3bc6..5b08e984fc8 100644 --- a/src/qt/locale/bitcoin_en.xlf +++ b/src/qt/locale/bitcoin_en.xlf @@ -1,271 +1,222 @@ - + Right-click to edit address or label - 37 - + Create a new address - Create a new address 64 &New - 67 - + Copy the currently selected address to the system clipboard - Copy the currently selected address to the system clipboard 81 &Copy - 84 C&lose - 151 - + Delete the currently selected address from the list - Delete the currently selected address from the list 98 Enter address or label to search - 27 - + Export the data in the current tab to a file - Export the data in the current tab to a file 128 - + &Export - &Export 131 - + &Delete - &Delete 101 ../addressbookpage.cpp122 - + Choose the address to send coins to - 84 Choose the address to receive coins with - 85 C&hoose - 90 Sending addresses - 96 Receiving addresses - 97 These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - 104 These are your Bitcoin addresses for receiving payments. Use the 'Create new receiving address' button in the receive tab to create new addresses. Signing is only possible with addresses of the type 'legacy'. - 109 &Copy Address - 117 Copy &Label - 118 &Edit - 119 Export Address List - 283 Comma separated file - 286 Expanded name of the CSV file format. See: https://en.wikipedia.org/wiki/Comma-separated_values. There was an error trying to save the address list to %1. Please try again. - 302 An error message. %1 is a stand-in argument for the name of the file we attempted to save to. Exporting Failed - 299 - + Label - 168 Address - 168 (no label) - 206 - + - + Passphrase Dialog - Passphrase Dialog 26 - + Enter passphrase - Enter passphrase 56 - + New passphrase - New passphrase 70 - + Repeat new passphrase - Repeat new passphrase 84 Show passphrase - 98 - + Encrypt wallet - 51 This operation needs your wallet passphrase to unlock the wallet. - 54 Unlock wallet - 59 Change passphrase - 62 Confirm wallet encryption - 110 Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - 111 Are you sure you wish to encrypt your wallet? - 111 Wallet encrypted - 129 173 Enter the new passphrase for the wallet.<br/>Please use a passphrase of <b>ten or more random characters</b>, or <b>eight or more words</b>. - 48 Enter the old passphrase and new passphrase for the wallet. - 63 Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - 118 Wallet to be encrypted - 122 Your wallet is about to be encrypted. - 124 Your wallet is now encrypted. - 131 IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. - 133 Wallet encryption failed - 139 147 179 @@ -273,908 +224,738 @@ Signing is only possible with addresses of the type 'legacy'. Wallet encryption failed due to an internal error. Your wallet was not encrypted. - 140 The supplied passphrases do not match. - 148 186 Wallet unlock failed - 159 165 The passphrase entered for the wallet decryption was incorrect. - 160 180 Wallet passphrase was successfully changed. - 174 Warning: The Caps Lock key is on! - 220 253 - + IP/Netmask - 85 Banned Until - 85 - + Runaway exception - - 429 + 433 A fatal error occurred. %1 can no longer continue safely and will quit. - - 430 + 434 Internal error - - 439 + 443 An internal error occurred. %1 will attempt to continue safely. This is an unexpected bug which can be reported as described below. - - 440 + 444 Do you want to reset settings to default values, or to abort without making changes? - 168 Explanatory text shown on startup when the settings file cannot be read. Prompts user to make a choice between resetting or aborting. A fatal error occurred. Check that settings file is writable, or try running with -nosettings. - 192 Explanatory text shown on startup when the settings file could not be written. Prompts user to check that we have the ability to write to the file. Explains that the user has the option of running without a settings file. Error: Specified data directory "%1" does not exist. - - 551 + 565 Error: Cannot parse configuration file: %1. - - 557 + 571 Error: %1 - - 572 + 586 %1 didn't yet exit safely… - - 643 + 657 Settings file could not be read - 161 Settings file could not be written - 184 - + - + &Overview - &Overview 250 - + Show general overview of wallet - Show general overview of wallet 251 - + &Transactions - &Transactions - 279 + 271 - + Browse transaction history - Browse transaction history - 280 + 272 - + E&xit - E&xit - 303 + 291 - + Quit application - Quit application - 304 + 292 &About %1 - - 307 + 295 Show information about %1 - - 308 + 296 - + About &Qt - About &Qt - 311 + 299 - + Show information about Qt - Show information about Qt - 312 + 300 Modify configuration options for %1 - - 315 + 303 Create a new wallet - - 361 + 347 &Minimize - - 489 + 474 Wallet: - - 568 + 553 Network activity disabled. - - 939 + 945 A substring of the tooltip. Proxy is <b>enabled</b>: %1 - - 1361 + 1367 - + Send coins to a Bitcoin address - Send coins to a Bitcoin address 258 - + Backup wallet to another location - Backup wallet to another location - 325 + 311 - + Change the passphrase used for wallet encryption - Change the passphrase used for wallet encryption - 327 + 313 - + &Send - &Send 257 - + &Receive - &Receive - 268 + 264 &Options… - - 314 + 302 - - &Show / Hide - &Show / Hide - 318 + + &Encrypt Wallet… + 307 - - Show or hide the main Window - Show or hide the main Window - 319 + + Encrypt the private keys that belong to your wallet + 308 - &Encrypt Wallet… - - 321 + &Backup Wallet… + 310 - - Encrypt the private keys that belong to your wallet - Encrypt the private keys that belong to your wallet - 322 + + &Change Passphrase… + 312 - &Backup Wallet… - - 324 + Sign &message… + 314 - &Change Passphrase… - - 326 + Sign messages with your Bitcoin addresses to prove you own them + 315 - Sign &message… - - 328 + &Verify message… + 316 - - Sign messages with your Bitcoin addresses to prove you own them - Sign messages with your Bitcoin addresses to prove you own them - 329 + + Verify messages to ensure they were signed with specified Bitcoin addresses + 317 - &Verify message… - - 330 - - - Verify messages to ensure they were signed with specified Bitcoin addresses - Verify messages to ensure they were signed with specified Bitcoin addresses - 331 - - &Load PSBT from file… - - 332 + 318 - + Open &URI… - - 348 - - - Close Wallet… - - 356 - - - Create Wallet… - - 359 - - - Close All Wallets… - - 363 - - - &File - &File - 458 - - - &Settings - &Settings - 476 - - - &Help - &Help - 537 - - - Tabs toolbar - Tabs toolbar - 548 - - - Syncing Headers (%1%)… - - 983 - - - Synchronizing with network… - - 1030 - - - Indexing blocks on disk… - - 1035 - - - Processing blocks on disk… - - 1037 - - - Reindexing blocks on disk… - - 1041 - - - Connecting to peers… - - 1047 - - - Request payments (generates QR codes and bitcoin: URIs) - - 269 - - - Show the list of used sending addresses and labels - - 344 - - - Show the list of used receiving addresses and labels - - 346 - - - &Command-line options - - 366 - - - 1056 - - Processed %n block(s) of transaction history. - Processed %n block of transaction history. - - - Processed %n block(s) of transaction history. - Processed %n blocks of transaction history. - - - - %1 behind - %1 behind - 1079 - - - Catching up… - - 1084 - - - Last received block was generated %1 ago. - Last received block was generated %1 ago. - 1103 - - - Transactions after this will not yet be visible. - Transactions after this will not yet be visible. - 1105 - - - Error - Error - 1130 - - - Warning - Warning - 1134 - - - Information - Information - 1138 - - - Up to date - Up to date - 1060 - - - Load Partially Signed Bitcoin Transaction - - 333 - - - Load PSBT from &clipboard… - 334 - - Load Partially Signed Bitcoin Transaction from clipboard - - 335 + + Close Wallet… + 342 - - Node window - - 337 - - - Open node debugging and diagnostic console - - 338 - - - &Sending addresses - - 343 - - - &Receiving addresses - + + Create Wallet… 345 - - Open a bitcoin: URI - + + Close All Wallets… 349 - - Open Wallet - - 351 + + &File + 443 - - Open a wallet - - 353 + + &Settings + 461 - - Close wallet - - 357 + + &Help + 522 - - Close all wallets - - 364 + + Tabs toolbar + 533 - - Show the %1 help message to get a list with possible Bitcoin command-line options - - 368 + + Syncing Headers (%1%)… + 989 - - &Mask values - - 370 + + Synchronizing with network… + 1036 - - Mask the values in the Overview tab - - 372 + + Indexing blocks on disk… + 1041 - - default wallet - - 404 + + Processing blocks on disk… + 1043 - - No wallets available - - 424 + + Reindexing blocks on disk… + 1047 - - &Window - &Window - 487 + + Connecting to peers… + 1053 - - Zoom - - 499 + + Request payments (generates QR codes and bitcoin: URIs) + 265 - - Main Window - - 517 + + Show the list of used sending addresses and labels + 330 - - %1 client - - 778 + + Show the list of used receiving addresses and labels + 332 + + + &Command-line options + 352 - 936 + 1062 + + Processed %n block(s) of transaction history. + + + Processed %n block(s) of transaction history. + + + + %1 behind + 1085 + + + Catching up… + 1090 + + + Last received block was generated %1 ago. + 1109 + + + Transactions after this will not yet be visible. + 1111 + + + Error + 1136 + + + Warning + 1140 + + + Information + 1144 + + + Up to date + 1066 + + + Load Partially Signed Bitcoin Transaction + 319 + + + Load PSBT from &clipboard… + 320 + + + Load Partially Signed Bitcoin Transaction from clipboard + 321 + + + Node window + 323 + + + Open node debugging and diagnostic console + 324 + + + &Sending addresses + 329 + + + &Receiving addresses + 331 + + + Open a bitcoin: URI + 335 + + + Open Wallet + 337 + + + Open a wallet + 339 + + + Close wallet + 343 + + + Close all wallets + 350 + + + Show the %1 help message to get a list with possible Bitcoin command-line options + 354 + + + &Mask values + 356 + + + Mask the values in the Overview tab + 358 + + + default wallet + 389 + + + No wallets available + 409 + + + &Window + 472 + + + Zoom + 484 + + + Main Window + 502 + + + %1 client + 759 + + + &Hide + 824 + + + S&how + 825 + + + 942 A substring of the tooltip. %n active connection(s) to Bitcoin network. - %n active connection to Bitcoin network. %n active connection(s) to Bitcoin network. - %n active connections to Bitcoin network. Click for more actions. - - 946 + 952 A substring of the tooltip. "More actions" are available via the context menu. Show Peers tab - - 963 + 969 A context menu item. The "Peers tab" is an element of the "Node window". Disable network activity - - 971 + 977 A context menu item. Enable network activity - - 973 + 979 A context menu item. The network activity was disabled previously. Error: %1 - - 1131 + 1137 Warning: %1 - - 1135 + 1141 Date: %1 - - 1243 + 1249 Amount: %1 - - 1244 + 1250 Wallet: %1 - - 1246 + 1252 Type: %1 - - 1248 + 1254 Label: %1 - - 1250 + 1256 Address: %1 - - 1252 + 1258 - + Sent transaction - Sent transaction - 1253 + 1259 - + Incoming transaction - Incoming transaction - 1253 + 1259 HD key generation is <b>enabled</b> - - 1305 + 1311 HD key generation is <b>disabled</b> - - 1305 + 1311 Private key <b>disabled</b> - - 1305 + 1311 - + Wallet is <b>encrypted</b> and currently <b>unlocked</b> - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - 1322 + 1328 - + Wallet is <b>encrypted</b> and currently <b>locked</b> - Wallet is <b>encrypted</b> and currently <b>locked</b> - 1330 + 1336 Original message: - - 1449 + 1455 Unit to show amounts in. Click to select another unit. - - 1490 + 1496 - + Coin Selection - 14 Quantity: - 48 Bytes: - 77 Amount: - 122 Fee: - 202 Dust: - 154 After Fee: - 247 Change: - 279 (un)select all - 335 Tree mode - 351 List mode - 364 Amount - Amount 420 Received with label - 425 Received with address - 430 Date - Date 435 Confirmations - 440 Confirmed - Confirmed 443 - + Copy amount - 69 &Copy address - 58 Copy &label - 59 Copy &amount - 60 Copy transaction &ID and output index - 61 L&ock unspent - 63 &Unlock unspent - 64 Copy quantity - 68 Copy fee - 70 Copy after fee - 71 Copy bytes - 72 Copy dust - 73 Copy change - 74 (%1 locked) - 380 yes - 535 no - 535 This label turns red if any recipient receives an amount smaller than the current dust threshold. - 549 Can vary +/- %1 satoshi(s) per input. - 554 (no label) - 601 655 change from %1 (%2) - 648 (change) - 649 - + Create Wallet - 243 Title of window indicating the progress of creation of a new wallet. Creating Wallet <b>%1</b>… - 246 Descriptive text of the create wallet progress window which indicates to the user which wallet is currently being created. Create wallet failed - 275 Create wallet warning - 277 Can't list signers - 293 Load Wallets - 362 Title of progress window which is displayed when wallets are being loaded. Loading wallets… - 365 Descriptive text of the load wallets progress window which indicates to the user that wallets are currently being loaded. @@ -1182,28 +963,23 @@ Signing is only possible with addresses of the type 'legacy'. Open wallet failed - 323 Open wallet warning - 325 default wallet - 335 Open Wallet - 339 Title of window indicating the progress of opening of a wallet. Opening Wallet <b>%1</b>… - 342 Descriptive text of the open wallet progress window which indicates to the user which wallet is currently being opened. @@ -1211,255 +987,209 @@ Signing is only possible with addresses of the type 'legacy'. Close wallet - 83 Are you sure you wish to close the wallet <i>%1</i>? - 84 Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled. - 85 Close all wallets - 98 Are you sure you wish to close all wallets? - 99 - + Create Wallet - 14 Wallet Name - 25 Wallet - 38 Encrypt the wallet. The wallet will be encrypted with a passphrase of your choice. - 47 Encrypt Wallet - 50 Advanced Options - 76 Disable private keys for this wallet. Wallets with private keys disabled will have no private keys and cannot have an HD seed or imported private keys. This is ideal for watch-only wallets. - 85 Disable Private Keys - 88 Make a blank wallet. Blank wallets do not initially have private keys or scripts. Private keys and addresses can be imported, or an HD seed can be set, at a later time. - 95 Make Blank Wallet - 98 Use descriptors for scriptPubKey management - 105 Descriptor Wallet - 108 Use an external signing device such as a hardware wallet. Configure the external signer script in wallet preferences first. - 118 External signer - 121 - + Create - 22 Compiled without sqlite support (required for descriptor wallets) - 90 Compiled without external signing support (required for external signing) - 104 "External signing" means using devices such as hardware wallets. - + - + Edit Address - Edit Address 14 - + &Label - &Label 25 The label associated with this address list entry - 35 The address associated with this address list entry. This can only be modified for sending addresses. - 52 - + &Address - &Address 42 - + New sending address - 29 Edit receiving address - 32 Edit sending address - 36 The entered address "%1" is not a valid Bitcoin address. - 113 Address "%1" already exists as a receiving address with label "%2" and so cannot be added as a sending address. - 146 The entered address "%1" is already in the address book with label "%2". - 151 Could not unlock wallet. - 123 New key generation failed. - 128 - + - + A new data directory will be created. - A new data directory will be created. 73 - + name - name 95 - + Directory already exists. Add %1 if you intend to create a new directory here. - Directory already exists. Add %1 if you intend to create a new directory here. 97 - + Path already exists, and is not a directory. - Path already exists, and is not a directory. 100 - + Cannot create data directory here. - Cannot create data directory here. 107 Bitcoin - Bitcoin 139 - %1 GB of free space available - + %1 GB of space available 301 (of %1 GB needed) - 303 (%1 GB needed for full chain) - 306 At least %1 GB of data will be stored in this directory, and it will grow over time. - 378 Approximately %1 GB of data will be stored in this directory. - 381 @@ -1467,983 +1197,802 @@ Signing is only possible with addresses of the type 'legacy'. Explanatory text on the capability of the current prune target. (sufficient to restore backups %n day(s) old) - (sufficient to restore backups %n day old) (sufficient to restore backups %n day(s) old) - (sufficient to restore backups %n days old) %1 will download and store a copy of the Bitcoin block chain. - 392 The wallet will also be stored in this directory. - 394 Error: Specified data directory "%1" cannot be created. - 250 - + Error - Error 280 - + version - version 37 About %1 - 41 Command-line options - 60 %1 is shutting down… - 145 Do not shut down the computer until this window disappears. - 146 - + - + Welcome - Welcome 14 Welcome to %1. - 23 As this is the first time the program is launched, you can choose where %1 will store its data. - 49 When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. - 206 Limit block chain storage to - 238 Reverting this setting requires re-downloading the entire blockchain. It is faster to download the full chain first and prune it later. Disables some advanced features. - 241 GB - 248 This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. - 216 If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. - 226 - + Use the default data directory - Use the default data directory 66 - + Use a custom data directory: - Use a custom data directory: 73 - + Form - Form 14 Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below. - 133 Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. - 152 Number of blocks left - 215 Unknown… - 222 248 ../modaloverlay.cpp152 calculating… - 292 312 Last block time - Last block time 235 Progress - 261 Progress increase per hour - 285 Estimated time left until synced - 305 Hide - 342 Esc - 345 - + %1 is currently syncing. It will download headers and blocks from peers and validate them until reaching the tip of the block chain. - 34 Unknown. Syncing Headers (%1, %2%)… - 158 unknown - 123 - + Open bitcoin URI - 14 URI: - 22 Paste address from clipboard - Paste address from clipboard 36 Tooltip text for button that allows you to paste an address that is in your clipboard. - + - + Options - Options 14 - + &Main - &Main 27 Automatically start %1 after logging in to the system. - 33 &Start %1 on system login - 36 Enabling pruning significantly reduces the disk space required to store transactions. All blocks are still fully validated. Reverting this setting requires re-downloading the entire blockchain. - 58 Size of &database cache - 111 Number of script &verification threads - 157 IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) - 388 575 Shows if the supplied default SOCKS5 proxy is used to reach peers via this network type. - 457 480 503 Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. - 672 Open the %1 configuration file from the working directory. - 944 Open Configuration File - 947 - + Reset all client options to default. - Reset all client options to default. 957 - + &Reset Options - &Reset Options 960 - + &Network - &Network 315 Prune &block storage to - 61 GB - 71 Reverting this setting requires re-downloading the entire blockchain. - 96 Maximum database cache size. A larger cache can contribute to faster sync, after which the benefit is less pronounced for most use cases. Lowering the cache size will reduce memory usage. Unused mempool memory is shared for this cache. - 108 Tooltip text for Options window setting that sets the size of the database cache. Explains the corresponding effects of increasing/decreasing this value. MiB - 127 Set the number of script verification threads. Negative values correspond to the number of cores you want to leave free to the system. - 154 Tooltip text for Options window setting that sets the number of script verification threads. Explains that negative values mean to leave these many cores free to the system. (0 = auto, <0 = leave that many cores free) - 170 This allows you or a third party tool to communicate with the node through command-line and JSON-RPC commands. - 192 Tooltip text for Options window setting that enables the RPC server. Enable R&PC server - 195 An Options window setting to enable the RPC server. W&allet - 216 Whether to set subtract fee from amount as default or not. - 222 Tooltip text for Options window setting that sets subtracting the fee from a sending amount as default. Subtract &fee from amount by default - 225 An Options window setting to set subtracting the fee from a sending amount as default. Expert - 232 Enable coin &control features - 241 If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed. - 248 &Spend unconfirmed change - 251 Enable &PSBT controls - 258 An options window setting to enable PSBT controls. Whether to show PSBT controls. - 261 Tooltip text for options window setting that enables PSBT controls. External Signer (e.g. hardware wallet) - 271 &External signer script path - 279 Full path to a Bitcoin Core compatible script (e.g. C:\Downloads\hwi.exe or /Users/you/Downloads/hwi.py). Beware: malware can steal your coins! - 289 - + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. 321 - + Map port using &UPnP - Map port using &UPnP 324 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. - 331 Map port using NA&T-PMP - 334 Accept connections from outside. - 341 Allow incomin&g connections - 344 Connect to the Bitcoin network through a SOCKS5 proxy. - 351 &Connect through SOCKS5 proxy (default proxy): - 354 - + Proxy &IP: - Proxy &IP: 363 550 - + &Port: - &Port: 395 582 - + Port of the proxy (e.g. 9050) - Port of the proxy (e.g. 9050) 420 607 Used for reaching peers via: - 444 IPv4 - 467 IPv6 - 490 Tor - 513 - + &Window - &Window 643 Show the icon in the system tray. - 649 &Show tray icon - 652 - + Show only a tray icon after minimizing the window. - Show only a tray icon after minimizing the window. 662 - + &Minimize to the tray instead of the taskbar - &Minimize to the tray instead of the taskbar 665 - + M&inimize on close - M&inimize on close 675 - + &Display - &Display 696 - + User Interface &language: - User Interface &language: 704 The user interface language can be set here. This setting will take effect after restarting %1. - 717 - + &Unit to show amounts in: - &Unit to show amounts in: 728 - + Choose the default subdivision unit to show in the interface and when sending coins. - Choose the default subdivision unit to show in the interface and when sending coins. 741 Third-party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |. - 752 765 &Third-party transaction URLs - 755 Whether to show coin control features or not. - 238 Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor onion services. - 538 Use separate SOCKS&5 proxy to reach peers via Tor onion services: - 541 Monospaced font in the Overview tab: - 777 embedded "%1" - 785 closest matching "%1" - 834 Options set in this dialog are overridden by the command line or in the configuration file: - 899 - + &OK - &OK 1040 - + &Cancel - &Cancel 1053 - + Compiled without external signing support (required for external signing) - 99 "External signing" means using devices such as hardware wallets. - + default - default 111 none - 192 - + Confirm options reset - Confirm options reset 289 Client restart required to activate changes. - 290 360 Client will be shut down. Do you want to proceed? - 290 Configuration options - 308 Window title text of pop-up box that allows opening up of configuration file. The configuration file is used to specify advanced user options which override GUI settings. Additionally, any command-line options will override this configuration file. - 311 Explanatory text about the priority order of instructions considered by client. The order from high to low being: command-line, configuration file, GUI settings. Continue - 314 Cancel - 315 Error - Error 324 The configuration file could not be opened. - 324 This change would require a client restart. - 364 - + The supplied proxy address is invalid. - The supplied proxy address is invalid. 392 - + - + Form - Form 14 - + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. - The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. 76 411 Watch-only: - 284 Available: - 294 - + Your current spendable balance - Your current spendable balance 304 Pending: - 339 - + Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance - Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance 139 - + Immature: - Immature: 239 - + Mined balance that has not yet matured - Mined balance that has not yet matured 210 Balances - 60 - + Total: - Total: 200 - + Your current total balance - Your current total balance 249 Your current balance in watch-only addresses - 323 Spendable: - 346 Recent transactions - 395 Unconfirmed transactions to watch-only addresses - 120 Mined balance in watch-only addresses that has not yet matured - 158 Current total balance in watch-only addresses - 268 - + Privacy mode activated for the Overview tab. To unmask the values, uncheck Settings->Mask values. - 187 - + Dialog - 14 Sign Tx - 86 Broadcast Tx - 102 Copy to Clipboard - 122 Save… - 129 Close - 136 - + Failed to load transaction: %1 - - 58 + 61 Failed to sign transaction: %1 - - 83 + 86 Cannot sign inputs while wallet is locked. - - 91 + 94 Could not sign any more inputs. - - 93 + 96 Signed %1 inputs, but more signatures are still required. - - 95 + 98 Signed transaction successfully. Transaction is ready to broadcast. - - 98 + 101 Unknown error processing transaction. - - 110 + 113 Transaction broadcast successfully! Transaction ID: %1 - - 120 + 123 Transaction broadcast failed: %1 - - 123 + 126 PSBT copied to clipboard. - - 132 + 135 Save Transaction Data - - 155 + 158 Partially Signed Transaction (Binary) - - 157 + 160 Expanded name of the binary PSBT file format. See: BIP 174. PSBT saved to disk. - - 164 + 167 * Sends %1 to %2 - - 180 + 183 Unable to calculate transaction fee or total transaction amount. - - 190 + 193 Pays transaction fee: - - 192 + 195 Total Amount - - 204 + 207 or - - 207 + 210 Transaction has %1 unsigned inputs. - - 213 + 216 Transaction is missing some information about inputs. - - 259 + 262 Transaction still needs signature(s). - - 263 + 266 (But no wallet is loaded.) - - 266 + 269 (But this wallet cannot sign transactions.) - - 269 + 272 (But this wallet does not have the right keys.) - - 272 + 275 Transaction is fully signed and ready for broadcast. - - 280 + 283 Transaction status is unknown. - - 284 + 287 - + Payment request error - 173 Cannot start bitcoin: click-to-pay handler - 174 URI handling - 224 240 246 @@ -2451,346 +2000,288 @@ Signing is only possible with addresses of the type 'legacy'. 'bitcoin://' is not a valid URI. Use 'bitcoin:' instead. - 224 Cannot process payment request because BIP70 is not supported. Due to widespread security flaws in BIP70 it's strongly recommended that any merchant instructions to switch wallets be ignored. If you are receiving this error you should request the merchant provide a BIP21 compatible URI. - 241 264 URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - 254 Payment request file handling - 263 - + User Agent - 108 Title of Peers Table column which contains the peer's User Agent string. Ping - 99 Title of Peers Table column which indicates the current latency of the connection with the peer. Peer - 84 Title of Peers Table column which contains a unique number used to identify a connection. Direction - 90 Title of Peers Table column which indicates the direction the peer connection was initiated from. Sent - 102 Title of Peers Table column which indicates the total amount of network information we have sent to the peer. Received - 105 Title of Peers Table column which indicates the total amount of network information we have received from the peer. Address - 87 Title of Peers Table column which contains the IP/Onion/I2P address of the connected peer. Type - 93 Title of Peers Table column which describes the type of peer connection. The "type" describes why the connection exists. Network - Network 96 Title of Peers Table column which states the network the peer connected through. - + Inbound - 79 An Inbound Connection from a Peer. Outbound - 81 An Outbound Connection to a Peer. - + Amount - Amount 215 - + Enter a Bitcoin address (e.g. %1) - - 122 + 127 Unroutable - - 668 + 673 Internal - - 674 + 679 Inbound - - 687 + 692 An inbound connection from a peer. An inbound connection is a connection initiated by a peer. Outbound - - 690 + 695 An outbound connection to a peer. An outbound connection is a connection initiated by us. Full Relay - - 695 + 700 Peer connection type that relays all network information. Block Relay - - 698 + 703 Peer connection type that relays network information about blocks and not transactions or addresses. Manual - - 700 + 705 Peer connection type established manually through one of several methods. Feeler - - 702 + 707 Short-lived peer connection type that tests the aliveness of known addresses. Address Fetch - - 704 + 709 Short-lived peer connection type that solicits known addresses from a peer. %1 d - - 719 + 724 %1 h - - 721 + 726 %1 m - - 723 + 728 %1 s - - 725 - 753 + 730 + 758 None - - 741 + 746 N/A - N/A - 747 + 752 %1 ms - - 748 + 753 - 766 - + 771 + %n second(s) - %n second - + %n second(s) - %n seconds - 770 - + 775 + %n minute(s) - %n minute - + %n minute(s) - %n minutes - 774 + 779 %n hour(s) - %n hour %n hour(s) - %n hours - 778 + 783 %n day(s) - %n day %n day(s) - %n days - 782 - 788 + 787 + 793 %n week(s) - %n week %n week(s) - %n weeks %1 and %2 - - 788 + 793 - 788 + 793 %n year(s) - %n year %n year(s) - %n years %1 B - - 796 + 801 %1 kB - - 798 + 803 %1 MB - - 800 + 805 %1 GB - - 802 + 807 - + &Save Image… - 30 &Copy Image - 31 Resulting URI too long, try to reduce the text for label / message. - 42 Error encoding URI into QR Code. - 49 QR code support not available. - 90 Save QR Code - 120 PNG Image - 123 Expanded name of the PNG file format. See: https://en.wikipedia.org/wiki/Portable_Network_Graphics. - + - + N/A - N/A 75 101 127 @@ -2830,505 +2321,410 @@ If you are receiving this error you should request the merchant provide a BIP21 1662 ../rpcconsole.h139 - + Client version - Client version 65 - + &Information - &Information 43 General - 58 Datadir - 114 To specify a non-default location of the data directory use the '%1' option. - 124 Blocksdir - 143 To specify a non-default location of the blocks directory use the '%1' option. - 153 - + Startup time - Startup time 172 - + Network - Network 201 1093 Name - 208 - + Number of connections - Number of connections 231 - + Block chain - Block chain 260 Memory Pool - 319 Current number of transactions - 326 Memory usage - 349 Wallet: - 443 (none) - 454 &Reset - 665 Received - 745 1453 Sent - 825 1430 &Peers - 866 Banned peers - 942 Select a peer to view detailed information. - 1010 - ../rpcconsole.cpp1158 + ../rpcconsole.cpp1160 Version - 1116 Starting Block - 1240 Synced Headers - 1263 Synced Blocks - 1286 Last Transaction - 1361 The mapped Autonomous System used for diversifying peer selection. - 1571 Mapped AS - 1574 Whether we relay addresses to this peer. - 1597 Tooltip text for the Address Relay field in the peer details area. Address Relay - 1600 Total number of addresses processed, excluding those dropped due to rate-limiting. - 1623 Tooltip text for the Addresses Processed field in the peer details area. Addresses Processed - 1626 Total number of addresses dropped due to rate-limiting. - 1649 Tooltip text for the Addresses Rate-Limited field in the peer details area. Addresses Rate-Limited - 1652 User Agent - 88 1139 Node window - 14 Current block height - 267 Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. - 397 Decrease font size - 475 Increase font size - 495 Permissions - 1041 The direction and type of peer connection: %1 - 1064 Direction/Type - 1067 The network protocol this peer is connected through: IPv4, IPv6, Onion, I2P, or CJDNS. - 1090 Services - 1162 Whether the peer requested us to relay transactions. - 1188 Wants Tx Relay - 1191 High bandwidth BIP152 compact block relay: %1 - 1214 High Bandwidth - 1217 Connection Time - 1309 Elapsed time since a novel block passing initial validity checks was received from this peer. - 1332 Last Block - 1335 Elapsed time since a novel transaction accepted into our mempool was received from this peer. - 1358 Tooltip text for the Last Transaction field in the peer details area. Last Send - 1384 Last Receive - 1407 Ping Time - 1476 The duration of a currently outstanding ping. - 1499 Ping Wait - 1502 Min Ping - 1525 Time Offset - 1548 - + Last block time - Last block time 290 - + &Open - &Open 400 - + &Console - &Console 426 &Network Traffic - 613 Totals - 681 - + Debug log file - Debug log file 390 - + Clear console - Clear console 515 - + In: - - 957 + 959 Out: - - 958 + 960 Inbound: initiated by peer - - 501 + 503 Explanatory text for an inbound peer connection. Outbound Full Relay: default - - 505 + 507 Explanatory text for an outbound peer connection that relays all network information. This is the default behavior for outbound connections. Outbound Block Relay: does not relay transactions or addresses - - 508 + 510 Explanatory text for an outbound peer connection that relays network information about blocks and not transactions or addresses. Outbound Manual: added using RPC %1 or %2/%3 configuration options - - 513 + 515 Explanatory text for an outbound peer connection that was established manually through one of several methods. The numbered arguments are stand-ins for the methods available to establish manual connections. Outbound Feeler: short-lived, for testing addresses - - 519 + 521 Explanatory text for a short-lived outbound peer connection that is used to test the aliveness of known addresses. Outbound Address Fetch: short-lived, for soliciting addresses - - 522 + 524 Explanatory text for a short-lived outbound peer connection that is used to request addresses from a peer. we selected the peer for high bandwidth relay - - 526 + 528 the peer selected us for high bandwidth relay - - 527 + 529 no high bandwidth relay selected - - 528 + 530 Ctrl++ - - 541 + 543 Main shortcut to increase the RPC console font size. Ctrl+= - - 543 + 545 Secondary shortcut to increase the RPC console font size. Ctrl+- - - 547 + 549 Main shortcut to decrease the RPC console font size. Ctrl+_ - - 549 + 551 Secondary shortcut to decrease the RPC console font size. &Copy address - - 700 + 702 Context menu action to copy the address of a peer. &Disconnect - - 704 + 706 1 &hour - - 705 + 707 1 d&ay - - 706 + 708 1 &week - - 707 + 709 1 &year - - 708 + 710 &Copy IP/Netmask - - 733 + 735 Context menu action to copy the IP/Netmask of a banned peer. IP/Netmask is the combination of a peer's IP address and its Netmask. For IP address, see: https://en.wikipedia.org/wiki/IP_address. &Unban - - 737 + 739 Network activity disabled - - 961 + 963 Executing command without any wallet - - 1038 + 1040 Executing command using "%1" wallet - - 1036 + 1038 Welcome to the %1 RPC console. @@ -3338,1030 +2734,840 @@ Type %5 for an overview of available commands. For more information on using this console, type %6. %7WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramifications of a command.%8 - - 891 + 893 RPC console welcome message. Placeholders %7 and %8 are style tags for the warning content, and they are not space separated from the rest of the text intentionally. Executing… - - 1046 + 1048 A console message indicating an entered command is currently being executed. (peer: %1) - - 1164 + 1166 via %1 - - 1166 + 1168 - + Yes - 138 No - 138 To - 138 From - 138 Ban for - 139 Never - 180 Unknown - 139 - + &Amount: - 37 &Label: - &Label: 83 &Message: - 53 An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcoin network. - 50 An optional label to associate with the new receiving address. - 80 Use this form to request payments. All fields are <b>optional</b>. - 73 An optional amount to request. Leave this empty or zero to not request a specific amount. - 34 193 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. - 66 An optional message that is attached to the payment request and may be displayed to the sender. - 96 &Create new receiving address - 111 Clear all fields of the form. - 134 Clear - 137 Requested payments history - 273 Show the selected request (does the same as double clicking an entry) - 298 Show - 301 Remove the selected entries from the list - 318 Remove - 321 - + Copy &URI - 47 &Copy address - 48 Copy &label - 49 Copy &message - 50 Copy &amount - 51 Could not unlock wallet. - 176 Could not generate new %1 address - 181 - + Request payment to … - 14 Address: - 90 Amount: - 119 Label: - 148 Message: - 180 Wallet: - 212 Copy &URI - 240 Copy &Address - 250 &Verify - 260 Verify this address on e.g. a hardware wallet screen - 263 &Save Image… - 273 Payment information - 39 - + Request payment to %1 - 49 - + Date - Date 32 Label - 32 Message - 32 (no label) - 73 (no message) - 82 (no amount requested) - 90 Requested - 133 - + - + Send Coins - Send Coins 14 - ../sendcoinsdialog.cpp749 + ../sendcoinsdialog.cpp752 Coin Control Features - 90 automatically selected - 120 Insufficient funds! - 139 Quantity: - 228 Bytes: - 263 Amount: - 311 Fee: - 391 After Fee: - 442 Change: - 474 If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. - 518 Custom change address - 521 Transaction Fee: - 727 Using the fallbackfee can result in sending a transaction that will take several hours or days (or never) to confirm. Consider choosing your fee manually or wait until you have validated the complete chain. - 765 Warning: Fee estimation is currently not possible. - 774 per kilobyte - 856 Hide - 803 Recommended: - 915 Custom: - 945 - + Send to multiple recipients at once - Send to multiple recipients at once 1160 - + Add &Recipient - Add &Recipient 1163 Clear all fields of the form. - 1143 Inputs… - 110 Dust: - 343 Choose… - 741 Hide transaction fee settings - 800 Specify a custom fee per kB (1,000 bytes) of the transaction's virtual size. Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 satoshis per kvB" for a transaction size of 500 virtual bytes (half of 1 kvB) would ultimately yield a fee of only 50 satoshis. - 851 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 bitcoin transactions than the network can process. - 886 A too low fee might result in a never confirming transaction (read the tooltip) - 889 (Smart fee not initialized yet. This usually takes a few blocks…) - 994 Confirmation time target: - 1020 Enable Replace-By-Fee - 1078 With Replace-By-Fee (BIP-125) you can increase a transaction's fee after it is sent. Without this, a higher fee may be recommended to compensate for increased transaction delay risk. - 1081 - + Clear &All - Clear &All 1146 - + Balance: - Balance: 1201 - + Confirm the send action - Confirm the send action 1117 - + S&end - S&end 1120 - + Copy quantity - - 96 + 99 Copy amount - - 97 + 100 Copy fee - - 98 + 101 Copy after fee - - 99 + 102 Copy bytes - - 100 + 103 Copy dust - - 101 + 104 Copy change - - 102 + 105 %1 (%2 blocks) - - 178 + 181 Sign on device - - 208 + 211 "device" usually means a hardware wallet. Connect your hardware wallet first. - - 211 + 214 Set external signer script path in Options -> Wallet - - 215 + 218 "External signer" means using devices such as hardware wallets. Cr&eate Unsigned - - 218 + 221 Creates a Partially Signed Bitcoin Transaction (PSBT) for use with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet. - - 219 + 222 from wallet '%1' - - 309 + 312 %1 to '%2' - - 320 + 323 %1 to %2 - - 325 + 328 To review recipient list click "Show Details…" - - 392 + 395 Sign failed - - 436 + 439 External signer not found - - 442 + 445 "External signer" means using devices such as hardware wallets. External signer failure - - 448 + 451 "External signer" means using devices such as hardware wallets. Save Transaction Data - - 506 + 509 Partially Signed Transaction (Binary) - - 508 + 511 Expanded name of the binary PSBT file format. See: BIP 174. PSBT saved - - 515 + 518 External balance: - - 691 + 694 or - - 388 + 391 You can increase the fee later (signals Replace-By-Fee, BIP-125). - - 369 + 372 Please, review your transaction proposal. This will produce a Partially Signed Bitcoin Transaction (PSBT) which you can save or copy and then sign with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet. - - 339 + 342 Text to inform a user attempting to create a transaction of their current options. At this stage, a user can only create a PSBT. This string is displayed when private keys are disabled and an external signer is not available. Do you want to create this transaction? - - 333 + 336 Message displayed when attempting to create a transaction. Cautionary text to prompt the user to verify that the displayed transaction details represent the transaction the user intends to create. Please, review your transaction. You can create and send this transaction or create a Partially Signed Bitcoin Transaction (PSBT), which you can save or copy and then sign with, e.g., an offline %1 wallet, or a PSBT-compatible hardware wallet. - - 344 + 347 Text to inform a user attempting to create a transaction of their current options. At this stage, a user can send their transaction or create a PSBT. This string is displayed when both private keys and PSBT controls are enabled. Please, review your transaction. - - 347 + 350 Text to prompt a user to review the details of the transaction they are attempting to send. Transaction fee - - 355 + 358 Not signalling Replace-By-Fee, BIP-125. - - 371 + 374 Total Amount - - 385 + 388 Confirm send coins - - 410 + 413 Watch-only balance: - - 694 + 697 The recipient address is not valid. Please recheck. - - 718 + 721 The amount to pay must be larger than 0. - - 721 + 724 The amount exceeds your balance. - - 724 + 727 The total exceeds your balance when the %1 transaction fee is included. - - 727 + 730 Duplicate address found: addresses should only be used once each. - - 730 + 733 Transaction creation failed! - - 733 + 736 A fee higher than %1 is considered an absurdly high fee. - - 737 + 740 Payment request expired. - - 740 + 743 - 864 - + 867 + Estimated to begin confirmation within %n block(s). - Estimated to begin confirmation within %n block. - + Estimated to begin confirmation within %n block(s). - Estimated to begin confirmation within %n blocks. Warning: Invalid Bitcoin address - - 965 + 968 Warning: Unknown change address - - 970 + 973 Confirm custom change address - - 973 + 976 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? - - 973 + 976 (no label) - - 994 + 997 - + - + A&mount: - A&mount: 155 705 1238 - + Pay &To: - Pay &To: 39 - + &Label: - &Label: 132 Choose previously used address - 64 The Bitcoin address to send the payment to - 57 - + Alt+A - Alt+A 80 - + Paste address from clipboard - Paste address from clipboard 87 - + Alt+P - Alt+P 103 Remove this entry - 110 672 1205 The amount to send in the selected unit - 170 The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally. - 177 S&ubtract fee from amount - 180 Use available balance - 187 Message: - 196 This is an unauthenticated payment request. - 639 This is an authenticated payment request. - 1168 Enter a label for this address to add it to the list of used addresses - 145 148 A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. - 206 Pay To: - 654 1183 Memo: - 688 1221 - + Send - 131 Create Unsigned - 133 - + - + Signatures - Sign / Verify a Message - Signatures - Sign / Verify a Message 14 - + &Sign Message - &Sign Message 27 You can sign messages/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. - 33 The Bitcoin address to sign the message with - 51 Choose previously used address - 58 274 - + Alt+A - Alt+A 68 284 - + Paste address from clipboard - Paste address from clipboard 78 - + Alt+P - Alt+P 88 - + Enter the message you want to sign here - Enter the message you want to sign here 100 103 - + Signature - Signature 110 - + Copy the current signature to the system clipboard - Copy the current signature to the system clipboard 140 - + Sign the message to prove you own this Bitcoin address - Sign the message to prove you own this Bitcoin address 161 - + Sign &Message - Sign &Message 164 - + Reset all sign message fields - Reset all sign message fields 178 - + Clear &All - Clear &All 181 338 - + &Verify Message - &Verify Message 240 Enter the receiver's address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. Note that this only proves the signing party receives with the address, it cannot prove sendership of any transaction! - 246 The Bitcoin address the message was signed with - 267 The signed message to verify - 296 299 The signature given when the message was signed - 306 309 - + Verify the message to ensure it was signed with the specified Bitcoin address - Verify the message to ensure it was signed with the specified Bitcoin address 318 - + Verify &Message - Verify &Message 321 - + Reset all verify message fields - Reset all verify message fields 335 Click "Sign Message" to generate signature - 125 - + The entered address is invalid. - 120 219 Please check the address and try again. - 120 127 220 @@ -4369,181 +3575,149 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 The entered address does not refer to a key. - 127 226 Wallet unlock was cancelled. - 135 No error - 146 Private key for the entered address is not available. - 149 Message signing failed. - 152 Message signed. - 164 The signature could not be decoded. - 233 Please check the signature and try again. - 234 241 The signature did not match the message digest. - 240 Message verification failed. - 246 Message verified. - 214 - + (press q to shutdown and continue later) - 187 press q to shutdown - 188 - + kB/s - - 82 + 79 - + conflicted with a transaction with %1 confirmations - 40 0/unconfirmed, %1 - 43 in memory pool - 43 not in memory pool - 43 abandoned - 42 %1/unconfirmed - 45 %1 confirmations - 47 Status - 98 Date - Date 101 Source - 108 Generated - 108 From - 113 127 199 unknown - 127 To - 128 148 218 own address - 130 watch-only - 130 199 label - 132 Credit - 168 180 234 @@ -4552,534 +3726,435 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 170 - + matures in %n more block(s) - matures in %n more block - + matures in %n more block(s) - matures in %n more blocks not accepted - 172 Debit - 232 258 321 Total debit - 242 Total credit - 243 Transaction fee - 248 Net amount - 270 Message - 276 288 Comment - 278 Transaction ID - 280 Transaction total size - 281 Transaction virtual size - 282 Output index - 283 (Certificate was not verified) - 299 Merchant - 302 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. - 310 Debug information - 318 Transaction - 326 Inputs - 329 Amount - Amount 350 true - 351 352 false - 351 352 - + - + This pane shows a detailed description of the transaction - This pane shows a detailed description of the transaction 20 - + Details for %1 - 18 - + Date - Date 260 Type - 260 Label - 260 Unconfirmed - 320 Abandoned - 323 Confirming (%1 of %2 recommended confirmations) - 326 Confirmed (%1 confirmations) - 329 Conflicted - 332 Immature (%1 confirmations, will be available after %2) - 335 Generated but not accepted - 338 Received with - 377 Received from - 379 Sent to - 382 Payment to yourself - 384 Mined - 386 watch-only - 414 (n/a) - 430 (no label) - 637 Transaction status. Hover over this field to show number of confirmations. - 676 Date and time that the transaction was received. - 678 Type of transaction. - 680 Whether or not a watch-only address is involved in this transaction. - 682 User-defined intent/purpose of the transaction. - 684 Amount removed from or added to balance. - 686 - + All - 73 89 Today - 74 This week - 75 This month - 76 Last month - 77 This year - 78 Received with - 90 Sent to - 92 To yourself - 94 Mined - 95 Other - 96 Enter address, transaction id, or label to search - 101 Min amount - 105 Range… - 79 &Copy address - 169 Copy &label - 170 Copy &amount - 171 Copy transaction &ID - 172 Copy &raw transaction - 173 Copy full transaction &details - 174 &Show transaction details - 175 Increase transaction &fee - 177 A&bandon transaction - 180 &Edit address label - 181 Show in %1 - 240 Transactions table context menu action to show the selected transaction in a third-party block explorer. %1 is a stand-in argument for the URL of the explorer. Export Transaction History - 359 Comma separated file - 362 Expanded name of the CSV file format. See: https://en.wikipedia.org/wiki/Comma-separated_values. Confirmed - Confirmed 371 Watch-only - 373 Date - Date 374 Type - 375 Label - 376 Address - 377 ID - 379 Exporting Failed - 382 There was an error trying to save the transaction history to %1. - 382 Exporting Successful - 386 The transaction history was successfully saved to %1. - 386 Range: - 558 to - 566 - + No wallet has been loaded. Go to File > Open Wallet to load a wallet. - OR - - - 42 + 45 Create a new wallet - - 47 + 50 Error - Error - 201 - 210 - 220 + 204 + 213 + 223 Unable to decode PSBT from clipboard (invalid base64) - - 201 + 204 Load Transaction Data - - 206 + 209 Partially Signed Transaction (*.psbt) - - 207 + 210 PSBT file must be smaller than 100 MiB - - 210 + 213 Unable to decode PSBT - - 220 + 223 - + Send Coins - Send Coins 221 Fee bump error - 481 533 548 @@ -5087,937 +4162,752 @@ Go to File > Open Wallet to load a wallet. Increasing transaction fee failed - 481 Do you want to increase the fee? - 488 Asks a user if they would like to manually increase the fee of a transaction that has already been created. Current fee: - 492 Increase: - 496 New fee: - 500 Warning: This may pay the additional fee by reducing change outputs or adding inputs, when necessary. It may add a new change output if one does not already exist. These changes may potentially leak privacy. - 508 Confirm fee bump - 511 Can't draft transaction. - 533 PSBT copied - 540 Can't sign transaction. - 548 Could not commit transaction - 553 Can't display address - 567 default wallet - 585 - + &Export - &Export 52 Export the data in the current tab to a file - Export the data in the current tab to a file 53 Backup Wallet - 217 Wallet Data - 219 Name of the wallet data file format. Backup Failed - 225 There was an error trying to save the wallet data to %1. - 225 Backup Successful - 229 The wallet data was successfully saved to %1. - 229 Cancel - - 264 + 266 - + The %s developers - 12 %s corrupt. Try using the wallet tool bitcoin-wallet to salvage or restoring a backup. - 13 -maxtxfee is set very high! Fees this large could be paid on a single transaction. - 16 Cannot downgrade wallet from version %i to version %i. Wallet version unchanged. - 19 Cannot obtain a lock on data directory %s. %s is probably already running. - 22 Cannot provide specific connections and have addrman find outgoing connections at the same. - 24 Cannot upgrade a non HD split wallet from version %i to version %i without upgrading to support pre-split keypool. Please use version %i or no version specified. - 27 Distributed under the MIT software license, see the accompanying file %s or %s - 31 Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - 34 Error reading %s! Transaction data may be missing or incorrect. Rescanning wallet. - 37 Error: Dumpfile format record is incorrect. Got "%s", expected "format". - 40 Error: Dumpfile identifier record is incorrect. Got "%s", expected "%s". - 42 Error: Dumpfile version is not supported. This version of bitcoin-wallet only supports version 1 dumpfiles. Got dumpfile with version %s - 44 Error: Legacy wallets only support the "legacy", "p2sh-segwit", and "bech32" address types - 47 Error: Listening for incoming connections failed (listen returned error %s) - 50 Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee. - 52 File %s already exists. If you are sure this is what you want, move it out of the way first. - 55 Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) - 58 Invalid or corrupt peers.dat (%s). If you believe this is a bug, please report it to %s. As a workaround, you can move the file (%s) out of the way (rename, move, or delete) to have a new one created on the next start. - 61 More than one onion bind address is provided. Using %s for the automatically created Tor onion service. - 65 No dump file provided. To use createfromdump, -dumpfile=<filename> must be provided. - 68 No dump file provided. To use dump, -dumpfile=<filename> must be provided. - 71 No wallet file format provided. To use createfromdump, -format=<format> must be provided. - 73 Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. - 76 Please contribute if you find %s useful. Visit %s for further information about the software. - 79 Prune configured below the minimum of %d MiB. Please use a higher number. - 82 Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) - 84 SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported - 87 - The -txindex upgrade started by a previous version can not be completed. Restart with the previous version or run a full -reindex. - - 90 - - 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 - 93 - + The block index db contains a legacy 'txindex'. To clear the occupied disk space, run a full -reindex, otherwise ignore this error. This error message will not be displayed again. - 98 - + The transaction amount is too small to send after the fee has been deducted - 102 - + This error could occur if this wallet was not shutdown cleanly and was last loaded using a build with a newer version of Berkeley DB. If so, please use the software that last loaded this wallet - 104 - + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - 108 - + This is the maximum transaction fee you pay (in addition to the normal fee) to prioritize partial spend avoidance over regular coin selection. - 111 - + This is the transaction fee you may discard if change is smaller than dust at this level - 114 - + This is the transaction fee you may pay when fee estimates are not available. - 117 - + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. - 119 - + Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate. - 122 - + Unknown wallet file format "%s" provided. Please provide one of "bdb" or "sqlite". - 125 - + Warning: Dumpfile wallet format "%s" does not match command line specified format "%s". - 128 - + Warning: Private keys detected in wallet {%s} with disabled private keys - 131 - + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - 133 - + Witness data for blocks after height %d requires validation. Please restart with -reindex. - 136 - + You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain - 139 - + %s is set very high! - 142 - + -maxmempool must be at least %d MB - 143 - + A fatal internal error occurred, see debug.log for details - 144 - + Cannot resolve -%s address: '%s' - 145 - + Cannot set -forcednsseed to true when setting -dnsseed to false. - 146 - + Cannot set -peerblockfilters without -blockfilterindex. - 147 - + Cannot write to data directory '%s'; check permissions. - 148 + + The -txindex upgrade started by a previous version cannot be completed. Restart with the previous version or run a full -reindex. + 90 + - Change index out of range - + Config setting for %s only applied on %s network when in [%s] section. 149 - Config setting for %s only applied on %s network when in [%s] section. - + Copyright (C) %i-%i 150 - Copyright (C) %i-%i - + Corrupted block database detected 151 - Corrupted block database detected - + Could not find asmap file %s 152 - Could not find asmap file %s - + Could not parse asmap file %s 153 - Could not parse asmap file %s - + Disk space is too low! 154 - Disk space is too low! - + Do you want to rebuild the block database now? 155 - Do you want to rebuild the block database now? - + Done loading 156 - Done loading - + Dump file %s does not exist. 157 - Dump file %s does not exist. - + Error creating %s 158 - Error creating %s - + Error initializing block database 159 - Error initializing block database - + Error initializing wallet database environment %s! 160 - Error initializing wallet database environment %s! - + Error loading %s 161 - Error loading %s - + Error loading %s: Private keys can only be disabled during creation 162 - Error loading %s: Private keys can only be disabled during creation - + Error loading %s: Wallet corrupted 163 - Error loading %s: Wallet corrupted - + Error loading %s: Wallet requires newer version of %s 164 - Error loading %s: Wallet requires newer version of %s - + Error loading block database 165 - Error loading block database - + Error opening block database 166 - Error opening block database - + Error reading from database, shutting down. 167 - Error reading from database, shutting down. - + Error reading next record from wallet database 168 - Error reading next record from wallet database - + Error upgrading chainstate database 169 - Error upgrading chainstate database - + Error: Couldn't create cursor into database 170 - Error: Couldn't create cursor into database - + Error: Disk space is low for %s 171 - Error: Disk space is low for %s - + Error: Dumpfile checksum does not match. Computed %s, expected %s 172 - Error: Dumpfile checksum does not match. Computed %s, expected %s - + Error: Got key that was not hex: %s 173 - Error: Got key that was not hex: %s - + Error: Got value that was not hex: %s 174 - Error: Got value that was not hex: %s - + Error: Keypool ran out, please call keypoolrefill first 175 - Error: Keypool ran out, please call keypoolrefill first - + Error: Missing checksum 176 - Error: Missing checksum - + Error: No %s addresses available. 177 - Error: No %s addresses available. - + Error: Unable to parse version %u as a uint32_t 178 - Error: Unable to parse version %u as a uint32_t - + Error: Unable to write record to new wallet 179 - Error: Unable to write record to new wallet - + Failed to listen on any port. Use -listen=0 if you want this. 180 - Failed to listen on any port. Use -listen=0 if you want this. - + Failed to rescan the wallet during initialization 181 - Failed to rescan the wallet during initialization - + Failed to verify database 182 - Failed to verify database - + Fee rate (%s) is lower than the minimum fee rate setting (%s) 183 - Fee rate (%s) is lower than the minimum fee rate setting (%s) - + Ignoring duplicate -wallet %s. 184 - Ignoring duplicate -wallet %s. - + Importing… 185 - Importing… - + Incorrect or no genesis block found. Wrong datadir for network? 186 - Incorrect or no genesis block found. Wrong datadir for network? - + Initialization sanity check failed. %s is shutting down. 187 - Initialization sanity check failed. %s is shutting down. - + Input not found or already spent 188 - Input not found or already spent - + Insufficient funds 189 - Insufficient funds - + Invalid -i2psam address or hostname: '%s' 190 - Invalid -i2psam address or hostname: '%s' - + Invalid -onion address or hostname: '%s' 191 - Invalid -onion address or hostname: '%s' - + Invalid -proxy address or hostname: '%s' 192 - Invalid -proxy address or hostname: '%s' - + Invalid P2P permission: '%s' 193 - Invalid P2P permission: '%s' - + Invalid amount for -%s=<amount>: '%s' 194 - Invalid amount for -%s=<amount>: '%s' - + Invalid amount for -discardfee=<amount>: '%s' 195 - Invalid amount for -discardfee=<amount>: '%s' - + Invalid amount for -fallbackfee=<amount>: '%s' 196 - Invalid amount for -fallbackfee=<amount>: '%s' - + Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) 197 - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) - + Invalid netmask specified in -whitelist: '%s' 198 - Invalid netmask specified in -whitelist: '%s' - + Loading P2P addresses… 199 - Loading P2P addresses… - + Loading banlist… 200 - Loading banlist… - + Loading block index… 201 - Loading block index… - + Loading wallet… 202 - Loading wallet… - + Missing amount 203 - Missing amount - + Missing solving data for estimating transaction size 204 - Missing solving data for estimating transaction size - + Need to specify a port with -whitebind: '%s' 205 - Need to specify a port with -whitebind: '%s' - + No addresses available 206 - No addresses available - + No proxy server specified. Use -proxy=<ip> or -proxy=<ip:port>. 207 - No proxy server specified. Use -proxy=<ip> or -proxy=<ip:port>. - + Not enough file descriptors available. 208 - Not enough file descriptors available. - + Prune cannot be configured with a negative value. 209 - Prune cannot be configured with a negative value. - + Prune mode is incompatible with -coinstatsindex. 210 - Prune mode is incompatible with -coinstatsindex. - + Prune mode is incompatible with -txindex. 211 - Prune mode is incompatible with -txindex. - + Pruning blockstore… 212 - Pruning blockstore… - + Reducing -maxconnections from %d to %d, because of system limitations. 213 - Reducing -maxconnections from %d to %d, because of system limitations. - + Replaying blocks… 214 - Replaying blocks… - + Rescanning… 215 - Rescanning… - + SQLiteDatabase: Failed to execute statement to verify database: %s 216 - SQLiteDatabase: Failed to execute statement to verify database: %s - + SQLiteDatabase: Failed to prepare statement to verify database: %s 217 - SQLiteDatabase: Failed to prepare statement to verify database: %s - + SQLiteDatabase: Failed to read database verification error: %s 218 - SQLiteDatabase: Failed to read database verification error: %s - + SQLiteDatabase: Unexpected application id. Expected %u, got %u 219 - SQLiteDatabase: Unexpected application id. Expected %u, got %u - + Section [%s] is not recognized. 220 - Section [%s] is not recognized. - + Signing transaction failed 221 - Signing transaction failed - + Specified -walletdir "%s" does not exist 222 - Specified -walletdir "%s" does not exist - + Specified -walletdir "%s" is a relative path 223 - Specified -walletdir "%s" is a relative path - + Specified -walletdir "%s" is not a directory 224 - Specified -walletdir "%s" is not a directory - + Specified blocks directory "%s" does not exist. 225 - Specified blocks directory "%s" does not exist. - + Starting network threads… 226 - Starting network threads… - + The source code is available from %s. 227 - The source code is available from %s. - + The specified config file %s does not exist 228 - The specified config file %s does not exist - + The transaction amount is too small to pay the fee 229 - The transaction amount is too small to pay the fee - + The wallet will avoid paying less than the minimum relay fee. 230 - The wallet will avoid paying less than the minimum relay fee. - + This is experimental software. 231 - This is experimental software. - + This is the minimum transaction fee you pay on every transaction. 232 - This is the minimum transaction fee you pay on every transaction. - + This is the transaction fee you will pay if you send a transaction. 233 - This is the transaction fee you will pay if you send a transaction. - + Transaction amount too small 234 - Transaction amount too small - + Transaction amounts must not be negative 235 - Transaction amounts must not be negative - + Transaction change output index out of range 236 Transaction has too long of a mempool chain - 237 Transaction must have at least one recipient - 238 Transaction needs a change address, but we can't generate it. - 239 Transaction too large - 240 Unable to bind to %s on this computer (bind returned error %s) - 241 Unable to bind to %s on this computer. %s is probably already running. - 242 Unable to create the PID file '%s': %s - 243 Unable to generate initial keys - 244 Unable to generate keys - 245 Unable to open %s for writing - 246 Unable to parse -maxuploadtarget: '%s' - 247 Unable to start HTTP server. See debug log for details. - 248 Unknown -blockfilterindex value %s. - 249 Unknown address type '%s' - 250 Unknown change type '%s' - 251 Unknown network specified in -onlynet: '%s' - 252 Unknown new rules activated (versionbit %i) - 253 Unsupported logging category %s=%s. - 254 Upgrading UTXO database - 255 User Agent comment (%s) contains unsafe characters. - 256 Verifying blocks… - 257 Verifying wallet(s)… - 258 Wallet needed to be rewritten: restart %s to complete - 259