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
fb3e2443
Commit
fb3e2443
authored
Aug 04, 2017
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(Settings): add a data title
parent
21e74f27
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
0 deletions
+17
-0
en.ts
assets/languages/en.ts
+4
-0
fr.ts
assets/languages/fr.ts
+4
-0
SettingsUi.qml
ui/views/App/Settings/SettingsUi.qml
+9
-0
No files found.
assets/languages/en.ts
View file @
fb3e2443
...
...
@@ -1394,6 +1394,10 @@ your friend's SIP address or username.</translation>
<
source
>
exitOnCloseLabel
<
/source
>
<
translation
>
Exit
app
on
close
window
<
/translation
>
<
/message
>
<
message
>
<
source
>
dataTitle
<
/source
>
<
translation
>
UI
Data
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
SettingsVideo
<
/name
>
...
...
assets/languages/fr.ts
View file @
fb3e2443
...
...
@@ -1392,6 +1392,10 @@ Cliquez ici : <a href="%1">%1</a>
<
source
>
exitOnCloseLabel
<
/source
>
<
translation
>
Quitter
à
la
fermeture
de
fen
ê
tre
<
/translation
>
<
/message
>
<
message
>
<
source
>
dataTitle
<
/source
>
<
translation
>
Donn
é
es
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
SettingsVideo
<
/name
>
...
...
ui/views/App/Settings/SettingsUi.qml
View file @
fb3e2443
...
...
@@ -102,6 +102,15 @@ TabContainer {
FormEmptyLine
{}
}
// -------------------------------------------------------------------------
// Data.
// -------------------------------------------------------------------------
Form
{
title
:
qsTr
(
'
dataTitle
'
)
width
:
parent
.
width
}
TextButtonB
{
anchors.right
:
parent
.
right
text
:
qsTr
(
'
cleanAvatars
'
)
...
...
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