Add SMSQ command that skips delivery reports
[fonbot.git] / res / values / strings.xml
CommitLineData
8dfb76c9
MG
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>
b7248ef7 4 <string name="help"><h1>1. Initial setup:</h1>\n
8dfb76c9
MG
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
b7248ef7 10<h1>2. Sending commands:</h1>\n
8dfb76c9 11<ul>
b7248ef7
MG
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>
8dfb76c9 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>
8dfb76c9
MG
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
18Example command: sms 0755555555 \'This is a random text\'. This command would send a text message to 0755555555\n\n
b7248ef7 19
8dfb76c9
MG
20The 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>
1b6a0480 149 <string name="starting_long_polling_if_stopped">Starting long polling if stopped…</string>
06a86a92 150 <string name="command_disabled">Command %s disabled</string>
8dfb76c9 151 <string name="command_enabled">Command %s enabled</string>
8dfb76c9
MG
152 <string name="incoming_message">Incoming message from %1$s: \"%2$s\" sent at %3$s</string>
153 <string name="outgoing_message">Outgoing message to %1$s: \"%2$s\" sent at %3$s</string>
154 <string name="error_writing_to_socket">Error writing to socket: %s</string>
155 <string name="cannot_close_socket">Cannot close socket: %s</string>
156 <string name="unknown_host">Unknown host: %s</string>
157 <string name="photo_sent">Photo sent</string>
158 <string name="sending_photo">Sending photo…</string>
159 <string name="invalid_length_allowed_values_are">"Invalid length. Allowed values are: %s"</string>
160 <string name="could_not_parse_argument_allowed_values_are">Could not parse argument. Allowed values are: %s</string>
161 <string name="exception_while_hanging_up_call">Exception while hanging up call %1$s: %2$s</string>
162 <string name="exception_while_answering_call">Exception while answering call %1$s: %2$s</string>
163 <string name="no_such_package">No such package</string>
164 <string name="app_launched">App launched</string>
165 <string name="exception_while_getting_itelephony">Exception while getting ITelephony %1$s: %2$s</string>
166 <string name="data_off">Data: off</string>
167 <string name="data_on">Data: on</string>
168 <string name="disabling_data">Disabling data…</string>
169 <string name="enabling_data">Enabling data…</string>
170 <string name="exception_while_determining_data_state">Exception while determining data state</string>
171 <string name="enabling_gps">Enabling GPS…</string>
172 <string name="disabling_gps">Disabling GPS…</string>
173 <string name="enabling_network_location">Enabling network location…</string>
174 <string name="disabling_network_location">Disabling network location…</string>
175 <string name="gps_on">GPS: on</string>
176 <string name="gps_off">GPS: off</string>
177 <string name="network_location_off">Network location: off</string>
178 <string name="network_location_on">Network location: on</string>
179 <string name="answer_help">
180 Usage: answer\n
181 Answers the phone, if it is ringing. Does nothing otherwise.\n
182 Example: answer
183 </string>
184 <string name="batt_help">
185 Usage: batt\n
186 Shows battery information\n
187 Example: batt
188 </string>
189 <string name="wipe_help">
190 Usage: wipe type \"%s\"\n
191 If &lt;type&gt; is \"data\", wipes the phone, leaving the sdcard intact\n
192 If &lt;type&gt; is \"full\", wipes the phone and the sdcard\n
193 This command requires admin permissions\n
194 WARNING: THIS CANNOT BE UNDONE!\n
195 Example: wipe data
196 </string>
197 <string name="poll_help">
1b6a0480
MG
198 Usage: poll\n
199 Starts the long polling service if it is stopped\n
200 Example: poll
8dfb76c9
MG
201 </string>
202 <string name="contacts_help">
203 Usage: contacts substring\n
204 Returns a list of contacts whose name or nickname contains &lt;substring&gt;\n
205 Example: contacts Jack
206 </string>
207 <string name="rm_help">
208 Usage: rm file\n
209 Removes the &lt;file&gt; file\n
210 Example: rm /mnt/sdcard/file
211 </string>
212 <string name="ls_help">
213 Usage: ls directory\n
214 Lists the contents of the &lt;directory&gt; directory\n
215 Example: ls /mnt/sdcard
216 </string>
217 <string name="sms_help">
218 Usage: sms phone_number message\n
96456689 219 Sends an sms with text &lt;message&gt; to &lt;phone_number&gt;. This command requests a delivery report. If you do not want one, use the SMSQ command.\n
8dfb76c9
MG
220 Example: sms 0755555555 \"Test message\"
221 </string>
96456689
MG
222 <string name="smsq_help">
223 Usage: smsq phone_number message\n
224 Sends an sms with text &lt;message&gt; to &lt;phone_number&gt;. This command does not request a delivery report. If you want one, use the SMS command.\n
225 Example: smsq 0755555555 \"Test message\"
226 </string>
8dfb76c9
MG
227 <string name="setpassword_help">
228 Usage: setpassword [password]\n
229 With no argument, clears the device password.\n
230 With an argument, sets the device password to &lt;password&gt;.\n
231 Example: setpassword verysecurepassword
232 </string>
233 <string name="ring_help">
234 Usage: ring on/off\n
235 Make phone start/stop ringing\n
236 Example: ring on
237 </string>
238 <string name="photo_help">
a646935d
MG
239 Usage: photo camera hostname port\n
240 Takes a photo with the given camera and uploads it to &lt;hostname&gt;:&lt;port&gt;\n
241 The camera is a number, usually 0 for the rear camera and 1 for the front one\n
242 Example: photo 0 1.1.1.1 8888
8dfb76c9
MG
243 </string>
244 <string name="nolocation_help">
245 Usage: nolocation\n
246 Stops sending location updates.\n
247 Example: nolocation
248 </string>
249 <string name="ncfile_help">
250 Usage: ncfile filename hostname port\n
251 Uploads the &lt;filename&gt; file to &lt;hostname&gt;:&lt;port&gt;\n
252 Example: ncfile /mnt/sdcard/file 1.1.1.1 8888
253 </string>
254 <string name="lock_help">
255 Usage: lock\n
256 Locks the phone. Requires device admin.\n
257 Example: lock
258 </string>
259 <string name="flash_help">
260 Usage: flash on/off\n
d87d24ba 261 Turns the flashlight on or off. This is unreliable. If you have the Torch app installed, use the torch command instead.\n
8dfb76c9
MG
262 Example: flash on
263 </string>
264 <string name="echo_help">
265 Usage: echo message …\n
266 Echoes &lt;message&gt;.\n
267 Example: echo Hello, world!
268 </string>
269 <string name="dial_help">
270 Usage: dial number\n
271 Dials &lt;number&gt;.\n
272 Example: dial 0755555555
273 </string>
274 <string name="wifi_help">
275 Usage: wifi [on/off]\n
276 With no arguments, shows the wifi status\n
277 With an argument, turns the wifi on or off\n
278 Example: wifi on
279 </string>
280 <string name="view_help">
281 Usage: view link\n
282 Opens the link &lt;link&gt; in an appropriate application\n
283 Example: view tel://0755555555
284 </string>
285 <string name="vibrate_help">
286 Usage: vibrate ms\n
287 Makes the phone vibrate for &lt;ms&gt; milliseconds\n
288 Example: vibrate 2500
289 </string>
290 <string name="toast_help">
291 Usage: toast text [length]\n
292 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
293 Example: toast \"Hello world!\" long
294 </string>
295 <string name="speak_help">
296 Usage: speak text …\n
297 Speaks &lt;text&gt;\n
298 Example: speak Hello, stranger!
299 </string>
300 <string name="smslog_help">
301 Usage: smslog [count]\n
302 With no argument, shows the last 5 SMSes\n
303 With an argument, shows the last &lt;count&gt; SMSes\n
304 Example: smslog 10
305 </string>
306 <string name="play_help">
307 Usage: play\n
308 Starts playing music\n
309 Example: play
310 </string>
311 <string name="pause_help">
312 Usage: pause\n
313 Stops playing music\n
314 Example: pause
315 </string>
316 <string name="next_help">
317 Usage: next\n
318 Skips to the next track\n
319 Example: next
320 </string>
321 <string name="prev_help">
322 Usage: prev\n
323 Skips to the previous track\n
324 Example: prev
325 </string>
326 <string name="bluetooth_help">
327 Usage: bluetooth [on/off]\n
328 With no arguments, prints the bluetooth status.\n
329 With an argument, turns bluetooth on or off.\n
330 Example: bluetooth on
331 </string>
332 <string name="calllog_help">
333 Usage: calllog [count]\n
334 With no arguments, prints the last 5 calls.\n
335 With an argument, prints the last &lt;count&gt; calls\n
336 Example: calllog 10
337 </string>
338 <string name="dialog_help">
339 Usage: dialog message [button] …\n
340 Shows a dialog box with the &lt;message&gt; text and the &lt;button…&gt; buttons. Returns the button pressed\n
341 Example: dialog \"Hello stranger. Thanks for finding my phone, will you return it to me?\" Yes No
342 </string>
343 <string name="enable_help">
344 Usage: enable command\n
345 Enables a command, undoing the effects of a previous DISABLE command\n
346 This command can only be issued from the local command interface\n
347 Command list: %s\n
348 Example: disable toast
349 </string>
350 <string name="disable_help">
351 Usage: disable command\n" +
352 Disables a command. Once disabled, a command cannot be used until enabled with the ENABLE command\n
353 This command can only be issued from the local command interface\n
354 Command list: %s\n
355 Example: disable toast
356 </string>
357 <string name="help_help">
358 Usage: help command\n
359 Prints help for &lt;command&gt;. Available commands are %s\n
360 Example: help batt
361 </string>
362 <string name="setnotification_help">
363 Usage: setnotification notification\n
364 Enables the &lt;notification&gt; notification.\n
365 Messages from this notification will be sent to this address.\n
366 Available notifications: %s\n
367 Example: setnotification sms
368 </string>
369 <string name="delnotification_help">
370 Usage: delnotification notification\n
371 Disables the &lt;notification&gt; notification.\n
372 Available notifications: %s\n
373 Example: delnotification sms
374 </string>
375 <string name="location_help">
376 Usage: location provider [min_time [min_distance]]\n" +
377 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
378 &lt;provider&gt; is the location provider, one of %s\n
379 Example: location network 0 0"
380 </string>
381 <string name="ringer_help">
382 Usage: ringer mode\n
383 Sets the ringer mode. &lt;mode&gt; is one of: %s\n
384 Example: ringer vibrate
385 </string>
386 <string name="data_help">
387 Usage: data [on/off]\n
388 With no arguments, shows the mobile data status\n
389 With an argument, turns the mobile data on or off\n
390 Example: data off
391 </string>
392 <string name="gps_help">
393 Usage: gps [on/off]\n
394 With no arguments, shows the GPS status\n
395 With an argument, turns the GPS on or off\n
396 Example: gps off
397 </string>
398 <string name="glocation_help">
399 Usage: glocation [on/off]\n
400 With no arguments, shows the Google location service status\n
401 With an argument, turns the Google location service on or off\n
402 NOTE: turning the Google location service on remotely is not possible, since the user must agree to the service disclaimer.\n
403 Example: glocation off
404 </string>
405 <string name="hangup_help">
406 Usage: hangup\n
407 Hangs the phone up.\n
408 Example: hangup
409 </string>
410 <string name="launch_help">
411 Usage: launch package\n
412 Launches the app defined by the &lt;package&gt; package\n
413 Example: launch ro.ieval.fonbot
414 </string>
415 <string name="could_not_parse_ms">Could not parse ms</string>
416 <string name="cannot_parse_provider_allowed_values_are">Cannot parse provider. Allowed values are: %s</string>
417 <string name="cannot_parse_min_time">Cannot parse min_time</string>
418 <string name="cannot_parse_min_distance">Cannot parse min_distance</string>
419 <string name="invalid_ringer_mode_valid_values_are">Invalid ringer mode. Valid values are: %s</string>
420 <string name="cannot_parse_port">Cannot parse port</string>
421 <string name="notification_enabled">Notification enabled</string>
422 <string name="messagetype_should_be_one_of">MessageType should be one of: %s</string>
423 <string name="notification_disabled">Notification disabled</string>
424 <string name="security_exception">Security exception: %s</string>
425 <string name="the_second_argument_to_wipe_must_be">The second argument to wipe must be \"%s\"</string>
426 <string name="wipetype_should_be_one_of">WipeType should be one of: %s</string>
427 <string name="cannot_parse_count">Cannot parse count</string>
428 <string name="no_such_command_command_list">No such command. Command list: %s</string>
429 <string name="cannot_parse_interval">Cannot parse interval</string>
430 <string name="unknown_command">Unknown command: \'%1$s\' (%2$s)</string>
431 <string name="error_while_processing_command">Error while processing command (%1$s: %2$s)</string>
432 <string name="rebooting">Rebooting…</string>
433 <string name="reboot_help">
434 Usage: reboot\n
435 Reboots the phone.\n
436 Example: reboot
437 </string>
438 <string name="shutdown_help">
439 Usage: shutdown\n
440 Shuts the phone down.\n
441 Example: shutdown
442 </string>
443 <string name="location_tracking_is_active">Location tracking is active</string>
8dfb76c9
MG
444 <string name="cancel">Cancel</string>
445 <string name="command_sent">Command sent</string>
446 <string name="could_not_parse_id">Could not parse id</string>
447 <string name="notification_canceled">Notification canceled</string>
448 <string name="notification_shown">Notification shown</string>
02c042b0
MG
449 <string name="notify_help">
450 Usage: notify id [title text]\n
451 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
452 With one argument, removes the notification with id &lt;id&gt;\n
453 Example: notify 10 Hello \"Hello, world!\"
0f74646f
MG
454 </string>
455 <string name="user_or_password_not_set">User or password not set</string>
456 <string name="screencap_successful">Screencap successful</string>
457 <string name="screencap_failed">Screencap failed. Remember: the screencap command requires root access</string>
458 <string name="screencap_help">
d87d24ba
MG
459 Usage: screencap filename\n
460 Takes a screen capture and saves it to the given filename as a PNG image file. This requires root access.\n
0f74646f
MG
461 Example: screencap /storage/sdcard0/screencap.png
462 </string>
d87d24ba
MG
463 <string name="torch_help">
464 Usage: torch\n
465 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
466 Example: torch
467 </string>
468 <string name="toggling_torch_state">Toggling torch state…</string>
582cbf06 469 <string name="device_booted">Your device has been turned on</string>
a646935d 470 <string name="cannot_parse_camera_number">Cannot parse camera number</string>
740a6fa5
MG
471 <string name="getfile_help">
472 Usage: getfile filename url\n
473 Downloads the given url to the file described by the given filename\n
474 Example: getfile /storage/sdcard1 http://ieval.ro/
475 </string>
476 <string name="error_opening_file">Error opening file %1$s (%2$s)</string>
477 <string name="file_received">File received</string>
ba6b96a3 478 <string name="reboot_failed">Reboot failed</string>
251aceaa
MG
479 <string name="sh_help">
480 Usage: sh command [arg1 arg2 ...]\n
481 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
482 Example: sh ls /sdcard/
483 </string>
484 <string name="rootsh_help">
485 Usage: rootsh command [arg1 arg2 ...]\n
486 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
487 Example: rootsh stop;sleep 3;start
488 </string>
b4f8b90c 489 <string name="command_not_documented">This command is not documented (yet).</string>
0f74646f 490</resources>
This page took 0.038351 seconds and 4 git commands to generate.