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

12 lines
576 B
XML
Raw Normal View History

2022-10-11 08:51:26 +00:00
<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>
2022-10-11 13:40:11 +00:00
<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>
2022-10-11 08:51:26 +00:00
</resources>