mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Add context menus to chat folders.
This commit is contained in:
committed by
Greyson Parrelli
parent
6b66e4666b
commit
bfa5703aaa
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user