From 35d52397e72f3ab96a7797148666b501d50b445d Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 20 Apr 2021 15:55:55 +0300 Subject: Add bitcoin_en.xlf intermediate translation file to the repo As the bitcoin_en.xlf file is created by the `make -C src translate` command, other translation-related files are also updated. --- src/qt/bitcoinstrings.cpp | 51 +- src/qt/locale/bitcoin_en.ts | 916 ++++--- src/qt/locale/bitcoin_en.xlf | 5688 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 6341 insertions(+), 314 deletions(-) create mode 100644 src/qt/locale/bitcoin_en.xlf (limited to 'src') diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index 27e512d075..ab631459fb 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -17,13 +17,17 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "-maxtxfee is set very high! Fees this large could be paid on a single " "transaction."), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Cannot downgrade wallet from version %i to version %i. Wallet version " +"unchanged."), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Cannot obtain a lock on data directory %s. %s is probably already running."), QT_TRANSLATE_NOOP("bitcoin-core", "" "Cannot provide specific connections and have addrman find outgoing " "connections at the same."), QT_TRANSLATE_NOOP("bitcoin-core", "" -"Cannot upgrade a non HD split wallet without upgrading to support pre split " -"keypool. Please use version 169900 or no version specified."), +"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."), QT_TRANSLATE_NOOP("bitcoin-core", "" "Distributed under the MIT software license, see the accompanying file %s or " "%s"), @@ -31,17 +35,35 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Error reading %s! All keys read correctly, but transaction data or address " "book entries might be missing or incorrect."), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Error: Dumpfile format record is incorrect. Got \"%s\", expected \"format\"."), +QT_TRANSLATE_NOOP("bitcoin-core", "" +"Error: Dumpfile identifier record is incorrect. Got \"%s\", expected \"%s\"."), +QT_TRANSLATE_NOOP("bitcoin-core", "" +"Error: Dumpfile version is not supported. This version of bitcoin-wallet " +"only supports version 1 dumpfiles. Got dumpfile with version %s"), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Error: Listening for incoming connections failed (listen returned error %s)"), QT_TRANSLATE_NOOP("bitcoin-core", "" "Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -" "fallbackfee."), QT_TRANSLATE_NOOP("bitcoin-core", "" +"File %s already exists. If you are sure this is what you want, move it out " +"of the way first."), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Invalid amount for -maxtxfee=: '%s' (must be at least the minrelay " "fee of %s to prevent stuck transactions)"), QT_TRANSLATE_NOOP("bitcoin-core", "" "More than one onion bind address is provided. Using %s for the automatically " "created Tor onion service."), QT_TRANSLATE_NOOP("bitcoin-core", "" +"No dump file provided. To use createfromdump, -dumpfile= must be " +"provided."), +QT_TRANSLATE_NOOP("bitcoin-core", "" +"No dump file provided. To use dump, -dumpfile= must be provided."), +QT_TRANSLATE_NOOP("bitcoin-core", "" +"No wallet file format provided. To use createfromdump, -format= must " +"be provided."), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Please check that your computer's date and time are correct! If your clock " "is wrong, %s will not work properly."), QT_TRANSLATE_NOOP("bitcoin-core", "" @@ -96,10 +118,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Unable to rewind the database to a pre-fork state. You will need to " "redownload the blockchain"), QT_TRANSLATE_NOOP("bitcoin-core", "" -"Warning: Private keys detected in wallet {%s} with disabled private keys"), +"Unknown wallet file format \"%s\" provided. Please provide one of \"bdb\" or " +"\"sqlite\"."), QT_TRANSLATE_NOOP("bitcoin-core", "" -"Warning: The network does not appear to fully agree! Some miners appear to " -"be experiencing issues."), +"Warning: Dumpfile wallet format \"%s\" does not match command line specified " +"format \"%s\"."), +QT_TRANSLATE_NOOP("bitcoin-core", "" +"Warning: Private keys detected in wallet {%s} with disabled private keys"), QT_TRANSLATE_NOOP("bitcoin-core", "" "Warning: We do not appear to fully agree with our peers! You may need to " "upgrade, or other nodes may need to upgrade."), @@ -109,7 +134,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" QT_TRANSLATE_NOOP("bitcoin-core", "%s is set very high!"), QT_TRANSLATE_NOOP("bitcoin-core", "-maxmempool must be at least %d MB"), QT_TRANSLATE_NOOP("bitcoin-core", "A fatal internal error occurred, see debug.log for details"), -QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"), QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -%s address: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "Cannot set -peerblockfilters without -blockfilterindex."), QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write to data directory '%s'; check permissions."), @@ -122,6 +146,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Could not parse asmap file %s"), QT_TRANSLATE_NOOP("bitcoin-core", "Disk space is too low!"), QT_TRANSLATE_NOOP("bitcoin-core", "Do you want to rebuild the block database now?"), QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"), +QT_TRANSLATE_NOOP("bitcoin-core", "Dump file %s does not exist."), +QT_TRANSLATE_NOOP("bitcoin-core", "Error creating %s"), QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing block database"), QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing wallet database environment %s!"), QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s"), @@ -131,9 +157,17 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet requires newer versi QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"), QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"), QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down."), +QT_TRANSLATE_NOOP("bitcoin-core", "Error reading next record from wallet database"), QT_TRANSLATE_NOOP("bitcoin-core", "Error upgrading chainstate database"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error: Couldn't create cursor into database"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low for %s"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error: Dumpfile checksum does not match. Computed %s, expected %s"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error: Got key that was not hex: %s"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error: Got value that was not hex: %s"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Keypool ran out, please call keypoolrefill first"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error: Missing checksum"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to parse version %u as a uint32_t"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to write record to new wallet"), QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."), QT_TRANSLATE_NOOP("bitcoin-core", "Failed to rescan the wallet during initialization"), QT_TRANSLATE_NOOP("bitcoin-core", "Failed to verify database"), @@ -143,6 +177,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Importing..."), QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong datadir for network?"), QT_TRANSLATE_NOOP("bitcoin-core", "Initialization sanity check failed. %s is shutting down."), QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"), +QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -i2psam address or hostname: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -onion address or hostname: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address or hostname: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "Invalid P2P permission: '%s'"), @@ -159,7 +194,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'" QT_TRANSLATE_NOOP("bitcoin-core", "No proxy server specified. Use -proxy= or -proxy=."), QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."), QT_TRANSLATE_NOOP("bitcoin-core", "Prune cannot be configured with a negative value."), -QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -blockfilterindex."), QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -txindex."), QT_TRANSLATE_NOOP("bitcoin-core", "Pruning blockstore..."), QT_TRANSLATE_NOOP("bitcoin-core", "Reducing -maxconnections from %d to %d, because of system limitations."), @@ -180,7 +214,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" is not a director QT_TRANSLATE_NOOP("bitcoin-core", "Specified blocks directory \"%s\" does not exist."), QT_TRANSLATE_NOOP("bitcoin-core", "Starting network threads..."), QT_TRANSLATE_NOOP("bitcoin-core", "The source code is available from %s."), -QT_TRANSLATE_NOOP("bitcoin-core", "The specified config file %s does not exist\n"), +QT_TRANSLATE_NOOP("bitcoin-core", "The specified config file %s does not exist"), QT_TRANSLATE_NOOP("bitcoin-core", "The transaction amount is too small to pay the fee"), QT_TRANSLATE_NOOP("bitcoin-core", "The wallet will avoid paying less than the minimum relay fee."), QT_TRANSLATE_NOOP("bitcoin-core", "This is experimental software."), @@ -197,6 +231,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer. %s is QT_TRANSLATE_NOOP("bitcoin-core", "Unable to create the PID file '%s': %s"), QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate initial keys"), QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate keys"), +QT_TRANSLATE_NOOP("bitcoin-core", "Unable to open %s for writing"), QT_TRANSLATE_NOOP("bitcoin-core", "Unable to start HTTP server. See debug log for details."), QT_TRANSLATE_NOOP("bitcoin-core", "Unknown -blockfilterindex value %s."), QT_TRANSLATE_NOOP("bitcoin-core", "Unknown address type '%s'"), diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index c55cc65b63..e2640c8884 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -116,17 +116,20 @@ Signing is only possible with addresses of the type 'legacy'. - Comma separated file (*.csv) + Comma separated file + Name of CSV file format - - Exporting Failed + + There was an error trying to save the address list to %1. Please try again. + An error message. + %1 is a name of the file (e.g., "addrbook.csv") that the bitcoin addresses were exported to. - - There was an error trying to save the address list to %1. Please try again. + + Exporting Failed @@ -143,7 +146,7 @@ Signing is only possible with addresses of the type 'legacy'. - + (no label) @@ -190,16 +193,6 @@ Signing is only possible with addresses of the type 'legacy'. Unlock wallet - - - This operation needs your wallet passphrase to decrypt the wallet. - - - - - Decrypt wallet - - Change passphrase @@ -221,18 +214,18 @@ Signing is only possible with addresses of the type 'legacy'. - - + + Wallet encrypted - + 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>. - + Enter the old passphrase and new passphrase for the wallet. @@ -252,7 +245,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Your wallet is now encrypted. @@ -262,49 +255,43 @@ Signing is only possible with addresses of the type 'legacy'. + - - + Wallet encryption failed - + Wallet encryption failed due to an internal error. Your wallet was not encrypted. - + The supplied passphrases do not match. - + Wallet unlock failed - - + The passphrase entered for the wallet decryption was incorrect. - - Wallet decryption failed - - - - + Wallet passphrase was successfully changed. - + Warning: The Caps Lock key is on! @@ -313,7 +300,7 @@ Signing is only possible with addresses of the type 'legacy'. BanTableModel - + IP/Netmask @@ -323,20 +310,43 @@ Signing is only possible with addresses of the type 'legacy'. + + BitcoinApplication + + + Runaway exception + + + + + A fatal error occurred. %1 can no longer continue safely and will quit. + + + + + Internal error + + + + + An internal error occurred. %1 will attempt to continue safely. This is an unexpected bug which can be reported as described below. + + + BitcoinGUI - + Sign &message... Sign &message... - + Synchronizing with network... Synchronizing with network... - + &Overview &Overview @@ -426,7 +436,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Wallet: @@ -461,7 +471,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Send coins to a Bitcoin address Send coins to a Bitcoin address @@ -556,7 +566,7 @@ Signing is only possible with addresses of the type 'legacy'. - + %n active connection(s) to Bitcoin network %n active connection to Bitcoin network @@ -617,7 +627,7 @@ Signing is only possible with addresses of the type 'legacy'. Up to date - + &Load PSBT from file... @@ -737,7 +747,7 @@ Signing is only possible with addresses of the type 'legacy'. - + %1 client @@ -833,15 +843,10 @@ Signing is only possible with addresses of the type 'legacy'. Wallet is <b>encrypted</b> and currently <b>locked</b> - + Original message: - - - A fatal error occurred. %1 can no longer continue safely and will quit. - - CoinControlDialog @@ -1036,7 +1041,7 @@ Signing is only possible with addresses of the type 'legacy'. CreateWalletActivity - + Creating Wallet <b>%1</b>... @@ -1059,12 +1064,17 @@ Signing is only possible with addresses of the type 'legacy'. - + Wallet Name + Wallet + + + + Encrypt the wallet. The wallet will be encrypted with a passphrase of your choice. @@ -1074,7 +1084,12 @@ Signing is only possible with addresses of the type 'legacy'. - + + Advanced Options + + + + 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. @@ -1084,7 +1099,7 @@ Signing is only possible with addresses of the type 'legacy'. - + 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. @@ -1094,7 +1109,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Use descriptors for scriptPubKey management @@ -1104,12 +1119,12 @@ Signing is only possible with addresses of the type 'legacy'. - + Create - + Compiled without sqlite support (required for descriptor wallets) @@ -1475,7 +1490,12 @@ Signing is only possible with addresses of the type 'legacy'. - + + 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. + + + + Size of &database cache @@ -1485,7 +1505,7 @@ Signing is only possible with addresses of the type 'legacy'. - + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) @@ -1498,17 +1518,7 @@ Signing is only possible with addresses of the type 'legacy'. - - Hide the icon from the system tray. - - - - - &Hide tray icon - - - - + 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. @@ -1519,7 +1529,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Open the %1 configuration file from the working directory. @@ -1539,17 +1549,12 @@ Signing is only possible with addresses of the type 'legacy'. &Reset Options - + &Network &Network - - Disables some advanced features but all blocks will still be fully validated. Reverting this setting requires re-downloading the entire blockchain. Actual disk usage may be somewhat higher. - - - - + Prune &block storage to @@ -1608,6 +1613,16 @@ Signing is only possible with addresses of the type 'legacy'. Map port using &UPnP Map port using &UPnP + + + 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. + + + + + Map port using NA&T-PMP + + Accept connections from outside. @@ -1672,7 +1687,17 @@ Signing is only possible with addresses of the type 'legacy'. &Window - + + Show the icon in the system tray. + + + + + &Show tray icon + + + + Show only a tray icon after minimizing the window. Show only a tray icon after minimizing the window. @@ -1712,12 +1737,12 @@ Signing is only possible with addresses of the type 'legacy'. Choose the default subdivision unit to show in the interface and when sending coins. - + Whether to show coin control features or not. - + Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor onion services. @@ -1727,12 +1752,39 @@ Signing is only possible with addresses of the type 'legacy'. - + &Third party transaction URLs - + + Monospaced font in the Overview tab: + + + + + embedded "%1" + + + + + + 111.11111111 BTC + + + + + + 909.09090909 BTC + + + + + closest matching "%1" + + + + Options set in this dialog are overridden by the command line or in the configuration file: @@ -1747,28 +1799,28 @@ Signing is only possible with addresses of the type 'legacy'. &Cancel - + default default - + none - + Confirm options reset Confirm options reset - + Client restart required to activate changes. - + Client will be shut down. Do you want to proceed? @@ -1793,7 +1845,7 @@ Signing is only possible with addresses of the type 'legacy'. - + This change would require a client restart. @@ -1812,12 +1864,12 @@ Signing is only possible with addresses of the type 'legacy'. - + 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. - + Watch-only: @@ -1827,22 +1879,22 @@ Signing is only possible with addresses of the type 'legacy'. - + Your current spendable balance Your current spendable balance - + Pending: - + 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 - + Immature: Immature: @@ -1852,22 +1904,22 @@ Signing is only possible with addresses of the type 'legacy'. Mined balance that has not yet matured - + Balances - + Total: Total: - + Your current total balance Your current total balance - + Your current balance in watch-only addresses @@ -1882,22 +1934,22 @@ Signing is only possible with addresses of the type 'legacy'. - + Unconfirmed transactions to watch-only addresses - + Mined balance in watch-only addresses that has not yet matured - + Current total balance in watch-only addresses - + Privacy mode activated for the Overview tab. To unmask the values, uncheck Settings->Mask values. @@ -1986,7 +2038,8 @@ Signing is only possible with addresses of the type 'legacy'. - Partially Signed Transaction (Binary) (*.psbt) + Partially Signed Transaction (Binary) + Name of binary PSBT file format @@ -2058,7 +2111,7 @@ Signing is only possible with addresses of the type 'legacy'. PaymentServer - + Payment request error @@ -2083,23 +2136,13 @@ Signing is only possible with addresses of the type 'legacy'. - 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. + 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. - - - If you are receiving this error you should request the merchant provide a BIP21 compatible URI. - - - - + Invalid payment address %1 @@ -2117,50 +2160,105 @@ Signing is only possible with addresses of the type 'legacy'. PeerTableModel - + User Agent - Node/Service + Ping - NodeId + Sent - Ping + Received - Sent + Peer Id - Received + Address + + + + + Type + + + Network + Network + QObject - + Amount Amount - + Enter a Bitcoin address (e.g. %1) - + + Unroutable + + + + + Internal + + + + + Inbound + + + + + Outbound + + + + + Full Relay + + + + + Block Relay + + + + + Manual + + + + + Feeler + + + + + Address Fetch + + + + %1 d @@ -2176,22 +2274,22 @@ Signing is only possible with addresses of the type 'legacy'. - + %1 s - + None - + N/A N/A - + %1 ms @@ -2256,7 +2354,7 @@ Signing is only possible with addresses of the type 'legacy'. - %1 KB + %1 kB @@ -2270,7 +2368,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Error: Specified data directory "%1" does not exist. @@ -2328,13 +2426,14 @@ Signing is only possible with addresses of the type 'legacy'. - + Save QR Code - - PNG Image (*.png) + + PNG Image + Name of PNG file format @@ -2344,7 +2443,6 @@ Signing is only possible with addresses of the type 'legacy'. - @@ -2354,14 +2452,19 @@ Signing is only possible with addresses of the type 'legacy'. + + + + - + + @@ -2371,13 +2474,12 @@ Signing is only possible with addresses of the type 'legacy'. - - + N/A N/A - + Client version Client version @@ -2393,11 +2495,6 @@ Signing is only possible with addresses of the type 'legacy'. - Using BerkeleyDB version - - - - Datadir @@ -2423,11 +2520,12 @@ Signing is only possible with addresses of the type 'legacy'. + Network Network - + Name @@ -2473,18 +2571,18 @@ Signing is only possible with addresses of the type 'legacy'. - + Received - - + + Sent - + &Peers @@ -2495,23 +2593,17 @@ Signing is only possible with addresses of the type 'legacy'. - - + Select a peer to view detailed information. - - Direction - - - - + Version - + Starting Block @@ -2526,7 +2618,7 @@ Signing is only possible with addresses of the type 'legacy'. - + The mapped Autonomous System used for diversifying peer selection. @@ -2536,18 +2628,18 @@ Signing is only possible with addresses of the type 'legacy'. - - + + User Agent - + Node window - + Current block height @@ -2572,15 +2664,70 @@ Signing is only possible with addresses of the type 'legacy'. - + + The direction and type of peer connection: %1 + + + + + Direction/Type + + + + + The network protocol this peer is connected through: IPv4, IPv6, Onion, I2P, or CJDNS. + + + + Services + + + Whether the peer requested us to relay transactions. + + + + + Wants Tx Relay + + + + + High bandwidth BIP152 compact block relay: %1 + + + + + High Bandwidth + + Connection Time + + + Elapsed time since a novel block passing initial validity checks was received from this peer. + + + + + Last Block + + + + + Elapsed time since a novel transaction accepted into our mempool was received from this peer. + + + + + Last Tx + + Last Send @@ -2617,7 +2764,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Last block time Last block time @@ -2642,7 +2789,7 @@ Signing is only possible with addresses of the type 'legacy'. - + In: @@ -2662,7 +2809,7 @@ Signing is only possible with addresses of the type 'legacy'. Clear console - + 1 &hour @@ -2686,88 +2833,138 @@ Signing is only possible with addresses of the type 'legacy'. &Disconnect + + + Yes + + + + + No + + + + + To + + + + + From + + + Ban for + + + + + Never + + + + + Inbound: initiated by peer + + + + Outbound Full Relay: default + + + - - Ban for + Outbound Block Relay: does not relay transactions or addresses - - &Unban + + Outbound Manual: added using RPC %1 or %2/%3 configuration options - - Welcome to the %1 RPC console. + + Outbound Feeler: short-lived, for testing addresses - Use up and down arrows to navigate history, and %1 to clear screen. + Outbound Address Fetch: short-lived, for soliciting addresses + + + + + we selected the peer for high bandwidth relay - Type %1 for an overview of available commands. + the peer selected us for high bandwidth relay - For more information on using this console type %1. + no high bandwidth relay selected - - WARNING: 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. + + &Unban - - Network activity disabled + + Welcome to the %1 RPC console. - - Executing command without any wallet + + Use up and down arrows to navigate history, and %1 to clear screen. + + + + + Type %1 for an overview of available commands. + + + + + For more information on using this console type %1. - - Executing command using "%1" wallet + + WARNING: 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. - - (node id: %1) + + Network activity disabled - - via %1 + + Executing command without any wallet - - - never + + (peer id: %1) - - Inbound + + Executing command using "%1" wallet - - Outbound + + via %1 - - + Unknown @@ -2871,10 +3068,15 @@ Signing is only possible with addresses of the type 'legacy'. - + Copy URI + + + Copy address + + Copy label @@ -2891,7 +3093,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Could not unlock wallet. @@ -2977,7 +3179,7 @@ Signing is only possible with addresses of the type 'legacy'. - + (no label) @@ -3001,7 +3203,7 @@ Signing is only possible with addresses of the type 'legacy'. SendCoinsDialog - + Send Coins Send Coins @@ -3188,7 +3390,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos S&end - + Copy quantity @@ -3223,12 +3425,12 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - + %1 (%2 blocks) - + Cr&eate Unsigned @@ -3273,12 +3475,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - - Partially Signed Transaction (Binary) (*.psbt) - - - - + PSBT saved @@ -3338,7 +3535,13 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - + + Partially Signed Transaction (Binary) + Name of binary PSBT file format + + + + Watch-only balance: @@ -3743,7 +3946,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos TrafficGraphWidget - KB/s + kB/s @@ -3996,7 +4199,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos TransactionTableModel - + Date Date @@ -4011,7 +4214,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - + Open for %n more block(s) Open for %n more block @@ -4094,7 +4297,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - + (no label) @@ -4132,7 +4335,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos TransactionView - + All @@ -4203,7 +4406,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - + Abandon transaction @@ -4244,26 +4447,27 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - Edit label + Edit address label - - Show transaction details + + Comma separated file + Name of CSV file format - - Export Transaction History + + Show transaction details - - Comma separated file (*.csv) + + Export Transaction History - + Confirmed Confirmed @@ -4339,7 +4543,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos WalletController - + Close wallet @@ -4382,20 +4586,20 @@ Go to File > Open Wallet to load a wallet. WalletModel - + Send Coins Send Coins - - + + Fee bump error - + Increasing transaction fee failed @@ -4425,7 +4629,12 @@ Go to File > Open Wallet to load a wallet. - + + 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. + + + + Confirm fee bump @@ -4506,7 +4715,8 @@ Go to File > Open Wallet to load a wallet. - Wallet Data (*.dat) + Wallet Data + Name of wallet data file format @@ -4538,12 +4748,12 @@ Go to File > Open Wallet to load a wallet. bitcoin-core - + Distributed under the MIT software license, see the accompanying file %s or %s - + Prune configured below the minimum of %d MiB. Please use a higher number. @@ -4553,22 +4763,22 @@ Go to File > Open Wallet to load a wallet. - + Pruning blockstore... - + Unable to start HTTP server. See debug log for details. - + The %s developers - + Cannot obtain a lock on data directory %s. %s is probably already running. @@ -4578,17 +4788,17 @@ Go to File > Open Wallet to load a wallet. - + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - + More than one onion bind address is provided. Using %s for the automatically created Tor onion service. - + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. @@ -4638,12 +4848,7 @@ Go to File > Open Wallet to load a wallet. - - Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - - - - + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. @@ -4653,7 +4858,7 @@ Go to File > Open Wallet to load a wallet. - + Cannot resolve -%s address: '%s' @@ -4694,6 +4899,16 @@ Go to File > Open Wallet to load a wallet. + Dump file %s does not exist. + + + + + Error creating %s + + + + Error initializing block database Error initializing block database @@ -4733,7 +4948,47 @@ Go to File > Open Wallet to load a wallet. Error opening block database - + + Error reading next record from wallet database + + + + + Error: Couldn't create cursor into database + + + + + Error: Dumpfile checksum does not match. Computed %s, expected %s + + + + + Error: Got key that was not hex: %s + + + + + Error: Got value that was not hex: %s + + + + + Error: Missing checksum + + + + + Error: Unable to parse version %u as a uint32_t + + + + + Error: Unable to write record to new wallet + + + + Failed to listen on any port. Use -listen=0 if you want this. Failed to listen on any port. Use -listen=0 if you want this. @@ -4768,7 +5023,12 @@ Go to File > Open Wallet to load a wallet. - + + Invalid -i2psam address or hostname: '%s' + + + + Invalid P2P permission: '%s' @@ -4788,7 +5048,7 @@ Go to File > Open Wallet to load a wallet. - + SQLiteDatabase: Failed to execute statement to verify database: %s @@ -4823,7 +5083,17 @@ Go to File > Open Wallet to load a wallet. - + + The specified config file %s does not exist + + + + + Unable to open %s for writing + + + + Unknown address type '%s' @@ -4843,7 +5113,62 @@ Go to File > Open Wallet to load a wallet. - + + Cannot downgrade wallet from version %i to version %i. Wallet version unchanged. + + + + + 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. + + + + + Error: Dumpfile format record is incorrect. Got "%s", expected "format". + + + + + Error: Dumpfile identifier record is incorrect. Got "%s", expected "%s". + + + + + Error: Dumpfile version is not supported. This version of bitcoin-wallet only supports version 1 dumpfiles. Got dumpfile with version %s + + + + + File %s already exists. If you are sure this is what you want, move it out of the way first. + + + + + No dump file provided. To use createfromdump, -dumpfile=<filename> must be provided. + + + + + No dump file provided. To use dump, -dumpfile=<filename> must be provided. + + + + + No wallet file format provided. To use createfromdump, -format=<format> must be provided. + + + + + Unknown wallet file format "%s" provided. Please provide one of "bdb" or "sqlite". + + + + + Warning: Dumpfile wallet format "%s" does not match command line specified format "%s". + + + + Loading banlist... @@ -4858,7 +5183,7 @@ Go to File > Open Wallet to load a wallet. - + Prune mode is incompatible with -txindex. @@ -4893,7 +5218,7 @@ Go to File > Open Wallet to load a wallet. - + Unsupported logging category %s=%s. @@ -4918,27 +5243,22 @@ Go to File > Open Wallet to load a wallet. - + Error: Listening for incoming connections failed (listen returned error %s) - + %s corrupt. Try using the wallet tool bitcoin-wallet to salvage or restoring a backup. - - Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use version 169900 or no version specified. - - - - + Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) - + The transaction amount is too small to send after the fee has been deducted @@ -4958,7 +5278,7 @@ Go to File > Open Wallet to load a wallet. - + You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain @@ -4968,7 +5288,7 @@ Go to File > Open Wallet to load a wallet. - + Cannot set -peerblockfilters without -blockfilterindex. @@ -4978,32 +5298,32 @@ Go to File > Open Wallet to load a wallet. - + Error reading from database, shutting down. - + Error upgrading chainstate database - + Error: Disk space is low for %s - + Error: Keypool ran out, please call keypoolrefill first - + Fee rate (%s) is lower than the minimum fee rate setting (%s) - + Invalid -onion address or hostname: '%s' @@ -5033,12 +5353,7 @@ Go to File > Open Wallet to load a wallet. - - Prune mode is incompatible with -blockfilterindex. - - - - + Reducing -maxconnections from %d to %d, because of system limitations. @@ -5068,13 +5383,7 @@ Go to File > Open Wallet to load a wallet. - - The specified config file %s does not exist - - - - - + The transaction amount is too small to pay the fee @@ -5109,7 +5418,7 @@ Go to File > Open Wallet to load a wallet. - + Unknown -blockfilterindex value %s. @@ -5124,12 +5433,12 @@ Go to File > Open Wallet to load a wallet. - + -maxtxfee is set very high! Fees this large could be paid on a single transaction. - + This is the transaction fee you may pay when fee estimates are not available. @@ -5139,12 +5448,12 @@ Go to File > Open Wallet to load a wallet. - + %s is set very high! - + Starting network threads... @@ -5179,32 +5488,32 @@ Go to File > Open Wallet to load a wallet. - + Unknown network specified in -onlynet: '%s' Unknown network specified in -onlynet: '%s' - + Insufficient funds Insufficient funds - + Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee. - + Warning: Private keys detected in wallet {%s} with disabled private keys - + Cannot write to data directory '%s'; check permissions. - + Loading block index... Loading block index... @@ -5214,17 +5523,12 @@ Go to File > Open Wallet to load a wallet. Loading wallet... - - Cannot downgrade wallet - Cannot downgrade wallet - - - + Rescanning... Rescanning... - + Done loading Done loading diff --git a/src/qt/locale/bitcoin_en.xlf b/src/qt/locale/bitcoin_en.xlf new file mode 100644 index 0000000000..a8a5f57f15 --- /dev/null +++ b/src/qt/locale/bitcoin_en.xlf @@ -0,0 +1,5688 @@ + + + + + + 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 + + + + + + + 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 + + 116 + + + Copy &Label + + 117 + + + &Edit + + 118 + + + Export Address List + + 297 + + + Comma separated file + + 298 + Name of CSV file format + + + There was an error trying to save the address list to %1. Please try again. + + 313 + An error message. + %1 is a name of the file (e.g., "addrbook.csv") that the bitcoin addresses were exported to. + + + Exporting Failed + + 311 + + + + + + + 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 + 185 + + + 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 + + 423 + + + A fatal error occurred. %1 can no longer continue safely and will quit. + + 424 + + + Internal error + + 433 + + + An internal error occurred. %1 will attempt to continue safely. This is an unexpected bug which can be reported as described below. + + 434 + + + + + Error: Specified data directory "%1" does not exist. + + 545 + + + Error: Cannot parse configuration file: %1. + + 551 + + + Error: %1 + + 566 + + + Error initializing settings: %1 + + 575 + + + %1 didn't yet exit safely... + + 638 + + + + + + + Sign &message... + Sign &message... + 325 + + + Synchronizing with network... + Synchronizing with network... + 993 + + + &Overview + &Overview + 247 + + + Show general overview of wallet + Show general overview of wallet + 248 + + + &Transactions + &Transactions + 276 + + + Browse transaction history + Browse transaction history + 277 + + + E&xit + E&xit + 300 + + + Quit application + Quit application + 301 + + + &About %1 + + 304 + + + Show information about %1 + + 305 + + + About &Qt + About &Qt + 308 + + + Show information about Qt + Show information about Qt + 309 + + + &Options... + &Options... + 311 + + + Modify configuration options for %1 + + 312 + + + &Encrypt Wallet... + &Encrypt Wallet... + 318 + + + &Backup Wallet... + &Backup Wallet... + 321 + + + &Change Passphrase... + &Change Passphrase... + 323 + + + Open &URI... + + 345 + + + Create Wallet... + + 356 + + + Create a new wallet + + 358 + + + Wallet: + + 567 + + + Click to disable network activity. + + 918 + + + Network activity disabled. + + 920 + + + Click to enable network activity again. + + 920 + + + Syncing Headers (%1%)... + + 947 + + + Reindexing blocks on disk... + Reindexing blocks on disk... + 1004 + + + Proxy is <b>enabled</b>: %1 + + 1319 + + + Send coins to a Bitcoin address + Send coins to a Bitcoin address + 255 + + + Backup wallet to another location + Backup wallet to another location + 322 + + + Change the passphrase used for wallet encryption + Change the passphrase used for wallet encryption + 324 + + + &Verify message... + &Verify message... + 327 + + + &Send + &Send + 254 + + + &Receive + &Receive + 265 + + + &Show / Hide + &Show / Hide + 315 + + + Show or hide the main Window + Show or hide the main Window + 316 + + + Encrypt the private keys that belong to your wallet + Encrypt the private keys that belong to your wallet + 319 + + + Sign messages with your Bitcoin addresses to prove you own them + Sign messages with your Bitcoin addresses to prove you own them + 326 + + + Verify messages to ensure they were signed with specified Bitcoin addresses + Verify messages to ensure they were signed with specified Bitcoin addresses + 328 + + + &File + &File + 457 + + + &Settings + &Settings + 475 + + + &Help + &Help + 536 + + + Tabs toolbar + Tabs toolbar + 547 + + + Request payments (generates QR codes and bitcoin: URIs) + + 266 + + + Show the list of used sending addresses and labels + + 341 + + + Show the list of used receiving addresses and labels + + 343 + + + &Command-line options + + 363 + + + 918 + + %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 + + + + Indexing blocks on disk... + + 998 + + + Processing blocks on disk... + + 1000 + + + 1019 + + 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 + 1042 + + + Last received block was generated %1 ago. + Last received block was generated %1 ago. + 1066 + + + Transactions after this will not yet be visible. + Transactions after this will not yet be visible. + 1068 + + + Error + Error + 1093 + + + Warning + Warning + 1097 + + + Information + Information + 1101 + + + Up to date + Up to date + 1023 + + + &Load PSBT from file... + + 329 + + + Load Partially Signed Bitcoin Transaction + + 330 + + + Load PSBT from clipboard... + + 331 + + + Load Partially Signed Bitcoin Transaction from clipboard + + 332 + + + Node window + + 334 + + + Open node debugging and diagnostic console + + 335 + + + &Sending addresses + + 340 + + + &Receiving addresses + + 342 + + + Open a bitcoin: URI + + 346 + + + Open Wallet + + 348 + + + Open a wallet + + 350 + + + Close Wallet... + + 353 + + + Close wallet + + 354 + + + Close All Wallets... + + 360 + + + Close all wallets + + 361 + + + Show the %1 help message to get a list with possible Bitcoin command-line options + + 365 + + + &Mask values + + 367 + + + Mask the values in the Overview tab + + 369 + + + default wallet + + 401 + + + No wallets available + + 422 + + + &Window + &Window + 486 + + + Minimize + + 488 + + + Zoom + + 498 + + + Main Window + + 516 + + + %1 client + + 761 + + + Connecting to peers... + + 1010 + + + Catching up... + Catching up... + 1047 + + + Error: %1 + + 1094 + + + Warning: %1 + + 1098 + + + Date: %1 + + + 1198 + + + Amount: %1 + + + 1199 + + + Wallet: %1 + + + 1201 + + + Type: %1 + + + 1203 + + + Label: %1 + + + 1205 + + + Address: %1 + + + 1207 + + + Sent transaction + Sent transaction + 1208 + + + Incoming transaction + Incoming transaction + 1208 + + + HD key generation is <b>enabled</b> + + 1260 + + + HD key generation is <b>disabled</b> + + 1260 + + + Private key <b>disabled</b> + + 1260 + + + Wallet is <b>encrypted</b> and currently <b>unlocked</b> + Wallet is <b>encrypted</b> and currently <b>unlocked</b> + 1279 + + + Wallet is <b>encrypted</b> and currently <b>locked</b> + Wallet is <b>encrypted</b> and currently <b>locked</b> + 1287 + + + Original message: + + 1408 + + + + + Unit to show amounts in. Click to select another unit. + + 1448 + + + + + + + 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 address + + 54 + + + Copy label + + 55 + + + Copy amount + + 56 + 82 + + + Copy transaction ID + + 57 + + + Lock unspent + + 58 + + + Unlock unspent + + 59 + + + Copy quantity + + 81 + + + Copy fee + + 83 + + + Copy after fee + + 84 + + + Copy bytes + + 85 + + + Copy dust + + 86 + + + Copy change + + 87 + + + (%1 locked) + + 389 + + + yes + + 544 + + + no + + 544 + + + This label turns red if any recipient receives an amount smaller than the current dust threshold. + + 558 + + + Can vary +/- %1 satoshi(s) per input. + + 563 + + + (no label) + + 601 + 655 + + + change from %1 (%2) + + 648 + + + (change) + + 649 + + + + + + + Creating Wallet <b>%1</b>... + + 250 + + + Create wallet failed + + 278 + + + Create wallet warning + + 280 + + + + + Open wallet failed + + 319 + + + Open wallet warning + + 321 + + + default wallet + + 331 + + + Opening Wallet <b>%1</b>... + + 333 + + + + + Close wallet + + 86 + + + Are you sure you wish to close the wallet <i>%1</i>? + + 87 + + + Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled. + + 88 + + + Close all wallets + + 101 + + + Are you sure you wish to close all wallets? + + 102 + + + + + + + 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 + + + + + + + Create + + 21 + + + Compiled without sqlite support (required for descriptor wallets) + + 63 + + + + + + + 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. + 72 + + + name + name + 94 + + + 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. + 96 + + + Path already exists, and is not a directory. + Path already exists, and is not a directory. + 99 + + + Cannot create data directory here. + Cannot create data directory here. + 106 + + + + + Bitcoin + Bitcoin + 138 + + + Discard blocks after verification, except most recent %1 GB (prune) + + 146 + + + At least %1 GB of data will be stored in this directory, and it will grow over time. + + 358 + + + Approximately %1 GB of data will be stored in this directory. + + 361 + + + %1 will download and store a copy of the Bitcoin block chain. + + 365 + + + The wallet will also be stored in this directory. + + 367 + + + Error: Specified data directory "%1" cannot be created. + + 230 + + + Error + Error + 260 + + + 281 + + %n GB of free space available + %n GB of free space available + + + %n GB of free space available + %n GB of free space available + + + + 283 + + (of %n GB needed) + (of %n GB needed) + + + (of %n GB needed) + (of %n GB needed) + + + + 286 + + (%n GB needed for full chain) + + + + (%n GB needed for full chain) + + + + + + + + + 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 + + + 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. + + 216 + + + 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. + + 226 + + + 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. + + 236 + + + 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.cpp153 + + + Last block time + Last block time + 235 + + + Progress + + 261 + + + Progress increase per hour + + 295 + + + calculating... + + 302 + 322 + + + Estimated time left until synced + + 315 + + + Hide + + 352 + + + Esc + + 355 + + + + + + + %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%)... + + 159 + + + + + unknown + + 123 + + + + + + + Open bitcoin URI + + 14 + + + URI: + + 22 + + + + + + + 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 + + 108 + + + Number of script &verification threads + + 151 + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + + 322 + 509 + + + Shows if the supplied default SOCKS5 proxy is used to reach peers via this network type. + + 391 + 414 + 437 + + + 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. + + 606 + + + 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 |. + + 686 + 699 + + + Open the %1 configuration file from the working directory. + + 878 + + + Open Configuration File + + 881 + + + Reset all client options to default. + Reset all client options to default. + 891 + + + &Reset Options + &Reset Options + 894 + + + &Network + &Network + 249 + + + Prune &block storage to + + 61 + + + GB + + 71 + + + Reverting this setting requires re-downloading the entire blockchain. + + 96 + + + MiB + + 124 + + + (0 = auto, <0 = leave that many cores free) + + 164 + + + W&allet + + 200 + + + Expert + + 206 + + + Enable coin &control features + + 215 + + + 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. + + 222 + + + &Spend unconfirmed change + + 225 + + + 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. + 255 + + + Map port using &UPnP + Map port using &UPnP + 258 + + + 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. + + 265 + + + Map port using NA&T-PMP + + 268 + + + Accept connections from outside. + + 275 + + + Allow incomin&g connections + + 278 + + + Connect to the Bitcoin network through a SOCKS5 proxy. + + 285 + + + &Connect through SOCKS5 proxy (default proxy): + + 288 + + + Proxy &IP: + Proxy &IP: + 297 + 484 + + + &Port: + &Port: + 329 + 516 + + + Port of the proxy (e.g. 9050) + Port of the proxy (e.g. 9050) + 354 + 541 + + + Used for reaching peers via: + + 378 + + + IPv4 + + 401 + + + IPv6 + + 424 + + + Tor + + 447 + + + &Window + &Window + 577 + + + Show the icon in the system tray. + + 583 + + + &Show tray icon + + 586 + + + Show only a tray icon after minimizing the window. + Show only a tray icon after minimizing the window. + 596 + + + &Minimize to the tray instead of the taskbar + &Minimize to the tray instead of the taskbar + 599 + + + M&inimize on close + M&inimize on close + 609 + + + &Display + &Display + 630 + + + User Interface &language: + User Interface &language: + 638 + + + The user interface language can be set here. This setting will take effect after restarting %1. + + 651 + + + &Unit to show amounts in: + &Unit to show amounts in: + 662 + + + 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. + 675 + + + Whether to show coin control features or not. + + 212 + + + Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor onion services. + + 472 + + + Use separate SOCKS&5 proxy to reach peers via Tor onion services: + + 475 + + + &Third party transaction URLs + + 689 + + + Monospaced font in the Overview tab: + + 711 + + + embedded "%1" + + 719 + + + 111.11111111 BTC + + 741 + 790 + + + 909.09090909 BTC + + 748 + 797 + + + closest matching "%1" + + 768 + + + Options set in this dialog are overridden by the command line or in the configuration file: + + 833 + + + &OK + &OK + 974 + + + &Cancel + &Cancel + 987 + + + + + + + default + default + 104 + + + none + + 185 + + + Confirm options reset + Confirm options reset + 276 + + + Client restart required to activate changes. + + 277 + 334 + + + Client will be shut down. Do you want to proceed? + + 277 + + + Configuration options + + 292 + + + The configuration file is used to specify advanced user options which override GUI settings. Additionally, any command-line options will override this configuration file. + + 293 + + + Error + Error + 298 + + + The configuration file could not be opened. + + 298 + + + This change would require a client restart. + + 338 + + + The supplied proxy address is invalid. + The supplied proxy address is invalid. + 366 + + + + + + + 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. + + 191 + + + + + + + Dialog + + 14 + + + Sign Tx + + 86 + + + Broadcast Tx + + 102 + + + Copy to Clipboard + + 122 + + + Save... + + 129 + + + Close + + 136 + + + + + + + Failed to load transaction: %1 + + 55 + + + Failed to sign transaction: %1 + + 73 + + + Could not sign any more inputs. + + 81 + + + Signed %1 inputs, but more signatures are still required. + + 83 + + + Signed transaction successfully. Transaction is ready to broadcast. + + 86 + + + Unknown error processing transaction. + + 98 + + + Transaction broadcast successfully! Transaction ID: %1 + + 108 + + + Transaction broadcast failed: %1 + + 111 + + + PSBT copied to clipboard. + + 120 + + + Save Transaction Data + + 143 + + + Partially Signed Transaction (Binary) + + 144 + Name of binary PSBT file format + + + PSBT saved to disk. + + 151 + + + * Sends %1 to %2 + + 167 + + + Unable to calculate transaction fee or total transaction amount. + + 177 + + + Pays transaction fee: + + 179 + + + Total Amount + + 191 + + + or + + 194 + + + Transaction has %1 unsigned inputs. + + 200 + + + Transaction is missing some information about inputs. + + 242 + + + Transaction still needs signature(s). + + 246 + + + (But this wallet cannot sign transactions.) + + 249 + + + (But this wallet does not have the right keys.) + + 252 + + + Transaction is fully signed and ready for broadcast. + + 260 + + + Transaction status is unknown. + + 264 + + + + + + + Payment request error + + 173 + + + Cannot start bitcoin: click-to-pay handler + + 174 + + + URI handling + + 224 + 237 + 243 + 250 + + + '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. + + 238 + 261 + + + Invalid payment address %1 + + 243 + + + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + + 251 + + + Payment request file handling + + 260 + + + + + + + User Agent + + 91 + + + Ping + + 91 + + + Sent + + 91 + + + Received + + 91 + + + Peer Id + + 91 + + + Address + + 91 + + + Type + + 91 + + + Network + Network + 91 + + + + + + + Amount + Amount + 213 + + + + + + + Enter a Bitcoin address (e.g. %1) + + 118 + + + Unroutable + + 650 + + + Internal + + 656 + + + Inbound + + 666 + + + Outbound + + 666 + + + Full Relay + + 670 + + + Block Relay + + 671 + + + Manual + + 672 + + + Feeler + + 673 + + + Address Fetch + + 674 + + + %1 d + + 688 + + + %1 h + + 690 + + + %1 m + + 692 + + + %1 s + + 694 + 722 + + + None + + 710 + + + N/A + N/A + 716 + + + %1 ms + + 717 + + + 735 + + %n second(s) + %n second + + + %n second(s) + %n seconds + + + + 739 + + %n minute(s) + %n minute + + + %n minute(s) + %n minutes + + + + 743 + + %n hour(s) + %n hour + + + %n hour(s) + %n hours + + + + 747 + + %n day(s) + %n day + + + %n day(s) + %n days + + + + 751 + 757 + + %n week(s) + %n week + + + %n week(s) + %n weeks + + + + %1 and %2 + + 757 + + + 757 + + %n year(s) + %n year + + + %n year(s) + %n years + + + + %1 B + + 765 + + + %1 kB + + 767 + + + %1 MB + + 769 + + + %1 GB + + 771 + + + + + + + &Save Image... + + 30 + + + &Copy Image + + 33 + + + Resulting URI too long, try to reduce the text for label / message. + + 46 + + + Error encoding URI into QR Code. + + 53 + + + QR code support not available. + + 94 + + + Save QR Code + + 124 + + + PNG Image + + 125 + Name of PNG file format + + + + + + + N/A + N/A + 75 + 101 + 127 + 156 + 182 + 218 + 241 + 277 + 300 + 336 + 359 + 1069 + 1095 + 1121 + 1144 + 1167 + 1190 + 1216 + 1242 + 1265 + 1288 + 1311 + 1334 + 1360 + 1386 + 1409 + 1432 + 1455 + 1478 + 1501 + 1527 + 1550 + 1573 + 1599 + ../rpcconsole.h141 + + + 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 + 1111 + + + 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 + + 695 + + + Received + + 775 + 1468 + + + Sent + + 855 + 1445 + + + &Peers + + 896 + + + Banned peers + + 963 + + + Select a peer to view detailed information. + + 1028 + ../rpcconsole.cpp1104 + + + Version + + 1134 + + + Starting Block + + 1255 + + + Synced Headers + + 1278 + + + Synced Blocks + + 1301 + + + The mapped Autonomous System used for diversifying peer selection. + + 1586 + + + Mapped AS + + 1589 + + + User Agent + + 88 + 1157 + + + 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 + + 481 + + + Increase font size + + 513 + + + Permissions + + 1059 + + + The direction and type of peer connection: %1 + + 1082 + + + Direction/Type + + 1085 + + + The network protocol this peer is connected through: IPv4, IPv6, Onion, I2P, or CJDNS. + + 1108 + + + Services + + 1180 + + + Whether the peer requested us to relay transactions. + + 1203 + + + Wants Tx Relay + + 1206 + + + High bandwidth BIP152 compact block relay: %1 + + 1229 + + + High Bandwidth + + 1232 + + + Connection Time + + 1324 + + + Elapsed time since a novel block passing initial validity checks was received from this peer. + + 1347 + + + Last Block + + 1350 + + + Elapsed time since a novel transaction accepted into our mempool was received from this peer. + + 1373 + + + Last Tx + + 1376 + + + Last Send + + 1399 + + + Last Receive + + 1422 + + + Ping Time + + 1491 + + + The duration of a currently outstanding ping. + + 1514 + + + Ping Wait + + 1517 + + + Min Ping + + 1540 + + + Time Offset + + 1563 + + + Last block time + Last block time + 290 + + + &Open + &Open + 400 + + + &Console + &Console + 426 + + + &Network Traffic + + 643 + + + Totals + + 711 + + + Debug log file + Debug log file + 390 + + + Clear console + Clear console + 545 + + + + + + + In: + + 862 + + + Out: + + 863 + + + 1 &hour + + 621 + + + 1 &day + + 622 + + + 1 &week + + 623 + + + 1 &year + + 624 + + + &Disconnect + + 620 + + + Inbound: initiated by peer + + 465 + + + Outbound Full Relay: default + + 466 + + + Outbound Block Relay: does not relay transactions or addresses + + 467 + + + Outbound Manual: added using RPC %1 or %2/%3 configuration options + + 468 + + + Outbound Feeler: short-lived, for testing addresses + + 472 + + + Outbound Address Fetch: short-lived, for soliciting addresses + + 473 + + + we selected the peer for high bandwidth relay + + 477 + + + the peer selected us for high bandwidth relay + + 478 + + + no high bandwidth relay selected + + 479 + + + &Unban + + 661 + + + Welcome to the %1 RPC console. + + 825 + + + Use up and down arrows to navigate history, and %1 to clear screen. + + 826 + + + Type %1 for an overview of available commands. + + 827 + + + For more information on using this console type %1. + + 828 + + + WARNING: 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. + + 830 + + + Network activity disabled + + 866 + + + Executing command without any wallet + + 932 + + + (peer id: %1) + + 1110 + + + Executing command using "%1" wallet + + 930 + + + via %1 + + 1112 + + + + + + + Yes + + 140 + + + No + + 140 + + + To + + 140 + + + From + + 140 + + + Ban for + + 141 + + + Never + + 178 + + + Unknown + + 141 + + + + + + + &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 + + + Native segwit addresses (aka Bech32 or BIP-173) reduce your transaction fees later on and offer better protection against typos, but old wallets don't support them. When unchecked, an address compatible with older wallets will be created instead. + + 215 + + + Generate native segwit (Bech32) address + + 218 + + + Requested payments history + + 279 + + + Show the selected request (does the same as double clicking an entry) + + 304 + + + Show + + 307 + + + Remove the selected entries from the list + + 324 + + + Remove + + 327 + + + + + + + Copy URI + + 46 + + + Copy address + + 47 + + + Copy label + + 48 + + + Copy message + + 49 + + + Copy amount + + 50 + + + Could not unlock wallet. + + 190 + + + Could not generate new %1 address + + 195 + + + + + + + Request payment to ... + + 14 + + + Address: + + 90 + + + Amount: + + 119 + + + Label: + + 148 + + + Message: + + 180 + + + Wallet: + + 212 + + + Copy &URI + + 240 + + + Copy &Address + + 250 + + + &Save Image... + + 260 + + + Payment information + + 39 + + + + + + + Request payment to %1 + + 49 + + + + + + + Date + Date + 27 + + + Label + + 27 + + + Message + + 27 + + + (no label) + + 68 + + + (no message) + + 77 + + + (no amount requested) + + 85 + + + Requested + + 127 + + + + + + + Send Coins + Send Coins + 14 + ../sendcoinsdialog.cpp673 + + + Coin Control Features + + 90 + + + Inputs... + + 110 + + + 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 + + + Choose... + + 741 + + + 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 + + + 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 of "100 satoshis per kB" for a transaction size of 500 bytes (half of 1 kB) would ultimately yield a fee of only 50 satoshis. + + 851 + + + per kilobyte + + 856 + + + Hide + + 803 + + + Recommended: + + 915 + + + Custom: + + 945 + + + (Smart fee not initialized yet. This usually takes a few blocks...) + + 994 + + + 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 + + + Dust: + + 343 + + + Hide transaction fee settings + + 800 + + + 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 + + + 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 + + 92 + + + Copy amount + + 93 + + + Copy fee + + 94 + + + Copy after fee + + 95 + + + Copy bytes + + 96 + + + Copy dust + + 97 + + + Copy change + + 98 + + + %1 (%2 blocks) + + 174 + + + Cr&eate Unsigned + + 203 + + + Creates a Partially Signed Bitcoin Transaction (PSBT) for use with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet. + + 204 + + + from wallet '%1' + + 294 + + + %1 to '%2' + + 305 + + + %1 to %2 + + 310 + + + Do you want to draft this transaction? + + 317 + + + Are you sure you want to send? + + 319 + + + Create Unsigned + + 390 + + + Save Transaction Data + + 434 + + + PSBT saved + + 442 + + + or + + 367 + + + You can increase the fee later (signals Replace-By-Fee, BIP-125). + + 348 + + + 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. + + 324 + + + Please, review your transaction. + + 326 + + + Transaction fee + + 334 + + + Not signalling Replace-By-Fee, BIP-125. + + 350 + + + Total Amount + + 364 + + + To review recipient list click "Show Details..." + + 371 + + + Confirm send coins + + 389 + + + Confirm transaction proposal + + 389 + + + Send + + 390 + + + Partially Signed Transaction (Binary) + + 435 + Name of binary PSBT file format + + + Watch-only balance: + + 618 + + + The recipient address is not valid. Please recheck. + + 642 + + + The amount to pay must be larger than 0. + + 645 + + + The amount exceeds your balance. + + 648 + + + The total exceeds your balance when the %1 transaction fee is included. + + 651 + + + Duplicate address found: addresses should only be used once each. + + 654 + + + Transaction creation failed! + + 657 + + + A fee higher than %1 is considered an absurdly high fee. + + 661 + + + Payment request expired. + + 664 + + + 788 + + 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 + + 888 + + + Warning: Unknown change address + + 893 + + + Confirm custom change address + + 896 + + + 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? + + 896 + + + (no label) + + 917 + + + + + + + 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 + + + + + + + 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 + 227 + + + 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 + + + + + + + kB/s + + 82 + + + + + + + 34 + + Open for %n more block(s) + Open for %n more block + + + Open for %n more block(s) + Open for %n more blocks + + + + Open until %1 + + 36 + + + conflicted with a transaction with %1 confirmations + + 42 + + + 0/unconfirmed, %1 + + 44 + + + in memory pool + + 44 + + + not in memory pool + + 44 + + + abandoned + + 44 + + + %1/unconfirmed + + 46 + + + %1 confirmations + + 48 + + + 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 + 264 + 324 + + + 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 + 252 + + + Type + + 252 + + + Label + + 252 + + + 314 + + Open for %n more block(s) + Open for %n more block + + + Open for %n more block(s) + Open for %n more blocks + + + + Open until %1 + + 317 + + + 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) + + 640 + + + Transaction status. Hover over this field to show number of confirmations. + + 679 + + + Date and time that the transaction was received. + + 681 + + + Type of transaction. + + 683 + + + Whether or not a watch-only address is involved in this transaction. + + 685 + + + User-defined intent/purpose of the transaction. + + 687 + + + Amount removed from or added to balance. + + 689 + + + + + + + All + + 70 + 86 + + + Today + + 71 + + + This week + + 72 + + + This month + + 73 + + + Last month + + 74 + + + This year + + 75 + + + Range... + + 76 + + + Received with + + 87 + + + Sent to + + 89 + + + To yourself + + 91 + + + Mined + + 92 + + + Other + + 93 + + + Enter address, transaction id, or label to search + + 98 + + + Min amount + + 102 + + + Abandon transaction + + 165 + + + Increase transaction fee + + 166 + + + Copy address + + 168 + + + Copy label + + 169 + + + Copy amount + + 170 + + + Copy transaction ID + + 171 + + + Copy raw transaction + + 172 + + + Copy full transaction details + + 173 + + + Edit address label + + 174 + + + Comma separated file + + 360 + Name of CSV file format + + + Show transaction details + + 175 + + + Export Transaction History + + 359 + + + Confirmed + Confirmed + 369 + + + Watch-only + + 371 + + + Date + Date + 372 + + + Type + + 373 + + + Label + + 374 + + + Address + + 375 + + + ID + + 377 + + + Exporting Failed + + 380 + + + There was an error trying to save the transaction history to %1. + + 380 + + + Exporting Successful + + 384 + + + The transaction history was successfully saved to %1. + + 384 + + + Range: + + 556 + + + to + + 564 + + + + + + + No wallet has been loaded. +Go to File > Open Wallet to load a wallet. +- OR - + + 39 + + + Create a new wallet + + 44 + + + + + + + Send Coins + Send Coins + 218 + + + Fee bump error + + 497 + 549 + 562 + 567 + + + Increasing transaction fee failed + + 497 + + + Do you want to increase the fee? + + 505 + + + Do you want to draft a transaction with fee increase? + + 505 + + + Current fee: + + 509 + + + Increase: + + 513 + + + New fee: + + 517 + + + 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. + + 525 + + + Confirm fee bump + + 528 + + + Can't draft transaction. + + 549 + + + PSBT copied + + 556 + + + Can't sign transaction. + + 562 + + + Could not commit transaction + + 567 + + + default wallet + + 587 + + + + + + + &Export + &Export + 51 + + + Export the data in the current tab to a file + Export the data in the current tab to a file + 52 + + + Error + Error + 217 + 226 + 236 + + + Unable to decode PSBT from clipboard (invalid base64) + + 217 + + + Load Transaction Data + + 222 + + + Partially Signed Transaction (*.psbt) + + 223 + + + PSBT file must be smaller than 100 MiB + + 226 + + + Unable to decode PSBT + + 236 + + + Backup Wallet + + 275 + + + Wallet Data + + 276 + Name of wallet data file format + + + Backup Failed + + 282 + + + There was an error trying to save the wallet data to %1. + + 282 + + + Backup Successful + + 286 + + + The wallet data was successfully saved to %1. + + 286 + + + Cancel + + 330 + + + + + + + Distributed under the MIT software license, see the accompanying file %s or %s + + 31 + + + Prune configured below the minimum of %d MiB. Please use a higher number. + + 72 + + + Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) + + 74 + + + Pruning blockstore... + + 198 + + + Unable to start HTTP server. See debug log for details. + + 235 + + + The %s developers + + 12 + + + 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 + + + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + + 34 + + + More than one onion bind address is provided. Using %s for the automatically created Tor onion service. + + 55 + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + + 66 + + + Please contribute if you find %s useful. Visit %s for further information about the software. + + 69 + + + SQLiteDatabase: Failed to prepare the statement to fetch sqlite wallet schema version: %s + + 77 + + + SQLiteDatabase: Failed to prepare the statement to fetch the application id: %s + + 80 + + + SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported + + 83 + + + 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 + + 86 + + + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications + + 97 + + + This is the transaction fee you may discard if change is smaller than dust at this level + + 103 + + + Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate. + + 114 + + + Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain + + 117 + + + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + + 128 + + + -maxmempool must be at least %d MB + + 135 + + + Cannot resolve -%s address: '%s' + + 137 + + + Change index out of range + + 140 + + + Config setting for %s only applied on %s network when in [%s] section. + + 141 + + + Copyright (C) %i-%i + + 142 + + + Corrupted block database detected + Corrupted block database detected + 143 + + + Could not find asmap file %s + + 144 + + + Could not parse asmap file %s + + 145 + + + Do you want to rebuild the block database now? + Do you want to rebuild the block database now? + 147 + + + Dump file %s does not exist. + + 149 + + + Error creating %s + + 150 + + + Error initializing block database + Error initializing block database + 151 + + + Error initializing wallet database environment %s! + Error initializing wallet database environment %s! + 152 + + + Error loading %s + + 153 + + + Error loading %s: Private keys can only be disabled during creation + + 154 + + + Error loading %s: Wallet corrupted + + 155 + + + Error loading %s: Wallet requires newer version of %s + + 156 + + + Error loading block database + Error loading block database + 157 + + + Error opening block database + Error opening block database + 158 + + + Error reading next record from wallet database + + 160 + + + Error: Couldn't create cursor into database + + 162 + + + Error: Dumpfile checksum does not match. Computed %s, expected %s + + 164 + + + Error: Got key that was not hex: %s + + 165 + + + Error: Got value that was not hex: %s + + 166 + + + Error: Missing checksum + + 168 + + + Error: Unable to parse version %u as a uint32_t + + 169 + + + Error: Unable to write record to new wallet + + 170 + + + Failed to listen on any port. Use -listen=0 if you want this. + Failed to listen on any port. Use -listen=0 if you want this. + 171 + + + Failed to rescan the wallet during initialization + + 172 + + + Failed to verify database + + 173 + + + Ignoring duplicate -wallet %s. + + 175 + + + Importing... + + 176 + + + Incorrect or no genesis block found. Wrong datadir for network? + Incorrect or no genesis block found. Wrong datadir for network? + 177 + + + Initialization sanity check failed. %s is shutting down. + + 178 + + + Invalid -i2psam address or hostname: '%s' + + 180 + + + Invalid P2P permission: '%s' + + 183 + + + Invalid amount for -%s=<amount>: '%s' + + 184 + + + Invalid amount for -discardfee=<amount>: '%s' + + 185 + + + Invalid amount for -fallbackfee=<amount>: '%s' + + 186 + + + SQLiteDatabase: Failed to execute statement to verify database: %s + + 203 + + + SQLiteDatabase: Failed to fetch sqlite wallet schema version: %s + + 204 + + + SQLiteDatabase: Failed to fetch the application id: %s + + 205 + + + SQLiteDatabase: Failed to prepare statement to verify database: %s + + 206 + + + SQLiteDatabase: Failed to read database verification error: %s + + 207 + + + SQLiteDatabase: Unexpected application id. Expected %u, got %u + + 208 + + + Specified blocks directory "%s" does not exist. + + 214 + + + The specified config file %s does not exist + + 217 + + + Unable to open %s for writing + + 234 + + + Unknown address type '%s' + + 237 + + + Unknown change type '%s' + + 238 + + + Upgrading txindex database + + 242 + + + Loading P2P addresses... + + 189 + + + Cannot downgrade wallet from version %i to version %i. Wallet version unchanged. + + 19 + + + 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 + + + Error: Dumpfile format record is incorrect. Got "%s", expected "format". + + 37 + + + Error: Dumpfile identifier record is incorrect. Got "%s", expected "%s". + + 39 + + + Error: Dumpfile version is not supported. This version of bitcoin-wallet only supports version 1 dumpfiles. Got dumpfile with version %s + + 41 + + + File %s already exists. If you are sure this is what you want, move it out of the way first. + + 49 + + + No dump file provided. To use createfromdump, -dumpfile=<filename> must be provided. + + 58 + + + No dump file provided. To use dump, -dumpfile=<filename> must be provided. + + 61 + + + No wallet file format provided. To use createfromdump, -format=<format> must be provided. + + 63 + + + Unknown wallet file format "%s" provided. Please provide one of "bdb" or "sqlite". + + 120 + + + Warning: Dumpfile wallet format "%s" does not match command line specified format "%s". + + 123 + + + Loading banlist... + + 190 + + + Not enough file descriptors available. + Not enough file descriptors available. + 195 + + + Prune cannot be configured with a negative value. + + 196 + + + Prune mode is incompatible with -txindex. + + 197 + + + Replaying blocks... + + 200 + + + Rewinding blocks... + + 202 + + + The source code is available from %s. + + 216 + + + Transaction fee and change calculation failed + + 225 + + + Unable to bind to %s on this computer. %s is probably already running. + + 230 + + + Unable to generate keys + + 233 + + + Unsupported logging category %s=%s. + + 240 + + + Upgrading UTXO database + + 241 + + + User Agent comment (%s) contains unsafe characters. + + 243 + + + Verifying blocks... + Verifying blocks... + 244 + + + Wallet needed to be rewritten: restart %s to complete + + 246 + + + Error: Listening for incoming connections failed (listen returned error %s) + + 44 + + + %s corrupt. Try using the wallet tool bitcoin-wallet to salvage or restoring a backup. + + 13 + + + Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) + + 52 + + + The transaction amount is too small to send after the fee has been deducted + + 91 + + + 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 + + 93 + + + This is the maximum transaction fee you pay (in addition to the normal fee) to prioritize partial spend avoidance over regular coin selection. + + 100 + + + Transaction needs a change address, but we can't generate it. Please call keypoolrefill first. + + 111 + + + You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain + + 131 + + + A fatal internal error occurred, see debug.log for details + + 136 + + + Cannot set -peerblockfilters without -blockfilterindex. + + 138 + + + Disk space is too low! + + 146 + + + Error reading from database, shutting down. + + 159 + + + Error upgrading chainstate database + + 161 + + + Error: Disk space is low for %s + + 163 + + + Error: Keypool ran out, please call keypoolrefill first + + 167 + + + Fee rate (%s) is lower than the minimum fee rate setting (%s) + + 174 + + + Invalid -onion address or hostname: '%s' + + 181 + + + Invalid -proxy address or hostname: '%s' + + 182 + + + Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) + + 187 + + + Invalid netmask specified in -whitelist: '%s' + + 188 + + + Need to specify a port with -whitebind: '%s' + + 193 + + + No proxy server specified. Use -proxy=<ip> or -proxy=<ip:port>. + + 194 + + + Reducing -maxconnections from %d to %d, because of system limitations. + + 199 + + + Section [%s] is not recognized. + + 209 + + + Signing transaction failed + Signing transaction failed + 210 + + + Specified -walletdir "%s" does not exist + + 211 + + + Specified -walletdir "%s" is a relative path + + 212 + + + Specified -walletdir "%s" is not a directory + + 213 + + + The transaction amount is too small to pay the fee + + 218 + + + This is experimental software. + + 220 + + + Transaction amount too small + Transaction amount too small + 223 + + + Transaction too large + Transaction too large + 228 + + + Unable to bind to %s on this computer (bind returned error %s) + + 229 + + + Unable to create the PID file '%s': %s + + 231 + + + Unable to generate initial keys + + 232 + + + Unknown -blockfilterindex value %s. + + 236 + + + Verifying wallet(s)... + + 245 + + + Warning: unknown new rules activated (versionbit %i) + + 247 + + + -maxtxfee is set very high! Fees this large could be paid on a single transaction. + + 16 + + + This is the transaction fee you may pay when fee estimates are not available. + + 106 + + + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. + + 108 + + + %s is set very high! + + 134 + + + Starting network threads... + + 215 + + + The wallet will avoid paying less than the minimum relay fee. + + 219 + + + This is the minimum transaction fee you pay on every transaction. + + 221 + + + This is the transaction fee you will pay if you send a transaction. + + 222 + + + Transaction amounts must not be negative + + 224 + + + Transaction has too long of a mempool chain + + 226 + + + Transaction must have at least one recipient + + 227 + + + Unknown network specified in -onlynet: '%s' + Unknown network specified in -onlynet: '%s' + 239 + + + Insufficient funds + Insufficient funds + 179 + + + Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee. + + 46 + + + Warning: Private keys detected in wallet {%s} with disabled private keys + + 126 + + + Cannot write to data directory '%s'; check permissions. + + 139 + + + Loading block index... + Loading block index... + 191 + + + Loading wallet... + Loading wallet... + 192 + + + Rescanning... + Rescanning... + 201 + + + Done loading + Done loading + 148 + + + + -- cgit v1.2.3