aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/strings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index 5fd4af4f4..7272cfe97 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -224,12 +224,22 @@
<!-- Title for dialog option to let users cancel logging and delete log for this session [CHAR LIMIT=35] -->
<string name="do_not_log_this_session">Do not log this session</string>
+ <!-- Title for dialog option to let users reenable logging [CHAR LIMIT=35] -->
+ <string name="enable_session_logging">Enable session logging</string>
+ <!-- Title for dialog option to let users log all events in this session [CHAR LIMIT=35] -->
+ <string name="log_whole_session_history">Log whole session history</string>
<!-- Toast notification that the system is processing the request to delete the log for this session [CHAR LIMIT=35] -->
<string name="notify_session_log_deleting">Deleting session log</string>
<!-- Toast notification that the system has successfully deleted the log for this session [CHAR LIMIT=35] -->
<string name="notify_session_log_deleted">Session log deleted</string>
<!-- Toast notification that the system has failed to delete the log for this session [CHAR LIMIT=35] -->
<string name="notify_session_log_not_deleted">Session log NOT deleted</string>
+ <!-- Toast notification that the system has recorded the whole session history [CHAR LIMIT=35] -->
+ <string name="notify_session_history_logged">Session history logged</string>
+ <!-- Toast notification that the system has failed to record the whole session history [CHAR LIMIT=35] -->
+ <string name="notify_session_history_not_logged">Error: Session history NOT logged</string>
+ <!-- Toast notification that the system is enabling logging [CHAR LIMIT=35] -->
+ <string name="notify_session_logging_enabled">Session logging enabled</string>
<!-- Preference for input language selection -->
<string name="select_language">Input languages</string>