X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=res%2Fvalues%2Fstrings.xml;h=602040c1a76730ab541271cb6165cf4f5c25aa79;hb=e4e4926fe4f8580a24ff0a5e9c8d28736962d63a;hp=e49e617de03bd05160e08d111cbb3a69ea3fe3aa;hpb=b7248ef73a8e05bedb934b6acd0b3a0f7e9fa038;p=fonbot.git diff --git a/res/values/strings.xml b/res/values/strings.xml index e49e617..602040c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -26,6 +26,7 @@ The help command can be used to get a list of commands and help for them. Exampl User tapped \'%s\' User navigated away from dialog User canceled dialog + Admin disabled Admin disable requested Admin enabled Device password changed @@ -33,7 +34,7 @@ The help command can be used to get a list of commands and help for them. Exampl Device login succeeded Logging in… Phone is now idle - "Phone is ringing. Incoming number: " + "Phone is ringing. Incoming number: %s" Phone is offhook Location Latitude @@ -146,11 +147,9 @@ The help command can be used to get a list of commands and help for them. Exampl Wifi: off Enabling wifi… Disabling wifi… - Polling server… - Polling stopped + Starting long polling if stopped… Command %s disabled Command %s enabled - Polling every %d milliseconds Incoming message from %1$s: \"%2$s\" sent at %3$s Outgoing message to %1$s: \"%2$s\" sent at %3$s Error writing to socket: %s @@ -197,10 +196,9 @@ The help command can be used to get a list of commands and help for them. Exampl Example: wipe data - Usage: poll [ms]\n - With no arguments, polls the server once\n - With an argument, starts polling the server every <ms> milliseconds. If <ms> is 0, the polling is stopped\n - Example: poll 60000 + Usage: poll\n + Starts the long polling service if it is stopped\n + Example: poll Usage: contacts substring\n @@ -219,9 +217,14 @@ The help command can be used to get a list of commands and help for them. Exampl Usage: sms phone_number message\n - Sends an sms with text <message> to <phone_number>.\n + Sends an sms with text <message> to <phone_number>. This command requests a delivery report. If you do not want one, use the SMSQ command.\n Example: sms 0755555555 \"Test message\" + + Usage: smsq phone_number message\n + Sends an sms with text <message> to <phone_number>. This command does not request a delivery report. If you want one, use the SMS command.\n + Example: smsq 0755555555 \"Test message\" + Usage: setpassword [password]\n With no argument, clears the device password.\n @@ -439,7 +442,6 @@ The help command can be used to get a list of commands and help for them. Exampl Example: shutdown Location tracking is active - The polling service is running Cancel Command sent Could not parse id @@ -474,4 +476,23 @@ The help command can be used to get a list of commands and help for them. Exampl Error opening file %1$s (%2$s) File received + Reboot failed + + Usage: sh command [arg1 arg2 ...]\n + Executes a shell command and returns its output. FonBot waits for the command to finish, therefore this must not be used with long-running commands.\n + Example: sh ls /sdcard/ + + + Usage: rootsh command [arg1 arg2 ...]\n + Executes a shell command as root and returns its output. FonBot waits for the command to finish, therefore this must not be used with long-running commands. This requires root access.\n + Example: rootsh stop;sleep 3;start + + This command is not documented (yet). + SMS sent (%s) + SMS not sent: Generic failure (%s) + SMS not sent: No service (%s) + SMS not sent: Null PDU (%s) + SMS not sent: Radio off (%s) + SMS delivered (%s) + SMS not delivered (%s)