diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-08-14 04:59:43 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-08-14 04:59:43 +0200 |
commit | 5634e77ad96bfe1818f6b6ee70b7379652e5487f (patch) | |
tree | af7db4ee60b3fc624d7b0e8c94f2b72517b5269d /src/i18n/de.po | |
parent | d5bba630a35fff72b11273fb5e62c2208f9e1f5b (diff) |
fix build system / types
Diffstat (limited to 'src/i18n/de.po')
-rw-r--r-- | src/i18n/de.po | 38 |
1 files changed, 35 insertions, 3 deletions
diff --git a/src/i18n/de.po b/src/i18n/de.po index 887dc2c47..cb57219c5 100644 --- a/src/i18n/de.po +++ b/src/i18n/de.po @@ -296,6 +296,21 @@ msgstr "" msgid "Your wallet has no events recorded." msgstr "Ihre Geldbörse verzeichnet keine Vorkommnisse." +#: src/webex/pages/return-coins.tsx:104 +#, c-format +msgid "Wire to bank account" +msgstr "" + +#: src/webex/pages/return-coins.tsx:172 +#, fuzzy, c-format +msgid "Confirm" +msgstr "Bezahlung bestätigen" + +#: src/webex/pages/return-coins.tsx:175 +#, fuzzy, c-format +msgid "Cancel" +msgstr "Saldo" + #: src/webex/renderHtml.tsx:51 #, fuzzy, c-format msgid "The merchant%1$swants to enter a contract over%2$s with you.\n" @@ -309,13 +324,30 @@ msgstr "" msgid "You are about to purchase:" msgstr "Sie sind dabei, Folgendes zu kaufen:" +#: src/wire.ts:38 +#, c-format +msgid "Invalid Wire" +msgstr "" + +#: src/wire.ts:43 src/wire.ts:46 +#, c-format +msgid "Invalid Test Wire Detail" +msgstr "" + +#: src/wire.ts:48 +#, c-format +msgid "Test Wire Acct #%1$s on %2$s" +msgstr "" + +#: src/wire.ts:50 +#, c-format +msgid "Unknown Wire Detail" +msgstr "" + #, fuzzy #~ msgid "Withdrawal fees: %1$s" #~ msgstr "Abheben bei %1$s" -#~ msgid "Confirm Payment" -#~ msgstr "Bezahlung bestätigen" - #~ msgid "Wallet depleted reserve (%1$s) at %2$s" #~ msgstr "Geldbörse hat die Reserve (%1$s) erschöpft" |