Skip to content

Commit 82dd886

Browse files
committed
qt: Periodical translations update
1 parent d402c1e commit 82dd886

File tree

2 files changed

+291
-334
lines changed

2 files changed

+291
-334
lines changed

src/qt/bitcoinstrings.cpp

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
5151
"Prune: last wallet synchronisation goes beyond pruned data. You need to -"
5252
"reindex (download the whole blockchain again in case of pruned node)"),
5353
QT_TRANSLATE_NOOP("bitcoin-core", ""
54-
"Rescans are not possible in pruned mode. You will need to use -reindex which "
55-
"will download the whole blockchain again."),
56-
QT_TRANSLATE_NOOP("bitcoin-core", ""
5754
"The block database contains a block which appears to be from the future. "
5855
"This may be due to your computer's date and time being set incorrectly. Only "
5956
"rebuild the block database if you are sure that your computer's date and "
@@ -69,10 +66,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
6966
QT_TRANSLATE_NOOP("bitcoin-core", ""
7067
"This is the transaction fee you may pay when fee estimates are not available."),
7168
QT_TRANSLATE_NOOP("bitcoin-core", ""
72-
"This product includes software developed by the OpenSSL Project for use in "
73-
"the OpenSSL Toolkit %s and cryptographic software written by Eric Young and "
74-
"UPnP software written by Thomas Bernard."),
75-
QT_TRANSLATE_NOOP("bitcoin-core", ""
7669
"Total length of network version string (%i) exceeds maximum length (%i). "
7770
"Reduce the number or size of uacomments."),
7871
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -107,6 +100,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Change index out of range"),
107100
QT_TRANSLATE_NOOP("bitcoin-core", "Config setting for %s only applied on %s network when in [%s] section."),
108101
QT_TRANSLATE_NOOP("bitcoin-core", "Copyright (C) %i-%i"),
109102
QT_TRANSLATE_NOOP("bitcoin-core", "Corrupted block database detected"),
103+
QT_TRANSLATE_NOOP("bitcoin-core", "Could not find asmap file %s"),
104+
QT_TRANSLATE_NOOP("bitcoin-core", "Could not parse asmap file %s"),
110105
QT_TRANSLATE_NOOP("bitcoin-core", "Do you want to rebuild the block database now?"),
111106
QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"),
112107
QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing block database"),

0 commit comments

Comments
 (0)