From 55a07859581c158de54acd07f02ace0968841b73 Mon Sep 17 00:00:00 2001 From: hamza zia Date: Sun, 9 Apr 2017 23:00:19 -0400 Subject: [PATCH 1/2] Update Dockerfile.arm --- Dockerfile.arm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.arm b/Dockerfile.arm index 4f05924..9383c9f 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -39,7 +39,7 @@ RUN curl -L "https://storage.googleapis.com/golang/go1.8.linux-armv6l.tar.gz" > && unset GOROOT && unset GOPATH # goreman setup -RUN echo "web: gosu aria /bin/busybox httpd -f -p 8080 -h /webui-aria2\nbackend: gosu aria /usr/bin/aria2c --conf-path=/data/.aria2/aria2.conf" > Procfile +RUN echo "web: gosu aria /bin/busybox httpd -f -p 8080 -h /webui-aria2\nbackend: gosu aria /usr/bin/aria2c --enable-rpc --rpc-listen-all --conf-path=/data/.aria2/aria2.conf" > Procfile # aria2 downloads directory VOLUME /data From 22dd39fbdf9a2f0e4baf1e8be97d1ccc2b76d2e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Va=C5=A1=C3=AD=C4=8Dek?= Date: Sat, 15 Apr 2017 20:14:01 +0200 Subject: [PATCH 2/2] Fixed cs_CZ translation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Word “feature” should be translated as “funkce”, not as “fičurka”. --- js/translate/cs_CZ.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/translate/cs_CZ.js b/js/translate/cs_CZ.js index c451ffc..4aa4a04 100644 --- a/js/translate/cs_CZ.js +++ b/js/translate/cs_CZ.js @@ -114,7 +114,7 @@ translations.cs_CZ = { // server info modal 'Aria2 server info': 'Informace o Aria2 serveru', 'Aria2 Version': 'Verze Aria2', - 'Features Enabled': 'Zapnuté fičurky', + 'Features Enabled': 'Zapnuté funkce', // about modal 'To download the latest version of the project, add issues or to contribute back, head on to': 'Ke stažení aktuální verze, nahlášení problému či přispění, zamiřte na',