aboutsummaryrefslogtreecommitdiffstats
path: root/src/piratx/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/piratx/res/values/strings.xml')
-rw-r--r--src/piratx/res/values/strings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/piratx/res/values/strings.xml b/src/piratx/res/values/strings.xml
new file mode 100644
index 000000000..1eb5a0ac5
--- /dev/null
+++ b/src/piratx/res/values/strings.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="pref_show_logcat_title">Show logcat output</string>
+ <string name="pref_show_logcat_summary">Shows the output of logcat. This is useful for debugging.</string>
+ <string name="piratx_title_activity_loginformation">Log information</string>
+ <string name="piratx_copy_item">Copy item</string>
+ <string name="piratx_copy_to_clipboard">Copy to clipboard</string>
+ <string name="piratx_copied_to_clipboard">Copied to clipboard</string>
+ <string name="piratx_not_copied_to_clipboard_empty">Nothing to copy.</string>
+</resources>