@@ -51,9 +51,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
51
51
" Prune: last wallet synchronisation goes beyond pruned data. You need to -"
52
52
" reindex (download the whole blockchain again in case of pruned node)" ),
53
53
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" , " "
57
54
" The block database contains a block which appears to be from the future. "
58
55
" This may be due to your computer's date and time being set incorrectly. Only "
59
56
" rebuild the block database if you are sure that your computer's date and "
@@ -69,10 +66,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
69
66
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
70
67
" This is the transaction fee you may pay when fee estimates are not available." ),
71
68
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" , " "
76
69
" Total length of network version string (%i) exceeds maximum length (%i). "
77
70
" Reduce the number or size of uacomments." ),
78
71
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -107,6 +100,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Change index out of range"),
107
100
QT_TRANSLATE_NOOP (" bitcoin-core" , " Config setting for %s only applied on %s network when in [%s] section." ),
108
101
QT_TRANSLATE_NOOP (" bitcoin-core" , " Copyright (C) %i-%i" ),
109
102
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" ),
110
105
QT_TRANSLATE_NOOP (" bitcoin-core" , " Do you want to rebuild the block database now?" ),
111
106
QT_TRANSLATE_NOOP (" bitcoin-core" , " Done loading" ),
112
107
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing block database" ),
0 commit comments