From 9de711a4f5b14d6c9fcfed00ecf4c91f773ee23b Mon Sep 17 00:00:00 2001 From: Zachary Wander Date: Mon, 10 Dec 2018 19:05:53 -0500 Subject: Localize exception messages Signed-off-by: Jason A. Donenfeld --- app/src/main/res/values/strings.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (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 6202ee78..548f6070 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -114,4 +114,34 @@ Unable to export tunnels: %s Saved to %s Zip file will be saved to downloads folder + + + VPN service not authorized by user + Unable to start Android VPN service + Trying to bring up a tunnel with no config + Unable to create tun device + Unable to turn tunnel on (wgTurnOn returned %i) + Unable to configure tunnel (wg-quick returned %i) + Unable to determine kernel module version + Configuration file %s already exists + Configuration for %s already exists + Cannot delete configuration file %s + Cannot rename configuration file %s + Configuration file %s not found + No tunnels exist + Cannot create output directory + Illegal file name %s + File must be .conf or .zip + No configurations found + Invalid config passed to %s + Only one userspace tunnel can run at a time + Action labels in horizontal expand orientation is not supported. + Expected 4 markers, received %i + Unable to read exit status + Could not create local binary directory + Could not create local temporary directory + Shell failed to start: %i + Required tools unavailable + Kernel module + Go userspace -- cgit v1.2.3