Changed hardcoded strings to translatable

This commit is contained in:
0123456789
2021-04-09 20:38:17 +00:00
committed by Rahul Kumar Patel
parent 296a602b2b
commit 9a4ab1d97c
8 changed files with 58 additions and 47 deletions

View File

@@ -357,4 +357,9 @@
<string name="toast_purchase_blocked">"App purchases not available on Anonymous accounts."</string>
<string name="toast_manual_unavailable">"The version code you are requesting is unavailable."</string>
<string name="toast_manual_available">"Congrats, requested version code is available, downloading now."</string>
</resources>
<string name="toast_double_press_to_exit">Click twice to exit</string>
<string name="toast_page_unavailable">Browse page unavailable</string>
<string name="toast_rated_success">Rated successfully</string>
<string name="toast_rated_failed">Failed to submit rating</string>
<string name="toast_aas_token_failed">Failed to generate AAS Token</string>
</resources>