mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Support selecting multiple threads to add to chat folder.
Resolves #13973
This commit is contained in:
@@ -787,8 +787,11 @@
|
||||
<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>
|
||||
<!-- Toast shown when a user tries to add a chat to a folder, but the folder already has that chat. %s is the name of the folder -->
|
||||
<string name="AddToFolderBottomSheet_this_chat_is_already">This chat is already in the folder \"%1$s\"</string>
|
||||
<!-- Toast shown when a user tries to add chats to a folder, but the folder already has those chats. %s is the name of the folder -->
|
||||
<plurals name="AddToFolderBottomSheet_these_chat_are_already_in_s">
|
||||
<item quantity="one">This chat is already in \"%1$s\"</item>
|
||||
<item quantity="other">These chats are already in \"%1$s\"</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Show in conversation list overflow menu to open selection bottom sheet -->
|
||||
<string name="ConversationListFragment__notification_profile">Notification profile</string>
|
||||
|
||||
Reference in New Issue
Block a user