]>
Commit | Line | Data |
---|---|---|
51ed9ec9 BD |
1 | |
2 | ||
6315130e | 3 | #include <QtGlobal> |
51ed9ec9 | 4 | |
6315130e | 5 | // Automatically generated by extract_strings.py |
11cd4165 WL |
6 | #ifdef __GNUC__ |
7 | #define UNUSED __attribute__((unused)) | |
8 | #else | |
9 | #define UNUSED | |
10 | #endif | |
b42adfe0 WL |
11 | static const char UNUSED *bitcoin_strings[] = { |
12 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
6d3ab856 WL |
13 | "(1 = keep tx meta data e.g. account owner and payment request information, 2 " |
14 | "= drop tx meta data)"), | |
10ed8178 | 15 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
50903034 WL |
16 | "Allow JSON-RPC connections from specified source. Valid for <ip> are a " |
17 | "single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or " | |
18 | "a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times"), | |
baa510b2 | 19 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
50903034 WL |
20 | "An error occurred while setting up the RPC address %s port %u for listening: " |
21 | "%s"), | |
f1e262c8 | 22 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
baa510b2 PK |
23 | "Bind to given address and always listen on it. Use [host]:port notation for " |
24 | "IPv6"), | |
f1e262c8 | 25 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
84c5f77d WL |
26 | "Bind to given address and whitelist peers connecting to it. Use [host]:port " |
27 | "notation for IPv6"), | |
28 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
50903034 WL |
29 | "Bind to given address to listen for JSON-RPC connections. Use [host]:port " |
30 | "notation for IPv6. This option can be specified multiple times (default: " | |
31 | "bind to all interfaces)"), | |
32 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
78859073 | 33 | "Cannot obtain a lock on data directory %s. Bitcoin Core is probably already " |
15094f76 | 34 | "running."), |
10ed8178 | 35 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
84c5f77d WL |
36 | "Create new files with system default permissions, instead of umask 077 (only " |
37 | "effective with disabled wallet functionality)"), | |
38 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
2b410c2f | 39 | "Delete all wallet transactions and only recover those parts of the " |
40 | "blockchain through -rescan on startup"), | |
50903034 | 41 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
f9645ba8 WL |
42 | "Discover own IP addresses (default: 1 when listening and no -externalip or -" |
43 | "proxy)"), | |
44 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
1b2600a1 | 45 | "Distributed under the MIT software license, see the accompanying file " |
50903034 | 46 | "COPYING or <http://www.opensource.org/licenses/mit-license.php>."), |
dae15813 | 47 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
50903034 | 48 | "Error: Listening for incoming connections failed (listen returned error %s)"), |
78859073 | 49 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
84c5f77d WL |
50 | "Error: Unsupported argument -socks found. Setting SOCKS version isn't " |
51 | "possible anymore, only SOCKS5 proxies are supported."), | |
52 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
88ff6559 PK |
53 | "Execute command when a relevant alert is received or we see a really long " |
54 | "fork (%s in cmd is replaced by message)"), | |
90bd933e | 55 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
c83dd749 PK |
56 | "Execute command when a wallet transaction changes (%s in cmd is replaced by " |
57 | "TxID)"), | |
58 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
3fddc8ef WL |
59 | "Execute command when the best block changes (%s in cmd is replaced by block " |
60 | "hash)"), | |
6315130e | 61 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
50903034 WL |
62 | "Fees (in BTC/Kb) smaller than this are considered zero fee for relaying " |
63 | "(default: %s)"), | |
64 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
6d3ab856 | 65 | "How thorough the block verification of -checkblocks is (0-4, default: %u)"), |
2f3308f2 | 66 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
f9645ba8 WL |
67 | "If paytxfee is not set, include enough fee so transactions begin " |
68 | "confirmation on average within n blocks (default: %u)"), | |
73ac7abd | 69 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
f9645ba8 WL |
70 | "Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay " |
71 | "fee of %s to prevent stuck transactions)"), | |
72 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
6d3ab856 WL |
73 | "Maintain a full transaction index, used by the getrawtransaction rpc call " |
74 | "(default: %u)"), | |
f1e262c8 | 75 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
4a106eeb WL |
76 | "Maximum size of data in data carrier transactions we relay and mine " |
77 | "(default: %u)"), | |
78 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
20b3dc85 WL |
79 | "Maximum total fees to use in a single wallet transaction; setting this too " |
80 | "low may abort large transactions (default: %s)"), | |
f9645ba8 | 81 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
6d3ab856 | 82 | "Number of seconds to keep misbehaving peers from reconnecting (default: %u)"), |
6315130e | 83 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
6d3ab856 | 84 | "Output debugging information (default: %u, supplying <category> is optional)"), |
88ba2643 | 85 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
f9645ba8 WL |
86 | "Prune configured below the minimum of %d MB. Please use a higher number."), |
87 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
84c5f77d WL |
88 | "Query for peer addresses via DNS lookup, if low on addresses (default: 1 " |
89 | "unless -connect)"), | |
90 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
f9645ba8 WL |
91 | "Randomize credentials for every proxy connection. This enables Tor stream " |
92 | "isolation (default: %u)"), | |
93 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
94 | "Reduce storage requirements by pruning (deleting) old blocks. This mode " | |
fc44231c WL |
95 | "disables wallet support and is incompatible with -txindex. Warning: " |
96 | "Reverting this setting requires re-downloading the entire blockchain. " | |
97 | "(default: 0 = disable pruning blocks, >%u = target size in MiB to use for " | |
98 | "block files)"), | |
f9645ba8 | 99 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
88ba2643 | 100 | "Set maximum size of high-priority/low-fee transactions in bytes (default: %d)"), |
3a50cd21 | 101 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
2f3308f2 WL |
102 | "Set the number of script verification threads (%u to %d, 0 = auto, <0 = " |
103 | "leave that many cores free, default: %d)"), | |
104 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
4a106eeb WL |
105 | "Set the number of threads for coin generation if enabled (-1 = all cores, " |
106 | "default: %d)"), | |
d001476c | 107 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
f9645ba8 WL |
108 | "The transaction amount is too small to send after the fee has been deducted"), |
109 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
baa510b2 PK |
110 | "This is a pre-release test build - use at your own risk - do not use for " |
111 | "mining or merchant applications"), | |
112 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
50903034 WL |
113 | "This product includes software developed by the OpenSSL Project for use in " |
114 | "the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software " | |
115 | "written by Eric Young and UPnP software written by Thomas Bernard."), | |
116 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
f3ae714c | 117 | "To use bitcoind, or the -server option to komodo-qt, you must set an " |
f9645ba8 WL |
118 | "rpcpassword in the configuration file:\n" |
119 | "%s\n" | |
120 | "It is recommended you use the following random password:\n" | |
121 | "rpcuser=bitcoinrpc\n" | |
122 | "rpcpassword=%s\n" | |
123 | "(you do not need to remember this password)\n" | |
124 | "The username and password MUST NOT be the same.\n" | |
125 | "If the file does not exist, create it with owner-readable-only file " | |
126 | "permissions.\n" | |
127 | "It is also recommended to set alertnotify so you are notified of problems;\n" | |
128 | "for example: alertnotify=echo %%s | mail -s \"Bitcoin Alert\" [email protected]\n"), | |
129 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
78859073 WL |
130 | "Unable to bind to %s on this computer. Bitcoin Core is probably already " |
131 | "running."), | |
10ed8178 | 132 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
6d3ab856 WL |
133 | "Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: " |
134 | "%s)"), | |
88ba2643 | 135 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
94cd7051 WL |
136 | "WARNING: abnormally high number of blocks generated, %d blocks received in " |
137 | "the last %d hours (%d expected)"), | |
138 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
139 | "WARNING: check your network connection, %d blocks received in the last %d " | |
140 | "hours (%d expected)"), | |
141 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
f9645ba8 WL |
142 | "Warning: -maxtxfee is set very high! Fees this large could be paid on a " |
143 | "single transaction."), | |
144 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
3a50cd21 | 145 | "Warning: -paytxfee is set very high! This is the transaction fee you will " |
10ed8178 | 146 | "pay if you send a transaction."), |
6315130e | 147 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
3a50cd21 | 148 | "Warning: Please check that your computer's date and time are correct! If " |
2b410c2f | 149 | "your clock is wrong Bitcoin Core will not work properly."), |
15094f76 | 150 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
88ff6559 PK |
151 | "Warning: The network does not appear to fully agree! Some miners appear to " |
152 | "be experiencing issues."), | |
153 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
154 | "Warning: We do not appear to fully agree with our peers! You may need to " | |
155 | "upgrade, or other nodes may need to upgrade."), | |
156 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
baa510b2 PK |
157 | "Warning: error reading wallet.dat! All keys read correctly, but transaction " |
158 | "data or address book entries might be missing or incorrect."), | |
159 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
160 | "Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as " | |
161 | "wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect " | |
162 | "you should restore from a backup."), | |
84c5f77d | 163 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
9acbb418 WL |
164 | "Whitelist peers connecting from the given netmask or IP address. Can be " |
165 | "specified multiple times."), | |
84c5f77d WL |
166 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
167 | "Whitelisted peers cannot be DoS banned and their transactions are always " | |
168 | "relayed, even if they are already in the mempool, useful e.g. for a gateway"), | |
f9645ba8 WL |
169 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
170 | "You need to rebuild the database using -reindex to go back to unpruned " | |
171 | "mode. This will redownload the entire blockchain"), | |
6d3ab856 | 172 | QT_TRANSLATE_NOOP("bitcoin-core", "(default: %s)"), |
f9645ba8 | 173 | QT_TRANSLATE_NOOP("bitcoin-core", "(default: %u)"), |
2f3308f2 | 174 | QT_TRANSLATE_NOOP("bitcoin-core", "(default: 1)"), |
88ba2643 | 175 | QT_TRANSLATE_NOOP("bitcoin-core", "<category> can be:"), |
15094f76 WL |
176 | QT_TRANSLATE_NOOP("bitcoin-core", "Accept command line and JSON-RPC commands"), |
177 | QT_TRANSLATE_NOOP("bitcoin-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"), | |
f9645ba8 | 178 | QT_TRANSLATE_NOOP("bitcoin-core", "Accept public REST requests (default: %u)"), |
6d3ab856 | 179 | QT_TRANSLATE_NOOP("bitcoin-core", "Acceptable ciphers (default: %s)"), |
fc44231c | 180 | QT_TRANSLATE_NOOP("bitcoin-core", "Activating best chain..."), |
15094f76 WL |
181 | QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep the connection open"), |
182 | QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and -connect"), | |
6d3ab856 | 183 | QT_TRANSLATE_NOOP("bitcoin-core", "Always query for peer addresses via DNS lookup (default: %u)"), |
baa510b2 | 184 | QT_TRANSLATE_NOOP("bitcoin-core", "Attempt to recover private keys from a corrupt wallet.dat"), |
3a50cd21 | 185 | QT_TRANSLATE_NOOP("bitcoin-core", "Block creation options:"), |
f9645ba8 | 186 | QT_TRANSLATE_NOOP("bitcoin-core", "Can't run with a wallet in prune mode."), |
15094f76 | 187 | QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"), |
10ed8178 | 188 | QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -bind address: '%s'"), |
10ed8178 | 189 | QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -externalip address: '%s'"), |
84c5f77d | 190 | QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -whitebind address: '%s'"), |
15094f76 | 191 | QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write default address"), |
f9645ba8 | 192 | QT_TRANSLATE_NOOP("bitcoin-core", "Choose data directory on startup (default: 0)"), |
15094f76 | 193 | QT_TRANSLATE_NOOP("bitcoin-core", "Connect only to the specified node(s)"), |
84c5f77d | 194 | QT_TRANSLATE_NOOP("bitcoin-core", "Connect through SOCKS5 proxy"), |
15094f76 | 195 | QT_TRANSLATE_NOOP("bitcoin-core", "Connect to a node to retrieve peer addresses, and disconnect"), |
2f3308f2 | 196 | QT_TRANSLATE_NOOP("bitcoin-core", "Connection options:"), |
50903034 | 197 | QT_TRANSLATE_NOOP("bitcoin-core", "Copyright (C) 2009-%i The Bitcoin Core Developers"), |
c83dd749 | 198 | QT_TRANSLATE_NOOP("bitcoin-core", "Corrupted block database detected"), |
50903034 | 199 | QT_TRANSLATE_NOOP("bitcoin-core", "Could not parse -rpcbind value %s as network address"), |
2f3308f2 | 200 | QT_TRANSLATE_NOOP("bitcoin-core", "Debugging/Testing options:"), |
f087ce88 | 201 | QT_TRANSLATE_NOOP("bitcoin-core", "Do not load the wallet and disable wallet RPC calls"), |
d3b5faf9 | 202 | QT_TRANSLATE_NOOP("bitcoin-core", "error with HDD data, maybe just need to update to latest version"), |
15094f76 | 203 | QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"), |
f561f3f3 | 204 | QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing block database"), |
48253c16 | 205 | QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing wallet database environment %s!"), |
3a2e0749 | 206 | QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"), |
15094f76 | 207 | QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat"), |
6e39e7c9 | 208 | QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet corrupted"), |
2b410c2f | 209 | QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet requires newer version of Bitcoin Core"), |
c83dd749 | 210 | QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"), |
f9645ba8 | 211 | QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down."), |
15094f76 | 212 | QT_TRANSLATE_NOOP("bitcoin-core", "Error"), |
8a915e56 | 213 | QT_TRANSLATE_NOOP("bitcoin-core", "Error: A fatal internal error occurred, see debug.log for details"), |
2e43c924 | 214 | QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low!"), |
50903034 | 215 | QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unsupported argument -tor found, use -onion."), |
15094f76 | 216 | QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."), |
50903034 | 217 | QT_TRANSLATE_NOOP("bitcoin-core", "Fee (in BTC/kB) to add to transactions you send (default: %s)"), |
6d3ab856 WL |
218 | QT_TRANSLATE_NOOP("bitcoin-core", "Generate coins (default: %u)"), |
219 | QT_TRANSLATE_NOOP("bitcoin-core", "How many blocks to check at startup (default: %u, 0 = all)"), | |
88ba2643 | 220 | QT_TRANSLATE_NOOP("bitcoin-core", "If <category> is not supplied, output all debugging information."), |
48be9cea | 221 | QT_TRANSLATE_NOOP("bitcoin-core", "Importing..."), |
2e43c924 | 222 | QT_TRANSLATE_NOOP("bitcoin-core", "Imports blocks from external blk000??.dat file"), |
6d3ab856 | 223 | QT_TRANSLATE_NOOP("bitcoin-core", "Include IP addresses in debug output (default: %u)"), |
dae15813 | 224 | QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong datadir for network?"), |
2e43c924 | 225 | QT_TRANSLATE_NOOP("bitcoin-core", "Information"), |
50903034 | 226 | QT_TRANSLATE_NOOP("bitcoin-core", "Initialization sanity check failed. Bitcoin Core is shutting down."), |
15094f76 | 227 | QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"), |
9705c5b9 | 228 | QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -onion address: '%s'"), |
15094f76 | 229 | QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address: '%s'"), |
f9645ba8 | 230 | QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -maxtxfee=<amount>: '%s'"), |
e7d41be8 PK |
231 | QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -minrelaytxfee=<amount>: '%s'"), |
232 | QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -mintxfee=<amount>: '%s'"), | |
73ac7abd | 233 | QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)"), |
15094f76 | 234 | QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s'"), |
84c5f77d | 235 | QT_TRANSLATE_NOOP("bitcoin-core", "Invalid netmask specified in -whitelist: '%s'"), |
eb6b3b24 | 236 | QT_TRANSLATE_NOOP("bitcoin-core", "Keep at most <n> unconnectable transactions in memory (default: %u)"), |
6d3ab856 WL |
237 | QT_TRANSLATE_NOOP("bitcoin-core", "Listen for JSON-RPC connections on <port> (default: %u or testnet: %u)"), |
238 | QT_TRANSLATE_NOOP("bitcoin-core", "Listen for connections on <port> (default: %u or testnet: %u)"), | |
15094f76 WL |
239 | QT_TRANSLATE_NOOP("bitcoin-core", "Loading addresses..."), |
240 | QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index..."), | |
241 | QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."), | |
6d3ab856 | 242 | QT_TRANSLATE_NOOP("bitcoin-core", "Maintain at most <n> connections to peers (default: %u)"), |
f9645ba8 | 243 | QT_TRANSLATE_NOOP("bitcoin-core", "Make the wallet broadcast transactions"), |
6d3ab856 WL |
244 | QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection receive buffer, <n>*1000 bytes (default: %u)"), |
245 | QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection send buffer, <n>*1000 bytes (default: %u)"), | |
84c5f77d | 246 | QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'"), |
50903034 | 247 | QT_TRANSLATE_NOOP("bitcoin-core", "Node relay options:"), |
b9763faf | 248 | QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."), |
eb6b3b24 | 249 | QT_TRANSLATE_NOOP("bitcoin-core", "Only connect to nodes in network <net> (ipv4, ipv6 or onion)"), |
15094f76 | 250 | QT_TRANSLATE_NOOP("bitcoin-core", "Options:"), |
15094f76 | 251 | QT_TRANSLATE_NOOP("bitcoin-core", "Password for JSON-RPC connections"), |
6d3ab856 | 252 | QT_TRANSLATE_NOOP("bitcoin-core", "Prepend debug output with timestamp (default: %u)"), |
f9645ba8 WL |
253 | QT_TRANSLATE_NOOP("bitcoin-core", "Prune cannot be configured with a negative value."), |
254 | QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -txindex."), | |
8a915e56 | 255 | QT_TRANSLATE_NOOP("bitcoin-core", "Pruning blockstore..."), |
2f3308f2 | 256 | QT_TRANSLATE_NOOP("bitcoin-core", "RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions)"), |
2f3308f2 | 257 | QT_TRANSLATE_NOOP("bitcoin-core", "RPC server options:"), |
f9645ba8 | 258 | QT_TRANSLATE_NOOP("bitcoin-core", "RPC support for HTTP persistent connections (default: %d)"), |
ac75bafa | 259 | QT_TRANSLATE_NOOP("bitcoin-core", "Rebuild block chain index from current blk000??.dat files on startup"), |
ea5b5ddd | 260 | QT_TRANSLATE_NOOP("bitcoin-core", "Receive and display P2P network alerts (default: %u)"), |
6d3ab856 WL |
261 | QT_TRANSLATE_NOOP("bitcoin-core", "Relay and mine data carrier transactions (default: %u)"), |
262 | QT_TRANSLATE_NOOP("bitcoin-core", "Relay non-P2SH multisig (default: %u)"), | |
15094f76 WL |
263 | QT_TRANSLATE_NOOP("bitcoin-core", "Rescan the block chain for missing wallet transactions"), |
264 | QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."), | |
265 | QT_TRANSLATE_NOOP("bitcoin-core", "Run in the background as a daemon and accept commands"), | |
15094f76 | 266 | QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to console instead of debug.log file"), |
4a106eeb | 267 | QT_TRANSLATE_NOOP("bitcoin-core", "Send transactions as zero-fee transactions if possible (default: %u)"), |
6d3ab856 WL |
268 | QT_TRANSLATE_NOOP("bitcoin-core", "Server certificate file (default: %s)"), |
269 | QT_TRANSLATE_NOOP("bitcoin-core", "Server private key (default: %s)"), | |
f9645ba8 | 270 | QT_TRANSLATE_NOOP("bitcoin-core", "Set SSL root certificates for payment request (default: -system-)"), |
78859073 | 271 | QT_TRANSLATE_NOOP("bitcoin-core", "Set database cache size in megabytes (%d to %d, default: %d)"), |
6d3ab856 | 272 | QT_TRANSLATE_NOOP("bitcoin-core", "Set key pool size to <n> (default: %u)"), |
f9645ba8 | 273 | QT_TRANSLATE_NOOP("bitcoin-core", "Set language, for example \"de_DE\" (default: system locale)"), |
88ba2643 | 274 | QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum block size in bytes (default: %d)"), |
6d3ab856 WL |
275 | QT_TRANSLATE_NOOP("bitcoin-core", "Set minimum block size in bytes (default: %u)"), |
276 | QT_TRANSLATE_NOOP("bitcoin-core", "Set the number of threads to service RPC calls (default: %d)"), | |
2f3308f2 | 277 | QT_TRANSLATE_NOOP("bitcoin-core", "Show all debugging options (usage: --help -help-debug)"), |
f9645ba8 | 278 | QT_TRANSLATE_NOOP("bitcoin-core", "Show splash screen on startup (default: 1)"), |
3a50cd21 | 279 | QT_TRANSLATE_NOOP("bitcoin-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"), |
e7d41be8 | 280 | QT_TRANSLATE_NOOP("bitcoin-core", "Signing transaction failed"), |
6d3ab856 WL |
281 | QT_TRANSLATE_NOOP("bitcoin-core", "Specify configuration file (default: %s)"), |
282 | QT_TRANSLATE_NOOP("bitcoin-core", "Specify connection timeout in milliseconds (minimum: 1, default: %d)"), | |
15094f76 | 283 | QT_TRANSLATE_NOOP("bitcoin-core", "Specify data directory"), |
6d3ab856 | 284 | QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: %s)"), |
0f1c8f23 | 285 | QT_TRANSLATE_NOOP("bitcoin-core", "Specify wallet file (within data directory)"), |
15094f76 | 286 | QT_TRANSLATE_NOOP("bitcoin-core", "Specify your own public address"), |
6d3ab856 | 287 | QT_TRANSLATE_NOOP("bitcoin-core", "Spend unconfirmed change when sending transactions (default: %u)"), |
f9645ba8 | 288 | QT_TRANSLATE_NOOP("bitcoin-core", "Start minimized"), |
f9645ba8 | 289 | QT_TRANSLATE_NOOP("bitcoin-core", "The transaction amount is too small to pay the fee"), |
15094f76 | 290 | QT_TRANSLATE_NOOP("bitcoin-core", "This help message"), |
50903034 | 291 | QT_TRANSLATE_NOOP("bitcoin-core", "This is experimental software."), |
6d3ab856 | 292 | QT_TRANSLATE_NOOP("bitcoin-core", "Threshold for disconnecting misbehaving peers (default: %u)"), |
e7d41be8 PK |
293 | QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amount too small"), |
294 | QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amounts must be positive"), | |
f9645ba8 | 295 | QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large for fee policy"), |
e7d41be8 | 296 | QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"), |
f9645ba8 | 297 | QT_TRANSLATE_NOOP("bitcoin-core", "UI Options:"), |
50903034 | 298 | QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %s)"), |
15094f76 WL |
299 | QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"), |
300 | QT_TRANSLATE_NOOP("bitcoin-core", "Upgrade wallet to latest format"), | |
15094f76 | 301 | QT_TRANSLATE_NOOP("bitcoin-core", "Use OpenSSL (https) for JSON-RPC connections"), |
6d3ab856 | 302 | QT_TRANSLATE_NOOP("bitcoin-core", "Use UPnP to map the listening port (default: %u)"), |
15094f76 WL |
303 | QT_TRANSLATE_NOOP("bitcoin-core", "Use UPnP to map the listening port (default: 1 when listening)"), |
304 | QT_TRANSLATE_NOOP("bitcoin-core", "Use the test network"), | |
305 | QT_TRANSLATE_NOOP("bitcoin-core", "Username for JSON-RPC connections"), | |
48253c16 PK |
306 | QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."), |
307 | QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet..."), | |
265e2657 | 308 | QT_TRANSLATE_NOOP("bitcoin-core", "Wallet %s resides outside data directory %s"), |
2b410c2f | 309 | QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart Bitcoin Core to complete"), |
f087ce88 | 310 | QT_TRANSLATE_NOOP("bitcoin-core", "Wallet options:"), |
2e43c924 | 311 | QT_TRANSLATE_NOOP("bitcoin-core", "Warning"), |
20b3dc85 | 312 | QT_TRANSLATE_NOOP("bitcoin-core", "Warning: This version is obsolete; upgrade required!"), |
84c5f77d WL |
313 | QT_TRANSLATE_NOOP("bitcoin-core", "Warning: Unsupported argument -benchmark ignored, use -debug=bench."), |
314 | QT_TRANSLATE_NOOP("bitcoin-core", "Warning: Unsupported argument -debugnet ignored, use -debug=net."), | |
0206e38d | 315 | QT_TRANSLATE_NOOP("bitcoin-core", "You need to rebuild the database using -reindex to change -txindex"), |
098316c7 | 316 | QT_TRANSLATE_NOOP("bitcoin-core", "Zapping all transactions from wallet..."), |
2f3308f2 | 317 | QT_TRANSLATE_NOOP("bitcoin-core", "on startup"), |
baa510b2 | 318 | QT_TRANSLATE_NOOP("bitcoin-core", "wallet.dat corrupt, salvage failed"), |
51ed9ec9 | 319 | }; |