aboutsummaryrefslogtreecommitdiff
path: root/src/i18n
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-08-14 04:59:43 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-08-14 04:59:43 +0200
commit5634e77ad96bfe1818f6b6ee70b7379652e5487f (patch)
treeaf7db4ee60b3fc624d7b0e8c94f2b72517b5269d /src/i18n
parentd5bba630a35fff72b11273fb5e62c2208f9e1f5b (diff)
downloadwallet-core-5634e77ad96bfe1818f6b6ee70b7379652e5487f.tar.xz
fix build system / types
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/de.po38
-rw-r--r--src/i18n/en-US.po35
-rw-r--r--src/i18n/fr.po35
-rw-r--r--src/i18n/it.po35
-rw-r--r--src/i18n/strings.ts84
-rw-r--r--src/i18n/taler-wallet-webex.pot35
6 files changed, 259 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"
diff --git a/src/i18n/en-US.po b/src/i18n/en-US.po
index ec879f580..a39c8331a 100644
--- a/src/i18n/en-US.po
+++ b/src/i18n/en-US.po
@@ -296,6 +296,21 @@ msgstr ""
msgid "Your wallet has no events recorded."
msgstr ""
+#: src/webex/pages/return-coins.tsx:104
+#, c-format
+msgid "Wire to bank account"
+msgstr ""
+
+#: src/webex/pages/return-coins.tsx:172
+#, c-format
+msgid "Confirm"
+msgstr ""
+
+#: src/webex/pages/return-coins.tsx:175
+#, c-format
+msgid "Cancel"
+msgstr ""
+
#: src/webex/renderHtml.tsx:51
#, c-format
msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
@@ -306,6 +321,26 @@ msgstr ""
msgid "You are about to purchase:"
msgstr ""
+#: 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 "DEBUG: Your balance on %1$s is %2$s KUDO. Get more at %3$s"
#~ msgstr "DEBUG: Your balance is %2$s KUDO on %1$s. Get more at %3$s"
diff --git a/src/i18n/fr.po b/src/i18n/fr.po
index 705b1cba6..dc271a749 100644
--- a/src/i18n/fr.po
+++ b/src/i18n/fr.po
@@ -296,6 +296,21 @@ msgstr ""
msgid "Your wallet has no events recorded."
msgstr ""
+#: src/webex/pages/return-coins.tsx:104
+#, c-format
+msgid "Wire to bank account"
+msgstr ""
+
+#: src/webex/pages/return-coins.tsx:172
+#, c-format
+msgid "Confirm"
+msgstr ""
+
+#: src/webex/pages/return-coins.tsx:175
+#, c-format
+msgid "Cancel"
+msgstr ""
+
#: src/webex/renderHtml.tsx:51
#, c-format
msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
@@ -305,3 +320,23 @@ msgstr ""
#, c-format
msgid "You are about to purchase:"
msgstr ""
+
+#: 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 ""
diff --git a/src/i18n/it.po b/src/i18n/it.po
index 705b1cba6..dc271a749 100644
--- a/src/i18n/it.po
+++ b/src/i18n/it.po
@@ -296,6 +296,21 @@ msgstr ""
msgid "Your wallet has no events recorded."
msgstr ""
+#: src/webex/pages/return-coins.tsx:104
+#, c-format
+msgid "Wire to bank account"
+msgstr ""
+
+#: src/webex/pages/return-coins.tsx:172
+#, c-format
+msgid "Confirm"
+msgstr ""
+
+#: src/webex/pages/return-coins.tsx:175
+#, c-format
+msgid "Cancel"
+msgstr ""
+
#: src/webex/renderHtml.tsx:51
#, c-format
msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
@@ -305,3 +320,23 @@ msgstr ""
#, c-format
msgid "You are about to purchase:"
msgstr ""
+
+#: 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 ""
diff --git a/src/i18n/strings.ts b/src/i18n/strings.ts
index aa883403e..75672cbd3 100644
--- a/src/i18n/strings.ts
+++ b/src/i18n/strings.ts
@@ -171,11 +171,32 @@ strings['de'] = {
"Your wallet has no events recorded.": [
"Ihre Geldbörse verzeichnet keine Vorkommnisse."
],
+ "Wire to bank account": [
+ ""
+ ],
+ "Confirm": [
+ "Bezahlung bestätigen"
+ ],
+ "Cancel": [
+ "Saldo"
+ ],
"The merchant%1$swants to enter a contract over%2$s with you.\n": [
"%1$s\n möchte einen Vertrag über %2$s\n mit Ihnen abschließen."
],
"You are about to purchase:": [
"Sie sind dabei, Folgendes zu kaufen:"
+ ],
+ "Invalid Wire": [
+ ""
+ ],
+ "Invalid Test Wire Detail": [
+ ""
+ ],
+ "Test Wire Acct #%1$s on %2$s": [
+ ""
+ ],
+ "Unknown Wire Detail": [
+ ""
]
}
}
@@ -336,11 +357,32 @@ strings['en-US'] = {
"Your wallet has no events recorded.": [
""
],
+ "Wire to bank account": [
+ ""
+ ],
+ "Confirm": [
+ ""
+ ],
+ "Cancel": [
+ ""
+ ],
"The merchant%1$swants to enter a contract over%2$s with you.\n": [
""
],
"You are about to purchase:": [
""
+ ],
+ "Invalid Wire": [
+ ""
+ ],
+ "Invalid Test Wire Detail": [
+ ""
+ ],
+ "Test Wire Acct #%1$s on %2$s": [
+ ""
+ ],
+ "Unknown Wire Detail": [
+ ""
]
}
}
@@ -501,11 +543,32 @@ strings['fr'] = {
"Your wallet has no events recorded.": [
""
],
+ "Wire to bank account": [
+ ""
+ ],
+ "Confirm": [
+ ""
+ ],
+ "Cancel": [
+ ""
+ ],
"The merchant%1$swants to enter a contract over%2$s with you.\n": [
""
],
"You are about to purchase:": [
""
+ ],
+ "Invalid Wire": [
+ ""
+ ],
+ "Invalid Test Wire Detail": [
+ ""
+ ],
+ "Test Wire Acct #%1$s on %2$s": [
+ ""
+ ],
+ "Unknown Wire Detail": [
+ ""
]
}
}
@@ -666,11 +729,32 @@ strings['it'] = {
"Your wallet has no events recorded.": [
""
],
+ "Wire to bank account": [
+ ""
+ ],
+ "Confirm": [
+ ""
+ ],
+ "Cancel": [
+ ""
+ ],
"The merchant%1$swants to enter a contract over%2$s with you.\n": [
""
],
"You are about to purchase:": [
""
+ ],
+ "Invalid Wire": [
+ ""
+ ],
+ "Invalid Test Wire Detail": [
+ ""
+ ],
+ "Test Wire Acct #%1$s on %2$s": [
+ ""
+ ],
+ "Unknown Wire Detail": [
+ ""
]
}
}
diff --git a/src/i18n/taler-wallet-webex.pot b/src/i18n/taler-wallet-webex.pot
index 705b1cba6..dc271a749 100644
--- a/src/i18n/taler-wallet-webex.pot
+++ b/src/i18n/taler-wallet-webex.pot
@@ -296,6 +296,21 @@ msgstr ""
msgid "Your wallet has no events recorded."
msgstr ""
+#: src/webex/pages/return-coins.tsx:104
+#, c-format
+msgid "Wire to bank account"
+msgstr ""
+
+#: src/webex/pages/return-coins.tsx:172
+#, c-format
+msgid "Confirm"
+msgstr ""
+
+#: src/webex/pages/return-coins.tsx:175
+#, c-format
+msgid "Cancel"
+msgstr ""
+
#: src/webex/renderHtml.tsx:51
#, c-format
msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
@@ -305,3 +320,23 @@ msgstr ""
#, c-format
msgid "You are about to purchase:"
msgstr ""
+
+#: 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 ""