mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 19:00:26 +01:00
Add split-pane UI for create group screen.
This commit is contained in:
committed by
Greyson Parrelli
parent
d763baa270
commit
d6446d2954
@@ -5187,11 +5187,20 @@
|
||||
|
||||
<!-- CreateGroupActivity -->
|
||||
<string name="CreateGroupActivity__skip">Skip</string>
|
||||
|
||||
<plurals name="CreateGroupActivity__d_members">
|
||||
<item quantity="one">%1$d member</item>
|
||||
<item quantity="other">%1$d members</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Create group screen title displayed when there is at least one group member selected. The placeholder is the total number of group members. -->
|
||||
<plurals name="CreateGroupActivity__s_members">
|
||||
<item quantity="one">%1$s member</item>
|
||||
<item quantity="other">%1$s members</item>
|
||||
</plurals>
|
||||
<!-- Accessibility label for navigating to the next screen in the create group flow. -->
|
||||
<string name="CreateGroupActivity__accessibility_next">Next</string>
|
||||
|
||||
<!-- ShareActivity -->
|
||||
<string name="ShareActivity__share">Share</string>
|
||||
<!-- Label to describe circular spinner button -->
|
||||
|
||||
Reference in New Issue
Block a user