missing files / bump manifest

This commit is contained in:
Florian Dold 2016-11-19 23:49:06 +01:00
parent 9846d02097
commit 9197bda90a
9 changed files with 318 additions and 31 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@ src/**/*.js.map
src/**/*.js
!src/vendor/*.js
!src/i18n/*.js
!src/content_scripts/*.js
!src/module-trampoline.js
!src/emscripten/taler-emscripten-lib.js

View File

@ -44,7 +44,7 @@ dist:
appdist:
$(gulp) appdist
i18n/strings.js: # $(ts)
src/i18n/strings.js: # $(ts)
cp src/i18n/strings-prelude.js src/i18n/strings.js
for pofile in src/i18n/*.po; do \
b=`basename $$pofile`; \

View File

@ -4,8 +4,8 @@
"name": "GNU Taler Wallet (git)",
"description": "Privacy preserving and transparent payments",
"author": "GNU Taler Developers",
"version": "0.6.32",
"version_name": "0.1.8",
"version": "0.6.34",
"version_name": "0.1.10",
"minimum_chrome_version": "49",
"minimum_opera_version": "36",

View File

@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Taler Wallet\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-09 22:39+0100\n"
"POT-Creation-Date: 2016-11-19 23:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -27,6 +27,82 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/pages/confirm-create-reserve.tsx:276
#, c-format
msgid "Error: URL is empty"
msgstr ""
#: src/pages/confirm-create-reserve.tsx:284
#, c-format
msgid "Error: URL may not be relative"
msgstr ""
#: src/pages/confirm-contract.tsx:154
#, c-format
msgid "You have insufficient funds of the requested currency in your wallet."
msgstr ""
#: src/pages/confirm-contract.tsx:155
#, c-format
msgid ""
"You do not have any funds from an exchange that is accepted by this "
"merchant.\n"
" None of the exchanges accepted by the merchant is known to "
"your wallet."
msgstr ""
#: src/renderHtml.tsx:42
#, c-format
msgid "You are about to purchase:"
msgstr "Sie sind dabei, Folgendes zu kaufen:"
#: src/popup/popup.tsx:244
#, fuzzy, c-format
msgid ""
"You have no balance to show. Need some\n"
" %1$s getting started?\n"
msgstr "Sie haben kein Digitalgeld. Wollen Sie %1$s? abheben?"
#: src/popup/popup.tsx:298
#, c-format
msgid "Error: could not retrieve balance information."
msgstr ""
#: src/popup/popup.tsx:338
#, fuzzy, c-format
msgid "Bank requested reserve (%1$s) for %2$s."
msgstr "Bank bestätig anlegen der Reserve (%1$s) bei %2$s"
#: src/popup/popup.tsx:349
#, fuzzy, c-format
msgid "Started to withdraw %1$s from %2$s (%3$s)."
msgstr "Reserve (%1$s) mit %2$s bei %3$s erzeugt"
#: src/popup/popup.tsx:359
#, c-format
msgid "Merchant %1$s offered contract %2$s."
msgstr ""
#: src/popup/popup.tsx:368
#, fuzzy, c-format
msgid "Withdrew %1$s from %2$s (%3$s)."
msgstr "Reserve (%1$s) mit %2$s bei %3$s erzeugt"
#: src/popup/popup.tsx:378
#, fuzzy, c-format
msgid "Paid %1$s to merchant %2$s. (%3$s)"
msgstr "Reserve (%1$s) mit %2$s bei %3$s erzeugt"
#: src/popup/popup.tsx:425
#, c-format
msgid "Error: could not retrieve event history"
msgstr ""
#: src/popup/popup.tsx:459
#, c-format
msgid "Your wallet has no events recorded."
msgstr "Ihre Geldbörse verzeichnet keine Vorkommnisse."
#~ msgid ""
#~ "%1$s\n"
#~ " wants to enter a contract over %2$s\n"
@ -36,20 +112,6 @@ msgstr ""
#~ " möchte einen Vertrag über %2$s\n"
#~ " mit Ihnen abschließen."
#~ msgid "You are about to purchase:"
#~ msgstr "Sie sind dabei, Folgendes zu kaufen:"
#, fuzzy
#~ msgid "Bank requested reserve (%1$s) for %2$s."
#~ msgstr "Bank bestätig anlegen der Reserve (%1$s) bei %2$s"
#, fuzzy
#~ msgid "Withdrew %1$s from %2$s (%3$s)."
#~ msgstr "Reserve (%1$s) mit %2$s bei %3$s erzeugt"
#~ msgid "Your wallet has no events recorded."
#~ msgstr "Ihre Geldbörse verzeichnet keine Vorkommnisse."
#~ msgid "Confirm Payment"
#~ msgstr "Bezahlung bestätigen"
@ -62,10 +124,6 @@ msgstr ""
#~ msgid "Debug"
#~ msgstr "Debug"
#, fuzzy
#~ msgid "You have no balance to show. Need some %1$s getting started?"
#~ msgstr "Sie haben kein Digitalgeld. Wollen Sie %1$s? abheben?"
#~ msgid "Withdraw at %1$s"
#~ msgstr "Abheben bei %1$s"

View File

@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Taler Wallet\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-09 22:39+0100\n"
"POT-Creation-Date: 2016-11-19 23:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -27,6 +27,82 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/pages/confirm-create-reserve.tsx:276
#, c-format
msgid "Error: URL is empty"
msgstr ""
#: src/pages/confirm-create-reserve.tsx:284
#, c-format
msgid "Error: URL may not be relative"
msgstr ""
#: src/pages/confirm-contract.tsx:154
#, c-format
msgid "You have insufficient funds of the requested currency in your wallet."
msgstr ""
#: src/pages/confirm-contract.tsx:155
#, c-format
msgid ""
"You do not have any funds from an exchange that is accepted by this "
"merchant.\n"
" None of the exchanges accepted by the merchant is known to "
"your wallet."
msgstr ""
#: src/renderHtml.tsx:42
#, c-format
msgid "You are about to purchase:"
msgstr ""
#: src/popup/popup.tsx:244
#, c-format
msgid ""
"You have no balance to show. Need some\n"
" %1$s getting started?\n"
msgstr ""
#: src/popup/popup.tsx:298
#, c-format
msgid "Error: could not retrieve balance information."
msgstr ""
#: src/popup/popup.tsx:338
#, c-format
msgid "Bank requested reserve (%1$s) for %2$s."
msgstr ""
#: src/popup/popup.tsx:349
#, c-format
msgid "Started to withdraw %1$s from %2$s (%3$s)."
msgstr ""
#: src/popup/popup.tsx:359
#, c-format
msgid "Merchant %1$s offered contract %2$s."
msgstr ""
#: src/popup/popup.tsx:368
#, c-format
msgid "Withdrew %1$s from %2$s (%3$s)."
msgstr ""
#: src/popup/popup.tsx:378
#, c-format
msgid "Paid %1$s to merchant %2$s. (%3$s)"
msgstr ""
#: src/popup/popup.tsx:425
#, c-format
msgid "Error: could not retrieve event history"
msgstr ""
#: src/popup/popup.tsx:459
#, c-format
msgid "Your wallet has no events recorded."
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"

View File

@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Taler Wallet\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-09 22:39+0100\n"
"POT-Creation-Date: 2016-11-19 23:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -26,3 +26,79 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/pages/confirm-create-reserve.tsx:276
#, c-format
msgid "Error: URL is empty"
msgstr ""
#: src/pages/confirm-create-reserve.tsx:284
#, c-format
msgid "Error: URL may not be relative"
msgstr ""
#: src/pages/confirm-contract.tsx:154
#, c-format
msgid "You have insufficient funds of the requested currency in your wallet."
msgstr ""
#: src/pages/confirm-contract.tsx:155
#, c-format
msgid ""
"You do not have any funds from an exchange that is accepted by this "
"merchant.\n"
" None of the exchanges accepted by the merchant is known to "
"your wallet."
msgstr ""
#: src/renderHtml.tsx:42
#, c-format
msgid "You are about to purchase:"
msgstr ""
#: src/popup/popup.tsx:244
#, c-format
msgid ""
"You have no balance to show. Need some\n"
" %1$s getting started?\n"
msgstr ""
#: src/popup/popup.tsx:298
#, c-format
msgid "Error: could not retrieve balance information."
msgstr ""
#: src/popup/popup.tsx:338
#, c-format
msgid "Bank requested reserve (%1$s) for %2$s."
msgstr ""
#: src/popup/popup.tsx:349
#, c-format
msgid "Started to withdraw %1$s from %2$s (%3$s)."
msgstr ""
#: src/popup/popup.tsx:359
#, c-format
msgid "Merchant %1$s offered contract %2$s."
msgstr ""
#: src/popup/popup.tsx:368
#, c-format
msgid "Withdrew %1$s from %2$s (%3$s)."
msgstr ""
#: src/popup/popup.tsx:378
#, c-format
msgid "Paid %1$s to merchant %2$s. (%3$s)"
msgstr ""
#: src/popup/popup.tsx:425
#, c-format
msgid "Error: could not retrieve event history"
msgstr ""
#: src/popup/popup.tsx:459
#, c-format
msgid "Your wallet has no events recorded."
msgstr ""

View File

@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Taler Wallet\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-09 22:39+0100\n"
"POT-Creation-Date: 2016-11-19 23:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -26,3 +26,79 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/pages/confirm-create-reserve.tsx:276
#, c-format
msgid "Error: URL is empty"
msgstr ""
#: src/pages/confirm-create-reserve.tsx:284
#, c-format
msgid "Error: URL may not be relative"
msgstr ""
#: src/pages/confirm-contract.tsx:154
#, c-format
msgid "You have insufficient funds of the requested currency in your wallet."
msgstr ""
#: src/pages/confirm-contract.tsx:155
#, c-format
msgid ""
"You do not have any funds from an exchange that is accepted by this "
"merchant.\n"
" None of the exchanges accepted by the merchant is known to "
"your wallet."
msgstr ""
#: src/renderHtml.tsx:42
#, c-format
msgid "You are about to purchase:"
msgstr ""
#: src/popup/popup.tsx:244
#, c-format
msgid ""
"You have no balance to show. Need some\n"
" %1$s getting started?\n"
msgstr ""
#: src/popup/popup.tsx:298
#, c-format
msgid "Error: could not retrieve balance information."
msgstr ""
#: src/popup/popup.tsx:338
#, c-format
msgid "Bank requested reserve (%1$s) for %2$s."
msgstr ""
#: src/popup/popup.tsx:349
#, c-format
msgid "Started to withdraw %1$s from %2$s (%3$s)."
msgstr ""
#: src/popup/popup.tsx:359
#, c-format
msgid "Merchant %1$s offered contract %2$s."
msgstr ""
#: src/popup/popup.tsx:368
#, c-format
msgid "Withdrew %1$s from %2$s (%3$s)."
msgstr ""
#: src/popup/popup.tsx:378
#, c-format
msgid "Paid %1$s to merchant %2$s. (%3$s)"
msgstr ""
#: src/popup/popup.tsx:425
#, c-format
msgid "Error: could not retrieve event history"
msgstr ""
#: src/popup/popup.tsx:459
#, c-format
msgid "Your wallet has no events recorded."
msgstr ""

View File

@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Taler Wallet\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-19 00:51+0100\n"
"POT-Creation-Date: 2016-11-19 23:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -16,14 +16,14 @@
"src/checkable.ts",
"decl/lib.es6.d.ts",
"src/chromeBadge.ts",
"src/cryptoApi-test.ts",
"decl/urijs/URIjs.d.ts",
"src/cryptoApi-test.ts",
"src/components.ts",
"src/emscriptif-test.ts",
"decl/systemjs/systemjs.d.ts",
"src/emscriptif-test.ts",
"src/cryptoApi.ts",
"src/helpers-test.ts",
"decl/react-global.d.ts",
"src/helpers-test.ts",
"src/cryptoLib.ts",
"src/types-test.ts",
"decl/chrome/chrome.d.ts",
@ -45,12 +45,12 @@
"src/background/background.ts",
"src/content_scripts/notify.ts",
"src/emscripten/taler-emscripten-lib.d.ts",
"src/popup/popup.tsx",
"src/pages/show-db.ts",
"src/pages/confirm-contract.tsx",
"src/pages/confirm-create-reserve.tsx",
"src/pages/error.tsx",
"src/pages/logs.tsx",
"src/pages/tree.tsx"
"src/pages/tree.tsx",
"src/popup/popup.tsx"
]
}