abouttreesummaryrefslogcommitdiff
path: root/res/values-tr/strings.xml
diff options
context:
space:
mode:
authorJules Aguillon2024-07-06 22:16:37 +0200
committerGitHub2024-07-06 22:16:37 +0200
commitbf3b9c374e1e68b1244da392666b571ab37e51fb (patch)
treeb76bd387664a2b2fc381a2e907795d21016c150d /res/values-tr/strings.xml
parent6021a0b83c33a495fedde7bbb751ad3e3754bd98 (diff)
downloadunexpected-keyboard-bf3b9c374e1e68b1244da392666b571ab37e51fb.tar.gz
unexpected-keyboard-bf3b9c374e1e68b1244da392666b571ab37e51fb.zip
Clipboard pane (#681)
This adds the clipboard pane, which allows to save an arbitrary number of clipboards and to paste them later. The key can be disabled in settings. Checking the "Recently copied text" checkbox will cause the keyboard to keep a temporary history of copied text. This history can only contain 3 elements which expire after 5 minutes. If this is unchecked, no history is collected. History entries can be pinned into the persisted list of pins.
Diffstat (limited to 'res/values-tr/strings.xml')
-rw-r--r--res/values-tr/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml
index 4a77bbc..ce8c205 100644
--- a/res/values-tr/strings.xml
+++ b/res/values-tr/strings.xml
@@ -116,4 +116,9 @@ Bu uygulama açık kaynaklıdır. Reklam içermez ve internete bağlanmaz."</str
<string name="key_descr_page_down">Aşağı</string>
<string name="key_descr_home">BAŞ(Sol yön tuşu)</string>
<string name="key_descr_end">SON(Sağ yön tuşu)</string>
+ <!-- <string name="key_descr_clipboard">Clipboard manager</string> -->
+ <!-- <string name="clipboard_history_heading">Recently copied text</string> -->
+ <!-- <string name="clipboard_pin_heading">Pinned</string> -->
+ <!-- <string name="clipboard_remove_confirm">Remove this clipboard?</string> -->
+ <!-- <string name="clipboard_remove_confirmed">Yes</string> -->
</resources>