-
Notifications
You must be signed in to change notification settings - Fork 284
Expand file tree
/
Copy pathstrings.xml
More file actions
76 lines (70 loc) · 5.21 KB
/
Copy pathstrings.xml
File metadata and controls
76 lines (70 loc) · 5.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2022, Nordic Semiconductor
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, with or without modification, are
~ permitted provided that the following conditions are met:
~
~ 1. Redistributions of source code must retain the above copyright notice, this list of
~ conditions and the following disclaimer.
~
~ 2. Redistributions in binary form must reproduce the above copyright notice, this list
~ of conditions and the following disclaimer in the documentation and/or other materials
~ provided with the distribution.
~
~ 3. Neither the name of the copyright holder nor the names of its contributors may be
~ used to endorse or promote products derived from this software without specific prior
~ written permission.
~
~ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
~ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
~ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
~ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
~ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
~ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
~ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
~ OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
~ OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
~ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
~ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<resources>
<string name="dfu_settings_reset">Restore default values</string>
<string name="dfu_settings">Settings</string>
<string name="dfu_settings_other">Other</string>
<string name="dfu_settings_force_scanning">Force scanning</string>
<string name="dfu_settings_force_scanning_info">Forces scanning for DFU bootloader. By default, the DFU bootloader advertises directly with the same
MAC address.\n\nChanging this requires modifying the DFU bootloader or the Buttonless Service implementation on the device.</string>
<string name="dfu_settings_disable_resume">Disable resume</string>
<string name="dfu_settings_disable_resume_info">When the resume feature is disabled the app will not try to resume previously interrupted update.</string>
<string name="dfu_settings_prepare_data_object_delay">Prepare object delay</string>
<string name="dfu_settings_prepare_data_object_delay_info">The time required by the DFU bootloader to save the data object in flash memory. Shorter delays will increase upload speed, but may cause issues on some devices.</string>
<string name="dfu_settings_execute_init_delay">Execute init delay</string>
<string name="dfu_settings_execute_init_delay_info">The time the service will wait after sending the init packet and before executing it.</string>
<string name="dfu_settings_reboot_time">Reboot time</string>
<string name="dfu_settings_reboot_time_info">The time the device needs to reboot into the DFU bootloader mode. The app will delay scanning for the bootloader.</string>
<string name="dfu_settings_scan_timeout">Scan timeout</string>
<string name="dfu_settings_scan_timeout_info">The time the app will scan for the device after it switches to DFU bootloader mode.</string>
<string name="dfu_settings_number_of_pockets">Number of packets</string>
<string name="dfu_settings_mtu">Request high MTU</string>
<string name="dfu_settings_mtu_info">Enable for faster firmware uploads by increasing data packet size.\n\nDisable when upload fails after few seconds with a GATT ERROR.</string>
<string name="dfu_settings_headline_secure_dfu">Secure DFU option</string>
<string name="dfu_settings_headline_legacy_dfu">Legacy DFU</string>
<string name="dfu_settings_time">ms</string>
<string name="dfu_macro_dialog_confirm">Confirm</string>
<string name="dfu_macro_dialog_dismiss">Dismiss</string>
<string name="dfu_settings_packets_receipt_notification">Packets receipt notification</string>
<string name="dfu_settings_packets_receipt_notification_info">Enables or disables the Packet Receipt Notification (PRN) procedure.
\n\nPRNs are used to synchronize the transmitter with the receiver and ensure data correctness. They are enabled by default on
Android Lollipop and earlier.</string>
<string name="dfu_settings_keep_bond_information">Keep bond</string>
<string name="dfu_settings_keep_bond_information_info">Sets whether the bond information should be preserved after flashing new application.</string>
<string name="dfu_settings_external_mcu_dfu">External MCU DFU</string>
<string name="dfu_settings_external_mcu_dfu_info">Enabling this option will prevent from jumping to the DFU Bootloader mode in case there is no DFU Version characteristic.</string>
<string name="dfu_parse_int_error">Please provide integer value.</string>
<string name="dfu_about_app">About the app</string>
<string name="dfu_about_dfu">About DFU</string>
<string name="dfu_about_dfu_desc">DFU documentation on Nordic\'s Infocenter.</string>
<string name="dfu_version" formatted="false">Version: %s (build %s)</string>
</resources>