Added Redirect settings page
This commit is contained in:
parent
4ce065425b
commit
e8549c8841
13 changed files with 268 additions and 35 deletions
|
@ -7,6 +7,7 @@
|
|||
<string name="popup_name">Popup</string>
|
||||
<string name="services_name">Services</string>
|
||||
<string name="whitelist_name">Allowlist</string>
|
||||
<string name="redirect_name">Redirect</string>
|
||||
<string name="tools_name">Tools</string>
|
||||
<string name="about_name">About</string>
|
||||
<string name="donate_name">Donate</string>
|
||||
|
@ -25,6 +26,13 @@
|
|||
<string name="source_code">Source Code</string>
|
||||
<string name="license">License</string>
|
||||
|
||||
<!-- Redirect Settings -->
|
||||
<string name="redirect_wifi">Redirect while using Wi-Fi</string>
|
||||
<string name="redirect_data">Redirect while on mobile data</string>
|
||||
<string name="redirect_international">Redirect only international numbers</string>
|
||||
<string name="redirect_roaming">Redirect only if roaming</string>
|
||||
|
||||
<!-- Popup Animations -->
|
||||
<string name="popup_effect_label">Popup Animation</string>
|
||||
<string-array name="popup_effects">
|
||||
<item>None</item>
|
||||
|
@ -36,4 +44,27 @@
|
|||
<item>Random</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Donate screen -->
|
||||
<string name="donate_title">Support Pulse Development 💖</string>
|
||||
<string name="donate_description">Pulse is free and open-source. You can support future development through Ko-fi. As a thank-you, donors get special popup animation effects!</string>
|
||||
<string name="donate_button">Donate via Ko-fi 💙</string>
|
||||
<string name="donate_post_prompt">Already donated? Tap below to activate your token.</string>
|
||||
<string name="donate_have_token">I have a token</string>
|
||||
<string name="donate_token_instruction">Enter your Ko-fi token:</string>
|
||||
<string name="donate_token_hint">token: abcd1234efgh5678</string>
|
||||
<string name="donate_token_activate">Activate Token</string>
|
||||
|
||||
<!-- DonateFragment -->
|
||||
<string name="donate_token_copied">Token copied to clipboard</string>
|
||||
<string name="donate_token_invalid_format">Invalid token format</string>
|
||||
<string name="donate_missing_permission">❌ Missing INTERNET permission</string>
|
||||
<string name="donate_no_internet">❌ No internet access</string>
|
||||
<string name="donate_server_unreachable">❌ Activation server is unreachable</string>
|
||||
<string name="donate_server_not_responding">❌ Server not responding</string>
|
||||
<string name="donate_token_check_failed">❌ Could not check token</string>
|
||||
<string name="donate_token_invalid">❌ Invalid or expired token</string>
|
||||
<string name="donate_activation_failed">❌ Activation failed</string>
|
||||
<string name="donate_token_activated">✅ Token activated! You had %1$s activations left.</string>
|
||||
<string name="donate_token_already_activated">✅ Already activated</string>
|
||||
<string name="donate_toast_reminder">Make sure to include your token in the donation message to get rewarded 😊</string>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue