Files
crashhandler/library/src/main/res/values/strings.xml
Florian Bouillon ef361a4eaa fix: Missing required view (#1)
* misc: Renamed `app` to `sample`

* misc: Renamed crashhandler to library

* fix: Missing required view
2022-08-09 18:09:30 +02:00

11 lines
529 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Error Activity Translations -->
<string name="error_app_crash">An Error Occurred in the application forcing it to close down</string>
<string name="error_app_report">Please report it so we can enhance you\'re Android OpenHealth experience</string>
<string name="copy_to_clipboard">Copy to clipboard</string>
<string name="quit">Quit</string>
<string name="error_reporter_crash">An error occurred while making the error report</string>
</resources>