]> iEval git - fonbot.git/blobdiff - res/values/strings.xml
Add partially-functioning getfile command
[fonbot.git] / res / values / strings.xml
index 235158949278646b2f7a15c699269ac526d78594..8b4dd013bf6721e201915c78780816e7fb168822 100644 (file)
@@ -233,9 +233,10 @@ The help command can be used to get a list of commands and help for them. Exampl
                Example: ring on
     </string>
     <string name="photo_help">
-        Usage: photo hostname port\n
-               Takes a photo and uploads it to &lt;hostname&gt;:&lt;port&gt;\n
-               Example: photo 1.1.1.1 8888
+        Usage: photo camera hostname port\n
+               Takes a photo with the given camera and uploads it to &lt;hostname&gt;:&lt;port&gt;\n
+               The camera is a number, usually 0 for the rear camera and 1 for the front one\n
+               Example: photo 0 1.1.1.1 8888
     </string>
     <string name="nolocation_help">
         Usage: nolocation\n
@@ -464,4 +465,12 @@ The help command can be used to get a list of commands and help for them. Exampl
        </string>
        <string name="toggling_torch_state">Toggling torch stateā€¦</string>
        <string name="device_booted">Your device has been turned on</string>
+       <string name="cannot_parse_camera_number">Cannot parse camera number</string>
+       <string name="getfile_help">
+         Usage: getfile filename url\n
+         Downloads the given url to the file described by the given filename\n
+         Example: getfile /storage/sdcard1 http://ieval.ro/
+       </string>
+       <string name="error_opening_file">Error opening file %1$s (%2$s)</string>
+       <string name="file_received">File received</string>
 </resources>
This page took 0.020735 seconds and 4 git commands to generate.