* When the user is in a v12 room, use different UI to select the last owner when leaving - Add `LeaveSpaceRoom.areCreatorsPrivileged` to detect when this is happening. - Import new strings. - Build the new UI. - Attach it to a change member roles screen navigation. * Don't display the `isLastOwner` UI if the user is the only joined one in the room * Rename `LeaveSpaceState.isLastOwner` to `.needsOwnerChange`. This way, it's easier to understand the difference with the passed `LeaveSpaceRoom.isLastOwner` value * Add a test for the new check of user not being the last joined member * Fix paddings in `LeaveSpaceView` * Update screenshots --------- Co-authored-by: ElementBot <android@element.io>
35 lines
3.2 KiB
XML
35 lines
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||
<string name="screen_create_room_action_create_room">"New room"</string>
|
||
<string name="screen_create_room_add_people_title">"Invite people"</string>
|
||
<string name="screen_create_room_error_creating_room">"An error occurred when creating the room"</string>
|
||
<string name="screen_create_room_error_creating_space">"The space could not be created because of an unknown error. Try again later."</string>
|
||
<string name="screen_create_room_name_placeholder">"Add name…"</string>
|
||
<string name="screen_create_room_new_room_title">"New room"</string>
|
||
<string name="screen_create_room_new_space_title">"New space"</string>
|
||
<string name="screen_create_room_private_option_description">"Only people invited can join."</string>
|
||
<string name="screen_create_room_private_option_title">"Private"</string>
|
||
<string name="screen_create_room_public_option_description">"Anyone can find this room.
|
||
You can change this anytime in room settings."</string>
|
||
<string name="screen_create_room_public_option_short_description">"Anyone can join."</string>
|
||
<string name="screen_create_room_public_option_title">"Public"</string>
|
||
<string name="screen_create_room_room_access_section_knocking_option_description">"Anyone can ask to join but an administrator or a moderator must accept the request."</string>
|
||
<string name="screen_create_room_room_access_section_knocking_option_title">"Allow ask to join"</string>
|
||
<string name="screen_create_room_room_access_section_knocking_restricted_option_description">"Anyone in %1$s can join but everyone else must request access."</string>
|
||
<string name="screen_create_room_room_access_section_knocking_restricted_option_title">"Ask to join"</string>
|
||
<string name="screen_create_room_room_access_section_private_option_description">"Only people invited can join."</string>
|
||
<string name="screen_create_room_room_access_section_private_option_title">"Private"</string>
|
||
<string name="screen_create_room_room_access_section_public_option_description">"Anyone can join."</string>
|
||
<string name="screen_create_room_room_access_section_public_option_title">"Public"</string>
|
||
<string name="screen_create_room_room_access_section_restricted_option_description">"Anyone in %1$s can join."</string>
|
||
<string name="screen_create_room_room_access_section_restricted_option_title">"Standard"</string>
|
||
<string name="screen_create_room_room_access_section_title">"Who has access"</string>
|
||
<string name="screen_create_room_room_address_section_footer">"You’ll need an address in order to make it visible in the public directory."</string>
|
||
<string name="screen_create_room_room_address_section_title">"Address"</string>
|
||
<string name="screen_create_room_room_visibility_section_title">"Room visibility"</string>
|
||
<string name="screen_create_room_space_selection_no_space_description">"(no space)"</string>
|
||
<string name="screen_create_room_space_selection_no_space_title">"Home"</string>
|
||
<string name="screen_create_room_space_selection_sheet_title">"Add to space"</string>
|
||
<string name="screen_create_room_topic_label">"Topic (optional)"</string>
|
||
<string name="screen_create_room_topic_placeholder">"Add description…"</string>
|
||
</resources>
|