diff options
author | David Walter Seikel | 2014-06-11 01:25:53 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-06-11 01:25:53 +1000 |
commit | faabf404ec6064956a08e825bed5d91e51fbdbbb (patch) | |
tree | 4aee2014b62efc93c5ab46fd73dcde8d250d9aa0 /res/values/strings.xml | |
parent | Added .gitignore and LICENSE files. (diff) | |
download | toyboxInstaller-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.xml | 17 |
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"> | ||
6 | This app is used for installing Rob Landley\'s toybox. | ||
7 | Toybox combines common Linux command line utilities together | ||
8 | into a single BSD-licensed executable that\'s simple, small, fast, | ||
9 | reasonably standards-compliant, and powerful enough to turn | ||
10 | Android 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> | ||