@@ -131,12 +131,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Initialization sanity check failed. %s is shu
131
131
QT_TRANSLATE_NOOP (" bitcoin-core" , " Insufficient funds" ),
132
132
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -onion address or hostname: '%s'" ),
133
133
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -proxy address or hostname: '%s'" ),
134
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid P2P permission: '%s'" ),
134
135
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -%s=<amount>: '%s'" ),
135
136
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -discardfee=<amount>: '%s'" ),
136
137
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -fallbackfee=<amount>: '%s'" ),
137
138
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)" ),
138
139
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid netmask specified in -whitelist: '%s'" ),
139
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Keypool ran out, please call keypoolrefill first" ),
140
140
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading P2P addresses..." ),
141
141
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading banlist..." ),
142
142
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading block index..." ),
@@ -170,7 +170,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amounts must not be negative"),
170
170
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction fee and change calculation failed" ),
171
171
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction has too long of a mempool chain" ),
172
172
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction must have at least one recipient" ),
173
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large for fee policy" ),
174
173
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large" ),
175
174
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer (bind returned error %s)" ),
176
175
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer. %s is probably already running." ),
0 commit comments