summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2010-04-26 19:17:24 +0200
committerDavid A. Madore <david+git@madore.org>2010-04-26 19:17:24 +0200
commitcddec9d933c4bc46e4bec6094630ea7a19fd6860 (patch)
tree0b5b1ba7d9c043d322cfdba1d9b6fc99abcb89ac /res/values/strings.xml
parent6fdb1a4b8f2fa07cabc742d71048e8f5ecfdaac8 (diff)
downloadUnicodeMap-cddec9d933c4bc46e4bec6094630ea7a19fd6860.tar.gz
UnicodeMap-cddec9d933c4bc46e4bec6094630ea7a19fd6860.tar.bz2
UnicodeMap-cddec9d933c4bc46e4bec6094630ea7a19fd6860.zip
Move certain constant strings to resources.
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6409dea..605a255 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1,4 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <string name="app_name">UnicodeMapActivity</string>
+ <string name="app_name">Unicode Map</string>
+ <string name="loading_database_title">Loading Unicode database</string>
+ <string name="loading_database_msg">Please wait</string>
+ <string name="copy_button">Copy</string>
+ <string name="copied_toast">Copied to clipboard</string>
+ <string name="empty_list">(Empty!)</string>
</resources>