mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Allow adding and removing from context menu.
This commit is contained in:
committed by
Greyson Parrelli
parent
94d6bfd9ad
commit
6fcfd8fdb1
@@ -740,6 +740,15 @@
|
||||
<item quantity="one">%d selected</item>
|
||||
<item quantity="other">%d selected</item>
|
||||
</plurals>
|
||||
<!-- Context menu option to add a chat to a folder -->
|
||||
<string name="ConversationListFragment_add_to_folder">Add to folder</string>
|
||||
<!-- Context menu option to remove a chat from a folder -->
|
||||
<string name="ConversationListFragment_remove_from_folder">Remove from folder</string>
|
||||
|
||||
<!-- Bottom sheet title when choosing a folder to add a chat to -->
|
||||
<string name="AddToFolderBottomSheet_choose_a_folder">Choose a folder</string>
|
||||
<!-- Toast shown when a chat has been added to a folder, where %s is the name of the folder -->
|
||||
<string name="AddToFolderBottomSheet_added_to_s">Added to \"%1$s\"</string>
|
||||
|
||||
<!-- Show in conversation list overflow menu to open selection bottom sheet -->
|
||||
<string name="ConversationListFragment__notification_profile">Notification profile</string>
|
||||
@@ -5117,6 +5126,8 @@
|
||||
<item quantity="one">%1$d chat excluded</item>
|
||||
<item quantity="other">%1$d chats excluded</item>
|
||||
</plurals>
|
||||
<!-- Badge shown in chat folder tab when unread count is greater than 99 -->
|
||||
<string name="ChatFolderAdapter__99p">99+</string>
|
||||
|
||||
<!-- CreateFoldersFragment -->
|
||||
<!-- Title of the screen when creating a folder, displayed in the toolbar -->
|
||||
|
||||
Reference in New Issue
Block a user