gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] 02/02: gulpfile / translations


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] 02/02: gulpfile / translations
Date: Sun, 28 May 2017 22:59:00 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-webex.

commit 38a74188d759444d7e1abac856f78ae710e2a4c5
Author: Florian Dold <address@hidden>
AuthorDate: Sun May 28 22:58:54 2017 +0200

    gulpfile / translations
---
 gulpfile.js                     |  7 +++----
 src/i18n/de.po                  | 22 +++++++++++-----------
 src/i18n/en-US.po               | 22 +++++++++++-----------
 src/i18n/fr.po                  | 22 +++++++++++-----------
 src/i18n/it.po                  | 22 +++++++++++-----------
 src/i18n/taler-wallet-webex.pot | 22 +++++++++++-----------
 6 files changed, 58 insertions(+), 59 deletions(-)

diff --git a/gulpfile.js b/gulpfile.js
index 56830061..e7d4ccef 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -71,7 +71,6 @@ const paths = {
     "img/icon.png",
     "img/logo.png",
     "src/**/*.{css,html}",
-    "src/emscripten/taler-emscripten-lib.js",
     "dist/*-bundle.js",
   ],
   // for the source distribution
@@ -156,7 +155,7 @@ function concatStreams (/*streams...*/) {
 
 
 
-gulp.task("dist-prod", ["clean", "compile-prod"], function () {
+gulp.task("dist-prod", ["compile-prod"], function () {
   return vfs.src(paths.dist, {base: ".", stripBOM: false})
              .pipe(gulp.dest("build/ext/"));
 });
@@ -171,7 +170,7 @@ gulp.task("compile-prod", function (callback) {
   });
 });
 
-gulp.task("manifest-stable", ["clean"], function () {
+gulp.task("manifest-stable", function () {
   return gulp.src("manifest.json")
              .pipe(jsonTransform((data) => {
                data.name = "GNU Taler Wallet";
@@ -180,7 +179,7 @@ gulp.task("manifest-stable", ["clean"], function () {
              .pipe(gulp.dest("build/ext/"));
 });
 
-gulp.task("manifest-unstable", ["clean"], function () {
+gulp.task("manifest-unstable", function () {
   return gulp.src("manifest.json")
              .pipe(jsonTransform((data) => {
                data.name = "GNU Taler Wallet (unstable)";
diff --git a/src/i18n/de.po b/src/i18n/de.po
index 01fa3d8f..f252c627 100644
--- a/src/i18n/de.po
+++ b/src/i18n/de.po
@@ -27,27 +27,27 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: src/pages/confirm-contract.tsx:65
+#: src/pages/confirm-contract.tsx:64
 #, c-format
 msgid "show more details\n"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:79
+#: src/pages/confirm-contract.tsx:78
 #, c-format
 msgid "Accepted exchanges:"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:84
+#: src/pages/confirm-contract.tsx:83
 #, c-format
 msgid "Exchanges in the wallet:"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:160
+#: src/pages/confirm-contract.tsx:159
 #, c-format
 msgid "You have insufficient funds of the requested currency in your wallet."
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:161
+#: src/pages/confirm-contract.tsx:160
 #, c-format
 msgid ""
 "You do not have any funds from an exchange that is accepted by this "
@@ -261,27 +261,27 @@ msgstr ""
 msgid "Withdrew%1$sfrom%2$s(%3$s).\n"
 msgstr "Reserve (%1$s) mit %2$s bei %3$s erzeugt"
 
-#: src/pages/popup.tsx:379
+#: src/pages/popup.tsx:378
 #, fuzzy, c-format
 msgid "Paid%1$sto merchant%2$s.  (%3$s)\n"
 msgstr "Reserve (%1$s) mit %2$s bei %3$s erzeugt"
 
-#: src/pages/popup.tsx:386
+#: src/pages/popup.tsx:385
 #, c-format
 msgid "Unknown event (%1$s)"
 msgstr ""
 
-#: src/pages/popup.tsx:429
+#: src/pages/popup.tsx:428
 #, c-format
 msgid "Error: could not retrieve event history"
 msgstr ""
 
-#: src/pages/popup.tsx:463
+#: src/pages/popup.tsx:462
 #, c-format
 msgid "Your wallet has no events recorded."
 msgstr "Ihre Geldbörse verzeichnet keine Vorkommnisse."
 
-#: src/renderHtml.tsx:44
+#: src/renderHtml.tsx:48
 #, fuzzy, c-format
 msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
 msgstr ""
@@ -289,7 +289,7 @@ msgstr ""
 "               möchte einen Vertrag über %2$s\n"
 "               mit Ihnen abschließen."
 
-#: src/renderHtml.tsx:49
+#: src/renderHtml.tsx:53
 #, fuzzy, c-format
 msgid "You are about to purchase:"
 msgstr "Sie sind dabei, Folgendes zu kaufen:"
diff --git a/src/i18n/en-US.po b/src/i18n/en-US.po
index ed0f2d79..46fc38dc 100644
--- a/src/i18n/en-US.po
+++ b/src/i18n/en-US.po
@@ -27,27 +27,27 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: src/pages/confirm-contract.tsx:65
+#: src/pages/confirm-contract.tsx:64
 #, c-format
 msgid "show more details\n"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:79
+#: src/pages/confirm-contract.tsx:78
 #, c-format
 msgid "Accepted exchanges:"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:84
+#: src/pages/confirm-contract.tsx:83
 #, c-format
 msgid "Exchanges in the wallet:"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:160
+#: src/pages/confirm-contract.tsx:159
 #, c-format
 msgid "You have insufficient funds of the requested currency in your wallet."
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:161
+#: src/pages/confirm-contract.tsx:160
 #, c-format
 msgid ""
 "You do not have any funds from an exchange that is accepted by this "
@@ -261,32 +261,32 @@ msgstr ""
 msgid "Withdrew%1$sfrom%2$s(%3$s).\n"
 msgstr ""
 
-#: src/pages/popup.tsx:379
+#: src/pages/popup.tsx:378
 #, c-format
 msgid "Paid%1$sto merchant%2$s.  (%3$s)\n"
 msgstr ""
 
-#: src/pages/popup.tsx:386
+#: src/pages/popup.tsx:385
 #, c-format
 msgid "Unknown event (%1$s)"
 msgstr ""
 
-#: src/pages/popup.tsx:429
+#: src/pages/popup.tsx:428
 #, c-format
 msgid "Error: could not retrieve event history"
 msgstr ""
 
-#: src/pages/popup.tsx:463
+#: src/pages/popup.tsx:462
 #, c-format
 msgid "Your wallet has no events recorded."
 msgstr ""
 
-#: src/renderHtml.tsx:44
+#: src/renderHtml.tsx:48
 #, c-format
 msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
 msgstr ""
 
-#: src/renderHtml.tsx:49
+#: src/renderHtml.tsx:53
 #, c-format
 msgid "You are about to purchase:"
 msgstr ""
diff --git a/src/i18n/fr.po b/src/i18n/fr.po
index 86127399..60440b2c 100644
--- a/src/i18n/fr.po
+++ b/src/i18n/fr.po
@@ -27,27 +27,27 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: src/pages/confirm-contract.tsx:65
+#: src/pages/confirm-contract.tsx:64
 #, c-format
 msgid "show more details\n"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:79
+#: src/pages/confirm-contract.tsx:78
 #, c-format
 msgid "Accepted exchanges:"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:84
+#: src/pages/confirm-contract.tsx:83
 #, c-format
 msgid "Exchanges in the wallet:"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:160
+#: src/pages/confirm-contract.tsx:159
 #, c-format
 msgid "You have insufficient funds of the requested currency in your wallet."
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:161
+#: src/pages/confirm-contract.tsx:160
 #, c-format
 msgid ""
 "You do not have any funds from an exchange that is accepted by this "
@@ -261,32 +261,32 @@ msgstr ""
 msgid "Withdrew%1$sfrom%2$s(%3$s).\n"
 msgstr ""
 
-#: src/pages/popup.tsx:379
+#: src/pages/popup.tsx:378
 #, c-format
 msgid "Paid%1$sto merchant%2$s.  (%3$s)\n"
 msgstr ""
 
-#: src/pages/popup.tsx:386
+#: src/pages/popup.tsx:385
 #, c-format
 msgid "Unknown event (%1$s)"
 msgstr ""
 
-#: src/pages/popup.tsx:429
+#: src/pages/popup.tsx:428
 #, c-format
 msgid "Error: could not retrieve event history"
 msgstr ""
 
-#: src/pages/popup.tsx:463
+#: src/pages/popup.tsx:462
 #, c-format
 msgid "Your wallet has no events recorded."
 msgstr ""
 
-#: src/renderHtml.tsx:44
+#: src/renderHtml.tsx:48
 #, c-format
 msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
 msgstr ""
 
-#: src/renderHtml.tsx:49
+#: src/renderHtml.tsx:53
 #, c-format
 msgid "You are about to purchase:"
 msgstr ""
diff --git a/src/i18n/it.po b/src/i18n/it.po
index 86127399..60440b2c 100644
--- a/src/i18n/it.po
+++ b/src/i18n/it.po
@@ -27,27 +27,27 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: src/pages/confirm-contract.tsx:65
+#: src/pages/confirm-contract.tsx:64
 #, c-format
 msgid "show more details\n"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:79
+#: src/pages/confirm-contract.tsx:78
 #, c-format
 msgid "Accepted exchanges:"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:84
+#: src/pages/confirm-contract.tsx:83
 #, c-format
 msgid "Exchanges in the wallet:"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:160
+#: src/pages/confirm-contract.tsx:159
 #, c-format
 msgid "You have insufficient funds of the requested currency in your wallet."
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:161
+#: src/pages/confirm-contract.tsx:160
 #, c-format
 msgid ""
 "You do not have any funds from an exchange that is accepted by this "
@@ -261,32 +261,32 @@ msgstr ""
 msgid "Withdrew%1$sfrom%2$s(%3$s).\n"
 msgstr ""
 
-#: src/pages/popup.tsx:379
+#: src/pages/popup.tsx:378
 #, c-format
 msgid "Paid%1$sto merchant%2$s.  (%3$s)\n"
 msgstr ""
 
-#: src/pages/popup.tsx:386
+#: src/pages/popup.tsx:385
 #, c-format
 msgid "Unknown event (%1$s)"
 msgstr ""
 
-#: src/pages/popup.tsx:429
+#: src/pages/popup.tsx:428
 #, c-format
 msgid "Error: could not retrieve event history"
 msgstr ""
 
-#: src/pages/popup.tsx:463
+#: src/pages/popup.tsx:462
 #, c-format
 msgid "Your wallet has no events recorded."
 msgstr ""
 
-#: src/renderHtml.tsx:44
+#: src/renderHtml.tsx:48
 #, c-format
 msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
 msgstr ""
 
-#: src/renderHtml.tsx:49
+#: src/renderHtml.tsx:53
 #, c-format
 msgid "You are about to purchase:"
 msgstr ""
diff --git a/src/i18n/taler-wallet-webex.pot b/src/i18n/taler-wallet-webex.pot
index 86127399..60440b2c 100644
--- a/src/i18n/taler-wallet-webex.pot
+++ b/src/i18n/taler-wallet-webex.pot
@@ -27,27 +27,27 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: src/pages/confirm-contract.tsx:65
+#: src/pages/confirm-contract.tsx:64
 #, c-format
 msgid "show more details\n"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:79
+#: src/pages/confirm-contract.tsx:78
 #, c-format
 msgid "Accepted exchanges:"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:84
+#: src/pages/confirm-contract.tsx:83
 #, c-format
 msgid "Exchanges in the wallet:"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:160
+#: src/pages/confirm-contract.tsx:159
 #, c-format
 msgid "You have insufficient funds of the requested currency in your wallet."
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:161
+#: src/pages/confirm-contract.tsx:160
 #, c-format
 msgid ""
 "You do not have any funds from an exchange that is accepted by this "
@@ -261,32 +261,32 @@ msgstr ""
 msgid "Withdrew%1$sfrom%2$s(%3$s).\n"
 msgstr ""
 
-#: src/pages/popup.tsx:379
+#: src/pages/popup.tsx:378
 #, c-format
 msgid "Paid%1$sto merchant%2$s.  (%3$s)\n"
 msgstr ""
 
-#: src/pages/popup.tsx:386
+#: src/pages/popup.tsx:385
 #, c-format
 msgid "Unknown event (%1$s)"
 msgstr ""
 
-#: src/pages/popup.tsx:429
+#: src/pages/popup.tsx:428
 #, c-format
 msgid "Error: could not retrieve event history"
 msgstr ""
 
-#: src/pages/popup.tsx:463
+#: src/pages/popup.tsx:462
 #, c-format
 msgid "Your wallet has no events recorded."
 msgstr ""
 
-#: src/renderHtml.tsx:44
+#: src/renderHtml.tsx:48
 #, c-format
 msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
 msgstr ""
 
-#: src/renderHtml.tsx:49
+#: src/renderHtml.tsx:53
 #, c-format
 msgid "You are about to purchase:"
 msgstr ""

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]