diff options
author | David A. Madore <david+git@madore.org> | 2010-05-01 23:14:07 +0200 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2010-05-01 23:14:07 +0200 |
commit | 1c6eb70f0640269304041982f7514df92b047776 (patch) | |
tree | 8e6206a5a0d1a90b45c1c24151012f9718eb5c48 /res/values | |
parent | d19282f8ce9d4256875e37358eda3ee19527d1f6 (diff) | |
download | UnicodeMap-1c6eb70f0640269304041982f7514df92b047776.tar.gz UnicodeMap-1c6eb70f0640269304041982f7514df92b047776.tar.bz2 UnicodeMap-1c6eb70f0640269304041982f7514df92b047776.zip |
New feature: decode Unicode character string.
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 6efe70c..9dd3d63 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -22,6 +22,11 @@ be searched</string> <string name="search_results">search results</string> <string name="list_too_long">Only %d first results shown</string> + <string name="menu_decode">Decode</string> + <string name="decode_title">Decode string</string> + <string name="decode_button">Decode</string> + <string name="decode_hint">Paste Unicode characters here to see + their names</string> <string name="menu_about">About</string> <string name="about_title">About Unicode Map</string> <string name="about_text">Unicode Map version 0.0.2\nby David |