mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-20 13:18:06 +00:00
Fix source language comments
This commit is contained in:
parent
daa56cc77c
commit
0446c857ff
2 changed files with 3 additions and 6 deletions
|
|
@ -956,8 +956,7 @@ Server URL not configured.</translation>
|
|||
</message>
|
||||
<message>
|
||||
<source>ephemeralNotInConference!</source>
|
||||
<extracomment>'
|
||||
Ephemeral message is only supported in conference based chat room!'</extracomment>
|
||||
<extracomment>'Ephemeral message is only supported in conference based chat room!'</extracomment>
|
||||
<translation>Ephemeral message is only supported in conference based chat room!</translation>
|
||||
<extra-Context>Warning about not being in conference based chat room.</extra-Context>
|
||||
</message>
|
||||
|
|
@ -984,9 +983,7 @@ Ephemeral message is only supported in conference based chat room!'</extrac
|
|||
</message>
|
||||
<message numerus="yes">
|
||||
<source>nDay</source>
|
||||
<extracomment>'%1 day'
|
||||
----------
|
||||
'%1 days'</extracomment>
|
||||
<extracomment>'%1 day'</extracomment>
|
||||
<translation>
|
||||
<numerusform>%1 day</numerusform>
|
||||
<numerusform>%1 days</numerusform>
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ DialogPlus {
|
|||
wrapMode: Text.Wrap
|
||||
//: 'New messages will be deleted on both ends once it has been read by your contact. Select a timeout.' : Context Explanation for ephemerals
|
||||
text: qsTr('ephemeralText')
|
||||
//: '\nEphemeral message is only supported in conference based chat room!'
|
||||
//: 'Ephemeral message is only supported in conference based chat room!'
|
||||
//~ Context Warning about not being in conference based chat room.
|
||||
+(!chatRoomModel.canBeEphemeral?'\n'+qsTr('ephemeralNotInConference!'):'')
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue