From df4b3d60c717f806a39b063a1b22db8949978066 Mon Sep 17 00:00:00 2001
From: ialokim <ialokim@mailbox.org>
Date: Fri, 20 Jan 2023 11:06:12 +0100
Subject: [PATCH] add strings for release 0.4.0

---
 .../src/main/resources/strings/BriarDesktop.properties    | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/briar-desktop/src/main/resources/strings/BriarDesktop.properties b/briar-desktop/src/main/resources/strings/BriarDesktop.properties
index 350ba0586c..aab31710fa 100644
--- a/briar-desktop/src/main/resources/strings/BriarDesktop.properties
+++ b/briar-desktop/src/main/resources/strings/BriarDesktop.properties
@@ -132,6 +132,13 @@ forum.sharing.status.title=Sharing Status
 forum.sharing.status.info=Any member of a forum can share it with their contacts. You are sharing this forum with the following contacts. There may also be other members who you can't see in this list, although you can see their posts in the forum.
 forum.sharing.status.with=Shared with {0} ({1} online)
 forum.sharing.status.nobody=Nobody
+forum.sharing.action.title=Share Forum
+forum.sharing.action.choose_contacts=Choose Contacts
+forum.sharing.action.no_contacts=No contacts yet. You can only share forums with your contacts.
+forum.sharing.action.status.already_shared=Already sharing
+forum.sharing.action.status.already_invited=Invitation already sent
+forum.sharing.action.status.invite_received=Invitation already received
+forum.sharing.action.status.not_supported=Not supported by this contact
 
 # Private Groups
 groups.card.created=Created by {0}
@@ -252,6 +259,7 @@ warning=Warning
 unsupported_feature=Unfortunately, this feature is not yet supported by Briar Desktop.
 remove=Remove
 hide=Hide
+search=Search
 
 # Compose text edit actions
 copy=Copy
-- 
GitLab