From ed6c3334b3057b9d6ed77f74b24b196ebf605281 Mon Sep 17 00:00:00 2001 From: Paul Makles <paulmakles@gmail.com> Date: Sun, 17 Jan 2021 10:27:41 +0000 Subject: [PATCH] Connection status strings. --- en.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/en.json b/en.json index 184a8a5..986993e 100644 --- a/en.json +++ b/en.json @@ -56,6 +56,12 @@ "blocked": "Blocked", "incoming": "Incoming friend request.", "outgoing": "Outgoing friend request." + }, + "status": { + "offline": "Offline.", + "disconnected": "Disconnected.", + "connecting": "Connecting...", + "reconnecting": "Reconnecting..." } }, "context_menu": { -- GitLab