blob: 49d4978d6cf41f138d861662a56512aeda96a52b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?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>
<string name="addNew">Add new Profile</string>
</resources>
|