From c522a6b5749787c26d1f899432d1e2278001c7c2 Mon Sep 17 00:00:00 2001
From: ovari123 <ovari123@zoho.com>
Date: Thu, 15 May 2025 18:48:22 -0400
Subject: [PATCH] conversation: typing indicator

Follow up to the https://review.jami.net/c/jami-client-ios/+/31160 patch.

Send and receive typing indicators showing when messages are being typed.
https://review.jami.net/c/jami-client-qt/+/30690

Change-Id: If9ee8ead8405853c623ae9edd872282399bbaa2a
GitLab: #339
---
 Ring/Ring/Resources/en.lproj/Localizable.strings | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/Ring/Ring/Resources/en.lproj/Localizable.strings b/Ring/Ring/Resources/en.lproj/Localizable.strings
index 0d6c502d0..8f5b7e646 100644
--- a/Ring/Ring/Resources/en.lproj/Localizable.strings
+++ b/Ring/Ring/Resources/en.lproj/Localizable.strings
@@ -1,7 +1,5 @@
  /*
- *  Copyright (C) 2017-2023 Savoir-faire Linux Inc.
- *
- *  Author: Silbino Gonçalves Matado <silbino.gmatado@savoirfairelinux.com>
+ *  Copyright (C) 2017-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -161,10 +159,10 @@
 "conversation.edited" = "Edited";
 "conversation.deletedMessage" = "%@ deleted a message";
 "conversation.contactBlocked" = "Contact blocked";
-"conversation.typingIndicatorOneUser" = "%@ is typing";
-"conversation.typingIndicatorTwoUsers" = "%1@ and %2@ are typing";
-"conversation.typingIndicatorOtherUsers" = "%1@, %2@ and %3@ other are typing";
-"conversation.typingIndicatorOthersUsers" = "%1@, %2@ and %3@ others are typing";
+"conversation.typingIndicatorOneUser" = "%@ is typing…";
+"conversation.typingIndicatorTwoUsers" = "%1@ and %2@ are typing…";
+"conversation.typingIndicatorOtherUsers" = "%1@, %2@ and %3@ other are typing…";
+"conversation.typingIndicatorOthersUsers" = "%1@, %2@ and %3@ others are typing…";
 
 
 // Invitations
@@ -406,8 +404,8 @@
 "accountPage.dhtConfiguration" = "OpenDHT configuration";
 "accountPage.nameServer" = "Name server";
 "accountPage.chats" = "Chats";
-"accountPage.typingIndicator" = "Enable typing indicator";
-"accountPage.typingIndicatorExplanation" = "Send and receive typing indicators showing that a message is being typed.";
+"accountPage.typingIndicator" = "Typing indicator";
+"accountPage.typingIndicatorExplanation" = "Send and receive typing indicators showing when messages are being typed.";
 
 // Backup Account
 "backupAccount.explanation" = "This Jami account exists only on this device. The account will be lost if this device is lost or if the application is uninstalled. It is recommended to make a backup of this account.";
-- 
GitLab