From 925da7087053d1b93e35f2b0f2ee0685f8d8ec05 Mon Sep 17 00:00:00 2001 From: palto42 Date: Sun, 2 Feb 2020 13:44:38 +0100 Subject: [PATCH 1/3] German translation of About file --- ultrasonic/src/main/assets/html/de/index.html | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 ultrasonic/src/main/assets/html/de/index.html diff --git a/ultrasonic/src/main/assets/html/de/index.html b/ultrasonic/src/main/assets/html/de/index.html new file mode 100644 index 00000000..8203cdda --- /dev/null +++ b/ultrasonic/src/main/assets/html/de/index.html @@ -0,0 +1,48 @@ + + + About UltraSonic + + + + + + +

UltraSonic

+ +

+ Mit UltraSonic können Sie mit dem Subsonic Media Streamer ganz einfach Musik von Ihrem Heimcomputer auf Ihr Android-Handy streamen oder + herunterladen. Die Subsonic-Server-Software erfordert eine zusätzliche, von UltraSonic getrennte Konfiguration. Für weitere Informationen oder + zur Installation der Subsonic-Server-Software auf Ihrem Computer besuchen Sie bitte subsonic.org. Die Basisversion + von Subsonic ist kostenlos. Wenn Sie Subsonic zum ersten Mal installieren, sind die Premium-Funktionen 30 Tage lang verfügbar, so dass Sie sie + ausprobieren können, bevor Sie sich für ein Upgrade entscheiden. Klicken Sie hier, um + ein Upgrade auf Subsonic Premium durchzuführen. +

+ +

+ Standardmäßig ist UltraSonic nicht konfiguriert. Wenn Sie Ihren eigenen Server eingerichtet haben, gehen Sie bitte zu Einstellungen und + ändern Sie die Konfiguration so, dass er mit Ihrem eigenen Computer verbunden wird. +

+ +

+ +

+ +

+ Wenn Sie mit UltraSonic zufrieden sind, klicken Sie bitte auf "Spenden", um die weitere Entwicklung zu unterstützen. Diese Spende ist von der + Subsonic-Server-Software getrennt und gewährt Ihnen keinen Zugang zu den Premium-Funktionen von Subsonic. +

+ +
+ + + + +
+ +

+ Um Feature-Anfragen oder Fehlerberichte einzureichen, besuchen Sie bitte das UltraSonic für Android Forum. + Der Quellcode von UltraSonic ist unter github.com verfügbar und unter den Bedingungen der GNU General Public License Version 3 (GPLv3) lizenziert. +

+ + + From d267f9a8ade374acd38cbef4fdd7cf94669dfa97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Garc=C3=ADa=20Amor?= Date: Fri, 7 Feb 2020 10:54:21 +0100 Subject: [PATCH 2/3] Added german translation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Óscar García Amor --- .tx/config | 2 +- ultrasonic/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tx/config b/.tx/config index fac3fa06..8a01120b 100644 --- a/.tx/config +++ b/.tx/config @@ -1,6 +1,6 @@ [main] host = https://www.transifex.com -lang_map = nl_NL:nl,pl_PL:pl,fr_CA:fr-rCA,pt_BR:pt-rBR,pt_PT:pt,zh_CN:zh-rCN,zh_HK:zh-rHK,zh_TW:zh-rTW,da_DK:da-rDK,de_DE:de,tr_TR:tr,fr_FR:fr,es_ES:es,hu_HU:hu,sv_SE:sv-rSE,bg_BG:bg,el_GR:el,kn_IN:kn-rIN,cs_CZ:cs,sr:sr,he:iw,id:in,lt_LT:lt,km_KH:km-rKH,th_TH:th +lang_map = nl_NL:nl,pl_PL:pl,fr_CA:fr-rCA,pt_BR:pt-rBR,pt_PT:pt,zh_CN:zh-rCN,zh_HK:zh-rHK,zh_TW:zh-rTW,da_DK:da-rDK,de_DE:de,tr_TR:tr,fr_FR:fr,es_ES:es,hu_HU:hu,sv_SE:sv-rSE,bg_BG:bg,el_GR:el,kn_IN:kn-rIN,cs_CZ:cs,sr:sr,he:iw,id:in,lt_LT:lt,km_KH:km-rKH,th_TH:th,ru_RU:ru,it_IT:it [ultrasonic.app] file_filter = ultrasonic/src/main/res/values-/strings.xml diff --git a/ultrasonic/build.gradle b/ultrasonic/build.gradle index 531b891b..dd8daaf8 100644 --- a/ultrasonic/build.gradle +++ b/ultrasonic/build.gradle @@ -14,7 +14,7 @@ android { minSdkVersion versions.minSdk targetSdkVersion versions.targetSdk - resConfigs "en", "es", "fr", "hu", "nl", "pl", "pt", "pt-rBR" + resConfigs "de", "en", "es", "fr", "hu", "nl", "pl", "pt", "pt-rBR" } buildTypes { From fdf39fa2148bdeac5c402d68338e8e6abbbac15c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Garc=C3=ADa=20Amor?= Date: Mon, 9 Mar 2020 13:06:09 +0100 Subject: [PATCH 3/3] Added more info to README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Óscar García Amor --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 895b157e..30e14864 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,22 @@ Ultrasonic is free and open-source music streaming Android client for [Subsonic](http://www.subsonic.org/) [API](http://www.subsonic.org/pages/api.jsp) (version 1.7.0 or higher) compatible servers. +## Help wanted + +We currently don't have that much time to spend developing Subsonic, so any +contributions or active developers are always welcomed. + ## Download App is available to download at following stores: [Get it on Google Play](https://play.google.com/store/apps/details?id=org.moire.ultrasonic) [Get it on F-Droid](https://f-droid.org/packages/org.moire.ultrasonic/) +[Get it on GitHub](https://github.com/ultrasonic/ultrasonic/releases) + +**Warning**: All three versions (Google Play, F-Droid and the APKs) are not +compatible (not signed by the same key)! You must uninstall one to install +the other, which will delete all your data. ## Bugs and issues