Files
exception_handler_library/ExceptionHandlerLib/res/values/strings.xml
Ricky Barrette 641c5b7b2d Try again notification
added a notification for users to try to send the report again

closes #32

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-05-05 12:40:14 -04:00

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>