added a notification for users to try to send the report again closes #32 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
15 lines
660 B
XML
15 lines
660 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<string name="crash">Application Fault</string>
|
|
<string name="sorry">We found a problem. Please click here.</string>
|
|
<string name="sending">Sending…</string>
|
|
<string name="send">Send</string>
|
|
<string name="description">Optional: Describe what happened</string>
|
|
<string name="version">Version</string>
|
|
<string name="no_reports">No Reports</string>
|
|
<string name="sending_report">Sending Exception Report</string>
|
|
<string name="reporting_error">Problem sending the report</string>
|
|
<string name="reporting_error_msg">Please click here to try again</string>
|
|
|
|
</resources> |