diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 92 |
1 files changed, 46 insertions, 46 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 6502964..b0f8aed 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml | |||
@@ -1,51 +1,51 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <resources> | 2 | <resources> |
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.\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> | 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 | <string name="version">The currently installed toybox version is</string> | 7 | <string name="version">The currently installed toybox version is</string> |
8 | <string name="versionsPrompt">Select a version to install:-</string> | 8 | <string name="versionsPrompt">Select a version to install:-</string> |
9 | <string-array name="versions"> | 9 | <string-array name="versions"> |
10 | <item>latest</item> | 10 | <item>latest</item> |
11 | <item>0.3.0</item> | 11 | <item>0.3.0</item> |
12 | <item>0.3.1</item> | 12 | <item>0.3.1</item> |
13 | <item>0.4.0</item> | 13 | <item>0.4.0</item> |
14 | <item>0.4.1</item> | 14 | <item>0.4.1</item> |
15 | <item>0.4.2</item> | 15 | <item>0.4.2</item> |
16 | <item>0.4.3</item> | 16 | <item>0.4.3</item> |
17 | <item>0.4.5</item> | 17 | <item>0.4.5</item> |
18 | <item>0.4.6</item> | 18 | <item>0.4.6</item> |
19 | <item>0.4.7</item> | 19 | <item>0.4.7</item> |
20 | <item>0.4.8</item> | 20 | <item>0.4.8</item> |
21 | <item>0.4.9</item> | 21 | <item>0.4.9</item> |
22 | </string-array> | 22 | </string-array> |
23 | <string name="cpusPrompt">The CPU type here is</string> | 23 | <string name="cpusPrompt">The CPU type here is</string> |
24 | <string name="cpusPrompt2">, but you may need to select a close match :-</string> | 24 | <string name="cpusPrompt2">, but you may need to select a close match :-</string> |
25 | <string-array name="cpus"> | 25 | <string-array name="cpus"> |
26 | <item>armv4eb</item> | 26 | <item>armv4eb</item> |
27 | <item>armv4l</item> | 27 | <item>armv4l</item> |
28 | <item>armv4tl</item> | 28 | <item>armv4tl</item> |
29 | <item>armv5l</item> | 29 | <item>armv5l</item> |
30 | <item>armv6l</item> | 30 | <item>armv6l</item> |
31 | <item>armv7l</item> | 31 | <item>armv7l</item> |
32 | <item>i486</item> | 32 | <item>i486</item> |
33 | <item>i586</item> | 33 | <item>i586</item> |
34 | <item>i686</item> | 34 | <item>i686</item> |
35 | <item>m68k</item> | 35 | <item>m68k</item> |
36 | <item>mips</item> | 36 | <item>mips</item> |
37 | <item>mips64</item> | 37 | <item>mips64</item> |
38 | <item>mipsel</item> | 38 | <item>mipsel</item> |
39 | <item>powerpc</item> | 39 | <item>powerpc</item> |
40 | <item>powerpc-440fp</item> | 40 | <item>powerpc-440fp</item> |
41 | <item>sh4</item> | 41 | <item>sh4</item> |
42 | <item>sparc</item> | 42 | <item>sparc</item> |
43 | <item>x86_64</item> | 43 | <item>x86_64</item> |
44 | </string-array> | 44 | </string-array> |
45 | <string name="path">Select where you want to install toybox ...\n</string> | 45 | <string name="path">Select where you want to install toybox ...\n</string> |
46 | <string name="pathsPrompt">... into the $PATH :-\n</string> | 46 | <string name="pathsPrompt">... into the $PATH :-\n</string> |
47 | <string name="folder">... or into a folder :-\n</string> | 47 | <string name="folder">... or into a folder :-\n</string> |
48 | <string name="button_install">Install toybox.</string> | 48 | <string name="button_install">Install toybox.</string> |
49 | <string name="source">Install from</string> | 49 | <string name="source">Install from</string> |
50 | <string name="destination">Install to</string> | 50 | <string name="destination">Install to</string> |
51 | </resources> | 51 | </resources> |