From b2dcacc8116a9ab5f5ddb084a232a42a5b7d9881 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Mon, 8 Jan 2018 20:30:03 -0600 Subject: Fragment/Tile: Make success/error messages translatable Signed-off-by: Samuel Holland --- app/src/main/res/values/strings.xml | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7d129454..7140bb7b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,13 +1,23 @@ - - - %d configuration selected - %d configurations selected + + + Unable to delete %d tunnel: %s + Unable to delete %d tunnels: %s + + + Successfully deleted %d tunnel + Successfully deleted %d tunnels + + + %d tunnel selected + %d tunnels selected Add peer Addresses Allowed IPs WireGuard + Unable to configuration for “%s”: %s + Successfully saved configuration for “%s” Create WireGuard Tunnel Create from scratch Create from file @@ -15,20 +25,21 @@ DNS servers Edit Endpoint - Error bringing down WireGuard tunnel - Error bringing up WireGuard tunnel - Error toggling WireGuard tunnel - Please obtain root access and try again + Error bringing down tunnel: %s + Please obtain root access and try again + Error bringing up tunnel: %s Generate (auto) (generated) (optional) (random) + Unable to import tunnel: %s + Successfully imported “%s” Interface Listen port MTU Name - Your Android device does not currently have the WireGuard kernel module. Please talk to the manufacturer of your Android device or the author of your device’s ROM about including the WireGuard kernel module.

@@ -55,10 +66,15 @@ Restore on boot Save Settings + Error toggling WireGuard tunnel: %s wg and wg-quick are already installed - Command line tools could not be installed (no root?) + Unable to install command-line tools (no root?) Install optional tools for scripting into the system partition wg and wg-quick installed into the system partition Install command line tools Installing wg and wg-quick into the system partition + Unable to create tunnel: %s + Successfully created tunnel “%s” + Unable to rename tunnel: %s + Successfully renamed tunnel “%s” to “%s”
-- cgit v1.2.3-59-g8ed1b