Add partially-functioning getfile command
[fonbot.git] / res / values / strings.xml
index 2924533d084a51fcd7b6895f25ebffabe3020c3a..8b4dd013bf6721e201915c78780816e7fb168822 100644 (file)
@@ -466,4 +466,11 @@ The help command can be used to get a list of commands and help for them. Exampl
        <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.008983 seconds and 4 git commands to generate.