From c20c3386daef0af89c37aab26fb8d684dd979944 Mon Sep 17 00:00:00 2001 From: Niels Andriesse Date: Fri, 30 Apr 2021 13:35:15 +1000 Subject: [PATCH] Add more strings to be translated --- .../Translations/en.lproj/Localizable.strings | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/Session/Meta/Translations/en.lproj/Localizable.strings b/Session/Meta/Translations/en.lproj/Localizable.strings index ccf7db9fc..1ee7ac098 100644 --- a/Session/Meta/Translations/en.lproj/Localizable.strings +++ b/Session/Meta/Translations/en.lproj/Localizable.strings @@ -447,6 +447,26 @@ "vc_link_device_recovery_phrase_tab_title" = "Recovery Phrase"; "vc_link_device_scan_qr_code_explanation" = "Navigate to Settings → Recovery Phrase on your other device to show your QR code."; "vc_enter_recovery_phrase_title" = "Recovery Phrase"; -"vc_enter_recovery_phrase_explanation" = "Recovery Phrase"; +"vc_enter_recovery_phrase_explanation" = "To link your device, enter the recovery phrase that was given to you when you signed up."; "vc_enter_public_key_text_field_hint" = "Enter Session ID or ONS name"; "vc_home_title" = "Messages"; +"admin_group_leave_warning" = "Because you are the creator of this group it will be deleted for everyone. This cannot be undone."; +"vc_join_open_group_suggestions_title" = "Or join one of these..."; +"vc_settings_invite_a_friend_button_title" = "Invite a Friend"; +"vc_settings_help_us_translate_button_title" = "Help us Translate Session"; +"copied" = "Copied"; +"vc_conversation_settings_copy_session_id_button_title" = "Copy Session ID"; +"vc_conversation_input_prompt" = "Message"; +"vc_conversation_voice_message_cancel_message" = "Slide to Cancel"; +"modal_download_attachment_title" = "Trust %@?"; +"modal_download_attachment_explanation" = "Are you sure you want to download media sent by %@?"; +"modal_download_button_title" = "Download"; +"modal_open_url_title" = "Open URL?"; +"modal_open_url_explanation" = "Are you sure you want to open %@?"; +"modal_open_url_button_title" = "Open"; +"modal_blocked_title" = "Unblock %@?"; +"modal_blocked_explanation" = "Are you sure you want to unblock %@?"; +"modal_blocked_button_title" = "Unblock"; +"modal_link_previews_title" = "Enable Link Previews?"; +"modal_link_previews_explanation" = "Enabling link previews will show previews for URLs you send and receive. This can be useful, but Session will need to contact linked websites to generate previews. You can always disable link previews in Session's settings."; +"modal_link_previews_button_title" = "Enable";