Skip to content

Commit fab8520

Browse files
author
MarcoFalke
committed
qt: Run «make translate» in ./src/
1 parent fabe87d commit fab8520

File tree

2 files changed

+264
-208
lines changed

2 files changed

+264
-208
lines changed

src/qt/bitcoinstrings.cpp

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
#define UNUSED
1010
#endif
1111
static const char UNUSED *bitcoin_strings[] = {
12-
QT_TRANSLATE_NOOP("bitcoin-core", "Bitcoin Core"),
1312
QT_TRANSLATE_NOOP("bitcoin-core", "The %s developers"),
1413
QT_TRANSLATE_NOOP("bitcoin-core", ""
1514
"-maxtxfee is set very high! Fees this large could be paid on a single "
1615
"transaction."),
1716
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."),
2019
QT_TRANSLATE_NOOP("bitcoin-core", ""
2120
"Cannot obtain a lock on data directory %s. %s is probably already running."),
2221
QT_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."),
9089
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", ""
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
124120
QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"),
125121
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down."),
126122
QT_TRANSLATE_NOOP("bitcoin-core", "Error upgrading chainstate database"),
127-
QT_TRANSLATE_NOOP("bitcoin-core", "Error"),
128123
QT_TRANSLATE_NOOP("bitcoin-core", "Error: A fatal internal error occurred, see debug.log for details"),
129124
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!"),
131126
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
132127
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to rescan the wallet during initialization"),
133128
QT_TRANSLATE_NOOP("bitcoin-core", "Importing..."),
134129
QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong datadir for network?"),
135-
QT_TRANSLATE_NOOP("bitcoin-core", "Information"),
136130
QT_TRANSLATE_NOOP("bitcoin-core", "Initialization sanity check failed. %s is shutting down."),
137131
QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"),
138132
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -onion address or hostname: '%s'"),
@@ -150,6 +144,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."),
150144
QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'"),
151145
QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."),
152146
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."),
153148
QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -txindex."),
154149
QT_TRANSLATE_NOOP("bitcoin-core", "Pruning blockstore..."),
155150
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"),
179174
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"),
180175
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %s)"),
181176
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"),
182178
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate initial keys"),
183179
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate keys"),
184180
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."),
185182
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"),
186183
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."),
187184
QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading UTXO database"),
188185
QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading txindex database"),
189186
QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe characters."),
190187
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."),
191188
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)..."),
192-
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet %s resides outside wallet directory %s"),
193189
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"),
194-
QT_TRANSLATE_NOOP("bitcoin-core", "Warning"),
195190
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: unknown new rules activated (versionbit %i)"),
196191
QT_TRANSLATE_NOOP("bitcoin-core", "Zapping all transactions from wallet..."),
197192
};

0 commit comments

Comments
 (0)