From a3980c284aee7d211143f1b99f788582d396b34b Mon Sep 17 00:00:00 2001
From: k3b <1374583+k3b@users.noreply.github.com>
Date: Thu, 20 Jan 2022 08:25:33 +0100
Subject: [PATCH] #1: add more configuration settings
---
app/src/main/res/values/strings.xml | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 deletions(-)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index fafcce0..a7d556e 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -18,19 +18,27 @@ this program. If not, see
-->
+
CalEF: Calendar Entry Formatter
Settings
Language
System default
- Debug Mode
- Debug Messages added to LogCat
-
Format Day
Format Date
Format Time
Example Day/Date/Time
+ Message
+ Last used Calendar Event
+
+
+ Message prefix
+
+
+ I have added this to my calendar:
+
+ Send/share last
off
@@ -38,9 +46,14 @@ this program. If not, see
medium
long
full
+
Send Calendar as text to
- CalEF send result: %s
+ Debug Mode
+ Debug Messages added to LogCat
+
+
+ CalEF send result: %s
cannot send %1$s %2$s
\ No newline at end of file