returnqsTr("To allow other users to see, which of your devices actually belong to you, you can verify them. This also allows key backup to work automatically. Verify an unverified device now? (Please make sure you have one of those devices available.)");
returnqsTr("To allow other users to see which of your devices actually belong to you, you can verify them. This also allows key backup to work automatically. Verify an unverified device now? (Please make sure you have one of those devices available.)");
else
returnqsTr("To allow other users to see, which of your devices actually belong to you, you can verify them. This also allows key backup to work automatically. Verify %1 now?").arg(flow.deviceId);
returnqsTr("To allow other users to see which of your devices actually belong to you, you can verify them. This also allows key backup to work automatically. Verify %1 now?").arg(flow.deviceId);
else
returnqsTr("To ensure that no malicious user can eavesdrop on your encrypted communications you can verify the other party.");
text:summary.isKnockOnly?qsTr("This room can't be joined directly. You can however knock on the room and room members can accept or decline this join request. You can additionally provide a reason for them to let you in below:"):qsTr("Do you want to join this room? You can optionally add a reason below:")
text:summary.isKnockOnly?qsTr("This room can't be joined directly. You can, however, knock on the room and room members can accept or decline this join request. You can additionally provide a reason for them to let you in below:"):qsTr("Do you want to join this room? You can optionally add a reason below:")
ToolTip.text:qsTr("Your login name. A mxid should start with @ followed by the user id. After the user id you need to include your server name after a :.\nYou can also put your homeserver address there, if your server doesn't support .well-known lookup.\nExample: @user:server.my\nIf Nheko fails to discover your homeserver, it will show you a field to enter the server manually.")
ToolTip.text:qsTr("Your login name. A mxid should start with @ followed by the user ID. After the user ID you need to include your server name after a :.\nYou can also put your homeserver address there if your server doesn't support .well-known lookup.\nExample: @user:server.my\nIf Nheko fails to discover your homeserver, it will show you a field to enter the server manually.")
Keys.forwardTo:[pwBtn,ssoRepeater]
}
@ -99,7 +99,7 @@ Item {
Layout.fillWidth:true
label:qsTr("Device name")
placeholderText:login.initialDeviceName()
ToolTip.text:qsTr("A name for this device, which will be shown to others, when verifying your devices. If none is provided a default is used.")
ToolTip.text:qsTr("A name for this device which will be shown to others when verifying your devices. If nothing is provided, a default is used.")
Keys.forwardTo:[pwBtn,ssoRepeater]
}
@ -113,7 +113,7 @@ Item {
placeholderText:qsTr("server.my:8787")
text:login.homeserver
onEditingFinished:login.homeserver=text
ToolTip.text:qsTr("The address that can be used to contact you homeservers client API.\nExample: https://server.my:8787")
ToolTip.text:qsTr("The address that can be used to contact you homeserver's client API.\nExample: https://server.my:8787")
?tr("You failed to join %1. You can try to knock, so that others can invite you in. Do you want to do so?\nYou may optionally provide a reason for others to accept your knock:").arg(room)
?tr("You failed to join %1. You can try to knock so that others can invite you in. Do you want to do so?\nYou may optionally provide a reason for others to accept your knock:").arg(room)
:tr("Do you really want to knock on %1? You may optionally provide a reason for others to accept your knock:").arg(room),