aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Base.lproj/Localizable.strings
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2019-01-08 18:58:40 +0530
committerRoopesh Chander <roop@roopc.net>2019-01-14 14:52:34 +0530
commitb0612df990bd9afdb3e8d39e9ca06fba72b330b1 (patch)
tree427dcdb64e0468ad6714b1c45654dbfdeb3193cd /WireGuard/WireGuard/Base.lproj/Localizable.strings
parentmacOS: Refactor config file parsing (diff)
downloadwireguard-apple-b0612df990bd9afdb3e8d39e9ca06fba72b330b1.tar.xz
wireguard-apple-b0612df990bd9afdb3e8d39e9ca06fba72b330b1.zip
macOS: Edit view: Validate and save
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/Base.lproj/Localizable.strings3
1 files changed, 3 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/Base.lproj/Localizable.strings b/WireGuard/WireGuard/Base.lproj/Localizable.strings
index 897d13d..e2a7295 100644
--- a/WireGuard/WireGuard/Base.lproj/Localizable.strings
+++ b/WireGuard/WireGuard/Base.lproj/Localizable.strings
@@ -257,6 +257,9 @@
"macEditDiscard" = "Discard";
"macEditSave" = "Save";
+"macAlertNameIsEmpty" = "Name is required";
+"macAlertDuplicateName (%@)" = "Another tunnel already exists with the name '%@'.";
+
"macAlertInvalidLine (%@)" = "Invalid line: '%@'.";
"macAlertNoInterface" = "Configuration must have an 'Interface' section.";