Remove some obsolete strings
This commit is contained in:
parent
25601a76f4
commit
567d2ab561
1 changed files with 0 additions and 16 deletions
|
@ -1421,26 +1421,14 @@
|
|||
"messageformat": "Info",
|
||||
"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": {
|
||||
"messageformat": "Delete messages",
|
||||
"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": {
|
||||
"messageformat": "Delete messages?",
|
||||
"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": {
|
||||
"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"
|
||||
|
@ -2358,10 +2346,6 @@
|
|||
"messageformat": "Failed to fetch phone number. Check your connection and try again.",
|
||||
"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": {
|
||||
"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"
|
||||
|
|
Loading…
Reference in a new issue