99#define UNUSED
1010#endif
1111static const char UNUSED *bitcoin_strings[] = {
12- QT_TRANSLATE_NOOP (" bitcoin-core" , " Bitcoin Core" ),
1312QT_TRANSLATE_NOOP (" bitcoin-core" , " The %s developers" ),
1413QT_TRANSLATE_NOOP (" bitcoin-core" , " "
1514" -maxtxfee is set very high! Fees this large could be paid on a single "
1615" transaction." ),
1716QT_TRANSLATE_NOOP (" bitcoin-core" , " "
18- " Can't generate a change-address key. Private keys are disabled for this "
19- " wallet ." ),
17+ " Can't generate a change-address key. No keys in the internal keypool and "
18+ " can't generate any keys ." ),
2019QT_TRANSLATE_NOOP (" bitcoin-core" , " "
2120" Cannot obtain a lock on data directory %s. %s is probably already running." ),
2221QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -88,9 +87,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
8887" Warning: The network does not appear to fully agree! Some miners appear to "
8988" be experiencing issues." ),
9089QT_TRANSLATE_NOOP (" bitcoin-core" , " "
91- " Warning: Unknown block versions being mined! It's possible unknown rules are "
92- " in effect" ),
93- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
9490" Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; "
9591" if your balance or transactions are incorrect you should restore from a "
9692" backup." ),
@@ -124,15 +120,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet %s. Duplicate -wallet fi
124120QT_TRANSLATE_NOOP (" bitcoin-core" , " Error opening block database" ),
125121QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading from database, shutting down." ),
126122QT_TRANSLATE_NOOP (" bitcoin-core" , " Error upgrading chainstate database" ),
127- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error" ),
128123QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: A fatal internal error occurred, see debug.log for details" ),
129124QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is low for %s" ),
130- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is low!" ),
125+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is too low!" ),
131126QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to listen on any port. Use -listen=0 if you want this." ),
132127QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to rescan the wallet during initialization" ),
133128QT_TRANSLATE_NOOP (" bitcoin-core" , " Importing..." ),
134129QT_TRANSLATE_NOOP (" bitcoin-core" , " Incorrect or no genesis block found. Wrong datadir for network?" ),
135- QT_TRANSLATE_NOOP (" bitcoin-core" , " Information" ),
136130QT_TRANSLATE_NOOP (" bitcoin-core" , " Initialization sanity check failed. %s is shutting down." ),
137131QT_TRANSLATE_NOOP (" bitcoin-core" , " Insufficient funds" ),
138132QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -onion address or hostname: '%s'" ),
@@ -150,6 +144,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."),
150144QT_TRANSLATE_NOOP (" bitcoin-core" , " Need to specify a port with -whitebind: '%s'" ),
151145QT_TRANSLATE_NOOP (" bitcoin-core" , " Not enough file descriptors available." ),
152146QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune cannot be configured with a negative value." ),
147+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune mode is incompatible with -blockfilterindex." ),
153148QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune mode is incompatible with -txindex." ),
154149QT_TRANSLATE_NOOP (" bitcoin-core" , " Pruning blockstore..." ),
155150QT_TRANSLATE_NOOP (" bitcoin-core" , " Reducing -maxconnections from %d to %d, because of system limitations." ),
@@ -179,19 +174,19 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large for fee policy"),
179174QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large" ),
180175QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer (bind returned error %s)" ),
181176QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer. %s is probably already running." ),
177+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to create the PID file '%s': %s" ),
182178QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to generate initial keys" ),
183179QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to generate keys" ),
184180QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to start HTTP server. See debug log for details." ),
181+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown -blockfilterindex value %s." ),
185182QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown network specified in -onlynet: '%s'" ),
186183QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported logging category %s=%s." ),
187184QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrading UTXO database" ),
188185QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrading txindex database" ),
189186QT_TRANSLATE_NOOP (" bitcoin-core" , " User Agent comment (%s) contains unsafe characters." ),
190187QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying blocks..." ),
191188QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying wallet(s)..." ),
192- QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet %s resides outside wallet directory %s" ),
193189QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet needed to be rewritten: restart %s to complete" ),
194- QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning" ),
195190QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning: unknown new rules activated (versionbit %i)" ),
196191QT_TRANSLATE_NOOP (" bitcoin-core" , " Zapping all transactions from wallet..." ),
197192};
0 commit comments