aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Base.lproj/Localizable.strings
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2019-04-03 16:32:12 +0530
committerRoopesh Chander <roop@roopc.net>2019-04-03 19:04:12 +0530
commit9690365dd430000059780d8b40a82783ccffe1d3 (patch)
treed2e2c6b023357800305b2676e8cb87843e1294ed /WireGuard/WireGuard/Base.lproj/Localizable.strings
parentiOS: Log view: Make log text selectable (diff)
downloadwireguard-apple-9690365dd430000059780d8b40a82783ccffe1d3.tar.xz
wireguard-apple-9690365dd430000059780d8b40a82783ccffe1d3.zip
macOS: Better handling of tunnels created by another user
Previously, the tunnels just got deleted. Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard/Base.lproj/Localizable.strings')
-rw-r--r--WireGuard/WireGuard/Base.lproj/Localizable.strings6
1 files changed, 6 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/Base.lproj/Localizable.strings b/WireGuard/WireGuard/Base.lproj/Localizable.strings
index c4e9cb1..5e9b6d5 100644
--- a/WireGuard/WireGuard/Base.lproj/Localizable.strings
+++ b/WireGuard/WireGuard/Base.lproj/Localizable.strings
@@ -398,3 +398,9 @@
"macLogColumnTitleLogMessage" = "Log message";
"macLogButtonTitleClose" = "Close";
"macLogButtonTitleSave" = "Saveā€¦";
+
+// Mac unusable tunnel view
+
+"macUnusableTunnelMessage" = "The configuration for this tunnel cannot be found in the keychain.";
+"macUnusableTunnelInfo" = "In case this tunnel was created by another user, only that user can view, edit, or activate this tunnel.";
+"macUnusableTunnelButtonTitleDeleteTunnel" = "Delete tunnel";