Talaria/app/src/main/res/values/strings.xml

16 lines
742 B
XML

<resources>
<string name="app_name" translatable="false">Talaria</string>
<string name="welcome_to">Welcome to %s</string>
<string name="enter_phone">Enter your phone:</string>
<string name="phone_international">Phone (international format)</string>
<string name="phone_example">+34 600 000 000</string>
<string name="send_otp">Send code</string>
<string name="enter_otp">Enter the code you received:</string>
<string name="otp">Code</string>
<string name="otp_example">12345</string>
<string name="do_login">Login</string>
<string name="profile_photo">Profile Picture</string>
<string name="write_message">Write a message…</string>
<string name="send_message">Send</string>
</resources>