Sticker management v2 - Implement multi-delete.

This commit is contained in:
Jeffrey Starke
2025-05-01 17:14:54 -04:00
committed by Cody Henthorne
parent 7c9bab421a
commit 3c77a3d7aa
3 changed files with 78 additions and 9 deletions

View File

@@ -2830,6 +2830,11 @@
<string name="StickerManagement_action_deselect_all">Deselect all</string>
<!-- Bottom action bar option to uninstall all selected sticker packs. -->
<string name="StickerManagement_action_delete_selected">Delete</string>
<!-- Confirmation message shown before uninstalling sticker packs. The placeholder is the number of items to delete. -->
<plurals name="StickerManagement_delete_n_packs_confirmation">
<item quantity="one">Remove %1$s sticker pack</item>
<item quantity="other">Remove %1$s sticker packs</item>
</plurals>
<!-- Sticker pack list dropdown menu label for the button to forward a sticker pack to another user. -->
<string name="StickerManagement_menu_forward_pack">Forward</string>