|
20 | 20 |
|
21 | 21 | <!-- Messages --> |
22 | 22 | <string name="helper_error_serial_port_is_null">Serial Port is null: The device might be disconnected.\n</string> |
23 | | - <string name="helper_error_device_not_found">\nArduino Device not found (or the device might be a clone).</string> |
24 | | - <string name="helper_error_connecting_anyway">\nConnecting anyway (may misbehave)…</string> |
25 | | - <string name="helper_error_usb_devices_not_attached">\nNo USB devices are attached</string> |
26 | | - <string name="helper_error_serial_connection_not_opened">\nPort not opened - There might be a problem with the serial connection to Arduino</string> |
27 | | - <string name="helper_error_write_problem">Serial Write encountered an error:</string> |
28 | | - <string name="helper_error_connection_closed_unexpectedly">Device connection was closed unexpectedly</string> |
29 | | - <string name="helper_error_connection_not_ready_to_close">No device connection to close</string> |
30 | | - <string name="helper_error_connection_failed_to_close">Device connection failed to close</string> |
31 | | - <string name="helper_info_serial_connection_opened">\nSerial Connection Opened</string> |
32 | | - <string name="helper_info_serial_connection_closed">\nSerial Connection Closed</string> |
33 | | - <string name="helper_info_usb_permission_requested">Requested permission to access the USB device…</string> |
34 | | - <string name="helper_info_checking_attached_usb_devices">\nChecking attached USB devices…</string> |
| 23 | + <string name="helper_error_device_not_found">Arduino Device not found (or the device might be a clone).\n</string> |
| 24 | + <string name="helper_error_connecting_anyway">Connecting anyway (may misbehave)…\n</string> |
| 25 | + <string name="helper_error_usb_devices_not_attached">No USB devices are attached\n</string> |
| 26 | + <string name="helper_error_serial_connection_not_opened">Port not opened - There might be a problem with the serial connection to Arduino\n</string> |
| 27 | + <string name="helper_error_write_problem">Serial Write encountered an error:\n</string> |
| 28 | + <string name="helper_error_connection_closed_unexpectedly">Device connection was closed unexpectedly\n</string> |
| 29 | + <string name="helper_error_connection_failed_to_open">Failed to open device connection. Please make sure the device is connected and the USB cable and the port are healthy.\n</string> |
| 30 | + <string name="helper_error_connection_failed_to_open_unknown">Failed to open device connection.\n</string> |
| 31 | + <string name="helper_error_connection_not_ready_to_close">No device connection to close\n</string> |
| 32 | + <string name="helper_error_connection_failed_to_close">Device connection failed to close\n</string> |
| 33 | + <string name="helper_info_serial_connection_opened">Serial Connection Opened\n</string> |
| 34 | + <string name="helper_info_serial_connection_closed">Serial Connection Closed\n</string> |
| 35 | + <string name="helper_info_usb_permission_requested">Requested permission to access the USB device…\n</string> |
| 36 | + <string name="helper_info_checking_attached_usb_devices">Checking attached USB devices…\n</string> |
35 | 37 |
|
36 | | - <string name="breceiver_info_usb_permission_granted">"\nPermission granted for: "</string> |
37 | | - <string name="breceiver_error_usb_permission_denied">\npermission denied for device:</string> |
38 | | - <string name="breceiver_info_device_attached">\nDevice attached</string> |
39 | | - <string name="breceiver_info_device_detached">\nDevice detached</string> |
| 38 | + <string name="breceiver_info_usb_permission_granted">"Permission granted for: \n"</string> |
| 39 | + <string name="breceiver_error_usb_permission_denied">permission denied for device:\n</string> |
| 40 | + <string name="breceiver_info_device_attached">Device attached\n</string> |
| 41 | + <string name="breceiver_info_device_detached">Device detached\n</string> |
40 | 42 | </resources> |
0 commit comments