11
11
static const char UNUSED *bitcoin_strings[] = {
12
12
QT_TRANSLATE_NOOP (" bitcoin-core" , " The %s developers" ),
13
13
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
14
+ " %s corrupt. Try using the wallet tool bitcoin-wallet to salvage or restoring "
15
+ " a backup." ),
16
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
14
17
" -maxtxfee is set very high! Fees this large could be paid on a single "
15
18
" transaction." ),
16
19
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
17
- " Can't generate a change-address key. No keys in the internal keypool and "
18
- " can't generate any keys." ),
19
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
20
20
" Cannot obtain a lock on data directory %s. %s is probably already running." ),
21
21
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
22
22
" Cannot provide specific connections and have addrman find outgoing "
23
23
" connections at the same." ),
24
24
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
25
25
" Cannot upgrade a non HD split wallet without upgrading to support pre split "
26
- " keypool. Please use -upgradewallet=169900 or -upgradewallet with no version "
27
- " specified." ),
26
+ " keypool. Please use version 169900 or no version specified." ),
28
27
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
29
28
" Distributed under the MIT software license, see the accompanying file %s or "
30
29
" %s" ),
@@ -58,9 +57,16 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
58
57
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
59
58
" The transaction amount is too small to send after the fee has been deducted" ),
60
59
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
60
+ " This error could occur if this wallet was not shutdown cleanly and was last "
61
+ " loaded using a build with a newer version of Berkeley DB. If so, please use "
62
+ " the software that last loaded this wallet" ),
63
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
61
64
" This is a pre-release test build - use at your own risk - do not use for "
62
65
" mining or merchant applications" ),
63
66
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
67
+ " This is the maximum transaction fee you pay (in addition to the normal fee) "
68
+ " to prioritize partial spend avoidance over regular coin selection." ),
69
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
64
70
" This is the transaction fee you may discard if change is smaller than dust "
65
71
" at this level" ),
66
72
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -69,6 +75,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
69
75
" Total length of network version string (%i) exceeds maximum length (%i). "
70
76
" Reduce the number or size of uacomments." ),
71
77
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
78
+ " Transaction needs a change address, but we can't generate it. Please call "
79
+ " keypoolrefill first." ),
80
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
72
81
" Unable to replay blocks. You will need to rebuild the database using -"
73
82
" reindex-chainstate." ),
74
83
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -80,28 +89,25 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
80
89
" Warning: The network does not appear to fully agree! Some miners appear to "
81
90
" be experiencing issues." ),
82
91
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
83
- " Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; "
84
- " if your balance or transactions are incorrect you should restore from a "
85
- " backup." ),
86
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
87
92
" Warning: We do not appear to fully agree with our peers! You may need to "
88
93
" upgrade, or other nodes may need to upgrade." ),
89
94
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
90
95
" You need to rebuild the database using -reindex to go back to unpruned "
91
96
" mode. This will redownload the entire blockchain" ),
92
- QT_TRANSLATE_NOOP (" bitcoin-core" , " %d of last 100 blocks have unexpected version" ),
93
- QT_TRANSLATE_NOOP (" bitcoin-core" , " %s corrupt, salvage failed" ),
94
97
QT_TRANSLATE_NOOP (" bitcoin-core" , " %s is set very high!" ),
95
98
QT_TRANSLATE_NOOP (" bitcoin-core" , " -maxmempool must be at least %d MB" ),
99
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " A fatal internal error occurred, see debug.log for details" ),
96
100
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot downgrade wallet" ),
97
101
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -%s address: '%s'" ),
102
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot set -peerblockfilters without -blockfilterindex." ),
98
103
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot write to data directory '%s'; check permissions." ),
99
104
QT_TRANSLATE_NOOP (" bitcoin-core" , " Change index out of range" ),
100
105
QT_TRANSLATE_NOOP (" bitcoin-core" , " Config setting for %s only applied on %s network when in [%s] section." ),
101
106
QT_TRANSLATE_NOOP (" bitcoin-core" , " Copyright (C) %i-%i" ),
102
107
QT_TRANSLATE_NOOP (" bitcoin-core" , " Corrupted block database detected" ),
103
108
QT_TRANSLATE_NOOP (" bitcoin-core" , " Could not find asmap file %s" ),
104
109
QT_TRANSLATE_NOOP (" bitcoin-core" , " Could not parse asmap file %s" ),
110
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Disk space is too low!" ),
105
111
QT_TRANSLATE_NOOP (" bitcoin-core" , " Do you want to rebuild the block database now?" ),
106
112
QT_TRANSLATE_NOOP (" bitcoin-core" , " Done loading" ),
107
113
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing block database" ),
@@ -115,11 +121,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet %s. Duplicate -wallet fi
115
121
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error opening block database" ),
116
122
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading from database, shutting down." ),
117
123
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error upgrading chainstate database" ),
118
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: A fatal internal error occurred, see debug.log for details" ),
119
124
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is low for %s" ),
120
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is too low! " ),
125
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Keypool ran out, please call keypoolrefill first " ),
121
126
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to listen on any port. Use -listen=0 if you want this." ),
122
127
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to rescan the wallet during initialization" ),
128
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Fee rate (%s) is lower than the minimum fee rate setting (%s)" ),
123
129
QT_TRANSLATE_NOOP (" bitcoin-core" , " Importing..." ),
124
130
QT_TRANSLATE_NOOP (" bitcoin-core" , " Incorrect or no genesis block found. Wrong datadir for network?" ),
125
131
QT_TRANSLATE_NOOP (" bitcoin-core" , " Initialization sanity check failed. %s is shutting down." ),
@@ -137,6 +143,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Loading banlist..."),
137
143
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading block index..." ),
138
144
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading wallet..." ),
139
145
QT_TRANSLATE_NOOP (" bitcoin-core" , " Need to specify a port with -whitebind: '%s'" ),
146
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " No proxy server specified. Use -proxy=<ip> or -proxy=<ip:port>." ),
140
147
QT_TRANSLATE_NOOP (" bitcoin-core" , " Not enough file descriptors available." ),
141
148
QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune cannot be configured with a negative value." ),
142
149
QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune mode is incompatible with -blockfilterindex." ),
@@ -184,5 +191,4 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."),
184
191
QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying wallet(s)..." ),
185
192
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet needed to be rewritten: restart %s to complete" ),
186
193
QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning: unknown new rules activated (versionbit %i)" ),
187
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Zapping all transactions from wallet..." ),
188
194
};
0 commit comments