Update help screen
[fonbot.git] / res / values / strings.xml
1 <resources>
2 <string name="app_name">FonBot</string>
3 <string name="send_message_permission_desc">Allows an application to send notifications through FonBot</string>
4 <string name="help"><h1>1. Initial setup:</h1>\n
5 <ol>
6 <li><a href="http://auth.ieval.ro">Register an account</a>\n</li>
7 <li>Enter your username and password in the <a href="ro.ieval.fonbot.FonBotPreferenceActivity://">preferences</a>\n\n</li>
8 </ol>
9
10 <h1>2. Sending commands:</h1>\n
11 <ul>
12 <li>via Jabber: Login by sending "login YOUR_USRENAME YOUR_PASSWORD" to fonbot@ieval.ro, then send commands\n</li>
13 <li>via Yahoo Messenger: Login by sending "login YOUR_USRENAME YOUR_PASSWORD" to fonbotym, then send commands\n</li>
14 <li>via IRC: Login by sending "login YOUR_USERNAME YOUR_PASSWORD" to fonbot on OFTC, then send commands\n</li>
15 <li>via SMS: Set a SMS Password in the <a href="ro.ieval.fonbot.FonBotPreferenceActivity://">preferences</a>, then send SMSes with the SMS Password as the first line. The next lines will be processed as commands\n</li>
16 </ul>
17 \nFonBot commands consist of a command name and zero or more arguments, separated by spaces. To include spaces in an argument, surround the argument with single or double quotes.\n\n
18 Example command: sms 0755555555 \'This is a random text\'. This command would send a text message to 0755555555\n\n
19
20 The help command can be used to get a list of commands and help for them. Examples:\n\n
21 <ul>
22 <li>help — shows a list of commands\n</li>
23 <li>help sms — shows help for the ls comand</li>
24 </ul>
25 </string>
26 <string name="user_tapped_fmt">User tapped \'%s\'</string>
27 <string name="user_navigated_away_from_dialog">User navigated away from dialog</string>
28 <string name="user_canceled_dialog">User canceled dialog</string>
29 <string name="admin_disable_requested">Admin disable requested</string>
30 <string name="admin_enabled">Admin enabled</string>
31 <string name="device_password_changed">Device password changed</string>
32 <string name="device_login_failed_fmt">Device login failed. Wrong password entered %s times</string>
33 <string name="device_login_succeeded">Device login succeeded</string>
34 <string name="logging_in">Logging in…</string>
35 <string name="phone_status_idle">Phone is now idle</string>
36 <string name="phone_status_ringing">"Phone is ringing. Incoming number: "</string>
37 <string name="phone_status_offhook">Phone is offhook</string>
38 <string name="location">Location</string>
39 <string name="latitude">Latitude</string>
40 <string name="longitude">Longitude</string>
41 <string name="accuracy">Accuracy</string>
42 <string name="altitude">Altitude</string>
43 <string name="bearing">Bearing</string>
44 <string name="speed">Speed</string>
45 <string name="at">at</string>
46 <string name="location_provider_disabled">Location provider %s disabled</string>
47 <string name="location_provider_enabled">Location provider %s enabled</string>
48 <string name="location_provider_available">Location provider %s is now available</string>
49 <string name="location_provider_temporary_unavailable">Location provider %s is temporary unavailable</string>
50 <string name="location_provider_out_of_service">Location provider %s is out of service</string>
51 <string name="location_provider_unknown_state">Location provider %s is in an unknown state</string>
52 <string name="no_response_returned_from_server">No response returned from server</string>
53 <string name="connection_error">Connection error</string>
54 <string name="sms_received_fmt">SMS received from %1$s with text %2$s</string>
55 <string name="battery_low">Battery low</string>
56 <string name="battery_okay">Battery okay</string>
57 <string name="plugged_in">plugged in</string>
58 <string name="unplugged">unplugged</string>
59 <string name="headset_with_microphone">Headset (with a microphone)</string>
60 <string name="headset_without_microphone">Headset (without a microphone)</string>
61 <string name="help_activity_label">FonBot Help</string>
62 <string name="foreground_notification_text">FonBot is running</string>
63 <string name="foreground_notification_title">FonBot</string>
64 <string name="phone_numer_type_assistant">Assistant</string>
65 <string name="phone_number_type_callback">Callback</string>
66 <string name="phone_number_type_car">Car</string>
67 <string name="phone_number_type_company_main">Company main</string>
68 <string name="phone_number_type_home_fax">Home fax</string>
69 <string name="phone_number_type_work_fax">Work fax</string>
70 <string name="phone_number_type_home">Home</string>
71 <string name="phone_number_type_isdn">ISDN</string>
72 <string name="phone_number_type_main">Main</string>
73 <string name="phone_number_type_mms">MMS</string>
74 <string name="phone_number_type_mobile">Mobile</string>
75 <string name="phone_number_type_other">Other</string>
76 <string name="phone_number_type_other_fax">Other fax</string>
77 <string name="phone_number_type_pager">Pager</string>
78 <string name="phone_number_type_radio">Radio</string>
79 <string name="phone_number_type_telex">TELEX</string>
80 <string name="phone_number_type_textphone">Textphone</string>
81 <string name="phone_number_type_work">Work</string>
82 <string name="phone_number_type_work_mobile">Work mobile</string>
83 <string name="phone_number_type_work_pager">Work pager</string>
84 <string name="phone_number_type_unknown">Unknown (%d)</string>
85 <string name="ringing">Ringing…</string>
86 <string name="cannot_grab_camera">Cannot grab camera</string>
87 <string name="no_longer_ringing">No longer ringing</string>
88 <string name="no_bluetooth_adapter">No bluetooth adapter</string>
89 <string name="bluetooth_on">Bluetooth: on</string>
90 <string name="bluetooth_off">Bluetooth: off</string>
91 <string name="enabling_bluetooth">Enabling bluetooth…</string>
92 <string name="disabling_bluetooth">Disabling bluetooth…</string>
93 <string name="incoming_call_from">"Incoming call from %s "</string>
94 <string name="missed_call_from">"Missed call from %s "</string>
95 <string name="outgoing_call_to">"Outgoing call to %s "</string>
96 <string name="duration_seconds_starting_at">Duration: %1$d seconds starting at %2$s</string>
97 <string name="no_matching_contacts_found">No matching contacts found</string>
98 <string name="contact_info">Name: %1$s; Phone: %2$s; Type: %3$s</string>
99 <string name="battery_level">"Battery level: %f%%. "</string>
100 <string name="not_plugged_in">"Not plugged in. "</string>
101 <string name="plugged_in_ac">"Plugged in (AC). "</string>
102 <string name="plugged_in_usb">"Plugged in (USB). "</string>
103 <string name="plugged_in_wireless">"Plugged in (wireless). "</string>
104 <string name="status_charging">"Status: charging. "</string>
105 <string name="status_discharging">"Status: discharging. "</string>
106 <string name="status_full">"Status: full. "</string>
107 <string name="status_not_charging">"Status: not charging. "</string>
108 <string name="status_unknown">Status: unknown. </string>
109 <string name="temperature">"Temperature: %d. "</string>
110 <string name="voltage">Voltage: %d.</string>
111 <string name="dialing">Dialing %s…</string>
112 <string name="menu_preferences_title">Preferences</string>
113 <string name="menu_local_commands_title">Local commands</string>
114 <string name="menu_help_title">Help</string>
115 <string name="showing_dialog">Showing dialog…</string>
116 <string name="last_known_location">"Last known location: "</string>
117 <string name="listening_for_location_updates">Listening for location updates…</string>
118 <string name="device_locked">Device locked</string>
119 <string name="file_not_found">File \'%s\' not found</string>
120 <string name="file_sent">File sent</string>
121 <string name="cannot_connect_to_host_on_port">Cannot connect to host \'%1$s\' on port \'%2$d\'</string>
122 <string name="io_error">I/O Error: %s</string>
123 <string name="no_longer_listening_for_location_updates">No longer listening for location updates</string>
124 <string name="error_setting_preview_display">Error setting preview display</string>
125 <string name="no_help_for_this_command">No help for this command</string>
126 <string name="string_is_not_a_directory">%s is not a directory</string>
127 <string name="files_in_directory">"Files in %s: "</string>
128 <string name="no_ringtone_found">No ringtone found</string>
129 <string name="ringer_mode_normal">Ringer mode: normal</string>
130 <string name="ringer_mode_vibrate">Ringer mode: vibrate</string>
131 <string name="ringer_mode_silent">Ringer mode: silent</string>
132 <string name="unknown_ringer_mode">Unknown ringer mode</string>
133 <string name="file_deleted">File deleted</string>
134 <string name="error_while_deleting_file">Error while deleting file</string>
135 <string name="password_cleared">Password cleared</string>
136 <string name="password_set">Password set</string>
137 <string name="message_was_split_into_parts">Message was split into %d parts</string>
138 <string name="tts_engine_not_available">TTS Engine not available</string>
139 <string name="speaking">Speaking…</string>
140 <string name="toast_shown">Toast shown</string>
141 <string name="vibrating">Vibrating…</string>
142 <string name="url_opened">URL opened</string>
143 <string name="no_activity_found_for_this_url">No activity found for this URL</string>
144 <string name="invalid_url">Invalid URL</string>
145 <string name="wifi_on">Wifi: on</string>
146 <string name="wifi_off">Wifi: off</string>
147 <string name="enabling_wifi">Enabling wifi…</string>
148 <string name="disabling_wifi">Disabling wifi…</string>
149 <string name="polling_server">Polling server…</string>
150 <string name="polling_stopped">Polling stopped</string>
151 <string name="command_disabled">Command %s disabled</string>
152 <string name="command_enabled">Command %s enabled</string>
153 <string name="polling_every_milliseconds">Polling every %d milliseconds</string>
154 <string name="incoming_message">Incoming message from %1$s: \"%2$s\" sent at %3$s</string>
155 <string name="outgoing_message">Outgoing message to %1$s: \"%2$s\" sent at %3$s</string>
156 <string name="error_writing_to_socket">Error writing to socket: %s</string>
157 <string name="cannot_close_socket">Cannot close socket: %s</string>
158 <string name="unknown_host">Unknown host: %s</string>
159 <string name="photo_sent">Photo sent</string>
160 <string name="sending_photo">Sending photo…</string>
161 <string name="invalid_length_allowed_values_are">"Invalid length. Allowed values are: %s"</string>
162 <string name="could_not_parse_argument_allowed_values_are">Could not parse argument. Allowed values are: %s</string>
163 <string name="exception_while_hanging_up_call">Exception while hanging up call %1$s: %2$s</string>
164 <string name="exception_while_answering_call">Exception while answering call %1$s: %2$s</string>
165 <string name="no_such_package">No such package</string>
166 <string name="app_launched">App launched</string>
167 <string name="exception_while_getting_itelephony">Exception while getting ITelephony %1$s: %2$s</string>
168 <string name="data_off">Data: off</string>
169 <string name="data_on">Data: on</string>
170 <string name="disabling_data">Disabling data…</string>
171 <string name="enabling_data">Enabling data…</string>
172 <string name="exception_while_determining_data_state">Exception while determining data state</string>
173 <string name="enabling_gps">Enabling GPS…</string>
174 <string name="disabling_gps">Disabling GPS…</string>
175 <string name="enabling_network_location">Enabling network location…</string>
176 <string name="disabling_network_location">Disabling network location…</string>
177 <string name="gps_on">GPS: on</string>
178 <string name="gps_off">GPS: off</string>
179 <string name="network_location_off">Network location: off</string>
180 <string name="network_location_on">Network location: on</string>
181 <string name="answer_help">
182 Usage: answer\n
183 Answers the phone, if it is ringing. Does nothing otherwise.\n
184 Example: answer
185 </string>
186 <string name="batt_help">
187 Usage: batt\n
188 Shows battery information\n
189 Example: batt
190 </string>
191 <string name="wipe_help">
192 Usage: wipe type \"%s\"\n
193 If &lt;type&gt; is \"data\", wipes the phone, leaving the sdcard intact\n
194 If &lt;type&gt; is \"full\", wipes the phone and the sdcard\n
195 This command requires admin permissions\n
196 WARNING: THIS CANNOT BE UNDONE!\n
197 Example: wipe data
198 </string>
199 <string name="poll_help">
200 Usage: poll [ms]\n
201 With no arguments, polls the server once\n
202 With an argument, starts polling the server every &lt;ms&gt; milliseconds. If &lt;ms&gt; is 0, the polling is stopped\n
203 Example: poll 60000
204 </string>
205 <string name="contacts_help">
206 Usage: contacts substring\n
207 Returns a list of contacts whose name or nickname contains &lt;substring&gt;\n
208 Example: contacts Jack
209 </string>
210 <string name="rm_help">
211 Usage: rm file\n
212 Removes the &lt;file&gt; file\n
213 Example: rm /mnt/sdcard/file
214 </string>
215 <string name="ls_help">
216 Usage: ls directory\n
217 Lists the contents of the &lt;directory&gt; directory\n
218 Example: ls /mnt/sdcard
219 </string>
220 <string name="sms_help">
221 Usage: sms phone_number message\n
222 Sends an sms with text &lt;message&gt; to &lt;phone_number&gt;.\n
223 Example: sms 0755555555 \"Test message\"
224 </string>
225 <string name="setpassword_help">
226 Usage: setpassword [password]\n
227 With no argument, clears the device password.\n
228 With an argument, sets the device password to &lt;password&gt;.\n
229 Example: setpassword verysecurepassword
230 </string>
231 <string name="ring_help">
232 Usage: ring on/off\n
233 Make phone start/stop ringing\n
234 Example: ring on
235 </string>
236 <string name="photo_help">
237 Usage: photo camera hostname port\n
238 Takes a photo with the given camera and uploads it to &lt;hostname&gt;:&lt;port&gt;\n
239 The camera is a number, usually 0 for the rear camera and 1 for the front one\n
240 Example: photo 0 1.1.1.1 8888
241 </string>
242 <string name="nolocation_help">
243 Usage: nolocation\n
244 Stops sending location updates.\n
245 Example: nolocation
246 </string>
247 <string name="ncfile_help">
248 Usage: ncfile filename hostname port\n
249 Uploads the &lt;filename&gt; file to &lt;hostname&gt;:&lt;port&gt;\n
250 Example: ncfile /mnt/sdcard/file 1.1.1.1 8888
251 </string>
252 <string name="lock_help">
253 Usage: lock\n
254 Locks the phone. Requires device admin.\n
255 Example: lock
256 </string>
257 <string name="flash_help">
258 Usage: flash on/off\n
259 Turns the flashlight on or off. This is unreliable. If you have the Torch app installed, use the torch command instead.\n
260 Example: flash on
261 </string>
262 <string name="echo_help">
263 Usage: echo message …\n
264 Echoes &lt;message&gt;.\n
265 Example: echo Hello, world!
266 </string>
267 <string name="dial_help">
268 Usage: dial number\n
269 Dials &lt;number&gt;.\n
270 Example: dial 0755555555
271 </string>
272 <string name="wifi_help">
273 Usage: wifi [on/off]\n
274 With no arguments, shows the wifi status\n
275 With an argument, turns the wifi on or off\n
276 Example: wifi on
277 </string>
278 <string name="view_help">
279 Usage: view link\n
280 Opens the link &lt;link&gt; in an appropriate application\n
281 Example: view tel://0755555555
282 </string>
283 <string name="vibrate_help">
284 Usage: vibrate ms\n
285 Makes the phone vibrate for &lt;ms&gt; milliseconds\n
286 Example: vibrate 2500
287 </string>
288 <string name="toast_help">
289 Usage: toast text [length]\n
290 Shows a toast with the &lt;text&gt; message. &lt;length&gt; is the length of the toast (long or short). Default is short.\n
291 Example: toast \"Hello world!\" long
292 </string>
293 <string name="speak_help">
294 Usage: speak text …\n
295 Speaks &lt;text&gt;\n
296 Example: speak Hello, stranger!
297 </string>
298 <string name="smslog_help">
299 Usage: smslog [count]\n
300 With no argument, shows the last 5 SMSes\n
301 With an argument, shows the last &lt;count&gt; SMSes\n
302 Example: smslog 10
303 </string>
304 <string name="play_help">
305 Usage: play\n
306 Starts playing music\n
307 Example: play
308 </string>
309 <string name="pause_help">
310 Usage: pause\n
311 Stops playing music\n
312 Example: pause
313 </string>
314 <string name="next_help">
315 Usage: next\n
316 Skips to the next track\n
317 Example: next
318 </string>
319 <string name="prev_help">
320 Usage: prev\n
321 Skips to the previous track\n
322 Example: prev
323 </string>
324 <string name="bluetooth_help">
325 Usage: bluetooth [on/off]\n
326 With no arguments, prints the bluetooth status.\n
327 With an argument, turns bluetooth on or off.\n
328 Example: bluetooth on
329 </string>
330 <string name="calllog_help">
331 Usage: calllog [count]\n
332 With no arguments, prints the last 5 calls.\n
333 With an argument, prints the last &lt;count&gt; calls\n
334 Example: calllog 10
335 </string>
336 <string name="dialog_help">
337 Usage: dialog message [button] …\n
338 Shows a dialog box with the &lt;message&gt; text and the &lt;button…&gt; buttons. Returns the button pressed\n
339 Example: dialog \"Hello stranger. Thanks for finding my phone, will you return it to me?\" Yes No
340 </string>
341 <string name="enable_help">
342 Usage: enable command\n
343 Enables a command, undoing the effects of a previous DISABLE command\n
344 This command can only be issued from the local command interface\n
345 Command list: %s\n
346 Example: disable toast
347 </string>
348 <string name="disable_help">
349 Usage: disable command\n" +
350 Disables a command. Once disabled, a command cannot be used until enabled with the ENABLE command\n
351 This command can only be issued from the local command interface\n
352 Command list: %s\n
353 Example: disable toast
354 </string>
355 <string name="help_help">
356 Usage: help command\n
357 Prints help for &lt;command&gt;. Available commands are %s\n
358 Example: help batt
359 </string>
360 <string name="setnotification_help">
361 Usage: setnotification notification\n
362 Enables the &lt;notification&gt; notification.\n
363 Messages from this notification will be sent to this address.\n
364 Available notifications: %s\n
365 Example: setnotification sms
366 </string>
367 <string name="delnotification_help">
368 Usage: delnotification notification\n
369 Disables the &lt;notification&gt; notification.\n
370 Available notifications: %s\n
371 Example: delnotification sms
372 </string>
373 <string name="location_help">
374 Usage: location provider [min_time [min_distance]]\n" +
375 Starts sending location updates. Location updates will be sent at most once each min_time (default: 500) milliseconds and only if the phone has moved at least min_distance meters (default: 0) from the last update\n
376 &lt;provider&gt; is the location provider, one of %s\n
377 Example: location network 0 0"
378 </string>
379 <string name="ringer_help">
380 Usage: ringer mode\n
381 Sets the ringer mode. &lt;mode&gt; is one of: %s\n
382 Example: ringer vibrate
383 </string>
384 <string name="data_help">
385 Usage: data [on/off]\n
386 With no arguments, shows the mobile data status\n
387 With an argument, turns the mobile data on or off\n
388 Example: data off
389 </string>
390 <string name="gps_help">
391 Usage: gps [on/off]\n
392 With no arguments, shows the GPS status\n
393 With an argument, turns the GPS on or off\n
394 Example: gps off
395 </string>
396 <string name="glocation_help">
397 Usage: glocation [on/off]\n
398 With no arguments, shows the Google location service status\n
399 With an argument, turns the Google location service on or off\n
400 NOTE: turning the Google location service on remotely is not possible, since the user must agree to the service disclaimer.\n
401 Example: glocation off
402 </string>
403 <string name="hangup_help">
404 Usage: hangup\n
405 Hangs the phone up.\n
406 Example: hangup
407 </string>
408 <string name="launch_help">
409 Usage: launch package\n
410 Launches the app defined by the &lt;package&gt; package\n
411 Example: launch ro.ieval.fonbot
412 </string>
413 <string name="could_not_parse_ms">Could not parse ms</string>
414 <string name="cannot_parse_provider_allowed_values_are">Cannot parse provider. Allowed values are: %s</string>
415 <string name="cannot_parse_min_time">Cannot parse min_time</string>
416 <string name="cannot_parse_min_distance">Cannot parse min_distance</string>
417 <string name="invalid_ringer_mode_valid_values_are">Invalid ringer mode. Valid values are: %s</string>
418 <string name="cannot_parse_port">Cannot parse port</string>
419 <string name="notification_enabled">Notification enabled</string>
420 <string name="messagetype_should_be_one_of">MessageType should be one of: %s</string>
421 <string name="notification_disabled">Notification disabled</string>
422 <string name="security_exception">Security exception: %s</string>
423 <string name="the_second_argument_to_wipe_must_be">The second argument to wipe must be \"%s\"</string>
424 <string name="wipetype_should_be_one_of">WipeType should be one of: %s</string>
425 <string name="cannot_parse_count">Cannot parse count</string>
426 <string name="no_such_command_command_list">No such command. Command list: %s</string>
427 <string name="cannot_parse_interval">Cannot parse interval</string>
428 <string name="unknown_command">Unknown command: \'%1$s\' (%2$s)</string>
429 <string name="error_while_processing_command">Error while processing command (%1$s: %2$s)</string>
430 <string name="rebooting">Rebooting…</string>
431 <string name="reboot_help">
432 Usage: reboot\n
433 Reboots the phone.\n
434 Example: reboot
435 </string>
436 <string name="shutdown_help">
437 Usage: shutdown\n
438 Shuts the phone down.\n
439 Example: shutdown
440 </string>
441 <string name="location_tracking_is_active">Location tracking is active</string>
442 <string name="the_polling_service_is_running">The polling service is running</string>
443 <string name="cancel">Cancel</string>
444 <string name="command_sent">Command sent</string>
445 <string name="could_not_parse_id">Could not parse id</string>
446 <string name="notification_canceled">Notification canceled</string>
447 <string name="notification_shown">Notification shown</string>
448 <string name="notify_help">
449 Usage: notify id [title text]\n
450 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
451 With one argument, removes the notification with id &lt;id&gt;\n
452 Example: notify 10 Hello \"Hello, world!\"
453 </string>
454 <string name="user_or_password_not_set">User or password not set</string>
455 <string name="screencap_successful">Screencap successful</string>
456 <string name="screencap_failed">Screencap failed. Remember: the screencap command requires root access</string>
457 <string name="screencap_help">
458 Usage: screencap filename\n
459 Takes a screen capture and saves it to the given filename as a PNG image file. This requires root access.\n
460 Example: screencap /storage/sdcard0/screencap.png
461 </string>
462 <string name="torch_help">
463 Usage: torch\n
464 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
465 Example: torch
466 </string>
467 <string name="toggling_torch_state">Toggling torch state…</string>
468 <string name="device_booted">Your device has been turned on</string>
469 <string name="cannot_parse_camera_number">Cannot parse camera number</string>
470 <string name="getfile_help">
471 Usage: getfile filename url\n
472 Downloads the given url to the file described by the given filename\n
473 Example: getfile /storage/sdcard1 http://ieval.ro/
474 </string>
475 <string name="error_opening_file">Error opening file %1$s (%2$s)</string>
476 <string name="file_received">File received</string>
477 </resources>
This page took 0.047437 seconds and 4 git commands to generate.