From b0bb2e993a9bb41a39b4bbccb6d6bc6577c7407b Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Mon, 28 Jan 2019 16:22:20 +0530 Subject: Runtime info: Make bytecount and timestamp info prettier Signed-off-by: Roopesh Chander --- WireGuard/WireGuard/Base.lproj/Localizable.strings | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'WireGuard/WireGuard/Base.lproj') diff --git a/WireGuard/WireGuard/Base.lproj/Localizable.strings b/WireGuard/WireGuard/Base.lproj/Localizable.strings index 60bd6fb..328861f 100644 --- a/WireGuard/WireGuard/Base.lproj/Localizable.strings +++ b/WireGuard/WireGuard/Base.lproj/Localizable.strings @@ -94,6 +94,19 @@ "tunnelEditPlaceholderTextOff" = "Off"; "tunnelPeerPersistentKeepaliveValue (%d)" = "every %d seconds"; +"tunnelHandshakeTimestampNow" = "Now"; +"tunnelHandshakeTimestampSystemClockBackward" = "(System clock is backward)"; +"tunnelHandshakeTimestampAgo (%@)" = "%@ ago"; +"tunnelHandshakeTimestampYear (%d)" = "%d year"; +"tunnelHandshakeTimestampYears (%d)" = "%d years"; +"tunnelHandshakeTimestampDay (%d)" = "%d day"; +"tunnelHandshakeTimestampDays (%d)" = "%d days"; +"tunnelHandshakeTimestampHour (%d)" = "%d hour"; +"tunnelHandshakeTimestampHours (%d)" = "%d hours"; +"tunnelHandshakeTimestampMinute (%d)" = "%d minute"; +"tunnelHandshakeTimestampMinutes (%d)" = "%d minutes"; +"tunnelHandshakeTimestampSecond (%d)" = "%d second"; +"tunnelHandshakeTimestampSeconds (%d)" = "%d seconds"; // Error alerts while creating / editing a tunnel configuration -- cgit v1.2.3-59-g8ed1b