1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-05 16:15:26 +02:00

JamiString: improve some strings

Change-Id: I1557d50ae603d7a45ac192b687cdad92bdaa6684
This commit is contained in:
Sébastien Blin 2021-12-06 16:16:45 -05:00
parent 9c0bba79b2
commit 9c8c900dea

View file

@ -216,8 +216,8 @@ Item {
property string chat: qsTr("Chat")
property string moreOptions: qsTr("More options")
property string mosaic: qsTr("Mosaic")
property string participantMicIsStillMuted: qsTr("Participant is still muted on his local machine")
property string mutedLocally: qsTr("You are still muted on your local machine")
property string participantMicIsStillMuted: qsTr("Participant is still muted on their device")
property string mutedLocally: qsTr("You are still muted on your device")
property string participantModIsStillMuted: qsTr("You are still muted by moderator")
property string mutedByModerator: qsTr("You are muted by a moderator")
property string moderator: qsTr("Moderator")