Remove some obsolete strings

This commit is contained in:
Scott Nonnenberg 2023-11-30 13:04:59 -08:00
parent 25601a76f4
commit 567d2ab561

View file

@ -1421,26 +1421,14 @@
"messageformat": "Info", "messageformat": "Info",
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen" "description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
}, },
"icu:deleteMessages": {
"messageformat": "Delete",
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
},
"icu:deleteMessagesInConversation": { "icu:deleteMessagesInConversation": {
"messageformat": "Delete messages", "messageformat": "Delete messages",
"description": "Menu item for deleting all messages in a conversation from your device" "description": "Menu item for deleting all messages in a conversation from your device"
}, },
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
"messageformat": "Delete chat?",
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
},
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": { "icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
"messageformat": "Delete messages?", "messageformat": "Delete messages?",
"description": "Title for confirmation modal to delete all messages in a conversation" "description": "Title for confirmation modal to delete all messages in a conversation"
}, },
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
"messageformat": "This chat will be deleted from this device.",
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
},
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": { "icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
"messageformat": "Messages in this chat will be deleted from this device. You can still search for this chat after you delete messages.", "messageformat": "Messages in this chat will be deleted from this device. You can still search for this chat after you delete messages.",
"description": "Description for confirmation modal to delete all messages in a conversation" "description": "Description for confirmation modal to delete all messages in a conversation"
@ -2358,10 +2346,6 @@
"messageformat": "Failed to fetch phone number. Check your connection and try again.", "messageformat": "Failed to fetch phone number. Check your connection and try again.",
"description": "Shown if request to Signal servers to find phone number fails" "description": "Shown if request to Signal servers to find phone number fails"
}, },
"icu:ToastManager__CannotEditMessage": {
"messageformat": "Edits can only be applied within 3 hours from the time you sent this message.",
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
},
"icu:ToastManager__CannotEditMessage_24": { "icu:ToastManager__CannotEditMessage_24": {
"messageformat": "Edits can only be applied within 24 hours from the time you sent this message.", "messageformat": "Edits can only be applied within 24 hours from the time you sent this message.",
"description": "Error message when you try to send an edit after message becomes too old" "description": "Error message when you try to send an edit after message becomes too old"