diff options
author | David Walter Seikel | 2014-09-22 06:34:40 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-09-22 06:34:40 +1000 |
commit | 6c9b2b972f26132249b93163f589e9df339188c1 (patch) | |
tree | c8974a19be682b0af47d83a1c2ae21a07931f3ba /res/values | |
parent | Version number bump. (diff) | |
download | toyboxInstaller-6c9b2b972f26132249b93163f589e9df339188c1.zip toyboxInstaller-6c9b2b972f26132249b93163f589e9df339188c1.tar.gz toyboxInstaller-6c9b2b972f26132249b93163f589e9df339188c1.tar.bz2 toyboxInstaller-6c9b2b972f26132249b93163f589e9df339188c1.tar.xz |
More UI, and get most of the UI working.
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 31 |
1 files changed, 22 insertions, 9 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index bd2d3af..517af71 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml | |||
@@ -3,15 +3,28 @@ | |||
3 | 3 | ||
4 | <string name="app_name">toyboxInstaller</string> | 4 | <string name="app_name">toyboxInstaller</string> |
5 | <string name="hello"> | 5 | <string name="hello"> |
6 | This app is used for installing Rob Landley\'s toybox. | 6 | This app is used for installing Rob Landley\'s toybox.\n\n\"Toybox combines common Linux command line utilities together into a single BSD-licensed executable that\'s simple, small, fast, reasonably standards-compliant, and powerful enough to turn Android into a development environment.\"\n\nAt least that\'s Rob\'s plan, toybox is not yet feature complete.\n\n</string> |
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> | 7 | <string name="version">The currently installed toybox version is</string> |
12 | <string name="cpu">The CPU type here is</string> | 8 | <string name="versionsPrompt">Select a version to install:-</string> |
13 | <string name="path">Select where you want to install toybox\n\nfrom the PATH -\n</string> | 9 | <string-array name="versions"> |
14 | <string name="folder">or into a folder -\n</string> | 10 | <item>latest</item> |
11 | <item>0.3.0</item> | ||
12 | <item>0.3.1</item> | ||
13 | <item>0.4.0</item> | ||
14 | <item>0.4.1</item> | ||
15 | <item>0.4.2</item> | ||
16 | <item>0.4.3</item> | ||
17 | <item>0.4.5</item> | ||
18 | <item>0.4.6</item> | ||
19 | <item>0.4.7</item> | ||
20 | <item>0.4.8</item> | ||
21 | <item>0.4.9</item> | ||
22 | </string-array> | ||
23 | <string name="cpu">The CPU type here is</string> | ||
24 | <string name="path">Select where you want to install toybox ...\n</string> | ||
25 | <string name="pathsPrompt">... into the $PATH :-\n</string> | ||
26 | <string name="folder">... or into a folder :-\n</string> | ||
15 | <string name="button_install">Install toybox.</string> | 27 | <string name="button_install">Install toybox.</string> |
16 | 28 | <string name="source">Install from</string> | |
29 | <string name="destination">Install to</string> | ||
17 | </resources> | 30 | </resources> |