mirror of
https://github.com/dzeiocom/crashhandler.git
synced 2025-07-05 05:39:18 +00:00
* misc: Renamed `app` to `sample` * misc: Renamed crashhandler to library * fix: Missing required view
11 lines
529 B
XML
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> |