diff options
author | pacien | 2018-02-16 18:23:01 +0100 |
---|---|---|
committer | pacien | 2018-02-16 18:23:01 +0100 |
commit | c359d78bcd45cb506bac51a616ef62af0845df85 (patch) | |
tree | e526bbf710d301310fdee6a0da6399fb79c71f66 /app/src/main/res/values | |
parent | 680fe07b6ea000ee29ac28e2f48665433e7011df (diff) | |
download | tincapp-c359d78bcd45cb506bac51a616ef62af0845df85.tar.gz |
Refactor activities and service, locking app at daemon startup and shutdown
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2849c8f..23469c0 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml | |||
@@ -61,6 +61,7 @@ | |||
61 | <string name="action_unlock">Unlock</string> | 61 | <string name="action_unlock">Unlock</string> |
62 | <string name="action_apply">Apply</string> | 62 | <string name="action_apply">Apply</string> |
63 | <string name="action_encrypt_decrypt_private_keys">Encrypt or decrypt private keys</string> | 63 | <string name="action_encrypt_decrypt_private_keys">Encrypt or decrypt private keys</string> |
64 | <string name="action_dismiss">Dismiss</string> | ||
64 | 65 | ||
65 | <string name="message_no_network_configuration_found">No network configuration has been found.</string> | 66 | <string name="message_no_network_configuration_found">No network configuration has been found.</string> |
66 | <string name="message_no_known_node">No known node</string> | 67 | <string name="message_no_known_node">No known node</string> |
@@ -75,6 +76,9 @@ | |||
75 | <string name="message_encrypting_decrypting_private_keys">Encrypting/decrypting private keys</string> | 76 | <string name="message_encrypting_decrypting_private_keys">Encrypting/decrypting private keys</string> |
76 | <string name="message_could_not_decrypt_private_keys_format">Could not decrypt private keys:\n\n%1$s</string> | 77 | <string name="message_could_not_decrypt_private_keys_format">Could not decrypt private keys:\n\n%1$s</string> |
77 | <string name="message_storage_unavailable">Storage directory is unavailable.</string> | 78 | <string name="message_storage_unavailable">Storage directory is unavailable.</string> |
79 | <string name="message_starting_vpn">Starting VPN…</string> | ||
80 | <string name="message_disconnecting_vpn">Disconnecting VPN…</string> | ||
81 | <string name="message_passphrase_required">A passphrase is required to unlock the keyring.</string> | ||
78 | 82 | ||
79 | <string name="value_none">none</string> | 83 | <string name="value_none">none</string> |
80 | <string name="value_yes">yes</string> | 84 | <string name="value_yes">yes</string> |