Add context menus to chat folders.

This commit is contained in:
Michelle Tang
2024-10-11 10:59:07 -07:00
committed by Greyson Parrelli
parent 6b66e4666b
commit bfa5703aaa
16 changed files with 474 additions and 10 deletions

View File

@@ -5069,6 +5069,18 @@
<string name="ChatFoldersFragment__add">Add</string>
<!-- Toast shown when a folder gets added where %s is the name of the folder -->
<string name="ChatFoldersFragment__folder_added">%1$s folder added.</string>
<!-- Option in context menu to edit the folder -->
<string name="ChatFoldersFragment__edit_folder">Edit folder</string>
<!-- Option in context menu to delete the folder -->
<string name="ChatFoldersFragment__delete_folder">Delete folder</string>
<!-- Option in context menu to add a new folder -->
<string name="ChatFoldersFragment__add_new_folder">Add new folder</string>
<!-- Option in context menu to mute all chats in the folder -->
<string name="ChatFoldersFragment__mute_all">Mute all</string>
<!-- Option in context menu to reorder the positions of the folder -->
<string name="ChatFoldersFragment__reorder_folder">Reorder folders</string>
<!-- Option in context menu to mark all of the chats in a folder as read -->
<string name="ChatFoldersFragment__mark_all_read">Mark all read</string>
<!-- Text describing the number of chat types in a folder -->
<plurals name="ChatFoldersFragment__d_chat_types">
<item quantity="one">%1$d chat type</item>