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

34 lines
2.7 KiB
XML
Raw Normal View History

2023-11-04 13:47:07 +00:00
<resources>
<string name="app_name">TwoM</string>
2023-11-20 01:23:51 +00:00
<string name="selecthomeserver_input_placeholder">https://candy.steffo.eu</string>
<string name="selecthomeserver_input_label">Homeserver</string>
<string name="selecthomeserver_input_supporting_empty">The URL of the homeserver providing you with Matrix access.</string>
<string name="selecthomeserver_input_supporting_urlinvalid">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>
2023-11-20 01:23:51 +00:00
<string name="selecthomeserver_complete_text">Continue</string>
<string name="selecthomeserver_text">Please select the homeserver you would like to log into.</string>
<string name="selecthomeserver_input_supporting_flowinvalid">The homeserver URL you provided does not point to a Matrix homeserver.</string>
<string name="selecthomeserver_input_supporting_validating">Checking if the URL points to a Matrix homeserver…</string>
<string name="selecthomeserver_input_supporting_waiting">Waiting for you to stop writing…</string>
<string name="selecthomeserver_input_supporting_valid">All checks complete!</string>
<string name="homeserver_title">Select homeserver</string>
<string name="login_title">Log into Matrix</string>
<string name="back">Go back</string>
2023-11-20 14:28:32 +00:00
<string name="login_text">To use TwoM, you need to log into a Matrix homeserver. Currently, TwoM supports only username and password authentication.</string>
<string name="login_complete_text">Log in</string>
<string name="login_selecthomeserver_text">Select homeserver</string>
<string name="login_username_placeholder">\@steffo:candy.steffo.eu</string>
<string name="login_username_supporting">The Matrix ID to login as, including the @ symbol and the homeserver name.</string>
2023-11-20 14:28:32 +00:00
<string name="login_password_placeholder">p4ssw0rd!</string>
<string name="login_password_supporting">The password of the Matrix account.</string>
2023-11-20 14:28:32 +00:00
<string name="login_username_label">Username</string>
<string name="login_password_label">Password</string>
<string name="password_show">Show password</string>
<string name="password_hide">Hide password</string>
2023-11-04 13:47:07 +00:00
</resources>