From 67d58da771ed543874154cdb9e049c0e05459a87 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 20 May 2023 13:49:35 +0200 Subject: localization setup --- app/java/res/values-de/strings.xml | 66 ++++++++++++++++++++++++++++++++++++++ app/java/res/values-ja/strings.xml | 66 ++++++++++++++++++++++++++++++++++++++ app/java/res/values/strings.xml | 56 ++++++++++++++++++++++++++++---- app/java/res/xml/settings.xml | 16 ++++----- 4 files changed, 189 insertions(+), 15 deletions(-) create mode 100644 app/java/res/values-de/strings.xml create mode 100644 app/java/res/values-ja/strings.xml (limited to 'app/java/res') diff --git a/app/java/res/values-de/strings.xml b/app/java/res/values-de/strings.xml new file mode 100644 index 0000000..1b4ebc6 --- /dev/null +++ b/app/java/res/values-de/strings.xml @@ -0,0 +1,66 @@ + + + + Pihole DNS Proxy + + + + Start + + + Stop + + + + + %s wird verwendet + + + Stop + + + + + Wartet auf Verbindungsänderungen + + + Listener stoppen + + + Proxy starten + + + + + Einstellungen + + + + DNS Server / Pihole automatisch erkennen + + + Ob der automatische Erkennungsmechanismus verwendet werden soll, um den DNS Server zu setzen + + + + Pihole IP Adresse + + + + WiFi Listener verwenden + + + Deaktiviert den Proxy wenn die WiFi Verbindung verloren geht + + + + WiFi Listener für Aktivierung verwenden + + + Aktiviert den Proxy wenn mit bestimmtem WLAN verbunden wird. Braucht Standortdienste um zu funktionieren! + + + + WLAN SSID + + diff --git a/app/java/res/values-ja/strings.xml b/app/java/res/values-ja/strings.xml new file mode 100644 index 0000000..cdd2d3c --- /dev/null +++ b/app/java/res/values-ja/strings.xml @@ -0,0 +1,66 @@ + + + + Pihole DNS Proxy + + + + 開始 + + + 止まる + + + + + Running with %s + + + 止まる + + + + + Listening for WiFi connection change + + + Stop Listener + + + プロキシ開始 + + + + + 設定 + + + + Use automatic DNS Server / Pihole discovery + + + Whether to use the automatic discovery mechanism to set the DNS server + + + + Pihole IP アドレス + + + + Use WiFi listener + + + Automatically deactivates the proxy on WiFi disconnect + + + + Use WiFi listener for activation + + + Automatically activates the proxy on WiFi connect when connecting to specific WLAN. Needs location services to function! + + + + WLAN SSID + + diff --git a/app/java/res/values/strings.xml b/app/java/res/values/strings.xml index 7848d3e..3662cf5 100644 --- a/app/java/res/values/strings.xml +++ b/app/java/res/values/strings.xml @@ -4,13 +4,6 @@ Pihole DNS Proxy - - starting - - - stopping - - Start @@ -18,7 +11,56 @@ Stop + + + Running with %s + + + Stop + + + + + Listening for WiFi connection change + + + Stop Listener + + + Start Proxy + + + Settings + + + Use automatic DNS Server / Pihole discovery + + + Whether to use the automatic discovery mechanism to set the DNS server + + + + Pihole IP address + + + + Use WiFi listener + + + Automatically deactivates the proxy on WiFi disconnect + + + + Use WiFi listener for activation + + + Automatically activates the proxy on WiFi connect when connecting to specific WLAN. Needs location services to function! + + + + WLAN SSID + diff --git a/app/java/res/xml/settings.xml b/app/java/res/xml/settings.xml index 0cd7034..31cc8f0 100644 --- a/app/java/res/xml/settings.xml +++ b/app/java/res/xml/settings.xml @@ -5,34 +5,34 @@ -- cgit v1.2.3