mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 12:08:34 +00:00
Update translation queries.
This commit is contained in:
committed by
Greyson Parrelli
parent
216c29c206
commit
88cf4c3399
@@ -6,7 +6,7 @@ import org.thoughtcrime.securesms.preferences.AdvancedPinPreferenceFragment
|
|||||||
|
|
||||||
class WrappedAdvancedPinPreferenceFragment : SettingsWrapperFragment() {
|
class WrappedAdvancedPinPreferenceFragment : SettingsWrapperFragment() {
|
||||||
override fun getFragment(): Fragment {
|
override fun getFragment(): Fragment {
|
||||||
toolbar.setTitle(R.string.preferences__advanced_pin_settings)
|
toolbar.setTitle(R.string.preferences__advanced_pin_settings_title)
|
||||||
return AdvancedPinPreferenceFragment()
|
return AdvancedPinPreferenceFragment()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3765,6 +3765,8 @@
|
|||||||
<string name="preferences__language">Language</string>
|
<string name="preferences__language">Language</string>
|
||||||
<string name="preferences__signal_messages_and_calls">Signal messages and calls</string>
|
<string name="preferences__signal_messages_and_calls">Signal messages and calls</string>
|
||||||
<string name="preferences__advanced_pin_settings">Advanced PIN settings</string>
|
<string name="preferences__advanced_pin_settings">Advanced PIN settings</string>
|
||||||
|
<!-- Title of toolbar for the advanced pin settings screen -->
|
||||||
|
<string name="preferences__advanced_pin_settings_title">Advanced PIN settings</string>
|
||||||
<string name="preferences__free_private_messages_and_calls">Free private messages and calls to Signal users</string>
|
<string name="preferences__free_private_messages_and_calls">Free private messages and calls to Signal users</string>
|
||||||
<string name="preferences__submit_debug_log">Submit debug log</string>
|
<string name="preferences__submit_debug_log">Submit debug log</string>
|
||||||
<string name="preferences__delete_account">Delete account</string>
|
<string name="preferences__delete_account">Delete account</string>
|
||||||
@@ -3869,6 +3871,7 @@
|
|||||||
<string name="preferences_connection_failed">Connection failed</string>
|
<string name="preferences_connection_failed">Connection failed</string>
|
||||||
<string name="preferences_couldnt_connect_to_the_proxy">Couldn\'t connect to the proxy. Check the proxy address and try again.</string>
|
<string name="preferences_couldnt_connect_to_the_proxy">Couldn\'t connect to the proxy. Check the proxy address and try again.</string>
|
||||||
<string name="preferences_you_are_connected_to_the_proxy">You are connected to the proxy. You can turn the proxy off at any time from Settings.</string>
|
<string name="preferences_you_are_connected_to_the_proxy">You are connected to the proxy. You can turn the proxy off at any time from Settings.</string>
|
||||||
|
<!-- Title of alert dialog after a successful connection to the proxy -->
|
||||||
<string name="preferences_success">Success</string>
|
<string name="preferences_success">Success</string>
|
||||||
<string name="preferences_failed_to_connect">Failed to connect</string>
|
<string name="preferences_failed_to_connect">Failed to connect</string>
|
||||||
<string name="preferences_enter_proxy_address">Enter proxy address</string>
|
<string name="preferences_enter_proxy_address">Enter proxy address</string>
|
||||||
@@ -4472,6 +4475,7 @@
|
|||||||
<string name="BackupDialog_copied_to_clipboard">Copied to clipboard</string>
|
<string name="BackupDialog_copied_to_clipboard">Copied to clipboard</string>
|
||||||
<string name="BackupDialog_no_file_picker_available">No file picker available.</string>
|
<string name="BackupDialog_no_file_picker_available">No file picker available.</string>
|
||||||
<string name="BackupDialog_enter_backup_passphrase_to_verify">Enter your backup passphrase to verify</string>
|
<string name="BackupDialog_enter_backup_passphrase_to_verify">Enter your backup passphrase to verify</string>
|
||||||
|
<!-- Confirmation button text on an alert dialog to verify whether the entered backup phrase was correct -->
|
||||||
<string name="BackupDialog_verify">Verify</string>
|
<string name="BackupDialog_verify">Verify</string>
|
||||||
<string name="BackupDialog_you_successfully_entered_your_backup_passphrase">You successfully entered your backup passphrase</string>
|
<string name="BackupDialog_you_successfully_entered_your_backup_passphrase">You successfully entered your backup passphrase</string>
|
||||||
<string name="BackupDialog_passphrase_was_not_correct">Passphrase was not correct</string>
|
<string name="BackupDialog_passphrase_was_not_correct">Passphrase was not correct</string>
|
||||||
@@ -4496,6 +4500,7 @@
|
|||||||
<string name="RegistrationActivity_code_support_subject">Signal Registration - Verification Code for Android</string>
|
<string name="RegistrationActivity_code_support_subject">Signal Registration - Verification Code for Android</string>
|
||||||
<string name="RegistrationActivity_incorrect_code">Incorrect code</string>
|
<string name="RegistrationActivity_incorrect_code">Incorrect code</string>
|
||||||
<string name="BackupUtil_never">Never</string>
|
<string name="BackupUtil_never">Never</string>
|
||||||
|
<!-- Subtext below last backup time when we do not know when the last backup was -->
|
||||||
<string name="BackupUtil_unknown">Unknown</string>
|
<string name="BackupUtil_unknown">Unknown</string>
|
||||||
<!-- Phone number heading displayed as a screen title -->
|
<!-- Phone number heading displayed as a screen title -->
|
||||||
<string name="preferences_app_protection__phone_number">Phone number</string>
|
<string name="preferences_app_protection__phone_number">Phone number</string>
|
||||||
@@ -4680,6 +4685,7 @@
|
|||||||
<string name="DeviceTransferSetup__try_turning_wifi_off_and_on_on_both_devices">Try turning Wi-Fi off and on, on both devices.</string>
|
<string name="DeviceTransferSetup__try_turning_wifi_off_and_on_on_both_devices">Try turning Wi-Fi off and on, on both devices.</string>
|
||||||
<string name="DeviceTransferSetup__make_sure_both_devices_are_in_transfer_mode">Make sure both devices are in transfer mode.</string>
|
<string name="DeviceTransferSetup__make_sure_both_devices_are_in_transfer_mode">Make sure both devices are in transfer mode.</string>
|
||||||
<string name="DeviceTransferSetup__go_to_support_page">Go to support page</string>
|
<string name="DeviceTransferSetup__go_to_support_page">Go to support page</string>
|
||||||
|
<!-- Button text when a device transfer could not occur and to try again -->
|
||||||
<string name="DeviceTransferSetup__try_again">Try again</string>
|
<string name="DeviceTransferSetup__try_again">Try again</string>
|
||||||
<string name="DeviceTransferSetup__waiting_for_other_device">Waiting for other device</string>
|
<string name="DeviceTransferSetup__waiting_for_other_device">Waiting for other device</string>
|
||||||
<string name="DeviceTransferSetup__tap_continue_on_your_other_device_to_start_the_transfer">Tap Continue on your other device to start the transfer.</string>
|
<string name="DeviceTransferSetup__tap_continue_on_your_other_device_to_start_the_transfer">Tap Continue on your other device to start the transfer.</string>
|
||||||
@@ -5185,6 +5191,7 @@
|
|||||||
|
|
||||||
<!-- ChangeNumberVerifyFragment -->
|
<!-- ChangeNumberVerifyFragment -->
|
||||||
<string name="ChangeNumberVerifyFragment__change_number">Change Number</string>
|
<string name="ChangeNumberVerifyFragment__change_number">Change Number</string>
|
||||||
|
<!-- Text shown when verifying a new phone number where %1$s is the number being changed -->
|
||||||
<string name="ChangeNumberVerifyFragment__verifying_s">Verifying %1$s</string>
|
<string name="ChangeNumberVerifyFragment__verifying_s">Verifying %1$s</string>
|
||||||
<string name="ChangeNumberVerifyFragment__captcha_required">Captcha required</string>
|
<string name="ChangeNumberVerifyFragment__captcha_required">Captcha required</string>
|
||||||
|
|
||||||
@@ -5560,6 +5567,7 @@
|
|||||||
<string name="ConversationSettingsFragment__permissions">Permissions</string>
|
<string name="ConversationSettingsFragment__permissions">Permissions</string>
|
||||||
<string name="ConversationSettingsFragment__requests_and_invites">Requests & invites</string>
|
<string name="ConversationSettingsFragment__requests_and_invites">Requests & invites</string>
|
||||||
<string name="ConversationSettingsFragment__group_link">Group link</string>
|
<string name="ConversationSettingsFragment__group_link">Group link</string>
|
||||||
|
<!-- Option in conversation settings to add a user as a contact -->
|
||||||
<string name="ConversationSettingsFragment__add_as_a_contact">Add as a contact</string>
|
<string name="ConversationSettingsFragment__add_as_a_contact">Add as a contact</string>
|
||||||
<string name="ConversationSettingsFragment__unmute">Unmute</string>
|
<string name="ConversationSettingsFragment__unmute">Unmute</string>
|
||||||
<!-- The subtitle for a settings item that describes how long the user\'s chat is muted. If a chat is muted, you will not receive notifications unless @mentioned. The placeholder represents a time (e.g. 10pm, March 4, etc). -->
|
<!-- The subtitle for a settings item that describes how long the user\'s chat is muted. If a chat is muted, you will not receive notifications unless @mentioned. The placeholder represents a time (e.g. 10pm, March 4, etc). -->
|
||||||
@@ -5673,6 +5681,7 @@
|
|||||||
<string name="ShareInterstitialActivity__share">Share</string>
|
<string name="ShareInterstitialActivity__share">Share</string>
|
||||||
|
|
||||||
<!-- DSLSettingsToolbar -->
|
<!-- DSLSettingsToolbar -->
|
||||||
|
<!-- Content description describing the back arrow on toolbars -->
|
||||||
<string name="DSLSettingsToolbar__navigate_up">Navigate up</string>
|
<string name="DSLSettingsToolbar__navigate_up">Navigate up</string>
|
||||||
<string name="MultiselectForwardFragment__forward_to">Forward to</string>
|
<string name="MultiselectForwardFragment__forward_to">Forward to</string>
|
||||||
<!-- Displayed when sharing content to people via the fragment -->
|
<!-- Displayed when sharing content to people via the fragment -->
|
||||||
@@ -5683,6 +5692,7 @@
|
|||||||
<string name="MultiselectForwardFragment__videos_will_be_trimmed">Videos will be trimmed to 30s clips and sent as multiple Stories.</string>
|
<string name="MultiselectForwardFragment__videos_will_be_trimmed">Videos will be trimmed to 30s clips and sent as multiple Stories.</string>
|
||||||
<!-- Displayed when user selects a video that cannot be sent as a story -->
|
<!-- Displayed when user selects a video that cannot be sent as a story -->
|
||||||
<string name="MultiselectForwardFragment__videos_sent_to_stories_cant">Videos sent to Stories can\'t be longer than 30s.</string>
|
<string name="MultiselectForwardFragment__videos_sent_to_stories_cant">Videos sent to Stories can\'t be longer than 30s.</string>
|
||||||
|
<!-- Body in alert dialog telling users that messages are now sent immediately -->
|
||||||
<string name="MultiselectForwardFragment__forwarded_messages_are_now">Forwarded messages are now sent immediately.</string>
|
<string name="MultiselectForwardFragment__forwarded_messages_are_now">Forwarded messages are now sent immediately.</string>
|
||||||
<plurals name="MultiselectForwardFragment_send_d_messages">
|
<plurals name="MultiselectForwardFragment_send_d_messages">
|
||||||
<item quantity="one">Send %1$d message</item>
|
<item quantity="one">Send %1$d message</item>
|
||||||
@@ -5869,6 +5879,7 @@
|
|||||||
|
|
||||||
<string name="MySupportPreference__s_per_month">%1$s/month</string>
|
<string name="MySupportPreference__s_per_month">%1$s/month</string>
|
||||||
<string name="MySupportPreference__renews_s">Renews %1$s</string>
|
<string name="MySupportPreference__renews_s">Renews %1$s</string>
|
||||||
|
<!-- Subtitle shown when processing a donation transaction -->
|
||||||
<string name="MySupportPreference__processing_transaction">Processing transaction…</string>
|
<string name="MySupportPreference__processing_transaction">Processing transaction…</string>
|
||||||
<!-- Displayed on "My Support" screen when user badge failed to be added to their account -->
|
<!-- Displayed on "My Support" screen when user badge failed to be added to their account -->
|
||||||
<string name="MySupportPreference__couldnt_add_badge_s">Couldn\'t add badge. %1$s</string>
|
<string name="MySupportPreference__couldnt_add_badge_s">Couldn\'t add badge. %1$s</string>
|
||||||
@@ -6281,7 +6292,7 @@
|
|||||||
<string name="StoriesLandingItem__info">Info</string>
|
<string name="StoriesLandingItem__info">Info</string>
|
||||||
<!-- Label when a story is pending sending -->
|
<!-- Label when a story is pending sending -->
|
||||||
<string name="StoriesLandingItem__sending">Sending…</string>
|
<string name="StoriesLandingItem__sending">Sending…</string>
|
||||||
<!-- Label when multiple stories are pending sending -->
|
<!-- Label when multiple stories are pending sending where %1$d is the number of stories being sent -->
|
||||||
<string name="StoriesLandingItem__sending_d">Sending %1$d…</string>
|
<string name="StoriesLandingItem__sending_d">Sending %1$d…</string>
|
||||||
<!-- Label when a story fails to send due to networking -->
|
<!-- Label when a story fails to send due to networking -->
|
||||||
<string name="StoriesLandingItem__send_failed">Send failed</string>
|
<string name="StoriesLandingItem__send_failed">Send failed</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user