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.xml17
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">
6This app is used for installing Rob Landley\'s toybox.
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>
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>