diff options
author | David A. Madore <david+git@madore.org> | 2010-04-27 02:13:49 +0200 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2010-04-27 02:24:17 +0200 |
commit | 221e994358da9d5e18fe490a19389093dfe4e755 (patch) | |
tree | a386603af4a5cf4ee501c4456d653560b8965058 /res/values | |
parent | e37377a5d3ca4c78c440b097af4186cbbd81a6a0 (diff) | |
download | UnicodeMap-221e994358da9d5e18fe490a19389093dfe4e755.tar.gz UnicodeMap-221e994358da9d5e18fe490a19389093dfe4e755.tar.bz2 UnicodeMap-221e994358da9d5e18fe490a19389093dfe4e755.zip |
Implement a search mechanism.
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 605a255..b77be4a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -6,4 +6,9 @@ <string name="copy_button">Copy</string> <string name="copied_toast">Copied to clipboard</string> <string name="empty_list">(Empty!)</string> + <string name="menu_search">Search</string> + <string name="search_title">Search in character names</string> + <string name="search_button">Search</string> + <string name="search_hint">Case is insensitive and matches whole string; use a % sign as wildcard (e.g.: "latin%letter r%")</string> + <string name="list_too_long">Only %d first results shown</string> </resources> |