aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Base.lproj
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2019-01-12 00:20:02 +0530
committerRoopesh Chander <roop@roopc.net>2019-01-14 14:52:37 +0530
commit26ea353933bc93e6fd624b0914347de44cff667a (patch)
treee760c788b4970523e29e5e28c8ea59ff117c5380 /WireGuard/WireGuard/Base.lproj
parentmacOS: Add app icon (diff)
downloadwireguard-apple-26ea353933bc93e6fd624b0914347de44cff667a.tar.xz
wireguard-apple-26ea353933bc93e6fd624b0914347de44cff667a.zip
macOS: Add About dialog
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard/Base.lproj')
-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 cf73bf3..ab42116 100644
--- a/WireGuard/WireGuard/Base.lproj/Localizable.strings
+++ b/WireGuard/WireGuard/Base.lproj/Localizable.strings
@@ -232,6 +232,7 @@
"macMenuAddEmptyTunnel" = "Add empty tunnel...";
"macMenuExportLog" = "Export log to file...";
"macMenuExportTunnels" = "Export tunnels to zip...";
+"macMenuAbout" = "About WireGuard";
"macMenuQuit" = "Quit";
// Mac manage tunnels window
@@ -292,3 +293,8 @@
"macAlertInfoUnrecognizedPeerKey" = "Valid keys are: 'PublicKey', 'PresharedKey', 'AllowedIPs', 'Endpoint' and 'PersistentKeepalive'";
"macAlertMultipleEntriesForKey (%@)" = "There should be only one entry per section for key '%@'";
+
+// Mac about dialog
+
+"macAppVersion (%@)" = "App version: %@";
+"macGoBackendVersion (%@)" = "Go backend version: %@";