mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
android: Fix label for name field in managed profiles
The field is not actually optional.
This commit is contained in:
parent
81041b55d2
commit
4f2e65f3d0
@ -39,7 +39,7 @@
|
||||
<!-- Managed configuration, VPN profile -->
|
||||
<string name="managed_config_uuid_title">Unique identifier</string>
|
||||
<string name="managed_config_uuid_description">Unique identifier of the VPN profile. Version 4 UUIDs (random-generated) are recommended</string>
|
||||
<string name="managed_config_name_title">@string/profile_name_label</string>
|
||||
<string name="managed_config_name_title">@string/profile_name_label_simple</string>
|
||||
<string name="managed_config_name_description">@string/profile_name_hint</string>
|
||||
<string name="managed_config_vpn_type_title">@string/profile_vpn_type_label</string>
|
||||
<string name="managed_config_vpn_type_description">The type of client authentication used by the VPN profile</string>
|
||||
|
@ -39,7 +39,7 @@
|
||||
<!-- Managed configuration, VPN profile -->
|
||||
<string name="managed_config_uuid_title">Unique identifier</string>
|
||||
<string name="managed_config_uuid_description">Unique identifier of the VPN profile. Version 4 UUIDs (random-generated) are recommended</string>
|
||||
<string name="managed_config_name_title">@string/profile_name_label</string>
|
||||
<string name="managed_config_name_title">@string/profile_name_label_simple</string>
|
||||
<string name="managed_config_name_description">@string/profile_name_hint</string>
|
||||
<string name="managed_config_vpn_type_title">@string/profile_vpn_type_label</string>
|
||||
<string name="managed_config_vpn_type_description">The type of client authentication used by the VPN profile</string>
|
||||
|
@ -39,7 +39,7 @@
|
||||
<!-- Managed configuration, VPN profile -->
|
||||
<string name="managed_config_uuid_title">Unique identifier</string>
|
||||
<string name="managed_config_uuid_description">Unique identifier of the VPN profile. Version 4 UUIDs (random-generated) are recommended</string>
|
||||
<string name="managed_config_name_title">@string/profile_name_label</string>
|
||||
<string name="managed_config_name_title">@string/profile_name_label_simple</string>
|
||||
<string name="managed_config_name_description">@string/profile_name_hint</string>
|
||||
<string name="managed_config_vpn_type_title">@string/profile_vpn_type_label</string>
|
||||
<string name="managed_config_vpn_type_description">The type of client authentication used by the VPN profile</string>
|
||||
|
@ -39,7 +39,7 @@
|
||||
<!-- Managed configuration, VPN profile -->
|
||||
<string name="managed_config_uuid_title">Unique identifier</string>
|
||||
<string name="managed_config_uuid_description">Unique identifier of the VPN profile. Version 4 UUIDs (random-generated) are recommended</string>
|
||||
<string name="managed_config_name_title">@string/profile_name_label</string>
|
||||
<string name="managed_config_name_title">@string/profile_name_label_simple</string>
|
||||
<string name="managed_config_name_description">@string/profile_name_hint</string>
|
||||
<string name="managed_config_vpn_type_title">@string/profile_vpn_type_label</string>
|
||||
<string name="managed_config_vpn_type_description">The type of client authentication used by the VPN profile</string>
|
||||
|
@ -39,7 +39,7 @@
|
||||
<!-- Managed configuration, VPN profile -->
|
||||
<string name="managed_config_uuid_title">Unique identifier</string>
|
||||
<string name="managed_config_uuid_description">Unique identifier of the VPN profile. Version 4 UUIDs (random-generated) are recommended</string>
|
||||
<string name="managed_config_name_title">@string/profile_name_label</string>
|
||||
<string name="managed_config_name_title">@string/profile_name_label_simple</string>
|
||||
<string name="managed_config_name_description">@string/profile_name_hint</string>
|
||||
<string name="managed_config_vpn_type_title">@string/profile_vpn_type_label</string>
|
||||
<string name="managed_config_vpn_type_description">The type of client authentication used by the VPN profile</string>
|
||||
|
@ -39,7 +39,7 @@
|
||||
<!-- Managed configuration, VPN profile -->
|
||||
<string name="managed_config_uuid_title">Unique identifier</string>
|
||||
<string name="managed_config_uuid_description">Unique identifier of the VPN profile. Version 4 UUIDs (random-generated) are recommended</string>
|
||||
<string name="managed_config_name_title">@string/profile_name_label</string>
|
||||
<string name="managed_config_name_title">@string/profile_name_label_simple</string>
|
||||
<string name="managed_config_name_description">@string/profile_name_hint</string>
|
||||
<string name="managed_config_vpn_type_title">@string/profile_vpn_type_label</string>
|
||||
<string name="managed_config_vpn_type_description">The type of client authentication used by the VPN profile</string>
|
||||
|
@ -39,7 +39,7 @@
|
||||
<!-- Managed configuration, VPN profile -->
|
||||
<string name="managed_config_uuid_title">Unique identifier</string>
|
||||
<string name="managed_config_uuid_description">Unique identifier of the VPN profile. Version 4 UUIDs (random-generated) are recommended</string>
|
||||
<string name="managed_config_name_title">@string/profile_name_label</string>
|
||||
<string name="managed_config_name_title">@string/profile_name_label_simple</string>
|
||||
<string name="managed_config_name_description">@string/profile_name_hint</string>
|
||||
<string name="managed_config_vpn_type_title">@string/profile_vpn_type_label</string>
|
||||
<string name="managed_config_vpn_type_description">The type of client authentication used by the VPN profile</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user