diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-01-29 16:41:17 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-01-29 16:41:17 +0100 |
commit | 1a66e232a55dff8c889e5554f637f4d4e475179c (patch) | |
tree | e02390f0edfecf5e925d44a71c62056060819886 /src/i18n/strings.ts | |
parent | c8c03e381e252dc3a73a2c35bb1cd2ee24eeaabb (diff) |
implement aborting and getting refunds from failed payments
Diffstat (limited to 'src/i18n/strings.ts')
-rw-r--r-- | src/i18n/strings.ts | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/src/i18n/strings.ts b/src/i18n/strings.ts index 9e78abc39..072bd9532 100644 --- a/src/i18n/strings.ts +++ b/src/i18n/strings.ts @@ -39,12 +39,15 @@ strings['de'] = { "You do not have any funds from an exchange that is accepted by this merchant. None of the exchanges accepted by the merchant is known to your wallet.": [ "" ], - "The merchant%1$s offers you to purchase:\n": [ - "" - ], "Confirm payment": [ "Bezahlung bestätigen" ], + "Submitting payment": [ + "" + ], + "The merchant%1$s offers you to purchase:\n": [ + "" + ], "Select": [ "" ], @@ -228,10 +231,13 @@ strings['en-US'] = { "You do not have any funds from an exchange that is accepted by this merchant. None of the exchanges accepted by the merchant is known to your wallet.": [ "" ], - "The merchant%1$s offers you to purchase:\n": [ + "Confirm payment": [ "" ], - "Confirm payment": [ + "Submitting payment": [ + "" + ], + "The merchant%1$s offers you to purchase:\n": [ "" ], "Select": [ @@ -417,10 +423,13 @@ strings['fr'] = { "You do not have any funds from an exchange that is accepted by this merchant. None of the exchanges accepted by the merchant is known to your wallet.": [ "" ], - "The merchant%1$s offers you to purchase:\n": [ + "Confirm payment": [ "" ], - "Confirm payment": [ + "Submitting payment": [ + "" + ], + "The merchant%1$s offers you to purchase:\n": [ "" ], "Select": [ @@ -606,10 +615,13 @@ strings['it'] = { "You do not have any funds from an exchange that is accepted by this merchant. None of the exchanges accepted by the merchant is known to your wallet.": [ "" ], - "The merchant%1$s offers you to purchase:\n": [ + "Confirm payment": [ "" ], - "Confirm payment": [ + "Submitting payment": [ + "" + ], + "The merchant%1$s offers you to purchase:\n": [ "" ], "Select": [ |