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

38 lines
No EOL
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Pulse</string>
<string name="description">Redirects outgoing calls to E2EE apps if available.</string>
<string name="popup">Redirecting to %1$s</string>
<string name="settings_name">Settings</string>
<string name="popup_name">Popup</string>
<string name="services_name">Services</string>
<string name="whitelist_name">Allowlist</string>
<string name="tools_name">Tools</string>
<string name="about_name">About</string>
<string name="donate_name">Donate</string>
<string name="destination_signal">Signal</string>
<string name="destination_telegram">Telegram</string>
<string name="destination_threema">Threema</string>
<string name="destination_whatsapp">WhatsApp</string>
<string name="redirection_delay_description">The delay before a call will be redirected.</string>
<string name="services_desc">Here you can enable or disable redirection to individual services and change their priority by dragging them. Redirection will be handled in order from top to bottom.</string>
<string name="popup_position">Popup position</string>
<string name="activate_description">To start, grant the required permissions by tapping the Activate button.</string>
<string name="activate">Activate</string>
<string name="navigation_drawer_open">Open menu</string>
<string name="test">Test</string>
<string name="source_code">Source Code</string>
<string name="license">License</string>
<string name="popup_effect_label">Popup Animation</string>
<string-array name="popup_effects">
<item>None</item>
<item>Fade</item>
<item>Scale</item>
<item>Bounce</item>
<item>Flop</item>
<item>Matrix</item>
<item>Random</item>
</string-array>
</resources>