mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Allow call links to exist in the calls tab.
This commit is contained in:
@@ -1667,6 +1667,8 @@
|
||||
<string name="Recipient_you">You</string>
|
||||
<!-- Name of recipient representing user\'s \'My Story\' -->
|
||||
<string name="Recipient_my_story">My Story</string>
|
||||
<!-- Name of recipient for a call link without a name -->
|
||||
<string name="Recipient_signal_call">Signal call</string>
|
||||
|
||||
<!-- RecipientPreferencesActivity -->
|
||||
<string name="RecipientPreferenceActivity_block">Block</string>
|
||||
@@ -5927,6 +5929,8 @@
|
||||
<string name="CallLogAdapter__return">Return</string>
|
||||
<!-- Call state template when there is more than one call collapsed into a single row. D is a number > 1 and S is a call info string (like Missed) -->
|
||||
<string name="CallLogAdapter__d_s">(%1$d) %2$s</string>
|
||||
<!-- Status text on call links -->
|
||||
<string name="CallLogAdapter__call_link">Call link</string>
|
||||
|
||||
<!-- Call Log context menu -->
|
||||
<!-- Displayed as a context menu item to start a video call -->
|
||||
@@ -6072,6 +6076,12 @@
|
||||
<string name="CallLinkDetailsFragment__share_link">Share link</string>
|
||||
<!-- Displayed in a text row, allowing the user to delete the call link -->
|
||||
<string name="CallLinkDetailsFragment__delete_call_link">Delete call link</string>
|
||||
<!-- Displayed whenever a name change, revocation, etc, fails. -->
|
||||
<string name="CallLinkDetailsFragment__couldnt_save_changes">Couldn\'t save changes. Check your network connection and try again.</string>
|
||||
<!-- Displayed as title in dialog when user attempts to delete the link -->
|
||||
<string name="CallLinkDetailsFragment__delete_link">Delete link?</string>
|
||||
<!-- Displayed as body in dialog when user attempts to delete the link -->
|
||||
<string name="CallLinkDetailsFragment__this_link_will_no_longer_work">This link will no longer work for anyone who as it.</string>
|
||||
|
||||
<!-- Button label for the share button in the username link settings -->
|
||||
<string name="UsernameLinkSettings_share_button_label">Share</string>
|
||||
|
||||
Reference in New Issue
Block a user