aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/res/values/strings.xml
blob: b0f8aedc7411fc8e653577f193d5d4c8e2902656 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?>
<resources>

  <string name="app_name">toyboxInstaller</string>
  <string name="hello">
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>
  <string name="version">The currently installed toybox version is</string>
  <string name="versionsPrompt">Select a version to install:-</string>
  <string-array name="versions">
    <item>latest</item>
    <item>0.3.0</item>
    <item>0.3.1</item>
    <item>0.4.0</item>
    <item>0.4.1</item>
    <item>0.4.2</item>
    <item>0.4.3</item>
    <item>0.4.5</item>
    <item>0.4.6</item>
    <item>0.4.7</item>
    <item>0.4.8</item>
    <item>0.4.9</item>
  </string-array>
  <string name="cpusPrompt">The CPU type here is</string>
  <string name="cpusPrompt2">, but you may need to select a close match :-</string>
  <string-array name="cpus">
    <item>armv4eb</item>
    <item>armv4l</item>
    <item>armv4tl</item>
    <item>armv5l</item>
    <item>armv6l</item>
    <item>armv7l</item>
    <item>i486</item>
    <item>i586</item>
    <item>i686</item>
    <item>m68k</item>
    <item>mips</item>
    <item>mips64</item>
    <item>mipsel</item>
    <item>powerpc</item>
    <item>powerpc-440fp</item>
    <item>sh4</item>
    <item>sparc</item>
    <item>x86_64</item>
  </string-array>
  <string name="path">Select where you want to install toybox ...\n</string>
  <string name="pathsPrompt">... into the $PATH :-\n</string>
  <string name="folder">... or into a folder :-\n</string>
  <string name="button_install">Install toybox.</string>
  <string name="source">Install from</string>
  <string name="destination">Install to</string>
</resources>