aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorKurt Partridge <kep@google.com>2012-07-10 21:20:47 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-07-10 21:20:47 -0700
commit0d54692ce4a2af1a2acb1c4fe4f3492613103d8f (patch)
tree0b10af7f98cfb49ea340239617960c8638be3f10 /java/res
parent91f7086bf598ee9afb67670b389f0bf0e0e51b57 (diff)
parent223d671ffcfe182130742c8a48185b9362acc6f9 (diff)
downloadlatinime-0d54692ce4a2af1a2acb1c4fe4f3492613103d8f.tar.gz
latinime-0d54692ce4a2af1a2acb1c4fe4f3492613103d8f.tar.xz
latinime-0d54692ce4a2af1a2acb1c4fe4f3492613103d8f.zip
Merge "intentional logging"
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>