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

10 lines
649 B
XML
Raw Normal View History

2022-02-01 23:38:08 +03:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Red</string>
2022-02-07 15:04:02 +03:00
<string name="description">The app will try to redirect outgoing calls to Signal/Telegram/Threema if available. For work it requires many permissions. Click on the toggle and grant permissions until it turns ON.</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>
2022-02-07 13:35:33 +03:00
<string name="redirection_delay_description">Delay before a call will be redirected.</string>
2022-02-01 23:38:08 +03:00
</resources>