9
9
#define UNUSED
10
10
#endif
11
11
static const char UNUSED *bitcoin_strings[] = {
12
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Bitcoin Core" ),
13
12
QT_TRANSLATE_NOOP (" bitcoin-core" , " The %s developers" ),
14
13
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
15
14
" -maxtxfee is set very high! Fees this large could be paid on a single "
16
15
" transaction." ),
17
16
QT_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 ." ),
20
19
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
21
20
" Cannot obtain a lock on data directory %s. %s is probably already running." ),
22
21
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -88,9 +87,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
88
87
" Warning: The network does not appear to fully agree! Some miners appear to "
89
88
" be experiencing issues." ),
90
89
QT_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" , " "
94
90
" Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; "
95
91
" if your balance or transactions are incorrect you should restore from a "
96
92
" backup." ),
@@ -124,15 +120,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet %s. Duplicate -wallet fi
124
120
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error opening block database" ),
125
121
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading from database, shutting down." ),
126
122
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error upgrading chainstate database" ),
127
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error" ),
128
123
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: A fatal internal error occurred, see debug.log for details" ),
129
124
QT_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!" ),
131
126
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to listen on any port. Use -listen=0 if you want this." ),
132
127
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to rescan the wallet during initialization" ),
133
128
QT_TRANSLATE_NOOP (" bitcoin-core" , " Importing..." ),
134
129
QT_TRANSLATE_NOOP (" bitcoin-core" , " Incorrect or no genesis block found. Wrong datadir for network?" ),
135
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Information" ),
136
130
QT_TRANSLATE_NOOP (" bitcoin-core" , " Initialization sanity check failed. %s is shutting down." ),
137
131
QT_TRANSLATE_NOOP (" bitcoin-core" , " Insufficient funds" ),
138
132
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -onion address or hostname: '%s'" ),
@@ -150,6 +144,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."),
150
144
QT_TRANSLATE_NOOP (" bitcoin-core" , " Need to specify a port with -whitebind: '%s'" ),
151
145
QT_TRANSLATE_NOOP (" bitcoin-core" , " Not enough file descriptors available." ),
152
146
QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune cannot be configured with a negative value." ),
147
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune mode is incompatible with -blockfilterindex." ),
153
148
QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune mode is incompatible with -txindex." ),
154
149
QT_TRANSLATE_NOOP (" bitcoin-core" , " Pruning blockstore..." ),
155
150
QT_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"),
179
174
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large" ),
180
175
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer (bind returned error %s)" ),
181
176
QT_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" ),
182
178
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to generate initial keys" ),
183
179
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to generate keys" ),
184
180
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to start HTTP server. See debug log for details." ),
181
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown -blockfilterindex value %s." ),
185
182
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown network specified in -onlynet: '%s'" ),
186
183
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported logging category %s=%s." ),
187
184
QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrading UTXO database" ),
188
185
QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrading txindex database" ),
189
186
QT_TRANSLATE_NOOP (" bitcoin-core" , " User Agent comment (%s) contains unsafe characters." ),
190
187
QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying blocks..." ),
191
188
QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying wallet(s)..." ),
192
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet %s resides outside wallet directory %s" ),
193
189
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet needed to be rewritten: restart %s to complete" ),
194
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning" ),
195
190
QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning: unknown new rules activated (versionbit %i)" ),
196
191
QT_TRANSLATE_NOOP (" bitcoin-core" , " Zapping all transactions from wallet..." ),
197
192
};
0 commit comments