aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml31
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">
6This app is used for installing Rob Landley\'s toybox. 6This 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>
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> 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>