Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make URLs in popup notices clickable #4637

Merged
merged 2 commits into from Oct 16, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 34 additions & 34 deletions core/src/main/resources/i18n/displayStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ offerbook.warning.counterpartyTradeRestrictions=This offer cannot be taken due t

offerbook.warning.newVersionAnnouncement=With this version of the software, trading peers can verify and sign each others' payment accounts to create a network of trusted payment accounts.\n\n\
After successfully trading with a peer with a verified payment account, your payment account will be signed and trading limits will be lifted after a certain time interval (length of this interval is based on the verification method).\n\n\
For more information on account signing, please see the documentation at https://docs.bisq.network/payment-methods#account-signing.
For more information on account signing, please see the documentation at [HYPERLINK:https://docs.bisq.network/payment-methods#account-signing].

popup.warning.tradeLimitDueAccountAgeRestriction.seller=The allowed trade amount is limited to {0} because of security restrictions based on the following criteria:\n\
- The buyer''s account has not been signed by an arbitrator or a peer\n\
Expand All @@ -404,7 +404,7 @@ offerbook.warning.currencyBanned=The currency used in that offer was blocked by
offerbook.warning.paymentMethodBanned=The payment method used in that offer was blocked by the Bisq developers.\nPlease visit the Bisq Forum for more information.
offerbook.warning.nodeBlocked=The onion address of that trader was blocked by the Bisq developers.\nProbably there is an unhandled bug causing issues when taking offers from that trader.
offerbook.warning.requireUpdateToNewVersion=Your version of Bisq is not compatible for trading anymore.\n\
Please update to the latest Bisq version at https://bisq.network/downloads.
Please update to the latest Bisq version at [HYPERLINK:https://bisq.network/downloads].
offerbook.warning.tradeLimitNotMatching=Your payment account has been created {0} ago. Your trade limit is based on the account age and is not sufficient for that offer.\n\n\
Your trade limit is: {1}\n\
The min. trade amount of the offer is: {2}.\n\n\
Expand Down Expand Up @@ -564,8 +564,8 @@ portfolio.tab.editOpenOffer=Edit offer

portfolio.pending.invalidDelayedPayoutTx=There is an issue with a missing or invalid transaction.\n\n\
Please do NOT send the fiat or altcoin payment. Contact Bisq \
developers on Keybase (https://keybase.io/team/bisq) or on the \
forum (https://bisq.community) for further assistance.\n\n\
developers on Keybase [HYPERLINK:https://keybase.io/team/bisq] or on the \
forum [HYPERLINK:https://bisq.community] for further assistance.\n\n\
Error message: {0}

portfolio.pending.step1.waitForConf=Wait for blockchain confirmation
Expand Down Expand Up @@ -676,7 +676,7 @@ portfolio.pending.step2_buyer.confirmStart.proof.warningTitle=You have not provi
portfolio.pending.step2_buyer.confirmStart.proof.noneProvided=You have not entered the transaction ID and the transaction key.\n\n\
By not providing this data the peer cannot use the auto-confirm feature to release the BTC as soon the XMR has been received.\n\
Beside that, Bisq requires that the sender of the XMR transaction is able to provide this information to the mediator or arbitrator in case of a dispute.\n\
See more details on the Bisq wiki: https://bisq.wiki/Trading_Monero#Auto-confirming_trades
See more details on the Bisq wiki [HYPERLINK:https://bisq.wiki/Trading_Monero#Auto-confirming_trades].
portfolio.pending.step2_buyer.confirmStart.proof.invalidInput=Input is not a 32 byte hexadecimal value
portfolio.pending.step2_buyer.confirmStart.warningButton=Ignore and continue anyway
portfolio.pending.step2_seller.waitPayment.headline=Wait for payment
Expand Down Expand Up @@ -823,7 +823,7 @@ portfolio.pending.tradeNotCompleted=Trade not completed in time (until {0})
portfolio.pending.tradeProcess=Trade process
portfolio.pending.openAgainDispute.msg=If you are not sure that the message to the mediator or arbitrator arrived \
(e.g. if you did not get a response after 1 day) feel free to open a dispute again with Cmd/Ctrl+o. You can also ask \
for additional help on the Bisq forum at https://bisq.community.
for additional help on the Bisq forum at [HYPERLINK:https://bisq.community].
portfolio.pending.openAgainDispute.button=Open dispute again
portfolio.pending.openSupportTicket.headline=Open support ticket
portfolio.pending.openSupportTicket.msg=Please use this function only in emergency cases if you don't see a \
Expand Down Expand Up @@ -896,14 +896,13 @@ portfolio.pending.mediationResult.popup.info=The mediator has suggested the foll
Both traders agreeing to the mediator''s suggestion is the happy path—requesting arbitration is meant for \
exceptional circumstances, such as if a trader is sure the mediator did not make a fair payout suggestion \
(or if the other peer is unresponsive).\n\n\
More details about the new arbitration model:\n\
https://docs.bisq.network/trading-rules.html#arbitration
More details about the new arbitration model: [HYPERLINK:https://docs.bisq.network/trading-rules.html#arbitration]
portfolio.pending.mediationResult.popup.selfAccepted.lockTimeOver=You have accepted the mediator''s suggested payout \
but it seems that your trading peer has not accepted it.\n\n\
Once the lock time is over on {0} (block {1}), you can open a second-round dispute with an arbitrator who will \
investigate the case again and do a payout based on their findings.\n\n\
You can find more details about the arbitration model at:\n\
https://docs.bisq.network/trading-rules.html#arbitration
You can find more details about the arbitration model at:\
[HYPERLINK:https://docs.bisq.network/trading-rules.html#arbitration]
portfolio.pending.mediationResult.popup.openArbitration=Reject and request arbitration
portfolio.pending.mediationResult.popup.alreadyAccepted=You've already accepted

Expand All @@ -916,7 +915,8 @@ portfolio.pending.failedTrade.maker.missingTakerFeeTx=The peer's taker fee trans
You can move this trade to failed trades.
portfolio.pending.failedTrade.missingDepositTx=The deposit transaction (the 2-of-2 multisig transaction) is missing.\n\n\
Without this tx, the trade cannot be completed. No funds have been locked but your trade fee has been paid. \
You can make a request to be reimbursed the trade fee here: https://github.com/bisq-network/support/issues. \n\n\
You can make a request to be reimbursed the trade fee here: \
[HYPERLINK:https://github.com/bisq-network/support/issues]\n\n\
Feel free to move this trade to failed trades.
portfolio.pending.failedTrade.buyer.existingDepositTxButMissingDelayedPayoutTx=The delayed payout transaction is missing, \
but funds have been locked in the deposit transaction.\n\n\
Expand All @@ -925,25 +925,28 @@ portfolio.pending.failedTrade.buyer.existingDepositTxButMissingDelayedPayoutTx=T
The mediator should suggest that both peers each get back the the full amount of their security deposits \
(with seller receiving full trade amount back as well). \
This way, there is no security risk, and only trade fees are lost. \n\n\
You can request a reimbursement for lost trade fees here: https://github.com/bisq-network/support/issues.
You can request a reimbursement for lost trade fees here: \
[HYPERLINK:https://github.com/bisq-network/support/issues]
portfolio.pending.failedTrade.seller.existingDepositTxButMissingDelayedPayoutTx=The delayed payout transaction is missing \
but funds have been locked in the deposit transaction.\n\n\
If the buyer is also missing the delayed payout transaction, they will be instructed to NOT send the payment and open \
a mediation ticket instead. You should also open a mediation ticket with Cmd/Ctrl+o. \n\n\
If the buyer has not sent payment yet, the mediator should suggest that both peers each get back the full amount of \
their security deposits (with seller receiving full trade amount back as well). \
Otherwise the trade amount should go to the buyer. \n\n\
You can request a reimbursement for lost trade fees here: https://github.com/bisq-network/support/issues.
You can request a reimbursement for lost trade fees here: \
[HYPERLINK:https://github.com/bisq-network/support/issues]
portfolio.pending.failedTrade.errorMsgSet=There was an error during trade protocol execution.\n\n\
Error: {0}\n\n\
It might be that this error is not critical, and the trade can be completed normally. If you are unsure, open a mediation \
ticket to get advice from Bisq mediators. \n\n\
If the error was critical and the trade cannot be completed, you might have lost your trade fee. \
Request a reimbursement for lost trade fees here: https://github.com/bisq-network/support/issues.
Request a reimbursement for lost trade fees here: \
[HYPERLINK:https://github.com/bisq-network/support/issues]
portfolio.pending.failedTrade.missingContract=The trade contract is not set.\n\n\
The trade cannot be completed and you might \
have lost your trade fee. If so, you can request a reimbursement for lost trade fees here: \
https://github.com/bisq-network/support/issues.
[HYPERLINK:https://github.com/bisq-network/support/issues]
portfolio.pending.failedTrade.info.popup=The trade protocol encountered some problems.\n\n{0}
portfolio.pending.failedTrade.txChainInvalid.moveToFailed=The trade protocol encountered a serious problem.\n\n{0}\n\n\
Do you want to move the trade to failed trades?\n\n\
Expand Down Expand Up @@ -1244,7 +1247,7 @@ settings.net.useProvidedNodesRadio=Use provided Bitcoin Core nodes
settings.net.usePublicNodesRadio=Use public Bitcoin network
settings.net.useCustomNodesRadio=Use custom Bitcoin Core nodes
settings.net.warn.usePublicNodes=If you use the public Bitcoin network you are exposed to a severe privacy problem caused by the broken bloom filter design and implementation which is used for SPV wallets like BitcoinJ (used in Bisq). Any full node you are connected to could find out that all your wallet addresses belong to one entity.\n\n\
Please read more about the details at: https://bisq.network/blog/privacy-in-bitsquare.\n\n\
Please read more about the details at [HYPERLINK:https://bisq.network/blog/privacy-in-bitsquare].\n\n\
Are you sure you want to use the public nodes?
settings.net.warn.usePublicNodes.useProvided=No, use provided nodes
settings.net.warn.usePublicNodes.usePublic=Yes, use public network
Expand Down Expand Up @@ -1365,7 +1368,8 @@ setting.info.msg=When selling BTC for XMR you can use the auto-confirm feature t
own XMR explorer node for maximum privacy and security.\n\n\
You can also set the maximum amount of BTC per trade to auto-confirm as well as the number of required \
confirmations here in Settings.\n\n\
See more details (including how to set up your own explorer node) on the Bisq wiki: https://bisq.wiki/Trading_Monero#Auto-confirming_trades
See more details (including how to set up your own explorer node) on the Bisq wiki \
[HYPERLINK:https://bisq.wiki/Trading_Monero#Auto-confirming_trades]
####################################################################
# Account
####################################################################
Expand Down Expand Up @@ -1453,13 +1457,11 @@ If selling XMR, you must be able to provide the following information to a media
- the transaction key (Tx Key, Tx Secret Key or Tx Private Key)\n\
- the transaction ID (Tx ID or Tx Hash)\n\
- the destination address (recipient's address)\n\n\
See the wiki for details on where to find this information on popular Monero wallets:\n\
https://bisq.wiki/Trading_Monero#Proving_payments\n\n\
See the wiki for details on where to find this information on popular Monero wallets [HYPERLINK:https://bisq.wiki/Trading_Monero#Proving_payments].\n\
Failure to provide the required transaction data will result in losing disputes.\n\n\
Also note that Bisq now offers automatic confirming for XMR transactions to make trades quicker, \
but you need to enable it in Settings.\n\n\
See the wiki for more information about the auto-confirm feature:\n\
https://bisq.wiki/Trading_Monero#Auto-confirming_trades
See the wiki for more information about the auto-confirm feature: [HYPERLINK:https://bisq.wiki/Trading_Monero#Auto-confirming_trades].
# suppress inspection "TrailingSpacesInProperty"
account.altcoin.popup.msr.msg=Trading MSR on Bisq requires that you understand and fulfill \
the following requirements:\n\n\
Expand Down Expand Up @@ -1639,7 +1641,7 @@ Importing seed words is only recommended for emergency cases. The application wi
account.seed.backup.warning=Please note that the seed words are NOT a replacement for a backup.\n\
You need to create a backup of the whole application directory from the \"Account/Backup\" screen to recover application state and data.\n\
Importing seed words is only recommended for emergency cases. The application will not be functional without a proper backup of the database files and keys!\n\n\
See the wiki page https://bisq.wiki/Backing_up_application_data for extended info.
See the wiki page [HYPERLINK:https://bisq.wiki/Backing_up_application_data] for extended info.
account.seed.warn.noPw.msg=You have not setup a wallet password which would protect the display of the seed words.\n\n\
Do you want to display the seed words?
account.seed.warn.noPw.yes=Yes, and don't ask me again
Expand Down Expand Up @@ -2471,10 +2473,11 @@ displayUpdateDownloadWindow.button.ignoreDownload=Ignore this version
displayUpdateDownloadWindow.headline=A new Bisq update is available!
displayUpdateDownloadWindow.download.failed.headline=Download failed
displayUpdateDownloadWindow.download.failed=Download failed.\n\
Please download and verify manually at https://bisq.network/downloads
displayUpdateDownloadWindow.installer.failed=Unable to determine the correct installer. Please download and verify manually at https://bisq.network/downloads
Please download and verify manually at [HYPERLINK:https://bisq.network/downloads]
displayUpdateDownloadWindow.installer.failed=Unable to determine the correct installer. Please download and verify manually at \
[HYPERLINK:https://bisq.network/downloads]
displayUpdateDownloadWindow.verify.failed=Verification failed.\n\
Please download and verify manually at https://bisq.network/downloads
Please download and verify manually at [HYPERLINK:https://bisq.network/downloads]
displayUpdateDownloadWindow.success=The new version has been successfully downloaded and the signature verified.\n\n\
Please open the download directory, shut down the application and install the new version.
displayUpdateDownloadWindow.download.openDir=Open download directory
Expand Down Expand Up @@ -2751,8 +2754,7 @@ We made a backup of the corrupted file(s) and applied the default values to a ne
The backup is located at:\n\
{1}/db/backup_of_corrupted_data.\n\n\
Please check if you have the latest version of Bisq installed.\n\
You can download it at:\n\
https://bisq.network/downloads\n\n\
You can download it at: [HYPERLINK:https://bisq.network/downloads].\n\n\
Please restart the application.
popup.warning.startupFailed.twoInstances=Bisq is already running. You cannot run two instances of Bisq.
popup.warning.cryptoTestFailed=Seems that you use a self compiled binary and have not following the build instructions in https://github.com/bisq-network/exchange/blob/master/doc/build.md#7-enable-unlimited-strength-for-cryptographic-keys.\n\nIf that is not the case and you use the official Bisq binary, please file a bug report to the GitHub page.\nError={0}
Expand Down Expand Up @@ -2859,8 +2861,7 @@ popup.info.shutDownWithOpenOffers=Bisq is being shut down, but there are open of
To keep your offers online, keep Bisq running and make sure this computer remains online too \
(i.e., make sure it doesn't go into standby mode...monitor standby is not a problem).
popup.info.qubesOSSetupInfo=It appears you are running Bisq on Qubes OS. \n\n\
Please make sure your Bisq qube is setup according to our Setup Guide at \
https://bisq.wiki/Running_Bisq_on_Qubes
Please make sure your Bisq qube is setup according to our Setup Guide at [HYPERLINK:https://bisq.wiki/Running_Bisq_on_Qubes].

popup.privateNotification.headline=Important private notification!

Expand Down Expand Up @@ -2902,7 +2903,7 @@ popup.accountSigning.signAccounts.ECKey.error=Bad arbitrator ECKey
popup.accountSigning.success.headline=Congratulations
popup.accountSigning.success.description=All {0} payment accounts were successfully signed!
popup.accountSigning.generalInformation=You'll find the signing state of all your accounts in the account section.\n\n\
For further information, please visit https://docs.bisq.network/payment-methods#account-signing.
For further information, please visit [HYPERLINK:https://docs.bisq.network/payment-methods#account-signing].
popup.accountSigning.signedByArbitrator=One of your payment accounts has been verified and signed by an arbitrator. Trading with this account will automatically sign your trading peer''s account after a successful trade.\n\n{0}
popup.accountSigning.signedByPeer=One of your payment accounts has been verified and signed by a trading peer. Your initial trading limit will be lifted and you''ll be able to sign other accounts in {0} days from now.\n\n{1}
popup.accountSigning.peerLimitLifted=The initial limit for one of your accounts has been lifted.\n\n{0}
Expand Down Expand Up @@ -3228,7 +3229,7 @@ payment.checking=Checking
payment.savings=Savings
payment.personalId=Personal ID
payment.clearXchange.info=Zelle is a money transfer service that works best *through* another bank.\n\n\
1. Check this page to see if (and how) your bank works with Zelle:\nhttps://www.zellepay.com/get-started\n\n\
1. Check this page to see if (and how) your bank works with Zelle: [HYPERLINK:https://www.zellepay.com/get-started]\n\n\
2. Take special note of your transfer limits—sending limits vary by bank, and banks often specify separate daily, weekly, and monthly limits.\n\n\
3. If your bank does not work with Zelle, you can still use it through the Zelle mobile app, but your transfer limits will be much lower.\n\n\
4. The name specified on your Bisq account MUST match the name on your Zelle/bank account. \n\n\
Expand Down Expand Up @@ -3282,8 +3283,7 @@ payment.limits.info.withSigning=To limit chargeback risk, Bisq sets per-trade li
\n\
Sell limits are not affected by account signing, and increase with account age.\n\
\n\
See more:\n\
https://bisq.wiki/Account_limits\n\
See more: [HYPERLINK:https://bisq.wiki/Account_limits]\n\
\n\
Please note: limits only apply to trade size. You can place as many trades as you like.

Expand Down Expand Up @@ -3325,7 +3325,7 @@ payment.f2f.info='Face to Face' trades have different rules and come with differ
happened at the meeting. In such cases the BTC funds might get locked indefinitely or until the trading peers come to \
an agreement.\n\n\
To be sure you fully understand the differences with 'Face to Face' trades please read the instructions and \
recommendations at: 'https://docs.bisq.network/trading-rules.html#f2f-trading'
recommendations at: [HYPERLINK:https://docs.bisq.network/trading-rules.html#f2f-trading]
payment.f2f.info.openURL=Open web page
payment.f2f.offerbook.tooltip.countryAndCity=Country and city: {0} / {1}
payment.f2f.offerbook.tooltip.extra=Additional information: {0}
Expand Down
Loading