Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linphone-desktop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
linphone-desktop
Commits
277e8c6f
Commit
277e8c6f
authored
Apr 19, 2017
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(assets/languages): update translations
parent
c00c0bcd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
7 deletions
+24
-7
en.ts
linphone-desktop/assets/languages/en.ts
+4
-0
fr.ts
linphone-desktop/assets/languages/fr.ts
+11
-7
SettingsVideo.qml
linphone-desktop/ui/views/App/Settings/SettingsVideo.qml
+9
-0
No files found.
linphone-desktop/assets/languages/en.ts
View file @
277e8c6f
...
...
@@ -1128,6 +1128,10 @@ Server url not configured.</translation>
<
source
>
videoCodecsTitle
<
/source
>
<
translation
>
Video
codecs
<
/translation
>
<
/message
>
<
message
>
<
source
>
showCameraPreview
<
/source
>
<
translation
>
VIDEO
PREVIEW
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
SettingsWindow
<
/name
>
...
...
linphone-desktop/assets/languages/fr.ts
View file @
277e8c6f
...
...
@@ -219,31 +219,31 @@
<
/message
>
<
message
>
<
source
>
iceStateNotActivated
<
/source
>
<
translation
type
=
"
unfinished
"
>
<
/translation
>
<
translation
>
D
é
sactiv
é
<
/translation
>
<
/message
>
<
message
>
<
source
>
iceStateFailed
<
/source
>
<
translation
type
=
"
unfinished
"
>
<
/translation
>
<
translation
>
É
chou
é
<
/translation
>
<
/message
>
<
message
>
<
source
>
iceStateInProgress
<
/source
>
<
translation
type
=
"
unfinished
"
>
<
/translation
>
<
translation
>
En
cours
<
/translation
>
<
/message
>
<
message
>
<
source
>
iceStateReflexiveConnection
<
/source
>
<
translation
type
=
"
unfinished
"
>
<
/translation
>
<
translation
>
Connexion
r
é
flexive
<
/translation
>
<
/message
>
<
message
>
<
source
>
iceStateHostConnection
<
/source
>
<
translation
type
=
"
unfinished
"
>
<
/translation
>
<
translation
>
Connexion
h
ô
te
<
/translation
>
<
/message
>
<
message
>
<
source
>
iceStateRelayConnection
<
/source
>
<
translation
type
=
"
unfinished
"
>
<
/translation
>
<
translation
>
Connexion
relais
<
/translation
>
<
/message
>
<
message
>
<
source
>
iceStateInvalid
<
/source
>
<
translation
type
=
"
unfinished
"
>
<
/translation
>
<
translation
>
Invalide
<
/translation
>
<
/message
>
<
/context
>
<
context
>
...
...
@@ -1128,6 +1128,10 @@ Url du serveur non configurée.</translation>
<
source
>
videoCodecsTitle
<
/source
>
<
translation
>
Codecs
vid
é
o
<
/translation
>
<
/message
>
<
message
>
<
source
>
showCameraPreview
<
/source
>
<
translation
>
APER
Ç
U
DE
LA
VID
É
O
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
SettingsWindow
<
/name
>
...
...
linphone-desktop/ui/views/App/Settings/SettingsVideo.qml
View file @
277e8c6f
...
...
@@ -101,6 +101,15 @@ TabContainer {
}
}
}
FormEmptyLine
{}
}
TextButtonB
{
anchors.right
:
parent
.
right
text
:
qsTr
(
'
showCameraPreview
'
)
onClicked
:
console
.
log
(
'
TODO
'
)
}
// -------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment