husky/husky/app/src/husky/res/values/donottranslate.xml

18 lines
1.1 KiB
XML
Raw Normal View History

2021-08-24 09:09:11 +00:00
<resources>
<!-- CrashHandler strings -->
<string name="crashhandler_email">husky@nixnetmail.com</string>
<string name="crashhandler_email_subject">Husky crashed</string>
<string name="crashhandler_email_body">Please, explain the steps to reproduce the crash (english only):\n\n</string>
<string name="crashhandler_email_report_filename">husky_crash.txt</string>
2022-06-25 09:37:55 +00:00
<string name="crashhandler_notification_channel_title">CrashHandler Notifications</string>
<string name="crashhandler_notification_channel_body">This channel is used for push notifications related to crashes captured by the CrashHanlder.</string>
<string name="crashhandler_notification_title">Husky crashed</string>
<string name="crashhandler_notification_body">There was an error that crashed Husky. If you want, you can report via email this crash.</string>
<string name="crashhandler_notification_report">Report</string>
<string name="crashhandler_notification_discard">Discard</string>
2021-12-24 17:52:27 +00:00
<!-- REPLACEMENT FOR TUSKY STRINGS -->
<string name="tusky_website" translatable="false">https://husky.adol.pw</string>
2021-12-24 17:52:27 +00:00
2021-08-24 09:09:11 +00:00
</resources>