Skip to content
Snippets Groups Projects
Commit c522a6b5 authored by ovari's avatar ovari
Browse files

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
parent c769bc6d
No related branches found
No related tags found
No related merge requests found
/* /*
* Copyright (C) 2017-2023 Savoir-faire Linux Inc. * Copyright (C) 2017-2025 Savoir-faire Linux Inc.
*
* Author: Silbino Gonçalves Matado <silbino.gmatado@savoirfairelinux.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
...@@ -161,10 +159,10 @@ ...@@ -161,10 +159,10 @@
"conversation.edited" = "Edited"; "conversation.edited" = "Edited";
"conversation.deletedMessage" = "%@ deleted a message"; "conversation.deletedMessage" = "%@ deleted a message";
"conversation.contactBlocked" = "Contact blocked"; "conversation.contactBlocked" = "Contact blocked";
"conversation.typingIndicatorOneUser" = "%@ is typing"; "conversation.typingIndicatorOneUser" = "%@ is typing";
"conversation.typingIndicatorTwoUsers" = "%1@ and %2@ are typing"; "conversation.typingIndicatorTwoUsers" = "%1@ and %2@ are typing";
"conversation.typingIndicatorOtherUsers" = "%1@, %2@ and %3@ other are typing"; "conversation.typingIndicatorOtherUsers" = "%1@, %2@ and %3@ other are typing";
"conversation.typingIndicatorOthersUsers" = "%1@, %2@ and %3@ others are typing"; "conversation.typingIndicatorOthersUsers" = "%1@, %2@ and %3@ others are typing";
// Invitations // Invitations
...@@ -406,8 +404,8 @@ ...@@ -406,8 +404,8 @@
"accountPage.dhtConfiguration" = "OpenDHT configuration"; "accountPage.dhtConfiguration" = "OpenDHT configuration";
"accountPage.nameServer" = "Name server"; "accountPage.nameServer" = "Name server";
"accountPage.chats" = "Chats"; "accountPage.chats" = "Chats";
"accountPage.typingIndicator" = "Enable typing indicator"; "accountPage.typingIndicator" = "Typing indicator";
"accountPage.typingIndicatorExplanation" = "Send and receive typing indicators showing that a message is being typed."; "accountPage.typingIndicatorExplanation" = "Send and receive typing indicators showing when messages are being typed.";
// Backup Account // 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."; "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.";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment