Create new file for RiotX string

This commit is contained in:
Benoit Marty 2019-03-18 15:17:17 +01:00
parent c093e07c24
commit 368cf4b3f0
2 changed files with 8 additions and 6 deletions

View File

@ -1,11 +1,5 @@
<resources>

<!-- Strings not defined in Riot -->
<string name="global_retry">"Retry"</string>
<string name="room_list_empty">"Join a room to start using the app."</string>

<!-- Strings imported from Riot -->

<!-- use to retrieve the supported languages list -->
<!-- should the same value as the file name -->


View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<!-- Strings not defined in Riot -->
<string name="global_retry">"Retry"</string>
<string name="room_list_empty">"Join a room to start using the app."</string>

</resources>