mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 11:51:10 +01:00
Add support for announcement groups.
This commit is contained in:
@@ -245,6 +245,11 @@
|
||||
<string name="ConversationActivity_attachment_exceeds_size_limits">Attachment exceeds size limits for the type of message you\'re sending.</string>
|
||||
<string name="ConversationActivity_unable_to_record_audio">Unable to record audio!</string>
|
||||
<string name="ConversationActivity_you_cant_send_messages_to_this_group">You can\'t send messages to this group because you\'re no longer a member.</string>
|
||||
<string name="ConversationActivity_only_s_can_send_messages">Only %1$s can send messages.</string>
|
||||
<string name="ConversationActivity_admins">admins</string>
|
||||
<string name="ConversationActivity_message_an_admin">Message an admin</string>
|
||||
<string name="ConversationActivity_cant_start_group_call">Can\'t start group call</string>
|
||||
<string name="ConversationActivity_only_admins_of_this_group_can_start_a_call">Only admins of this group can start a call.</string>
|
||||
<string name="ConversationActivity_there_is_no_app_available_to_handle_this_link_on_your_device">There is no app available to handle this link on your device.</string>
|
||||
<string name="ConversationActivity_your_request_to_join_has_been_sent_to_the_group_admin">Your request to join has been sent to the group admin. You\'ll be notified when they take action.</string>
|
||||
<string name="ConversationActivity_cancel_request">Cancel Request</string>
|
||||
@@ -489,6 +494,7 @@
|
||||
<!-- ShareActivity -->
|
||||
<string name="ShareActivity_share_with">Share with</string>
|
||||
<string name="ShareActivity_multiple_attachments_are_only_supported">Multiple attachments are only supported for images and videos</string>
|
||||
<string name="ShareActivity_you_do_not_have_permission_to_send_to_this_group">You do not have permission to send to this group</string>
|
||||
|
||||
<!-- GcmRefreshJob -->
|
||||
<string name="GcmRefreshJob_Permanent_Signal_communication_failure">Permanent Signal communication failure!</string>
|
||||
@@ -661,6 +667,7 @@
|
||||
<!-- AddMembersActivity -->
|
||||
<string name="AddMembersActivity__done">Done</string>
|
||||
<string name="AddMembersActivity__this_person_cant_be_added_to_legacy_groups">This person can\'t be added to legacy groups.</string>
|
||||
<string name="AddMembersActivity__this_person_cant_be_added_to_announcement_groups">This person can\'t be added to announcement groups.</string>
|
||||
<plurals name="AddMembersActivity__add_d_members_to_s">
|
||||
<item quantity="one">Add \"%1$s\" to \"%2$s\"?</item>
|
||||
<item quantity="other">Add %3$d members to \"%2$s\"?</item>
|
||||
@@ -737,6 +744,7 @@
|
||||
|
||||
<string name="ManageGroupActivity_you_dont_have_the_rights_to_do_this">You don\'t have the rights to do this</string>
|
||||
<string name="ManageGroupActivity_not_capable">Someone you added does not support new groups and needs to update Signal</string>
|
||||
<string name="ManageGroupActivity_not_announcement_capable">Someone you added does not support announcement groups and needs to update Signal</string>
|
||||
<string name="ManageGroupActivity_failed_to_update_the_group">Failed to update the group</string>
|
||||
<string name="ManageGroupActivity_youre_not_a_member_of_the_group">You\'re not a member of the group</string>
|
||||
<string name="ManageGroupActivity_failed_to_update_the_group_please_retry_later">Failed to update the group please retry later</string>
|
||||
@@ -1143,6 +1151,14 @@
|
||||
<string name="MessageRecord_s_changed_who_can_edit_group_membership_to_s">%1$s changed who can edit group membership to \"%2$s\".</string>
|
||||
<string name="MessageRecord_who_can_edit_group_membership_has_been_changed_to_s">Who can edit group membership has been changed to \"%1$s\".</string>
|
||||
|
||||
<!-- GV2 announcement group change -->
|
||||
<string name="MessageRecord_you_allow_all_members_to_send">You changed the group settings to allow all members to send messages.</string>
|
||||
<string name="MessageRecord_you_allow_only_admins_to_send">You changed the group settings to only allow admins to send messages.</string>
|
||||
<string name="MessageRecord_s_allow_all_members_to_send">%1$s changed the group settings to allow all members to send messages.</string>
|
||||
<string name="MessageRecord_s_allow_only_admins_to_send">%1$s changed the group settings to only allow admins to send messages.</string>
|
||||
<string name="MessageRecord_allow_all_members_to_send">The group settings were changed to allow all members to send messages.</string>
|
||||
<string name="MessageRecord_allow_only_admins_to_send">The group settings were changed to only allow admins to send messages.</string>
|
||||
|
||||
<!-- GV2 group link invite access level change -->
|
||||
<string name="MessageRecord_you_turned_on_the_group_link_with_admin_approval_off">You turned on the group link with admin approval off.</string>
|
||||
<string name="MessageRecord_you_turned_on_the_group_link_with_admin_approval_on">You turned on the group link with admin approval on.</string>
|
||||
@@ -3595,10 +3611,12 @@
|
||||
<!-- PermissionsSettingsFragment -->
|
||||
<string name="PermissionsSettingsFragment__add_members">Add members</string>
|
||||
<string name="PermissionsSettingsFragment__edit_group_info">Edit group info</string>
|
||||
<string name="PermissionsSettingsFragment__send_messages">Send messages</string>
|
||||
<string name="PermissionsSettingsFragment__all_members">All members</string>
|
||||
<string name="PermissionsSettingsFragment__only_admins">Only admins</string>
|
||||
<string name="PermissionsSettingsFragment__who_can_add_new_members">Who can add new members?</string>
|
||||
<string name="PermissionsSettingsFragment__who_can_edit_this_groups_info">Who can edit this group\'s info?</string>
|
||||
<string name="PermissionsSettingsFragment__who_can_send_messages">Who can send messages?</string>
|
||||
|
||||
<!-- SoundsAndNotificationsSettingsFragment -->
|
||||
<string name="SoundsAndNotificationsSettingsFragment__mute_notifications">Mute notifications</string>
|
||||
|
||||
Reference in New Issue
Block a user