From 277e8c6fe674eea8dff3db7fc740a1106d919867 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Wed, 19 Apr 2017 15:29:22 +0200 Subject: [PATCH] feat(assets/languages): update translations --- linphone-desktop/assets/languages/en.ts | 4 ++++ linphone-desktop/assets/languages/fr.ts | 18 +++++++++++------- .../ui/views/App/Settings/SettingsVideo.qml | 9 +++++++++ 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/linphone-desktop/assets/languages/en.ts b/linphone-desktop/assets/languages/en.ts index 677e1d6f0..0a3621a06 100644 --- a/linphone-desktop/assets/languages/en.ts +++ b/linphone-desktop/assets/languages/en.ts @@ -1128,6 +1128,10 @@ Server url not configured. videoCodecsTitle Video codecs + + showCameraPreview + VIDEO PREVIEW + SettingsWindow diff --git a/linphone-desktop/assets/languages/fr.ts b/linphone-desktop/assets/languages/fr.ts index 39caace5a..0eaad1a52 100644 --- a/linphone-desktop/assets/languages/fr.ts +++ b/linphone-desktop/assets/languages/fr.ts @@ -219,31 +219,31 @@ iceStateNotActivated - + Désactivé iceStateFailed - + Échoué iceStateInProgress - + En cours iceStateReflexiveConnection - + Connexion réflexive iceStateHostConnection - + Connexion hôte iceStateRelayConnection - + Connexion relais iceStateInvalid - + Invalide @@ -1128,6 +1128,10 @@ Url du serveur non configurée. videoCodecsTitle Codecs vidéo + + showCameraPreview + APERÇU DE LA VIDÉO + SettingsWindow diff --git a/linphone-desktop/ui/views/App/Settings/SettingsVideo.qml b/linphone-desktop/ui/views/App/Settings/SettingsVideo.qml index 58218cad9..58a484c74 100644 --- a/linphone-desktop/ui/views/App/Settings/SettingsVideo.qml +++ b/linphone-desktop/ui/views/App/Settings/SettingsVideo.qml @@ -101,6 +101,15 @@ TabContainer { } } } + + FormEmptyLine {} + } + + TextButtonB { + anchors.right: parent.right + text: qsTr('showCameraPreview') + + onClicked: console.log('TODO') } // -------------------------------------------------------------------------