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

22 lines
1.2 KiB
XML
Raw Normal View History

2022-02-01 23:38:08 +03:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
2025-04-29 23:54:43 +02:00
<string name="app_name">Pulse</string>
2025-05-15 22:23:07 +02:00
<string name="description">Redirects outgoing calls to E2EE apps if available.</string>
<string name="popup">Redirecting to %1$s</string>
2022-02-07 15:04:02 +03:00
<string name="destination_signal">Signal</string>
<string name="destination_telegram">Telegram</string>
<string name="destination_threema">Threema</string>
<string name="destination_whatsapp">WhatsApp</string>
2022-02-16 12:30:44 +03:00
<string name="redirection_delay_description">The delay before a call will be redirected.</string>
2022-02-14 04:22:31 +03:00
<string name="popup_position">Popup position</string>
2022-02-14 04:45:37 +03:00
<string name="fallback">Fallback</string>
2025-05-15 22:23:07 +02:00
<string name="activate_description">To start, grant the required permissions by tapping the Activate button.</string>
2025-05-11 11:20:16 +02:00
<string name="activate">Activate</string>
<string name="navigation_drawer_open">Open menu</string>
<string name="navigation_drawer_close">Close menu</string>
<string name="popup_settings_description">Configure popup behavior, position, and delay.</string>
<string name="popup_enabled">Popup enabled</string>
<string name="test">Test</string>
2025-05-15 22:23:07 +02:00
<string name="source_code">Source Code</string>
<string name="license">License</string>
2022-02-01 23:38:08 +03:00
</resources>