aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Base.lproj/Localizable.strings
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-12-29 00:42:02 +0530
committerRoopesh Chander <roop@roopc.net>2019-01-14 14:52:29 +0530
commitfb1607d4a2bdaa09d3cf1a988bf6ea0956f38652 (patch)
tree501223bcc92cb0e41fdf7ac613dcd7a16d029148 /WireGuard/WireGuard/Base.lproj/Localizable.strings
parentmacOS: Specify app is an 'agent' (diff)
downloadwireguard-apple-fb1607d4a2bdaa09d3cf1a988bf6ea0956f38652.tar.xz
wireguard-apple-fb1607d4a2bdaa09d3cf1a988bf6ea0956f38652.zip
macOS: Add tunnel management menu items
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/Base.lproj/Localizable.strings5
1 files changed, 5 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/Base.lproj/Localizable.strings b/WireGuard/WireGuard/Base.lproj/Localizable.strings
index e69b6b6..c392085 100644
--- a/WireGuard/WireGuard/Base.lproj/Localizable.strings
+++ b/WireGuard/WireGuard/Base.lproj/Localizable.strings
@@ -220,3 +220,8 @@
"alertSystemErrorMessageTunnelConfigurationStale" = "The configuration is stale.";
"alertSystemErrorMessageTunnelConfigurationReadWriteFailed" = "Reading or writing the configuration failed.";
"alertSystemErrorMessageTunnelConfigurationUnknown" = "Unknown system error.";
+
+// Mac status bar menu
+
+"macMenuManageTunnels" = "Manage tunnels";
+"macMenuImportTunnels" = "Import tunnel(s) from file...";