summaryrefslogtreecommitdiff
path: root/remoteExample/src/main/res/values/strings.xml
blob: bbaee226cc06d12075f104f9f360f39337bde94a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="app_name">OpenVPN Remote</string>
    <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>