Localazy: move leave_room_alert_ strings to the :features:leaveroom:api module.
This commit is contained in:
parent
2c54a0b0a8
commit
899ffbc351
22 changed files with 69 additions and 33 deletions
6
features/leaveroom/api/src/main/res/values/localazy.xml
Normal file
6
features/leaveroom/api/src/main/res/values/localazy.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="leave_room_alert_empty_subtitle">"Are you sure that you want to leave this room? You\'re the only person here. If you leave, no one will be able to join in the future, including you."</string>
|
||||
<string name="leave_room_alert_private_subtitle">"Are you sure that you want to leave this room? This room is not public and you won\'t be able to rejoin without an invite."</string>
|
||||
<string name="leave_room_alert_subtitle">"Are you sure that you want to leave the room?"</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue