mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-09 01:37:39 +03:00
15 lines
636 B
XML
15 lines
636 B
XML
<resources>
|
|
<string name="app_name">"Riot X"</string>
|
|
|
|
<string name="global_retry">"Retry"</string>
|
|
<string name="error_no_network">"No network connection"</string>
|
|
<string name="error_common">"An error occurred"</string>
|
|
|
|
<string name="room_list_empty">"Join a room to start using the app."</string>
|
|
<string name="room_list_favourites">"Favourites"</string>
|
|
<string name="room_list_direct">"People"</string>
|
|
<string name="room_list_group">"Rooms"</string>
|
|
<string name="room_list_low_priority">"Low priority"</string>
|
|
<string name="room_list_system_alert">"System Alerts"</string>
|
|
|
|
</resources>
|