From 8baf70891d5b779bf28a4a98049260b9fc9ad6ab Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 28 May 2018 16:24:27 +0200 Subject: [PATCH] added missing english strings --- .../app/src/main/res/values/strings.xml | 15 ++++++++++++++ .../app/src/main/res/xml/settings_release.xml | 20 +++++++++---------- 2 files changed, 25 insertions(+), 10 deletions(-) diff --git a/SoniControl/app/src/main/res/values/strings.xml b/SoniControl/app/src/main/res/values/strings.xml index b6e0502..be0582f 100644 --- a/SoniControl/app/src/main/res/values/strings.xml +++ b/SoniControl/app/src/main/res/values/strings.xml @@ -100,4 +100,19 @@ Blocking duration (%s minutes) will be blocked will be ignored + Expert settings - Jammer + Settings + Expert settings - RESET + Save detections in JSON file + Clear detections of JSON file + Don\'t ask for activating location + Use microphone for blocking + Preventive blocking + Use network connection for location + Use GPS for location + Pulse duration (ms) + Pause duration (ms) + Bandwidth + Blocking duration in minutes + Location radius (metre) diff --git a/SoniControl/app/src/main/res/xml/settings_release.xml b/SoniControl/app/src/main/res/xml/settings_release.xml index 8069441..9af8c33 100644 --- a/SoniControl/app/src/main/res/xml/settings_release.xml +++ b/SoniControl/app/src/main/res/xml/settings_release.xml @@ -19,7 +19,7 @@ --> - + + android:title="@string/settings_title_gps_location" /> + android:title="@string/settings_title_network_location" /> + android:title="@string/settings_title_preventive_blocking" /> + android:title="@string/settings_title_microphone_for_blocking" /> + android:title="@string/settings_title_dont_ask" /> + android:title="@string/settings_title_json_save" /> + android:title="@string/settings_title_clear_detections"> - + - + -- GitLab