aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Base.lproj
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-12-22 18:59:23 +0530
committerRoopesh Chander <roop@roopc.net>2019-01-14 14:52:26 +0530
commit09d7a5229ae026f004eb38295679bb9c044d2da7 (patch)
tree4d6c1fdbbab8021fb68a8ae82773c9055e6753be /WireGuard/WireGuard/Base.lproj
parentwireguard-go-bridge: Make CFLAGS_PREFIX work for macOS as well (diff)
downloadwireguard-apple-09d7a5229ae026f004eb38295679bb9c044d2da7.tar.xz
wireguard-apple-09d7a5229ae026f004eb38295679bb9c044d2da7.zip
On-Demand: Add support for macOS-specific values
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard/Base.lproj')
-rw-r--r--WireGuard/WireGuard/Base.lproj/Localizable.strings4
1 files changed, 3 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/Base.lproj/Localizable.strings b/WireGuard/WireGuard/Base.lproj/Localizable.strings
index a2249b3..e69b6b6 100644
--- a/WireGuard/WireGuard/Base.lproj/Localizable.strings
+++ b/WireGuard/WireGuard/Base.lproj/Localizable.strings
@@ -68,9 +68,11 @@
"tunnelOnDemandKey" = "Activate on demand";
"tunnelOnDemandOptionOff" = "Off";
-"tunnelOnDemandOptionWiFiOrCellular" = "Wi-Fi or cellular";
"tunnelOnDemandOptionWiFiOnly" = "Wi-Fi only";
+"tunnelOnDemandOptionWiFiOrCellular" = "Wi-Fi or cellular";
"tunnelOnDemandOptionCellularOnly" = "Cellular only";
+"tunnelOnDemandOptionWiFiOrEthernet" = "Wi-Fi or ethernet";
+"tunnelOnDemandOptionEthernetOnly" = "Ethernet only";
"addPeerButtonTitle" = "Add peer";