1
Fork 0
mirror of https://github.com/Steffo99/twom.git synced 2024-11-29 03:24:24 +00:00
pm-2024-steffo-twom/app/src/main/res/values/strings.xml

20 lines
1.6 KiB
XML
Raw Normal View History

2023-11-04 13:47:07 +00:00
<resources>
<string name="app_name">TwoM</string>
<string name="homeserver_placeholder">https://candy.steffo.eu</string>
<string name="homeserver_label">Homeserver</string>
<string name="homeserver_supporting">The URL of the homeserver providing you with Matrix access.</string>
<string name="homeserver_error_malformedurl">The homeserver URL you provided is not a valid URL.</string>
<string name="room_name_fallback_members_0">Is this even a party?</string>
<string name="room_name_fallback_members_1">%1$s\'s party</string>
<string name="room_name_fallback_members_2">%1$s and %2$s\'s party</string>
<string name="room_name_fallback_members_3">%1$s, %2$s, and %3$s\'s party</string>
<string name="room_name_fallback_members_4">%1$s, %2$s, %3$s, %4$s\'s party</string>
<string name="room_name_fallback_members_more">%1$s, %2$s, %3$s and %4$d others\' party</string>
<string name="room_name_fallback_invite">Party invite</string>
<string name="login_button_continue_text">Continue</string>
<string name="login_welcome_text">Welcome to TwoM! To start using the app, you\'ll need to select the Matrix homeserver you want to use.</string>
<string name="homeserver_error_notmatrix">The homeserver URL you provided does not point to a Matrix homeserver.</string>
<string name="homeserver_trailingicon_validating_description">Checking if the URL points to a Matrix homeserver…</string>
<string name="homeserver_trailingicon_waiting_description">Waiting for you to stop writing…</string>
<string name="homeserver_trailingicon_waiting_done">All checks complete.</string>
2023-11-04 13:47:07 +00:00
</resources>