diff options
author | David A. Madore <david+git@madore.org> | 2013-09-04 22:30:06 +0200 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2013-09-04 22:30:06 +0200 |
commit | b0124ceb30ebde2aa7ff42351d4160f5cb85d8c2 (patch) | |
tree | 4256afa542808a557f558fbbf49babe53a68c66b /res/values/strings.xml | |
parent | 47f5265ebe5e2c5a6ae2e4e40f620426f7eb15ed (diff) | |
download | UnicodeMap-b0124ceb30ebde2aa7ff42351d4160f5cb85d8c2.tar.gz UnicodeMap-b0124ceb30ebde2aa7ff42351d4160f5cb85d8c2.tar.bz2 UnicodeMap-b0124ceb30ebde2aa7ff42351d4160f5cb85d8c2.zip |
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 964ea95..79407af 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -5,8 +5,10 @@ <string name="loading_database_title">Initializing database</string> <string name="loading_database_msg">Please do not interrupt</string> <string name="copy_button">Copy</string> + <string name="copy_char_button">Copy char</string> + <string name="append_char_button">Append char</string> + <string name="copy_code_button">Copy number</string> <string name="copy_name_button">Copy name</string> - <string name="append_button">Append</string> <string name="copied_toast">Copied to clipboard</string> <string name="empty_list">(Empty!)</string> <string name="unihan_lookup">Unihan lookup</string> |