aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorKurt Partridge <kep@google.com>2012-08-02 20:22:29 -0700
committerKurt Partridge <kep@google.com>2012-08-21 22:37:33 -0700
commitbf653996eab40e2c66cfd2eaeb48ed5175b78455 (patch)
treedf19f8c08c6a6b1b1f3a3ea1a02105961e719953 /java/res
parentf8528914375be9bd4520444faa1bcd4381a4ee80 (diff)
downloadlatinime-bf653996eab40e2c66cfd2eaeb48ed5175b78455.tar.gz
latinime-bf653996eab40e2c66cfd2eaeb48ed5175b78455.tar.xz
latinime-bf653996eab40e2c66cfd2eaeb48ed5175b78455.zip
ResearchLogging capture full n-gram data
- Captures complete motion data for all words in an n-gram. - Also filters n-grams properly; if any word in the n-gram is not in the dictionary, it is not included. - Simplify ResearchLog to not require explicit state - Added LogBuffer class MainLogBuffer class to allow n-gram-level decisions about privacy. - Moved LogUnit out from ResearchLogger multi-project change with Ic70ccb6c2e11eb02d887821434b44daa3eb7a3e2 Bug: 6188932 Change-Id: I731d6cff6539e997874f723b68bdb0d9b651b937
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index 07b3f31c7..f2468f5a4 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -261,7 +261,8 @@
<string name="research_feedback_dialog_title" translatable="false">Send feedback</string>
<!-- Text for checkbox option to include user data in feedback for research purposes [CHAR LIMIT=50] -->
<!-- TODO: remove translatable=false attribute once text is stable -->
- <string name="research_feedback_include_history_label" translatable="false">Include last 5 words entered</string>
+ <!-- TODO: handle multilingual plurals -->
+ <string name="research_feedback_include_history_label" translatable="false">Include last <xliff:g id="word">%d</xliff:g> words entered</string>
<!-- Hint to user about the text entry field where they should enter research feedback [CHAR LIMIT=40] -->
<!-- TODO: remove translatable=false attribute once text is stable -->
<string name="research_feedback_hint" translatable="false">Enter your feedback here.</string>