1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-01 14:15:24 +02:00

JamiStrings.qml: cleanup

Change-Id: Ic947a31c4c867cf266018373b2624a745c1fc88c
This commit is contained in:
ovari123 2025-05-02 07:11:08 -04:00 committed by ovari123@zoho.com
parent 2e1889caf1
commit f8c29fc4a1

View file

@ -605,8 +605,8 @@ Item {
property string linkNewDevice: qsTr("Link new device")
property string linkDeviceConnecting: qsTr("Connecting to your new device…")
property string linkDeviceInProgress: qsTr("The export account operation to the new device is in progress.\nPlease confirm the import on the new device.")
property string linkDeviceScanQR: qsTr("On the new device, initiate a new account.\nSelect Add account -> Connect from another device.\nWhen ready, scan the QR code.")
property string linkDeviceEnterManually: qsTr("Alternatively you could enter the authentication code manually.")
property string linkDeviceScanQR: qsTr("On the new device, initiate a new account.\nSelect Add account Connect from another device.\nWhen ready, scan the QR code.")
property string linkDeviceEnterManually: qsTr("Alternatively, enter the authentication code manually.")
property string linkDeviceEnterCodePlaceholder: qsTr("Enter authentication code")
property string linkDeviceAllSet: qsTr("The account was imported successfully.")
property string linkDeviceFoundAddress: qsTr("New device found at address below. Is that you?\nClicking on confirm will continue transfering account.")