abouttreesummaryrefslogcommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorMatej Drobnič2025-09-29 00:56:23 +0200
committerGitHub2025-09-29 00:56:23 +0200
commitdf8e7a01e0e69c2a8463a27096d4d3c33b1f6b46 (patch)
tree354034f08133fa4aa6073ba386258b408e2bd046 /res/values/strings.xml
parent7fdf63b930e51a06011ce911cf87a03c41b8334d (diff)
downloadunexpected-keyboard-df8e7a01e0e69c2a8463a27096d4d3c33b1f6b46.tar.gz
unexpected-keyboard-df8e7a01e0e69c2a8463a27096d4d3c33b1f6b46.zip
Make history duration configurable (#1074)
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 988ecaa..05e9160 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -140,4 +140,10 @@
<string name="clipboard_remove_confirm">Remove this clipboard item?</string>
<string name="clipboard_remove_confirmed">Yes</string>
<string name="toast_no_voice_input">No voice typing app installed</string>
+ <string name="pref_category_clipboard">Clipboard</string>
+ <string name="pref_clipboard_history_duration">Clipboard memory duration</string>
+ <string name="pref_clipboard_history_duration_1">At most 1 minute</string>
+ <string name="pref_clipboard_history_duration_5">At most 5 minutes</string>
+ <string name="pref_clipboard_history_duration_30">At most 30 minutes</string>
+ <string name="pref_clipboard_history_duration_stop">Until the app stops</string>
</resources>