Browse Source

-added strings for addition of porthack automation (dialogs mainly)

Shankar Karuppayah 10 years ago
parent
commit
2b2d8e275c
1 changed files with 8 additions and 2 deletions
  1. 8 2
      res/values/strings.xml

+ 8 - 2
res/values/strings.xml

@@ -25,11 +25,17 @@
 	<string name="no_network_connection_threatmap_msg">Currently you are not connected to the Internet.\n\nPlease establish a connection to use the Threatmap.</string>
     <string name="profile_no_services_msg">The current active profile does not seem to monitor any services.\n\nPlease activate some services to monitor in the profile.</string>
     <string name="no_portbinder_msg">Your device does not have \'Portbinder\' installed. Due to the limitations of Android OS, you could only use services that are utilizing ports > 1024.\n\nTo enable full functionality of HosTaGe, please make sure your device is rooted and \'Portbinder\' is installed.</string>
-    <string name="help">How?</string>
+    <string name="no_portbinder_msg2">Your device cannot use the full feature of HosTaGe yet. Click \'Help\' to find out how to enable this.</string>
+    <string name="no_thanks">No, Thanks</string>
+    <string name="not_rooted">Your device does not have root access. To unlock full functionality of HosTaGe, a rooted device is required.</string>
+    <string name="help">Help</string>
+    <string name="confirm">Confirm</string>
+    <string name="how">How?</string>
     <string name="portbinder">Portbinder</string>
     <string name="portbinder_tutorial">Video Tutorial</string>
     <string name="portbinder_website">Visit Website</string>
-    <string name="helpPortbinder">You can compile the \'Portbinder\' yourself from source, i.e., located in the folder \'native\', or download some precompiled binaries (with your own risk) based on the architecture of your device, e.g., ARM, x86, or MIPS, from our website. (Please also check the video tutorial on how to install \'Portbinder\' in your device.)\n\nAlternatively, you can use the automated installer by pressing the \'Just Help Me!\' button.</string>
+    <string name="helpPortbinder">Please follow the instructions in our website to install \'Portbinder\'.\n\nAlternatively, you can use the automated installer by pressing the \'Just Help Me!\' button.</string>
+    <string name="confirm_msg">This automated installer fetches the appropriate Portbinder binary and installs in a location within the device.\n\nThis automated process will CHANGE some folder permissions to work. Proceed on your own risk.\n\nConfirm to proceed with automated installation of Portbinder?</string>
     <string name="help_me">Just Help Me!</string>
 
 	<string name="profile_needs_name">An profile needs a name. Please type in a name and press save again.</string>