From bf3b9c374e1e68b1244da392666b571ab37e51fb Mon Sep 17 00:00:00 2001
From: Jules Aguillon
Date: Sat, 6 Jul 2024 22:16:37 +0200
Subject: 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.
---
res/values-tr/strings.xml | 5 +++++
1 file changed, 5 insertions(+)
(limited to 'res/values-tr')
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."Aşağı
BAŞ(Sol yön tuşu)
SON(Sağ yön tuşu)
+
+
+
+
+
--
cgit v1.2.3