mirror of
https://github.com/dzeiocom/crashhandler.git
synced 2025-07-06 06:09:19 +00:00
fix: Missing required view (#1)
* misc: Renamed `app` to `sample` * misc: Renamed crashhandler to library * fix: Missing required view
This commit is contained in:
11
library/src/main/res/values/strings.xml
Normal file
11
library/src/main/res/values/strings.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?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>
|
Reference in New Issue
Block a user