Enable localization of session related strings

This commit is contained in:
Ingo Brückl
2022-08-30 07:52:27 +02:00
parent e3d9a2ef2d
commit 42ffd1a49e
3 changed files with 21 additions and 13 deletions

View File

@@ -316,6 +316,14 @@
<string name="purchase_not_found">"App not found"</string>
<string name="purchase_no_file">"Could not get files"</string>
<string name="purchase_session_expired">"Session expired, re-login to obtain new session."</string>
<string name="session_enjoy">Login and enjoy.</string>
<string name="session_good">Woah! All good.</string>
<string name="session_init">Getting things ready…</string>
<string name="session_login">You need to login first</string>
<string name="session_login_failed_google">Failed to login via Google</string>
<string name="session_scrapped">Last session scrapped</string>
<string name="session_verifying">Verifying session</string>
<string name="session_verifying_google">Verifying Google Session</string>
<string name="spoof_apply">"Make sure you re-login to apply the spoof"</string>
<string name="insecure_anonymous_apply">"Make sure you re-login and restart app to apply changes."</string>
<string name="tab_categories">"Categories"</string>