aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2013-01-21 07:41:48 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-01-21 07:41:48 +0000
commitbde94dd96f6dbceeb0a00cb02dfc8064bd6c46fa (patch)
treea12fb07890d4ab736cc2b18fc02f738ba0caaa0b /java/res
parent9c968b62d1b4049959b7b7b0f05388c90e31b46e (diff)
parentfbc5e9b33469f989a745003c8e242c3f002ed165 (diff)
downloadlatinime-bde94dd96f6dbceeb0a00cb02dfc8064bd6c46fa.tar.gz
latinime-bde94dd96f6dbceeb0a00cb02dfc8064bd6c46fa.tar.xz
latinime-bde94dd96f6dbceeb0a00cb02dfc8064bd6c46fa.zip
Merge "[AD3] Implement the interface to choose a local dictionary"
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index f726c1ce8..12ffdbb52 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -377,6 +377,12 @@
<string name="prefs_keypress_sound_volume_settings">Keypress sound volume settings</string>
<!-- Title of the settings for reading an external dictionary file -->
<string name="prefs_read_external_dictionary">Read external dictionary file</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] -->
+ <string name="read_external_dictionary_multiple_files_title">Select a dictionary file to install</string>
+ <!-- Title of the confirmation dialog to install a file as an external dictionary [CHAR LIMIT=50] -->
+ <string name="read_external_dictionary_confirm_install_message">Really install this file for <xliff:g id="locale_name">%s</xliff:g>?</string>
<!-- Title of the button to revert to the default value of the device in the settings dialog [CHAR LIMIT=15] -->
<string name="button_default">Default</string>