Update chat folder settings display.

This commit is contained in:
Michelle Tang
2024-10-22 12:36:28 -07:00
committed by Greyson Parrelli
parent c291d84738
commit 9e955e94d9
7 changed files with 116 additions and 23 deletions

View File

@@ -5069,8 +5069,15 @@
<string name="ChatsSettingsFragment__send_with_enter">Send with enter</string>
<!-- Heading within chats settings for chat folders -->
<string name="ChatsSettingsFragment__chat_folders">Chat folders</string>
<!-- Option within settings to add a new chat folder -->
<!-- Option within settings to add a new chat folder if you have never created a folder before -->
<string name="ChatsSettingsFragment__add_chat_folder">Add a chat folder</string>
<!-- Option within settings to add or edit chat folders that is shown when you have already created folders -->
<string name="ChatsSettingsFragment__add_edit_chat_folder">Add or edit folders</string>
<!-- Text describing the number of folders you have -->
<plurals name="ChatsSettingsFragment__d_folder">
<item quantity="one">%1$d folder</item>
<item quantity="other">%1$d folders</item>
</plurals>
<!-- ChatFoldersFragment -->
<!-- Description of what chat folders are -->
@@ -5172,6 +5179,8 @@
<string name="CreateFoldersFragment__delete_folder">Delete folder</string>
<!-- Alert dialog title to delete the current folder -->
<string name="CreateFoldersFragment__delete_this_chat_folder">Delete this chat folder?</string>
<!-- Option to see all of the chats if the chat list was too long and had been truncated -->
<string name="CreateFoldersFragment__see_all">See all</string>
<!-- ChooseChatsFragment -->
<!-- Section title representing chat types that can be added to the folder -->