mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-25 15:58:16 +00:00
Update english
This commit is contained in:
parent
1dcbbbb1f1
commit
44b4c3de49
2 changed files with 36 additions and 2 deletions
|
|
@ -670,6 +670,11 @@ Server URL not configured.</translation>
|
|||
<source>removeContactDescription</source>
|
||||
<translation>Do you really want to remove this contact from your address book?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>missingConferenceURI</source>
|
||||
<extracomment>'You need to set the conference URI in your account settings to create a conference based chat room.' : Tooltip to warn the user that a setting is missing in its configuration.</extracomment>
|
||||
<translation>You need to set the conference URI in your account settings to create a conference based chat room.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Conversation</name>
|
||||
|
|
@ -703,7 +708,7 @@ Server URL not configured.</translation>
|
|||
</message>
|
||||
<message>
|
||||
<source>conversationMenuGroupInformations</source>
|
||||
<extracomment>'Group informations' : Item menu to get information about the chat room</extracomment>
|
||||
<extracomment>'Group information' : Item menu to get information about the chat room</extracomment>
|
||||
<translation>Group information</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
@ -1185,6 +1190,11 @@ Click here: <a href="%1">%1</a>
|
|||
<source>newConferenceButton</source>
|
||||
<translation>Start conference call</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>newChatRoom</source>
|
||||
<extracomment>'Open Conference' : Tooltip to illustrate a button</extracomment>
|
||||
<translation>Open Conference</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindowMenuBar</name>
|
||||
|
|
@ -1235,6 +1245,7 @@ Click here: <a href="%1">%1</a>
|
|||
<name>Message</name>
|
||||
<message>
|
||||
<source>menuCopy</source>
|
||||
<extracomment>'Copy' : Text menu to copy selected text in message into clipboard</extracomment>
|
||||
<translation>Copy</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
@ -1275,6 +1286,11 @@ Click here: <a href="%1">%1</a>
|
|||
<translation>%1 received nothing</translation>
|
||||
<extra-Context>%1 is someone. The state is that the message hasn't been delivered.</extra-Context>
|
||||
</message>
|
||||
<message>
|
||||
<source>menuCopyAll</source>
|
||||
<extracomment>'Copy all' : Text menu to copy all message text into clipboard</extracomment>
|
||||
<translation>Copy all</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MultimediaParameters</name>
|
||||
|
|
@ -1343,6 +1359,24 @@ Click here: <a href="%1">%1</a>
|
|||
<extracomment>'Required' : Word relative to a star to explain that it is a requirement (Field form)</extracomment>
|
||||
<translation>Required</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>missingSubject</source>
|
||||
<extracomment>'You need to fill a subject.' : Tooltip to warn a user on missing field.</extracomment>
|
||||
<translation>You need to fill a subject.</translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<source>missingParticipants</source>
|
||||
<extracomment>'You need at least %1 participant.' : Tooltip to warn a user that there are not enough participants for the chat creation.</extracomment>
|
||||
<translation>
|
||||
<numerusform>You need at least %1 participant.</numerusform>
|
||||
<numerusform>You need at least %1 participants.</numerusform>
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>missingConferenceURI</source>
|
||||
<extracomment>'You need to set the conference URI in your account settings to create a conference based chat room.' : Tooltip to warn the user that a setting is missong in its configuration.</extracomment>
|
||||
<translation>You need to set the conference URI in your account settings to create a conference based chat room.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Notifier</name>
|
||||
|
|
|
|||
|
|
@ -273,7 +273,7 @@ ColumnLayout {
|
|||
y:mainBar.height
|
||||
menuStyle : MenuStyle.aux2
|
||||
MenuItem{
|
||||
//: 'Group informations' : Item menu to get information about the chat room
|
||||
//: 'Group information' : Item menu to get information about the chat room
|
||||
text: qsTr('conversationMenuGroupInformations')
|
||||
iconMenu: (hovered ? 'menu_infos_selected' : 'menu_infos')
|
||||
iconSizeMenu: 25
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue