Localized title for contextual action bar
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
<string name="add_profile">Profil hinzufügen</string>
|
<string name="add_profile">Profil hinzufügen</string>
|
||||||
<string name="edit_profile">Bearbeiten</string>
|
<string name="edit_profile">Bearbeiten</string>
|
||||||
<string name="delete_profile">Löschen</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="profiles_deleted">Ausgewählte Profile gelöscht</string>
|
||||||
<string name="no_profile_selected">Kein Profil ausgewählt</string>
|
<string name="no_profile_selected">Kein Profil ausgewählt</string>
|
||||||
<string name="one_profile_selected">Ein Profil ausgewählt</string>
|
<string name="one_profile_selected">Ein Profil ausgewählt</string>
|
||||||
|
|||||||
@@ -27,6 +27,7 @@
|
|||||||
<string name="add_profile">Add VPN profile</string>
|
<string name="add_profile">Add VPN profile</string>
|
||||||
<string name="edit_profile">Edit</string>
|
<string name="edit_profile">Edit</string>
|
||||||
<string name="delete_profile">Delete</string>
|
<string name="delete_profile">Delete</string>
|
||||||
|
<string name="select_profiles">Select profiles</string>
|
||||||
<string name="profiles_deleted">Selected profiles deleted</string>
|
<string name="profiles_deleted">Selected profiles deleted</string>
|
||||||
<string name="no_profile_selected">No profile selected</string>
|
<string name="no_profile_selected">No profile selected</string>
|
||||||
<string name="one_profile_selected">One profile selected</string>
|
<string name="one_profile_selected">One profile selected</string>
|
||||||
|
|||||||
@@ -191,7 +191,7 @@ public class VpnProfileListFragment extends Fragment
|
|||||||
inflater.inflate(R.menu.profile_list_context, menu);
|
inflater.inflate(R.menu.profile_list_context, menu);
|
||||||
mEditProfile = menu.findItem(R.id.edit_profile);
|
mEditProfile = menu.findItem(R.id.edit_profile);
|
||||||
mSelected = new HashSet<Integer>();
|
mSelected = new HashSet<Integer>();
|
||||||
mode.setTitle("Select Profiles");
|
mode.setTitle(R.string.select_profiles);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user