]> iEval git - fonbot.git/blobdiff - res/values/strings.xml
Add BOOT notification
[fonbot.git] / res / values / strings.xml
index bdc90a66d6d7eb490ceb917cb2ba9556db5b0ca2..235158949278646b2f7a15c699269ac526d78594 100644 (file)
@@ -147,7 +147,7 @@ The help command can be used to get a list of commands and help for them. Exampl
     <string name="disabling_wifi">Disabling wifi…</string>
     <string name="polling_server">Polling server…</string>
     <string name="polling_stopped">Polling stopped</string>
-    <string name="command_disabled">Command disabled%s disabled</string>
+    <string name="command_disabled">Command %s disabled</string>
     <string name="command_enabled">Command %s enabled</string>
     <string name="polling_every_milliseconds">Polling every %d milliseconds</string>
     <string name="incoming_message">Incoming message from %1$s: \"%2$s\" sent at %3$s</string>
@@ -254,7 +254,7 @@ The help command can be used to get a list of commands and help for them. Exampl
     </string>
     <string name="flash_help">
         Usage: flash on/off\n
-               Turns the flashlight on or off\n
+               Turns the flashlight on or off. This is unreliable. If you have the Torch app installed, use the torch command instead.\n
                Example: flash on
     </string>
     <string name="echo_help">
@@ -443,6 +443,25 @@ The help command can be used to get a list of commands and help for them. Exampl
     <string name="could_not_parse_id">Could not parse id</string>
     <string name="notification_canceled">Notification canceled</string>
     <string name="notification_shown">Notification shown</string>
-    <string name="notify_help">Notify help</string>
-    <string name="user_or_password_not_set">User or password not set</string>
-</resources>
\ No newline at end of file
+    <string name="notify_help">
+        Usage: notify id [title text]\n
+        With three arguments, shows a notification with title &lt;title&gt; and text &lt;text&gt; and id &lt;id&gt;. This replaces any previous notiifcation with the same id.\n
+        With one argument, removes the notification with id &lt;id&gt;\n
+        Example: notify 10 Hello \"Hello, world!\"
+    </string>
+       <string name="user_or_password_not_set">User or password not set</string>
+       <string name="screencap_successful">Screencap successful</string>
+       <string name="screencap_failed">Screencap failed. Remember: the screencap command requires root access</string>
+       <string name="screencap_help">
+         Usage: screencap filename\n
+         Takes a screen capture and saves it to the given filename as a PNG image file. This requires root access.\n
+         Example: screencap /storage/sdcard0/screencap.png
+       </string>
+       <string name="torch_help">
+         Usage: torch\n
+         Toggles the torch (flashlight). This is reliable but requires the Torch app. If you don\'t have the Torch app installed, use the flash command instead.\n
+         Example: torch
+       </string>
+       <string name="toggling_torch_state">Toggling torch state…</string>
+       <string name="device_booted">Your device has been turned on</string>
+</resources>
This page took 0.017418 seconds and 4 git commands to generate.