mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-07 18:42:53 +00:00
Can delete conversation messages
This commit is contained in:
8
app/src/main/res/menu/menu_conversation_message.xml
Normal file
8
app/src/main/res/menu/menu_conversation_message.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:id="@+id/action_delete"
|
||||
android:title="@string/action_delete" />
|
||||
|
||||
</menu>
|
@ -244,4 +244,8 @@
|
||||
<string name="action_follow">Suivre</string>
|
||||
<string name="button_follow">Suivre</string>
|
||||
<string name="button_following">Suivi</string>
|
||||
<string name="action_delete">Supprimer</string>
|
||||
<string name="activity_about_title">A propos</string>
|
||||
<string name="dialog_open_source_licenses_title">Licences Open Source</string>
|
||||
<string name="btn_open_source_licences">Licences Open Source</string>
|
||||
</resources>
|
@ -246,4 +246,10 @@
|
||||
<string name="action_follow">Follow</string>
|
||||
<string name="button_follow">Follow</string>
|
||||
<string name="button_following">Following</string>
|
||||
<string name="action_delete">Delete</string>
|
||||
<string name="dialog_delete_conversation_message_title">Delete message</string>
|
||||
<string name="dialog_delete_conversation_message_message">Do you really want to delete this conversation message? Note: This may not have any effect if the other members of the conversation have already downloaded the message!</string>
|
||||
<string name="dialog_delete_conversation_message_cancel">Cancel</string>
|
||||
<string name="dialog_delete_conversation_message_confirm">Delete</string>
|
||||
<string name="err_delete_conversation_message">Could not delete conversation message!</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user