diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index b77be4a..f7fc1c7 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Unicode Map</string> + <string name="app_name_spec">Unicode Map: %s</string> <string name="loading_database_title">Loading Unicode database</string> <string name="loading_database_msg">Please wait</string> <string name="copy_button">Copy</string> @@ -10,5 +11,6 @@ <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="search_results">search results</string> <string name="list_too_long">Only %d first results shown</string> </resources> |