summaryrefslogtreecommitdiff
path: root/android/res/values/strings.xml
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-10-31 10:35:55 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-10-31 10:35:55 +0000
commiteaff333bf526225cfca84cd686fe5332b852e506 (patch)
tree98fda966dfe1091295928cfa0f660e4ce9bc7f6b /android/res/values/strings.xml
parent26f7ee13ce024b21c83cf68ca7fd27306a0bf5be (diff)
downloadrockbox-eaff333bf526225cfca84cd686fe5332b852e506.tar.gz
rockbox-eaff333bf526225cfca84cd686fe5332b852e506.zip
Use a Native keyboard GUI instead of rockbox's internal one on android
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28407 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'android/res/values/strings.xml')
-rw-r--r--android/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml
index 9320b2624d..b0d41f133d 100644
--- a/android/res/values/strings.xml
+++ b/android/res/values/strings.xml
@@ -3,4 +3,7 @@
3 3
4 <string name="app_name">Rockbox</string> 4 <string name="app_name">Rockbox</string>
5<string name="notification">Rockbox</string> 5<string name="notification">Rockbox</string>
6<string name="OK">OK</string>
7<string name="Cancel">Cancel</string>
8<string name="KbdInputTitle">Rockbox Keyboard Input</string>
6</resources> 9</resources>