mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-06 10:02:54 +00:00
Added delete conversation confirmation popup
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_fragment_conversationslist_item_delete"
|
||||
android:title="@string/action_conversation_delete" />
|
||||
</menu>
|
@ -65,5 +65,11 @@
|
||||
<string name="fragment_friendslist_title">Friends</string>
|
||||
<string name="fragment_conversationslist_title">Conversations</string>
|
||||
<string name="fragment_userinfos_title">About me</string>
|
||||
<string name="fragement_conversation_title">Title</string>
|
||||
<string name="fragment_conversation_title">Title</string>
|
||||
<string name="fragment_conversation_err_getconvinfos">Could not get information about the conversation !</string>
|
||||
<string name="action_conversation_delete">Delete</string>
|
||||
<string name="popup_deleteconversation_title">Remove conversation</string>
|
||||
<string name="popup_deleteconversation_messsage">Are you sure do you want to remove this conversation ? All the messages you posted will be deleted. If you are the owner of the conversation, all the messages will be removed.</string>
|
||||
<string name="popup_deleteconversation_confirm">Delete</string>
|
||||
<string name="popup_deleteconversation_cancel">Cancel</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user