From 5ac110f5963a7118f953bf264cf5bf9abed303b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Tue, 12 Nov 2013 19:56:37 +0100 Subject: Trivial changes in strings.xml --- res/values/strings.xml | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'res/values/strings.xml') diff --git a/res/values/strings.xml b/res/values/strings.xml index b4839763..9885952f 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2,7 +2,7 @@ - Bitmask for Android + Bitmask Bitmask Server Address: Server Port: @@ -21,7 +21,7 @@ You must select a certificate Source code and issue tracker available at https://github.com/leapcode/bitmask_android/ This program uses the following components; see the source code for full details on the licenses - About + About LEAP Switch provider About Bitmask for Android List of all configured VPNs @@ -257,7 +257,7 @@ Authentication failed Waiting for usable network Settings - Bitmask Dashboard + Bitmask Provider: No provider configured Access EIP connection settings @@ -268,13 +268,11 @@ Connection will be secure using your own certificate. Connection secure using your own certificate. Encrypted Internet - Configure Bitmask - Provider list fragment - Top padding - Select new Provider - Introduce new provider + Select a service provider + Add new Provider + Add a new service provider Save - New provider\'s main URL + Domain name It seems your URL is well formed It seems your URL is not well formed Provider details @@ -286,8 +284,7 @@ Please enter your username password User message - Try again: server math error. - Not valid username and/or password. + Incorrect username or password. It should have at least 8 characters. Try again: Client HTTP error Try again: I/O error @@ -295,7 +292,7 @@ Update the app Log In Log Out - Trust completely + Skip security check Configuration Error Configure Exit @@ -314,10 +311,10 @@ This is not a trusted Bitmask provider. Configuring provider Authenticating - Authenticating with entered login and password. + Logging in Log out Logging out from this session. - Your password is not well-formed: it should have at least 8 characters. + Invalid password: must be at least 8 characters. Authentication succeeded. Authentication failed. Logged out. -- cgit v1.2.3 From f9f69298e7d0b5e4258ea27095f50f9da7c6ff9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Thu, 21 Nov 2013 21:41:58 +0100 Subject: OpenVPN notification contains location. Instead of plain domain, we're printing a new variable stored in vpnprofile (parsed in ConfigParser): location. I'm substituing "__" by ", ", but I'm not uppercasing anything. We rely on the raw data from eip-service.json. --- res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/values/strings.xml') diff --git a/res/values/strings.xml b/res/values/strings.xml index 9885952f..2598d452 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -269,6 +269,7 @@ Connection secure using your own certificate. Encrypted Internet Select a service provider + Top padding Add new Provider Add a new service provider Save @@ -284,6 +285,7 @@ Please enter your username password User message + Try again: server math error. Incorrect username or password. It should have at least 8 characters. Try again: Client HTTP error -- cgit v1.2.3