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