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

12 lines
576 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>
</resources>