aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings_pref_debug.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-08-12 19:38:26 -0700
committerGitHub <noreply@github.com>2017-08-12 19:38:26 -0700
commit894c1c4d2c7568d26165baf0d9d192bdf3b288ef (patch)
tree1a9ae583970177ce7f4408a31d6cad29ad28dc52 /app/src/main/res/values/strings_pref_debug.xml
parent209aa76264c796c9bd4485af3c43c615c2f3b12d (diff)
downloadfrost-894c1c4d2c7568d26165baf0d9d192bdf3b288ef.tar.gz
frost-894c1c4d2c7568d26165baf0d9d192bdf3b288ef.tar.bz2
frost-894c1c4d2c7568d26165baf0d9d192bdf3b288ef.zip
Feature/jsoup debugger (#152)v1.4.2.1
* Create debugger * Update debugger content * Create debugging logic * Finalize and test debugger * Add reload listener
Diffstat (limited to 'app/src/main/res/values/strings_pref_debug.xml')
-rw-r--r--app/src/main/res/values/strings_pref_debug.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_pref_debug.xml b/app/src/main/res/values/strings_pref_debug.xml
new file mode 100644
index 00000000..fb52f2b4
--- /dev/null
+++ b/app/src/main/res/values/strings_pref_debug.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <string name="debug_toast_enabled">Debugging section is enabled! Go back to settings.</string>
+
+ <string name="debug_disclaimer_info">Though most private content is automatically removed in the report, some sensitive info may still be visible.
+ \nPlease have a look at the debug report before sending it.
+ \n\nClicking one of the options below will prepare an email response with the web page data.
+ </string>
+
+ <string name="debug_incomplete">Incomplete report</string>
+ <string name="debug_request_error">An error occurred in the debugger.</string>
+ <string name="debug_request_cancelled">The request has been cancelled.</string>
+ <string name="debug_request_timeout">The request has timed out.</string>
+
+ <string name="debug_report_completed">Debug report completed</string>
+ <string name="debug_report_completed_content">Would you like to send the report?</string>
+</resources> \ No newline at end of file