<string name="add_profile">Profil hinzufügen</string>
<string name="edit_profile">Bearbeiten</string>
<string name="delete_profile">Löschen</string>
+ <string name="select_profiles">Profile auswählen</string>
<string name="profiles_deleted">Ausgewählte Profile gelöscht</string>
<string name="no_profile_selected">Kein Profil ausgewählt</string>
<string name="one_profile_selected">Ein Profil ausgewählt</string>
<string name="add_profile">Add VPN profile</string>
<string name="edit_profile">Edit</string>
<string name="delete_profile">Delete</string>
+ <string name="select_profiles">Select profiles</string>
<string name="profiles_deleted">Selected profiles deleted</string>
<string name="no_profile_selected">No profile selected</string>
<string name="one_profile_selected">One profile selected</string>
inflater.inflate(R.menu.profile_list_context, menu);
mEditProfile = menu.findItem(R.id.edit_profile);
mSelected = new HashSet<Integer>();
- mode.setTitle("Select Profiles");
+ mode.setTitle(R.string.select_profiles);
return true;
}