From 6175de0438b2e501815aec7cd625babf1f48387d Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Thu, 28 Mar 2019 19:28:27 +0530 Subject: iOS: Ability to view the log Signed-off-by: Roopesh Chander --- WireGuard/WireGuard/Base.lproj/Localizable.strings | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'WireGuard/WireGuard/Base.lproj/Localizable.strings') diff --git a/WireGuard/WireGuard/Base.lproj/Localizable.strings b/WireGuard/WireGuard/Base.lproj/Localizable.strings index 0872596..c4e9cb1 100644 --- a/WireGuard/WireGuard/Base.lproj/Localizable.strings +++ b/WireGuard/WireGuard/Base.lproj/Localizable.strings @@ -209,10 +209,14 @@ "settingsSectionTitleExportConfigurations" = "Export configurations"; "settingsExportZipButtonTitle" = "Export zip archive"; -"settingsSectionTitleTunnelLog" = "Tunnel log"; -"settingsExportLogFileButtonTitle" = "Export log file"; +"settingsSectionTitleTunnelLog" = "Log"; +"settingsViewLogButtonTitle" = "View log"; -// Settings alerts +// Log view + +"logViewTitle" = "Log"; + +// Log alerts "alertUnableToRemovePreviousLogTitle" = "Log export failed"; "alertUnableToRemovePreviousLogMessage" = "The pre-existing log could not be cleared"; -- cgit v1.2.3-59-g8ed1b