diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-12-12 15:38:03 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-12-12 15:38:03 +0100 |
commit | 1bcc5022c27fff2c28c38b3db12ac353cc7d3481 (patch) | |
tree | 719c8f342a4cfd4c13fc3aec58a30cce6aac007c /src/i18n | |
parent | b4484c8af37b0c5912adce2dcf3a40d9455c7200 (diff) |
show tip in history
Diffstat (limited to 'src/i18n')
-rw-r--r-- | src/i18n/de.po | 16 | ||||
-rw-r--r-- | src/i18n/en-US.po | 13 | ||||
-rw-r--r-- | src/i18n/fr.po | 13 | ||||
-rw-r--r-- | src/i18n/it.po | 13 | ||||
-rw-r--r-- | src/i18n/strings.ts | 12 | ||||
-rw-r--r-- | src/i18n/taler-wallet-webex.pot | 13 |
6 files changed, 65 insertions, 15 deletions
diff --git a/src/i18n/de.po b/src/i18n/de.po index cafa23d4e..49b7ada8f 100644 --- a/src/i18n/de.po +++ b/src/i18n/de.po @@ -255,17 +255,27 @@ msgstr "Reserve (%1$s) mit %2$s bei %3$s erzeugt" msgid "Merchant%1$sgave a refund over%2$s.\n" msgstr "" -#: src/webex/pages/popup.tsx:405 +#: src/webex/pages/popup.tsx:408 +#, fuzzy, c-format +msgid "" +"Merchant%1$sgave a%2$sof%3$s.\n" +"%4$s%5$s" +msgstr "" +"%1$s\n" +" möchte einen Vertrag über %2$s\n" +" mit Ihnen abschließen." + +#: src/webex/pages/popup.tsx:417 #, c-format msgid "Unknown event (%1$s)" msgstr "" -#: src/webex/pages/popup.tsx:448 +#: src/webex/pages/popup.tsx:460 #, c-format msgid "Error: could not retrieve event history" msgstr "" -#: src/webex/pages/popup.tsx:473 +#: src/webex/pages/popup.tsx:485 #, c-format msgid "Your wallet has no events recorded." msgstr "Ihre Geldbörse verzeichnet keine Vorkommnisse." diff --git a/src/i18n/en-US.po b/src/i18n/en-US.po index 559b8f8c5..e42d81fb5 100644 --- a/src/i18n/en-US.po +++ b/src/i18n/en-US.po @@ -252,17 +252,24 @@ msgstr "" msgid "Merchant%1$sgave a refund over%2$s.\n" msgstr "" -#: src/webex/pages/popup.tsx:405 +#: src/webex/pages/popup.tsx:408 +#, c-format +msgid "" +"Merchant%1$sgave a%2$sof%3$s.\n" +"%4$s%5$s" +msgstr "" + +#: src/webex/pages/popup.tsx:417 #, c-format msgid "Unknown event (%1$s)" msgstr "" -#: src/webex/pages/popup.tsx:448 +#: src/webex/pages/popup.tsx:460 #, c-format msgid "Error: could not retrieve event history" msgstr "" -#: src/webex/pages/popup.tsx:473 +#: src/webex/pages/popup.tsx:485 #, c-format msgid "Your wallet has no events recorded." msgstr "" diff --git a/src/i18n/fr.po b/src/i18n/fr.po index 6e31237da..6b126178f 100644 --- a/src/i18n/fr.po +++ b/src/i18n/fr.po @@ -252,17 +252,24 @@ msgstr "" msgid "Merchant%1$sgave a refund over%2$s.\n" msgstr "" -#: src/webex/pages/popup.tsx:405 +#: src/webex/pages/popup.tsx:408 +#, c-format +msgid "" +"Merchant%1$sgave a%2$sof%3$s.\n" +"%4$s%5$s" +msgstr "" + +#: src/webex/pages/popup.tsx:417 #, c-format msgid "Unknown event (%1$s)" msgstr "" -#: src/webex/pages/popup.tsx:448 +#: src/webex/pages/popup.tsx:460 #, c-format msgid "Error: could not retrieve event history" msgstr "" -#: src/webex/pages/popup.tsx:473 +#: src/webex/pages/popup.tsx:485 #, c-format msgid "Your wallet has no events recorded." msgstr "" diff --git a/src/i18n/it.po b/src/i18n/it.po index 6e31237da..6b126178f 100644 --- a/src/i18n/it.po +++ b/src/i18n/it.po @@ -252,17 +252,24 @@ msgstr "" msgid "Merchant%1$sgave a refund over%2$s.\n" msgstr "" -#: src/webex/pages/popup.tsx:405 +#: src/webex/pages/popup.tsx:408 +#, c-format +msgid "" +"Merchant%1$sgave a%2$sof%3$s.\n" +"%4$s%5$s" +msgstr "" + +#: src/webex/pages/popup.tsx:417 #, c-format msgid "Unknown event (%1$s)" msgstr "" -#: src/webex/pages/popup.tsx:448 +#: src/webex/pages/popup.tsx:460 #, c-format msgid "Error: could not retrieve event history" msgstr "" -#: src/webex/pages/popup.tsx:473 +#: src/webex/pages/popup.tsx:485 #, c-format msgid "Your wallet has no events recorded." msgstr "" diff --git a/src/i18n/strings.ts b/src/i18n/strings.ts index e2bd80a80..d18368adc 100644 --- a/src/i18n/strings.ts +++ b/src/i18n/strings.ts @@ -144,6 +144,9 @@ strings['de'] = { "Merchant%1$sgave a refund over%2$s.\n": [ "" ], + "Merchant%1$sgave a%2$sof%3$s.\n%4$s%5$s": [ + "%1$s\n möchte einen Vertrag über %2$s\n mit Ihnen abschließen." + ], "Unknown event (%1$s)": [ "" ], @@ -330,6 +333,9 @@ strings['en-US'] = { "Merchant%1$sgave a refund over%2$s.\n": [ "" ], + "Merchant%1$sgave a%2$sof%3$s.\n%4$s%5$s": [ + "" + ], "Unknown event (%1$s)": [ "" ], @@ -516,6 +522,9 @@ strings['fr'] = { "Merchant%1$sgave a refund over%2$s.\n": [ "" ], + "Merchant%1$sgave a%2$sof%3$s.\n%4$s%5$s": [ + "" + ], "Unknown event (%1$s)": [ "" ], @@ -702,6 +711,9 @@ strings['it'] = { "Merchant%1$sgave a refund over%2$s.\n": [ "" ], + "Merchant%1$sgave a%2$sof%3$s.\n%4$s%5$s": [ + "" + ], "Unknown event (%1$s)": [ "" ], diff --git a/src/i18n/taler-wallet-webex.pot b/src/i18n/taler-wallet-webex.pot index 6e31237da..6b126178f 100644 --- a/src/i18n/taler-wallet-webex.pot +++ b/src/i18n/taler-wallet-webex.pot @@ -252,17 +252,24 @@ msgstr "" msgid "Merchant%1$sgave a refund over%2$s.\n" msgstr "" -#: src/webex/pages/popup.tsx:405 +#: src/webex/pages/popup.tsx:408 +#, c-format +msgid "" +"Merchant%1$sgave a%2$sof%3$s.\n" +"%4$s%5$s" +msgstr "" + +#: src/webex/pages/popup.tsx:417 #, c-format msgid "Unknown event (%1$s)" msgstr "" -#: src/webex/pages/popup.tsx:448 +#: src/webex/pages/popup.tsx:460 #, c-format msgid "Error: could not retrieve event history" msgstr "" -#: src/webex/pages/popup.tsx:473 +#: src/webex/pages/popup.tsx:485 #, c-format msgid "Your wallet has no events recorded." msgstr "" |