Skip to content

Commit c7c905f

Browse files
committed
qt: update translations
1 parent 197b19f commit c7c905f

File tree

145 files changed

+14483
-15433
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+14483
-15433
lines changed

src/qt/addressbookpage.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ AddressBookPage::AddressBookPage(const PlatformStyle *platformStyle, Mode _mode,
9696
switch(tab)
9797
{
9898
case SendingTab:
99-
ui->labelExplanation->setText(tr("These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins."));
99+
ui->labelExplanation->setText(tr("These are your Blackcoin addresses for sending payments. Always check the amount and the receiving address before sending coins."));
100100
ui->deleteAddress->setVisible(true);
101101
ui->newAddress->setVisible(true);
102102
break;
103103
case ReceivingTab:
104-
ui->labelExplanation->setText(tr("These are your Bitcoin addresses for receiving payments. Use the 'Create new receiving address' button in the receive tab to create new addresses.\nSigning is only possible with addresses of the type 'legacy'."));
104+
ui->labelExplanation->setText(tr("These are your Blackcoin addresses for receiving payments. Use the 'Create new receiving address' button in the receive tab to create new addresses.\nSigning is only possible with addresses of the type 'legacy'."));
105105
ui->deleteAddress->setVisible(false);
106106
ui->newAddress->setVisible(false);
107107
break;

src/qt/askpassphrasedialog.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@ void AskPassphraseDialog::accept()
113113
break;
114114
}
115115
QMessageBox::StandardButton retval = QMessageBox::question(this, tr("Confirm wallet encryption"),
116-
tr("Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>!") + "<br><br>" + tr("Are you sure you wish to encrypt your wallet?"),
116+
tr("Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BLACKCOINS</b>!") + "<br><br>" + tr("Are you sure you wish to encrypt your wallet?"),
117117
QMessageBox::Yes|QMessageBox::Cancel,
118118
QMessageBox::Cancel);
119119
if(retval == QMessageBox::Yes)
120120
{
121121
if(newpass1 == newpass2)
122122
{
123123
QString encryption_reminder = tr("Remember that encrypting your wallet cannot fully protect "
124-
"your bitcoins from being stolen by malware infecting your computer.");
124+
"your blackcoins from being stolen by malware infecting your computer.");
125125
if (m_passphrase_out) {
126126
m_passphrase_out->assign(newpass1);
127127
QMessageBox::warning(this, tr("Wallet to be encrypted"),

src/qt/bitcoingui.cpp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -272,14 +272,14 @@ void BitcoinGUI::createActions()
272272
tabGroup->addAction(overviewAction);
273273

274274
sendCoinsAction = new QAction(platformStyle->SingleColorIcon(":/icons/send"), tr("&Send"), this);
275-
sendCoinsAction->setStatusTip(tr("Send coins to a Bitcoin address"));
275+
sendCoinsAction->setStatusTip(tr("Send coins to a Blackcoin address"));
276276
sendCoinsAction->setToolTip(sendCoinsAction->statusTip());
277277
sendCoinsAction->setCheckable(true);
278278
sendCoinsAction->setShortcut(QKeySequence(QStringLiteral("Alt+2")));
279279
tabGroup->addAction(sendCoinsAction);
280280

281281
receiveCoinsAction = new QAction(platformStyle->SingleColorIcon(":/icons/receiving_addresses"), tr("&Receive"), this);
282-
receiveCoinsAction->setStatusTip(tr("Request payments (generates QR codes and bitcoin: URIs)"));
282+
receiveCoinsAction->setStatusTip(tr("Request payments (generates QR codes and blackcoin: URIs)"));
283283
receiveCoinsAction->setToolTip(receiveCoinsAction->statusTip());
284284
receiveCoinsAction->setCheckable(true);
285285
receiveCoinsAction->setShortcut(QKeySequence(QStringLiteral("Alt+3")));
@@ -334,13 +334,13 @@ void BitcoinGUI::createActions()
334334
lockWalletAction = new QAction(tr("&Lock Wallet"), this);
335335
lockWalletAction->setToolTip(tr("Lock wallet"));
336336
signMessageAction = new QAction(tr("Sign &message…"), this);
337-
signMessageAction->setStatusTip(tr("Sign messages with your Bitcoin addresses to prove you own them"));
337+
signMessageAction->setStatusTip(tr("Sign messages with your Blackcoin addresses to prove you own them"));
338338
verifyMessageAction = new QAction(tr("&Verify message…"), this);
339-
verifyMessageAction->setStatusTip(tr("Verify messages to ensure they were signed with specified Bitcoin addresses"));
339+
verifyMessageAction->setStatusTip(tr("Verify messages to ensure they were signed with specified Blackcoin addresses"));
340340
m_load_psbt_action = new QAction(tr("&Load PSBT from file…"), this);
341-
m_load_psbt_action->setStatusTip(tr("Load Partially Signed Bitcoin Transaction"));
341+
m_load_psbt_action->setStatusTip(tr("Load Partially Signed Blackcoin Transaction"));
342342
m_load_psbt_clipboard_action = new QAction(tr("Load PSBT from &clipboard…"), this);
343-
m_load_psbt_clipboard_action->setStatusTip(tr("Load Partially Signed Bitcoin Transaction from clipboard"));
343+
m_load_psbt_clipboard_action->setStatusTip(tr("Load Partially Signed Blackcoin Transaction from clipboard"));
344344

345345
openRPCConsoleAction = new QAction(tr("Node window"), this);
346346
openRPCConsoleAction->setStatusTip(tr("Open node debugging and diagnostic console"));
@@ -354,7 +354,7 @@ void BitcoinGUI::createActions()
354354
usedReceivingAddressesAction->setStatusTip(tr("Show the list of used receiving addresses and labels"));
355355

356356
openAction = new QAction(tr("Open &URI…"), this);
357-
openAction->setStatusTip(tr("Open a bitcoin: URI"));
357+
openAction->setStatusTip(tr("Open a blackcoin: URI"));
358358

359359
m_open_wallet_action = new QAction(tr("Open Wallet"), this);
360360
m_open_wallet_action->setEnabled(false);
@@ -383,7 +383,7 @@ void BitcoinGUI::createActions()
383383

384384
showHelpMessageAction = new QAction(tr("&Command-line options"), this);
385385
showHelpMessageAction->setMenuRole(QAction::NoRole);
386-
showHelpMessageAction->setStatusTip(tr("Show the %1 help message to get a list with possible Bitcoin command-line options").arg(PACKAGE_NAME));
386+
showHelpMessageAction->setStatusTip(tr("Show the %1 help message to get a list with possible Blackcoin command-line options").arg(PACKAGE_NAME));
387387

388388
m_mask_values_action = new QAction(tr("&Mask values"), this);
389389
m_mask_values_action->setShortcut(QKeySequence(Qt::CTRL | Qt::SHIFT | Qt::Key_M));
@@ -1027,7 +1027,7 @@ void BitcoinGUI::updateNetworkState()
10271027

10281028
if (m_node.getNetworkActive()) {
10291029
//: A substring of the tooltip.
1030-
tooltip = tr("%n active connection(s) to Bitcoin network.", "", count);
1030+
tooltip = tr("%n active connection(s) to Blackcoin network.", "", count);
10311031
} else {
10321032
//: A substring of the tooltip.
10331033
tooltip = tr("Network activity disabled.");

src/qt/bitcoinstrings.cpp

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
static const char UNUSED *bitcoin_strings[] = {
1212
QT_TRANSLATE_NOOP("bitcoin-core", "The %s developers"),
1313
QT_TRANSLATE_NOOP("bitcoin-core", ""
14-
"%s corrupt. Try using the wallet tool bitcoin-wallet to salvage or restoring "
15-
"a backup."),
14+
"%s corrupt. Try using the wallet tool blackmore-wallet to salvage or "
15+
"restoring a backup."),
1616
QT_TRANSLATE_NOOP("bitcoin-core", ""
1717
"%s failed to validate the -assumeutxo snapshot state. This indicates a "
1818
"hardware problem, or a bug in the software, or a bad software modification "
@@ -51,11 +51,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
5151
"Error loading %s: External signer wallet being loaded without external "
5252
"signer support compiled"),
5353
QT_TRANSLATE_NOOP("bitcoin-core", ""
54-
"Error loading wallet. Wallet requires blocks to be downloaded, and software "
55-
"does not currently support loading wallets while blocks are being downloaded "
56-
"out of order when using assumeutxo snapshots. Wallet should be able to load "
57-
"successfully after node sync reaches height %s"),
58-
QT_TRANSLATE_NOOP("bitcoin-core", ""
5954
"Error reading %s! All keys read correctly, but transaction data or address "
6055
"metadata may be missing or incorrect."),
6156
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -69,7 +64,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
6964
QT_TRANSLATE_NOOP("bitcoin-core", ""
7065
"Error: Dumpfile identifier record is incorrect. Got \"%s\", expected \"%s\"."),
7166
QT_TRANSLATE_NOOP("bitcoin-core", ""
72-
"Error: Dumpfile version is not supported. This version of bitcoin-wallet "
67+
"Error: Dumpfile version is not supported. This version of blackmore-wallet "
7368
"only supports version 1 dumpfiles. Got dumpfile with version %s"),
7469
QT_TRANSLATE_NOOP("bitcoin-core", ""
7570
"Error: Duplicate descriptors created during migration. Your wallet may be "
@@ -90,9 +85,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
9085
"Failed to rename invalid peers.dat file. Please move or delete it and try "
9186
"again."),
9287
QT_TRANSLATE_NOOP("bitcoin-core", ""
93-
"Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable "
94-
"%s."),
95-
QT_TRANSLATE_NOOP("bitcoin-core", ""
9688
"File %s already exists. If you are sure this is what you want, move it out "
9789
"of the way first."),
9890
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -121,6 +113,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
121113
"cjdnsreachable is not provided"),
122114
QT_TRANSLATE_NOOP("bitcoin-core", ""
123115
"Outbound connections restricted to Tor (-onlynet=onion) but the proxy for "
116+
"reaching the Tor network is explicitly forbidden: -onion=0"),
117+
QT_TRANSLATE_NOOP("bitcoin-core", ""
118+
"Outbound connections restricted to Tor (-onlynet=onion) but the proxy for "
124119
"reaching the Tor network is not provided: none of -proxy, -onion or -"
125120
"listenonion is given"),
126121
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -135,12 +130,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
135130
QT_TRANSLATE_NOOP("bitcoin-core", ""
136131
"Prune configured below the minimum of %d MiB. Please use a higher number."),
137132
QT_TRANSLATE_NOOP("bitcoin-core", ""
138-
"Prune mode is incompatible with -reindex-chainstate. Use full -reindex "
139-
"instead."),
140-
QT_TRANSLATE_NOOP("bitcoin-core", ""
141-
"Prune: last wallet synchronisation goes beyond pruned data. You need to -"
142-
"reindex (download the whole blockchain again in case of pruned node)"),
143-
QT_TRANSLATE_NOOP("bitcoin-core", ""
144133
"Rename of '%s' -> '%s' failed. You should resolve this by manually moving or "
145134
"deleting the invalid snapshot directory %s, otherwise you will encounter the "
146135
"same error again on the next startup."),
@@ -167,16 +156,14 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
167156
"the software that last loaded this wallet"),
168157
QT_TRANSLATE_NOOP("bitcoin-core", ""
169158
"This is a pre-release test build - use at your own risk - do not use for "
170-
"mining or merchant applications"),
159+
"staking or merchant applications"),
171160
QT_TRANSLATE_NOOP("bitcoin-core", ""
172161
"This is the maximum transaction fee you pay (in addition to the normal fee) "
173162
"to prioritize partial spend avoidance over regular coin selection."),
174163
QT_TRANSLATE_NOOP("bitcoin-core", ""
175164
"This is the transaction fee you may discard if change is smaller than dust "
176165
"at this level"),
177166
QT_TRANSLATE_NOOP("bitcoin-core", ""
178-
"This is the transaction fee you may pay when fee estimates are not available."),
179-
QT_TRANSLATE_NOOP("bitcoin-core", ""
180167
"Total length of network version string (%i) exceeds maximum length (%i). "
181168
"Reduce the number or size of uacomments."),
182169
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -230,9 +217,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
230217
"Witness data for blocks after height %d requires validation. Please restart "
231218
"with -reindex."),
232219
QT_TRANSLATE_NOOP("bitcoin-core", ""
233-
"You need to rebuild the database using -reindex to go back to unpruned "
234-
"mode. This will redownload the entire blockchain"),
235-
QT_TRANSLATE_NOOP("bitcoin-core", ""
236220
"\n"
237221
"Unable to cleanup failed migration"),
238222
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -247,7 +231,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Cannot set -forcednsseed to true when setting
247231
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot set -peerblockfilters without -blockfilterindex."),
248232
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write to data directory '%s'; check permissions."),
249233
QT_TRANSLATE_NOOP("bitcoin-core", "Config setting for %s only applied on %s network when in [%s] section."),
250-
QT_TRANSLATE_NOOP("bitcoin-core", "Copyright (C) %i-%i"),
234+
QT_TRANSLATE_NOOP("bitcoin-core", "Copyright (C) 2009-%i The Bitcoin Core Developers"),
235+
QT_TRANSLATE_NOOP("bitcoin-core", "Copyright (C) 2014-%i The Blackcoin Developers"),
236+
QT_TRANSLATE_NOOP("bitcoin-core", "Copyright (C) 2018-%i The Blackcoin More Developers"),
251237
QT_TRANSLATE_NOOP("bitcoin-core", "Corrupted block database detected"),
252238
QT_TRANSLATE_NOOP("bitcoin-core", "Could not find asmap file %s"),
253239
QT_TRANSLATE_NOOP("bitcoin-core", "Could not parse asmap file %s"),
@@ -268,7 +254,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error reading configuration file: %s"),
268254
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down."),
269255
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading next record from wallet database"),
270256
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Cannot extract destination from the generated scriptpubkey"),
271-
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Could not add watchonly tx to watchonly wallet"),
257+
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Could not add watchonly tx %s to watchonly wallet"),
272258
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Could not delete watchonly transactions"),
273259
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Couldn't create cursor into database"),
274260
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low for %s"),
@@ -323,8 +309,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."),
323309
QT_TRANSLATE_NOOP("bitcoin-core", "Not found pre-selected input %s"),
324310
QT_TRANSLATE_NOOP("bitcoin-core", "Not solvable pre-selected input %s"),
325311
QT_TRANSLATE_NOOP("bitcoin-core", "Prune cannot be configured with a negative value."),
326-
QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -txindex."),
327-
QT_TRANSLATE_NOOP("bitcoin-core", "Pruning blockstore…"),
328312
QT_TRANSLATE_NOOP("bitcoin-core", "Reducing -maxconnections from %d to %d, because of system limitations."),
329313
QT_TRANSLATE_NOOP("bitcoin-core", "Replaying blocks…"),
330314
QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning…"),
@@ -347,7 +331,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "The specified config file %s does not exist")
347331
QT_TRANSLATE_NOOP("bitcoin-core", "The transaction amount is too small to pay the fee"),
348332
QT_TRANSLATE_NOOP("bitcoin-core", "The wallet will avoid paying less than the minimum relay fee."),
349333
QT_TRANSLATE_NOOP("bitcoin-core", "This is experimental software."),
350-
QT_TRANSLATE_NOOP("bitcoin-core", "This is the minimum transaction fee you pay on every transaction."),
351334
QT_TRANSLATE_NOOP("bitcoin-core", "This is the transaction fee you will pay if you send a transaction."),
352335
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amount too small"),
353336
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amounts must not be negative"),
@@ -377,6 +360,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."),
377360
QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe characters."),
378361
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks…"),
379362
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)…"),
363+
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet file creation failed: %s"),
380364
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"),
381-
QT_TRANSLATE_NOOP("bitcoin-core", "acceptstalefeeestimates is not supported on %s chain."),
382365
};

src/qt/editaddressdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ void EditAddressDialog::accept()
110110
break;
111111
case AddressTableModel::INVALID_ADDRESS:
112112
QMessageBox::warning(this, windowTitle(),
113-
tr("The entered address \"%1\" is not a valid Bitcoin address.").arg(ui->addressEdit->text()),
113+
tr("The entered address \"%1\" is not a valid Blackcoin address.").arg(ui->addressEdit->text()),
114114
QMessageBox::Ok, QMessageBox::Ok);
115115
break;
116116
case AddressTableModel::DUPLICATE_ADDRESS:

src/qt/forms/coincontroldialog.ui

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<enum>Qt::ActionsContextMenu</enum>
136136
</property>
137137
<property name="text">
138-
<string notr="true">0.00 BTC</string>
138+
<string notr="true">0.00 BLK</string>
139139
</property>
140140
<property name="textInteractionFlags">
141141
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
@@ -180,7 +180,7 @@
180180
<enum>Qt::ActionsContextMenu</enum>
181181
</property>
182182
<property name="text">
183-
<string notr="true">0.00 BTC</string>
183+
<string notr="true">0.00 BLK</string>
184184
</property>
185185
<property name="textInteractionFlags">
186186
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
@@ -228,7 +228,7 @@
228228
<enum>Qt::ActionsContextMenu</enum>
229229
</property>
230230
<property name="text">
231-
<string notr="true">0.00 BTC</string>
231+
<string notr="true">0.00 BLK</string>
232232
</property>
233233
<property name="textInteractionFlags">
234234
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
@@ -263,7 +263,7 @@
263263
<enum>Qt::ActionsContextMenu</enum>
264264
</property>
265265
<property name="text">
266-
<string notr="true">0.00 BTC</string>
266+
<string notr="true">0.00 BLK</string>
267267
</property>
268268
<property name="textInteractionFlags">
269269
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>

src/qt/forms/modaloverlay.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ QLabel { color: rgb(40,40,40); }</string>
149149
</font>
150150
</property>
151151
<property name="text">
152-
<string>Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network.</string>
152+
<string>Attempting to spend blackcoins that are affected by not-yet-displayed transactions will not be accepted by the network.</string>
153153
</property>
154154
<property name="textFormat">
155155
<enum>Qt::RichText</enum>

0 commit comments

Comments
 (0)