Provide a menu with options to save VPN profiles
The ID of the updated/inserted profile is sent back to the activity that started the detail view.
This commit is contained in:
@@ -25,11 +25,16 @@
|
||||
<string name="add_profile">Add VPN profile</string>
|
||||
|
||||
<!-- VPN profile details -->
|
||||
<string name="profile_edit_save">Save</string>
|
||||
<string name="profile_edit_cancel">Cancel</string>
|
||||
<string name="profile_name_label">Profile Name:</string>
|
||||
<string name="profile_name_hint">(use gateway address)</string>
|
||||
<string name="profile_gateway_label">Gateway:</string>
|
||||
<string name="profile_username_label">Username:</string>
|
||||
<string name="profile_password_label">Password:</string>
|
||||
<string name="profile_password_hint">(prompt when needed)</string>
|
||||
<!-- Warnings/Notifications in the details view -->
|
||||
<string name="alert_text_no_input_gateway">Please enter the gateway address here</string>
|
||||
<string name="alert_text_no_input_username">Please enter your username here</string>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user