From 08e3c6cc045eb31eb7aa93fea7bfbc132fc07bb5 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Thu, 28 Sep 2017 14:48:01 -0400 Subject: [PATCH] regenerate source l10n, replace lost JSQMVC strings // FREEBIE --- .../translations/en.lproj/Localizable.strings | 44 ++++++++++--------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index f1a0d291d..becdb4fce 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -37,9 +37,6 @@ /* The label for the 'save' button in action sheets. */ "ALERT_SAVE" = "Save"; -/* registration button text */ -"ALREADY_HAVE_ACCOUNT_BUTTON" = "Already have a Signal account?"; - /* No comment provided by engineer. */ "ANSWER_CALL_BUTTON_TITLE" = "Answer"; @@ -565,12 +562,6 @@ /* No comment provided by engineer. */ "ERROR_MESSAGE_WRONG_TRUSTED_IDENTITY_KEY" = "Safety number changed. Tap to verify."; -/* during registration */ -"EXISTING_USER_REGISTRATION_ALERT_BODY" = "At this time Signal can only be active on one mobile device per phone number."; - -/* during registration, embeds {{device type}}, e.g. \"iPhone\" or \"iPad\" */ -"EXISTING_USER_REGISTRATION_ALERT_TITLE" = "Activating this %@ will disable Signal on any other device currently associated with this phone number."; - /* Message for the alert indicating the 'export with signal' file had an invalid filename. */ "EXPORT_WITH_SIGNAL_ERROR_MESSAGE_INVALID_FILENAME" = "Invalid filename."; @@ -796,25 +787,22 @@ /* Label for 'not yet downloaded' attachments in the 'message metadata' view. */ "MESSAGE_METADATA_VIEW_ATTACHMENT_NOT_YET_DOWNLOADED" = "Not yet downloaded"; -/* Label for media messages of the 'message metadata' view. */ -"MESSAGE_METADATA_VIEW_MEDIA" = "Media"; - -/* Delivered */ +/* Status label for messages which are delivered. */ "MESSAGE_METADATA_VIEW_MESSAGE_STATUS_DELIVERED" = "Delivered"; -/* Failed */ +/* Status label for messages which are failed. */ "MESSAGE_METADATA_VIEW_MESSAGE_STATUS_FAILED" = "Failed"; -/* Read */ +/* Status label for messages which are read. */ "MESSAGE_METADATA_VIEW_MESSAGE_STATUS_READ" = "Read"; -/* Sending */ +/* Status label for messages which are sending. */ "MESSAGE_METADATA_VIEW_MESSAGE_STATUS_SENDING" = "Sending"; -/* Sent */ +/* Status label for messages which are sent. */ "MESSAGE_METADATA_VIEW_MESSAGE_STATUS_SENT" = "Sent"; -/* Uploading */ +/* Status label for messages which are uploading. */ "MESSAGE_METADATA_VIEW_MESSAGE_STATUS_UPLOADING" = "Uploading"; /* Label for messages without a body or attachment in the 'message metadata' view. */ @@ -835,9 +823,6 @@ /* Title for the 'message metadata' view. */ "MESSAGE_METADATA_VIEW_TITLE" = "Message"; -/* Label for voice messages of the 'message metadata' view. */ -"MESSAGE_METADATA_VIEW_VOICE_MESSAGE" = "Voice Note"; - /* message footer for delivered messages message status for message delivered to their recipient. */ "MESSAGE_STATUS_DELIVERED" = "Delivered"; @@ -1666,3 +1651,20 @@ /* Info message embedding a {{time amount}}, see the *_TIME_AMOUNT strings for context. */ "YOU_UPDATED_DISAPPEARING_MESSAGES_CONFIGURATION" = "You set disappearing message time to %@."; + +// Strings Copied in from JSQMessagesViewController + + +"load_earlier_messages" = "Load Earlier Messages"; + +"send" = "Send"; + +"new_message" = "New Message"; + +"text_message_accessibility_label" = "%@: %@"; + +"media_message_accessibility_label" = "%@: media message"; + +"accessory_button_accessibility_label" = "Share media"; + +"new_message_received_accessibility_announcement" = "New message received";