aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-06-11 01:25:53 +1000
committerDavid Walter Seikel2014-06-11 01:25:53 +1000
commitfaabf404ec6064956a08e825bed5d91e51fbdbbb (patch)
tree4aee2014b62efc93c5ab46fd73dcde8d250d9aa0 /res/values/strings.xml
parentAdded .gitignore and LICENSE files. (diff)
downloadtoyboxInstaller-faabf404ec6064956a08e825bed5d91e51fbdbbb.zip
toyboxInstaller-faabf404ec6064956a08e825bed5d91e51fbdbbb.tar.gz
toyboxInstaller-faabf404ec6064956a08e825bed5d91e51fbdbbb.tar.bz2
toyboxInstaller-faabf404ec6064956a08e825bed5d91e51fbdbbb.tar.xz
Roughed out a skeleton of the UI.
Diffstat (limited to '')
-rw-r--r--res/values/strings.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100644
index 0000000..bd2d3af
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,17 @@
1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3
4 <string name="app_name">toyboxInstaller</string>
5 <string name="hello">
6This app is used for installing Rob Landley\'s toybox.
7Toybox combines common Linux command line utilities together
8into a single BSD-licensed executable that\'s simple, small, fast,
9reasonably standards-compliant, and powerful enough to turn
10Android into a development environment.\n\n</string>
11 <string name="version">The currently installed toybox version is</string>
12 <string name="cpu">The CPU type here is</string>
13 <string name="path">Select where you want to install toybox\n\nfrom the PATH -\n</string>
14 <string name="folder">or into a folder -\n</string>
15 <string name="button_install">Install toybox.</string>
16
17</resources>