diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-04-06 18:09:03 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-04-06 18:09:03 -0600 |
commit | 77b5937fbb8490b368acac85f434113a175f1bba (patch) | |
tree | 84ed0b11682f0d87be3edd20cceb1acae52b0123 /ui/src/main/res/values | |
parent | 3144d360569cb358fc750733ccb180d3e9d2bc48 (diff) |
ui: add missing fields to detail view
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res/values')
-rw-r--r-- | ui/src/main/res/values/strings.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/src/main/res/values/strings.xml b/ui/src/main/res/values/strings.xml index e47bd9b8..41bb31ac 100644 --- a/ui/src/main/res/values/strings.xml +++ b/ui/src/main/res/values/strings.xml @@ -39,6 +39,10 @@ <item quantity="one">Exclude %d app</item> <item quantity="other">Exclude %d apps</item> </plurals> + <plurals name="persistent_keepalive_seconds_unit"> + <item quantity="one">every second</item> + <item quantity="other">every %d seconds</item> + </plurals> <string name="use_all_applications">Use all apps</string> <string name="add_peer">Add peer</string> <string name="addresses">Addresses</string> @@ -148,9 +152,9 @@ <string name="permission_label">control WireGuard tunnels</string> <string name="persistent_keepalive">Persistent keepalive</string> <string name="pre_shared_key">Pre-shared key</string> + <string name="pre_shared_key_enabled">enabled</string> <string name="private_key">Private key</string> <string name="public_key">Public key</string> - <string name="public_key_description">Public key</string> <string name="qr_code_hint">Tip: generate with `qrencode -t ansiutf8 < tunnel.conf`.</string> <string name="restore_on_boot_summary_off">Will not bring up enabled tunnels at boot</string> <string name="restore_on_boot_summary_on">Will bring up enabled tunnels at boot</string> |