diff options
author | pacien | 2018-05-26 13:23:38 +0200 |
---|---|---|
committer | pacien | 2018-05-26 13:23:38 +0200 |
commit | 4eb59b11f0ef2a4122bc313e07f411adc40d3056 (patch) | |
tree | 0c863fccaed9fd479582ab8a70ac786ed7d0c76f /app/src/main/res/values/strings.xml | |
parent | f11671e68b8a132623317c5402d3a5a800af2e2d (diff) | |
download | tincapp-4eb59b11f0ef2a4122bc313e07f411adc40d3056.tar.gz |
Catch and display all startup exceptions
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6ff9ab5..6ac776f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml | |||
@@ -96,6 +96,8 @@ | |||
96 | <string name="message_app_crash">The application has previously encountered a fatal error.</string> | 96 | <string name="message_app_crash">The application has previously encountered a fatal error.</string> |
97 | <string name="message_crash_logged">The crash details have been saved in \"%1$s\".</string> | 97 | <string name="message_crash_logged">The crash details have been saved in \"%1$s\".</string> |
98 | <string name="message_no_daemon">No running tinc daemon has been found.</string> | 98 | <string name="message_no_daemon">No running tinc daemon has been found.</string> |
99 | <string name="message_could_not_read_network_configuration_format">Could not read network interface configuration:\n\n%1$s</string> | ||
100 | <string name="message_could_not_read_private_key_format">Could not read tinc private keys:\n\n%1$s</string> | ||
99 | 101 | ||
100 | <string name="value_none">none</string> | 102 | <string name="value_none">none</string> |
101 | <string name="value_yes">yes</string> | 103 | <string name="value_yes">yes</string> |