diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-02-14 19:00:11 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-02-14 19:00:11 +0100 |
commit | 73a48d3cd466a730ef6cc01b5f8d9e0aa34cf389 (patch) | |
tree | 2aa51d63cc6d2e5e4b148728cdc7ee928bb283ed /remoteExample/src/main/res/values/strings.xml | |
parent | 627e93cbc8b58433f219afe4c776a51b2791ddfb (diff) |
Lint fixes
Diffstat (limited to 'remoteExample/src/main/res/values/strings.xml')
-rw-r--r-- | remoteExample/src/main/res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/remoteExample/src/main/res/values/strings.xml b/remoteExample/src/main/res/values/strings.xml index a83b7642..bbaee226 100644 --- a/remoteExample/src/main/res/values/strings.xml +++ b/remoteExample/src/main/res/values/strings.xml @@ -5,6 +5,11 @@ <string name="hello_world">Hello world!</string> <string name="action_settings">Settings</string> <string name="permission_description">Allows another app to control OpenVPN</string> + <string name="no_status_yet">No Status yet</string> + <string name="no_now">Not now</string> + <string name="show_my_ip">Show my IP</string> + <string name="disconnect">Disconnect</string> + <string name="start_embedded">Start embedded profile</string> </resources> |