diff options
author | 2013-08-20 02:11:39 -0700 | |
---|---|---|
committer | 2013-08-20 02:11:39 -0700 | |
commit | 7abed29a7ad8d8f44b0d07fc66e929abf26ac8e8 (patch) | |
tree | eff19010c04778dbceac18647f49bf23412adbd3 /java/res | |
parent | f5fd990f519c16b01f4a7f1927ac1e77a1bdcbf4 (diff) | |
parent | 33f5f0df8b458269177d8f984d1050c0a20001c2 (diff) | |
download | latinime-7abed29a7ad8d8f44b0d07fc66e929abf26ac8e8.tar.gz latinime-7abed29a7ad8d8f44b0d07fc66e929abf26ac8e8.tar.xz latinime-7abed29a7ad8d8f44b0d07fc66e929abf26ac8e8.zip |
am 33f5f0df: Merge "Add a functionality to boost scores of personalization dictionary"
* commit '33f5f0df8b458269177d8f984d1050c0a20001c2':
Add a functionality to boost scores of personalization dictionary
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index aae5b0b70..390f72bfa 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -493,6 +493,8 @@ mobile devices. [CHAR LIMIT=25] --> <string name="prefs_read_external_dictionary">Read external dictionary file</string> <!-- Title of the settings for using only personalization dictionary --> <string name="prefs_use_only_personalization_dictionary" translatable="false">Use only personalization dictionary</string> + <!-- Title of the settings for boosting personalization dictionary --> + <string name="prefs_boost_personalization_dictionary" translatable="false">Boost personalization dictionary</string> <!-- Message to show when there are no files to install as an external dictionary [CHAR LIMIT=100] --> <string name="read_external_dictionary_no_files_message">No dictionary files in the Downloads folder</string> <!-- Title of the dialog that selects a file to install as an external dictionary [CHAR LIMIT=50] --> |