]>
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", "" | |
10ed8178 | 13 | "%s, you must set a rpcpassword in the configuration file:\n" |
90bd933e | 14 | "%s\n" |
10ed8178 PW |
15 | "It is recommended you use the following random password:\n" |
16 | "rpcuser=bitcoinrpc\n" | |
17 | "rpcpassword=%s\n" | |
18 | "(you do not need to remember this password)\n" | |
baa510b2 | 19 | "The username and password MUST NOT be the same.\n" |
10ed8178 | 20 | "If the file does not exist, create it with owner-readable-only file " |
90bd933e PK |
21 | "permissions.\n" |
22 | "It is also recommended to set alertnotify so you are notified of problems;\n" | |
23 | "for example: alertnotify=echo %%s | mail -s \"Bitcoin Alert\" [email protected]\n"), | |
10ed8178 | 24 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
9705c5b9 WL |
25 | "Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!" |
26 | "3DES:@STRENGTH)"), | |
10ed8178 | 27 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
baa510b2 PK |
28 | "An error occurred while setting up the RPC port %u for listening on IPv4: %s"), |
29 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
95e625d2 | 30 | "An error occurred while setting up the RPC port %u for listening on IPv6, " |
f1e262c8 WL |
31 | "falling back to IPv4: %s"), |
32 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
baa510b2 PK |
33 | "Bind to given address and always listen on it. Use [host]:port notation for " |
34 | "IPv6"), | |
f1e262c8 | 35 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
baa510b2 | 36 | "Cannot obtain a lock on data directory %s. Bitcoin is probably already " |
15094f76 | 37 | "running."), |
10ed8178 | 38 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
dae15813 PK |
39 | "Enter regression test mode, which uses a special chain in which blocks can " |
40 | "be solved instantly. This is intended for regression testing tools and app " | |
41 | "development."), | |
42 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
baa510b2 | 43 | "Error: The transaction was rejected! This might happen if some of the coins " |
10ed8178 PW |
44 | "in your wallet were already spent, such as if you used a copy of wallet.dat " |
45 | "and coins were spent in the copy but not marked as spent here."), | |
746ea6bd | 46 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
15094f76 | 47 | "Error: This transaction requires a transaction fee of at least %s because of " |
baa510b2 | 48 | "its amount, complexity, or use of recently received funds!"), |
3fddc8ef | 49 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
88ff6559 PK |
50 | "Execute command when a relevant alert is received or we see a really long " |
51 | "fork (%s in cmd is replaced by message)"), | |
90bd933e | 52 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
c83dd749 PK |
53 | "Execute command when a wallet transaction changes (%s in cmd is replaced by " |
54 | "TxID)"), | |
55 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
3fddc8ef WL |
56 | "Execute command when the best block changes (%s in cmd is replaced by block " |
57 | "hash)"), | |
6315130e | 58 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
f1e262c8 WL |
59 | "Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332)"), |
60 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
15094f76 WL |
61 | "Number of seconds to keep misbehaving peers from reconnecting (default: " |
62 | "86400)"), | |
6315130e | 63 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
3a50cd21 WL |
64 | "Set maximum size of high-priority/low-fee transactions in bytes (default: " |
65 | "27000)"), | |
66 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
b9763faf PK |
67 | "Set the number of script verification threads (up to 16, 0 = auto, <0 = " |
68 | "leave that many cores free, default: 0)"), | |
d001476c | 69 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
baa510b2 PK |
70 | "This is a pre-release test build - use at your own risk - do not use for " |
71 | "mining or merchant applications"), | |
72 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
15094f76 | 73 | "Unable to bind to %s on this computer. Bitcoin is probably already running."), |
10ed8178 | 74 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
3a50cd21 | 75 | "Warning: -paytxfee is set very high! This is the transaction fee you will " |
10ed8178 | 76 | "pay if you send a transaction."), |
6315130e | 77 | QT_TRANSLATE_NOOP("bitcoin-core", "" |
3a50cd21 | 78 | "Warning: Please check that your computer's date and time are correct! If " |
15094f76 WL |
79 | "your clock is wrong Bitcoin will not work properly."), |
80 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
88ff6559 PK |
81 | "Warning: The network does not appear to fully agree! Some miners appear to " |
82 | "be experiencing issues."), | |
83 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
84 | "Warning: We do not appear to fully agree with our peers! You may need to " | |
85 | "upgrade, or other nodes may need to upgrade."), | |
86 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
baa510b2 PK |
87 | "Warning: error reading wallet.dat! All keys read correctly, but transaction " |
88 | "data or address book entries might be missing or incorrect."), | |
89 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
90 | "Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as " | |
91 | "wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect " | |
92 | "you should restore from a backup."), | |
93 | QT_TRANSLATE_NOOP("bitcoin-core", "" | |
15094f76 WL |
94 | "You must set rpcpassword=<password> in the configuration file:\n" |
95 | "%s\n" | |
96 | "If the file does not exist, create it with owner-readable-only file " | |
97 | "permissions."), | |
15094f76 WL |
98 | QT_TRANSLATE_NOOP("bitcoin-core", "Accept command line and JSON-RPC commands"), |
99 | QT_TRANSLATE_NOOP("bitcoin-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"), | |
100 | QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep the connection open"), | |
101 | QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and -connect"), | |
102 | QT_TRANSLATE_NOOP("bitcoin-core", "Allow JSON-RPC connections from specified IP address"), | |
baa510b2 | 103 | QT_TRANSLATE_NOOP("bitcoin-core", "Attempt to recover private keys from a corrupt wallet.dat"), |
9705c5b9 | 104 | QT_TRANSLATE_NOOP("bitcoin-core", "Bitcoin RPC client version"), |
15094f76 | 105 | QT_TRANSLATE_NOOP("bitcoin-core", "Bitcoin version"), |
3a50cd21 | 106 | QT_TRANSLATE_NOOP("bitcoin-core", "Block creation options:"), |
15094f76 | 107 | QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"), |
10ed8178 | 108 | QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -bind address: '%s'"), |
10ed8178 | 109 | QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -externalip address: '%s'"), |
15094f76 WL |
110 | QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write default address"), |
111 | QT_TRANSLATE_NOOP("bitcoin-core", "Connect only to the specified node(s)"), | |
112 | QT_TRANSLATE_NOOP("bitcoin-core", "Connect through socks proxy"), | |
9705c5b9 | 113 | QT_TRANSLATE_NOOP("bitcoin-core", "Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332)"), |
15094f76 | 114 | QT_TRANSLATE_NOOP("bitcoin-core", "Connect to a node to retrieve peer addresses, and disconnect"), |
c83dd749 | 115 | QT_TRANSLATE_NOOP("bitcoin-core", "Corrupted block database detected"), |
15094f76 | 116 | QT_TRANSLATE_NOOP("bitcoin-core", "Discover own IP address (default: 1 when listening and no -externalip)"), |
c83dd749 | 117 | QT_TRANSLATE_NOOP("bitcoin-core", "Do you want to rebuild the block database now?"), |
15094f76 | 118 | QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"), |
f561f3f3 | 119 | QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing block database"), |
48253c16 | 120 | QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing wallet database environment %s!"), |
3a2e0749 | 121 | QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"), |
15094f76 | 122 | QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat"), |
6e39e7c9 GA |
123 | QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet corrupted"), |
124 | QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet requires newer version of Bitcoin"), | |
c83dd749 | 125 | QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"), |
15094f76 | 126 | QT_TRANSLATE_NOOP("bitcoin-core", "Error"), |
2e43c924 | 127 | QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low!"), |
baa510b2 | 128 | QT_TRANSLATE_NOOP("bitcoin-core", "Error: Wallet locked, unable to create transaction!"), |
5711a208 | 129 | QT_TRANSLATE_NOOP("bitcoin-core", "Error: system error: "), |
15094f76 | 130 | QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."), |
5711a208 PK |
131 | QT_TRANSLATE_NOOP("bitcoin-core", "Failed to read block info"), |
132 | QT_TRANSLATE_NOOP("bitcoin-core", "Failed to read block"), | |
133 | QT_TRANSLATE_NOOP("bitcoin-core", "Failed to sync block index"), | |
134 | QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write block index"), | |
135 | QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write block info"), | |
136 | QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write block"), | |
137 | QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write file info"), | |
138 | QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write to coin database"), | |
139 | QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write transaction index"), | |
140 | QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write undo data"), | |
15094f76 | 141 | QT_TRANSLATE_NOOP("bitcoin-core", "Fee per KB to add to transactions you send"), |
b42adfe0 | 142 | QT_TRANSLATE_NOOP("bitcoin-core", "Find peers using DNS lookup (default: 1 unless -connect)"), |
b9763faf | 143 | QT_TRANSLATE_NOOP("bitcoin-core", "Generate coins (default: 0)"), |
15094f76 | 144 | QT_TRANSLATE_NOOP("bitcoin-core", "Get help for a command"), |
5711a208 | 145 | QT_TRANSLATE_NOOP("bitcoin-core", "How many blocks to check at startup (default: 288, 0 = all)"), |
3a2e0749 | 146 | QT_TRANSLATE_NOOP("bitcoin-core", "How thorough the block verification is (0-4, default: 3)"), |
2e43c924 | 147 | QT_TRANSLATE_NOOP("bitcoin-core", "Imports blocks from external blk000??.dat file"), |
dae15813 | 148 | QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong datadir for network?"), |
2e43c924 | 149 | QT_TRANSLATE_NOOP("bitcoin-core", "Information"), |
15094f76 | 150 | QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"), |
9705c5b9 | 151 | QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -onion address: '%s'"), |
15094f76 | 152 | QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address: '%s'"), |
e7d41be8 PK |
153 | QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -minrelaytxfee=<amount>: '%s'"), |
154 | QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -mintxfee=<amount>: '%s'"), | |
15094f76 WL |
155 | QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s'"), |
156 | QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount"), | |
157 | QT_TRANSLATE_NOOP("bitcoin-core", "List commands"), | |
15094f76 WL |
158 | QT_TRANSLATE_NOOP("bitcoin-core", "Listen for connections on <port> (default: 8333 or testnet: 18333)"), |
159 | QT_TRANSLATE_NOOP("bitcoin-core", "Loading addresses..."), | |
160 | QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index..."), | |
161 | QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."), | |
d001476c | 162 | QT_TRANSLATE_NOOP("bitcoin-core", "Maintain a full transaction index (default: 0)"), |
15094f76 | 163 | QT_TRANSLATE_NOOP("bitcoin-core", "Maintain at most <n> connections to peers (default: 125)"), |
b42adfe0 WL |
164 | QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)"), |
165 | QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)"), | |
b9763faf | 166 | QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."), |
2e43c924 | 167 | QT_TRANSLATE_NOOP("bitcoin-core", "Only accept block chain matching built-in checkpoints (default: 1)"), |
b42adfe0 | 168 | QT_TRANSLATE_NOOP("bitcoin-core", "Only connect to nodes in network <net> (IPv4, IPv6 or Tor)"), |
15094f76 | 169 | QT_TRANSLATE_NOOP("bitcoin-core", "Options:"), |
b42adfe0 WL |
170 | QT_TRANSLATE_NOOP("bitcoin-core", "Output extra debugging information. Implies all other -debug* options"), |
171 | QT_TRANSLATE_NOOP("bitcoin-core", "Output extra network debugging information"), | |
15094f76 WL |
172 | QT_TRANSLATE_NOOP("bitcoin-core", "Password for JSON-RPC connections"), |
173 | QT_TRANSLATE_NOOP("bitcoin-core", "Prepend debug output with timestamp"), | |
967125ca | 174 | QT_TRANSLATE_NOOP("bitcoin-core", "Rebuild block chain index from current blk000??.dat files"), |
15094f76 WL |
175 | QT_TRANSLATE_NOOP("bitcoin-core", "Rescan the block chain for missing wallet transactions"), |
176 | QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."), | |
177 | QT_TRANSLATE_NOOP("bitcoin-core", "Run in the background as a daemon and accept commands"), | |
3a50cd21 | 178 | QT_TRANSLATE_NOOP("bitcoin-core", "SSL options: (see the Bitcoin Wiki for SSL setup instructions)"), |
15094f76 | 179 | QT_TRANSLATE_NOOP("bitcoin-core", "Select the version of socks proxy to use (4-5, default: 5)"), |
9705c5b9 | 180 | QT_TRANSLATE_NOOP("bitcoin-core", "Send command to Bitcoin server"), |
15094f76 WL |
181 | QT_TRANSLATE_NOOP("bitcoin-core", "Send commands to node running on <ip> (default: 127.0.0.1)"), |
182 | QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to console instead of debug.log file"), | |
183 | QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to debugger"), | |
15094f76 WL |
184 | QT_TRANSLATE_NOOP("bitcoin-core", "Server certificate file (default: server.cert)"), |
185 | QT_TRANSLATE_NOOP("bitcoin-core", "Server private key (default: server.pem)"), | |
186 | QT_TRANSLATE_NOOP("bitcoin-core", "Set database cache size in megabytes (default: 25)"), | |
15094f76 | 187 | QT_TRANSLATE_NOOP("bitcoin-core", "Set key pool size to <n> (default: 100)"), |
3a50cd21 WL |
188 | QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum block size in bytes (default: 250000)"), |
189 | QT_TRANSLATE_NOOP("bitcoin-core", "Set minimum block size in bytes (default: 0)"), | |
6a270c5f | 190 | QT_TRANSLATE_NOOP("bitcoin-core", "Set the number of threads to service RPC calls (default: 4)"), |
3a50cd21 | 191 | QT_TRANSLATE_NOOP("bitcoin-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"), |
e7d41be8 | 192 | QT_TRANSLATE_NOOP("bitcoin-core", "Signing transaction failed"), |
15094f76 | 193 | QT_TRANSLATE_NOOP("bitcoin-core", "Specify configuration file (default: bitcoin.conf)"), |
4ee70624 | 194 | QT_TRANSLATE_NOOP("bitcoin-core", "Specify connection timeout in milliseconds (default: 5000)"), |
15094f76 WL |
195 | QT_TRANSLATE_NOOP("bitcoin-core", "Specify data directory"), |
196 | QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: bitcoind.pid)"), | |
0f1c8f23 | 197 | QT_TRANSLATE_NOOP("bitcoin-core", "Specify wallet file (within data directory)"), |
15094f76 | 198 | QT_TRANSLATE_NOOP("bitcoin-core", "Specify your own public address"), |
9705c5b9 | 199 | QT_TRANSLATE_NOOP("bitcoin-core", "Start Bitcoin server"), |
5711a208 | 200 | QT_TRANSLATE_NOOP("bitcoin-core", "System error: "), |
15094f76 WL |
201 | QT_TRANSLATE_NOOP("bitcoin-core", "This help message"), |
202 | QT_TRANSLATE_NOOP("bitcoin-core", "Threshold for disconnecting misbehaving peers (default: 100)"), | |
203 | QT_TRANSLATE_NOOP("bitcoin-core", "To use the %s option"), | |
e7d41be8 PK |
204 | QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amount too small"), |
205 | QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amounts must be positive"), | |
206 | QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"), | |
15094f76 WL |
207 | QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %d, %s)"), |
208 | QT_TRANSLATE_NOOP("bitcoin-core", "Unknown -socks proxy version requested: %i"), | |
209 | QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"), | |
210 | QT_TRANSLATE_NOOP("bitcoin-core", "Upgrade wallet to latest format"), | |
9705c5b9 | 211 | QT_TRANSLATE_NOOP("bitcoin-core", "Usage (deprecated, use bitcoin-cli):"), |
15094f76 WL |
212 | QT_TRANSLATE_NOOP("bitcoin-core", "Usage:"), |
213 | QT_TRANSLATE_NOOP("bitcoin-core", "Use OpenSSL (https) for JSON-RPC connections"), | |
214 | QT_TRANSLATE_NOOP("bitcoin-core", "Use UPnP to map the listening port (default: 0)"), | |
215 | QT_TRANSLATE_NOOP("bitcoin-core", "Use UPnP to map the listening port (default: 1 when listening)"), | |
b42adfe0 | 216 | QT_TRANSLATE_NOOP("bitcoin-core", "Use proxy to reach tor hidden services (default: same as -proxy)"), |
15094f76 WL |
217 | QT_TRANSLATE_NOOP("bitcoin-core", "Use the test network"), |
218 | QT_TRANSLATE_NOOP("bitcoin-core", "Username for JSON-RPC connections"), | |
48253c16 PK |
219 | QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."), |
220 | QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet..."), | |
265e2657 | 221 | QT_TRANSLATE_NOOP("bitcoin-core", "Wallet %s resides outside data directory %s"), |
15094f76 | 222 | QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart Bitcoin to complete"), |
2e43c924 | 223 | QT_TRANSLATE_NOOP("bitcoin-core", "Warning"), |
3a50cd21 | 224 | QT_TRANSLATE_NOOP("bitcoin-core", "Warning: This version is obsolete, upgrade required!"), |
0206e38d | 225 | QT_TRANSLATE_NOOP("bitcoin-core", "You need to rebuild the database using -reindex to change -txindex"), |
baa510b2 | 226 | QT_TRANSLATE_NOOP("bitcoin-core", "wallet.dat corrupt, salvage failed"), |
51ed9ec9 | 227 | }; |