From 0152381fc28a95a17f01c1096abd86337648ed9f Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Wed, 30 May 2018 15:50:13 -0400 Subject: [PATCH] Update l10n strings. --- Signal/translations/en.lproj/Localizable.strings | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index 32f3b84e7..f1076c2e9 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -97,9 +97,6 @@ /* One line label indicating the user can add no more text to the attachment caption. */ "ATTACHMENT_APPROVAL_CAPTION_LENGTH_LIMIT_REACHED" = "Message limit reached."; -/* Title for the 'attachment approval' dialog. */ -"ATTACHMENT_APPROVAL_DIALOG_TITLE" = "Attachment"; - /* Format string for file extension label in call interstitial view */ "ATTACHMENT_APPROVAL_FILE_EXTENSION_FORMAT" = "File type: %@"; @@ -815,6 +812,12 @@ /* Error indicating that an outgoing message had no valid recipients. */ "ERROR_DESCRIPTION_NO_VALID_RECIPIENTS" = "Message send failed due to a lack of valid recipients."; +/* Error indicating that a socket request failed. */ +"ERROR_DESCRIPTION_REQUEST_FAILED" = "Network request failed."; + +/* Error indicating that a socket response failed. */ +"ERROR_DESCRIPTION_RESPONSE_FAILED" = "Invalid response from service."; + /* Error message when attempting to send message */ "ERROR_DESCRIPTION_SENDING_UNAUTHORIZED" = "Your device is no longer registered for your phone number. You must remove and reinstall Signal.";