aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 70a13da..c909933 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -50,6 +50,8 @@
50 <string name="action_create">Create</string> 50 <string name="action_create">Create</string>
51 <string name="action_join">Join</string> 51 <string name="action_join">Join</string>
52 <string name="action_open_manual">Open manual</string> 52 <string name="action_open_manual">Open manual</string>
53 <string name="action_scan_qr_code">Scan QR code</string>
54 <string name="action_install">Install</string>
53 55
54 <string name="message_no_network_configuration_found">No network configuration has been found.</string> 56 <string name="message_no_network_configuration_found">No network configuration has been found.</string>
55 <string name="message_no_known_node">No known node</string> 57 <string name="message_no_known_node">No known node</string>
@@ -60,6 +62,7 @@
60 <string name="message_no_configuration_for_network_format">No configuration has been found for network \"%1$s\".</string> 62 <string name="message_no_configuration_for_network_format">No configuration has been found for network \"%1$s\".</string>
61 <string name="message_network_config_not_found_format">Network configuration file not found at \"%1$s\".</string> 63 <string name="message_network_config_not_found_format">Network configuration file not found at \"%1$s\".</string>
62 <string name="message_network_config_invalid_format">Invalid network configuration:\n\n%1$s</string> 64 <string name="message_network_config_invalid_format">Invalid network configuration:\n\n%1$s</string>
65 <string name="message_no_qr_code_scanner">No scanner could be started.\n\nInstall Barcode Scanner?</string>
63 66
64 <string name="value_none">none</string> 67 <string name="value_none">none</string>
65 <string name="value_yes">yes</string> 68 <string name="value_yes">yes</string>