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
546d9761
Commit
546d9761
authored
Apr 11, 2017
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ui/views/App/Main/Assistant): refactoring
parent
419017bc
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
328 additions
and
330 deletions
+328
-330
en.ts
linphone-desktop/assets/languages/en.ts
+152
-152
fr.ts
linphone-desktop/assets/languages/fr.ts
+152
-152
resources.qrc
linphone-desktop/resources.qrc
+10
-10
AssistantHome.qml
...one-desktop/ui/views/App/Main/Assistant/AssistantHome.qml
+4
-4
CreateLinphoneSipAccount.qml
.../ui/views/App/Main/Assistant/CreateLinphoneSipAccount.qml
+6
-6
CreateLinphoneSipAccountWithEmail.qml
.../App/Main/Assistant/CreateLinphoneSipAccountWithEmail.qml
+0
-0
CreateLinphoneSipAccountWithPhoneNumber.qml
...ain/Assistant/CreateLinphoneSipAccountWithPhoneNumber.qml
+0
-2
FetchRemoteConfiguration.qml
.../ui/views/App/Main/Assistant/FetchRemoteConfiguration.qml
+0
-0
UseLinphoneSipAccount.qml
...top/ui/views/App/Main/Assistant/UseLinphoneSipAccount.qml
+2
-2
UseLinphoneSipAccountWithPhoneNumber.qml
...p/Main/Assistant/UseLinphoneSipAccountWithPhoneNumber.qml
+0
-0
UseLinphoneSipAccountWithUsername.qml
.../App/Main/Assistant/UseLinphoneSipAccountWithUsername.qml
+0
-0
UseOtherSipAccount.qml
...esktop/ui/views/App/Main/Assistant/UseOtherSipAccount.qml
+0
-0
CreateLinphoneSipAccountStyle.qml
...p/Styles/Main/Assistant/CreateLinphoneSipAccountStyle.qml
+0
-0
UseLinphoneSipAccountStyle.qml
.../App/Styles/Main/Assistant/UseLinphoneSipAccountStyle.qml
+0
-0
qmldir
linphone-desktop/ui/views/App/Styles/qmldir
+2
-2
No files found.
linphone-desktop/assets/languages/en.ts
View file @
546d9761
...
...
@@ -35,90 +35,6 @@
<
translation
>
BACK
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantCreateLinphoneSipAccount
<
/name
>
<
message
>
<
source
>
createLinphoneSipAccountDescription
<
/source
>
<
translation
>
How
would
you
like
to
create
your
account
?
<
/translation
>
<
/message
>
<
message
>
<
source
>
createLinphoneSipAccountTitle
<
/source
>
<
translation
>
CREATE
A
LINPHONE
ACCOUNT
<
/translation
>
<
/message
>
<
message
>
<
source
>
withPhoneNumber
<
/source
>
<
translation
>
WITH
A
PHONE
NUMBER
<
/translation
>
<
/message
>
<
message
>
<
source
>
withEmailAddress
<
/source
>
<
translation
>
WITH
AN
EMAIL
ADDRESS
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantCreateLinphoneSipAccountWithEmail
<
/name
>
<
message
>
<
source
>
createLinphoneSipAccountTitle
<
/source
>
<
translation
>
CREATE
A
LINPHONE
ACCOUNT
<
/translation
>
<
/message
>
<
message
>
<
source
>
confirmAction
<
/source
>
<
translation
>
CREATE
<
/translation
>
<
/message
>
<
message
>
<
source
>
usernameLabel
<
/source
>
<
translation
>
Username
<
/translation
>
<
/message
>
<
message
>
<
source
>
emailLabel
<
/source
>
<
translation
>
Email
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordLabel
<
/source
>
<
translation
>
Password
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordConfirmationLabel
<
/source
>
<
translation
>
Password
confirmation
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordConfirmationError
<
/source
>
<
translation
>
The
passwords
you
entered
do
not
match
.
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantCreateLinphoneSipAccountWithPhoneNumber
<
/name
>
<
message
>
<
source
>
createLinphoneSipAccountTitle
<
/source
>
<
translation
>
CREATE
A
LINPHONE
ACCOUNT
<
/translation
>
<
/message
>
<
message
>
<
source
>
countryLabel
<
/source
>
<
translation
>
Your
country
<
/translation
>
<
/message
>
<
message
>
<
source
>
phoneNumberLabel
<
/source
>
<
translation
>
Phone
number
<
/translation
>
<
/message
>
<
message
>
<
source
>
usernameLabel
<
/source
>
<
translation
>
Username
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantFetchRemoteConfiguration
<
/name
>
<
message
>
<
source
>
fetchRemoteConfigurationTitle
<
/source
>
<
translation
>
FETCH
REMOTE
CONFIGURATION
<
/translation
>
<
/message
>
<
message
>
<
source
>
urlLabel
<
/source
>
<
translation
>
URL
<
/translation
>
<
/message
>
<
message
>
<
source
>
confirmAction
<
/source
>
<
translation
>
DOWNLOAD
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantHome
<
/name
>
<
message
>
...
...
@@ -205,74 +121,6 @@
<
translation
>
Account
already
exists
.
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantUseLinphoneSipAccount
<
/name
>
<
message
>
<
source
>
confirmAction
<
/source
>
<
translation
>
LOGIN
<
/translation
>
<
/message
>
<
message
>
<
source
>
useLinphoneSipAccountTitle
<
/source
>
<
translation
>
USE
A
LINPHONE
ACCOUNT
<
/translation
>
<
/message
>
<
message
>
<
source
>
useUsernameToLogin
<
/source
>
<
translation
>
Use
username
and
password
rather
than
your
phone
number
.
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantUseLinphoneSipAccountWithPhoneNumber
<
/name
>
<
message
>
<
source
>
countryLabel
<
/source
>
<
translation
>
Your
country
<
/translation
>
<
/message
>
<
message
>
<
source
>
phoneNumberLabel
<
/source
>
<
translation
>
Phone
number
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantUseLinphoneSipAccountWithUsername
<
/name
>
<
message
>
<
source
>
usernameLabel
<
/source
>
<
translation
>
Username
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordLabel
<
/source
>
<
translation
>
Password
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantUseOtherSipAccount
<
/name
>
<
message
>
<
source
>
confirmAction
<
/source
>
<
translation
>
LOGIN
<
/translation
>
<
/message
>
<
message
>
<
source
>
useOtherSipAccountTitle
<
/source
>
<
translation
>
USE
A
SIP
ACCOUNT
<
/translation
>
<
/message
>
<
message
>
<
source
>
usernameLabel
<
/source
>
<
translation
>
Username
<
/translation
>
<
/message
>
<
message
>
<
source
>
displayNameLabel
<
/source
>
<
translation
>
Display
name
(
optional
)
<
/translation
>
<
/message
>
<
message
>
<
source
>
sipDomainLabel
<
/source
>
<
translation
>
SIP
Domain
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordLabel
<
/source
>
<
translation
>
Password
<
/translation
>
<
/message
>
<
message
>
<
source
>
transportLabel
<
/source
>
<
translation
>
Transport
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
Calls
<
/name
>
<
message
>
...
...
@@ -478,6 +326,75 @@ Server url not configured.</translation>
<
translation
>
Are
you
sure
you
want
to
clean
history
?
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
CreateLinphoneSipAccount
<
/name
>
<
message
>
<
source
>
createLinphoneSipAccountDescription
<
/source
>
<
translation
>
How
would
you
like
to
create
your
account
?
<
/translation
>
<
/message
>
<
message
>
<
source
>
createLinphoneSipAccountTitle
<
/source
>
<
translation
>
CREATE
A
LINPHONE
ACCOUNT
<
/translation
>
<
/message
>
<
message
>
<
source
>
withPhoneNumber
<
/source
>
<
translation
>
WITH
A
PHONE
NUMBER
<
/translation
>
<
/message
>
<
message
>
<
source
>
withEmailAddress
<
/source
>
<
translation
>
WITH
AN
EMAIL
ADDRESS
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
CreateLinphoneSipAccountWithEmail
<
/name
>
<
message
>
<
source
>
createLinphoneSipAccountTitle
<
/source
>
<
translation
>
CREATE
A
LINPHONE
ACCOUNT
<
/translation
>
<
/message
>
<
message
>
<
source
>
confirmAction
<
/source
>
<
translation
>
CREATE
<
/translation
>
<
/message
>
<
message
>
<
source
>
usernameLabel
<
/source
>
<
translation
>
Username
<
/translation
>
<
/message
>
<
message
>
<
source
>
emailLabel
<
/source
>
<
translation
>
Email
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordLabel
<
/source
>
<
translation
>
Password
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordConfirmationLabel
<
/source
>
<
translation
>
Password
confirmation
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordConfirmationError
<
/source
>
<
translation
>
The
passwords
you
entered
do
not
match
.
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
CreateLinphoneSipAccountWithPhoneNumber
<
/name
>
<
message
>
<
source
>
createLinphoneSipAccountTitle
<
/source
>
<
translation
>
CREATE
A
LINPHONE
ACCOUNT
<
/translation
>
<
/message
>
<
message
>
<
source
>
countryLabel
<
/source
>
<
translation
>
Your
country
<
/translation
>
<
/message
>
<
message
>
<
source
>
phoneNumberLabel
<
/source
>
<
translation
>
Phone
number
<
/translation
>
<
/message
>
<
message
>
<
source
>
usernameLabel
<
/source
>
<
translation
>
Username
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
DroppableTextArea
<
/name
>
<
message
>
...
...
@@ -524,6 +441,21 @@ Server url not configured.</translation>
<
translation
>
Missed
outgoing
call
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
FetchRemoteConfiguration
<
/name
>
<
message
>
<
source
>
confirmAction
<
/source
>
<
translation
>
FETCH
<
/translation
>
<
/message
>
<
message
>
<
source
>
fetchRemoteConfigurationTitle
<
/source
>
<
translation
>
FETCH
REMOTE
CONFIGURATION
<
/translation
>
<
/message
>
<
message
>
<
source
>
urlLabel
<
/source
>
<
translation
>
URL
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
FileMessage
<
/name
>
<
message
>
...
...
@@ -1106,4 +1038,72 @@ Server url not configured.</translation>
<
translation
>
Previously
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
UseLinphoneSipAccount
<
/name
>
<
message
>
<
source
>
confirmAction
<
/source
>
<
translation
>
USE
<
/translation
>
<
/message
>
<
message
>
<
source
>
useLinphoneSipAccountTitle
<
/source
>
<
translation
>
USE
A
LINPHONE
ACCOUNT
<
/translation
>
<
/message
>
<
message
>
<
source
>
useUsernameToLogin
<
/source
>
<
translation
>
Use
username
and
password
rather
than
your
phone
number
.
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
UseLinphoneSipAccountWithPhoneNumber
<
/name
>
<
message
>
<
source
>
countryLabel
<
/source
>
<
translation
>
Your
country
<
/translation
>
<
/message
>
<
message
>
<
source
>
phoneNumberLabel
<
/source
>
<
translation
>
Phone
number
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
UseLinphoneSipAccountWithUsername
<
/name
>
<
message
>
<
source
>
usernameLabel
<
/source
>
<
translation
>
Username
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordLabel
<
/source
>
<
translation
>
Password
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
UseOtherSipAccount
<
/name
>
<
message
>
<
source
>
confirmAction
<
/source
>
<
translation
>
USE
<
/translation
>
<
/message
>
<
message
>
<
source
>
useOtherSipAccountTitle
<
/source
>
<
translation
>
USE
A
SIP
ACCOUNT
<
/translation
>
<
/message
>
<
message
>
<
source
>
usernameLabel
<
/source
>
<
translation
>
Username
<
/translation
>
<
/message
>
<
message
>
<
source
>
displayNameLabel
<
/source
>
<
translation
>
Display
name
(
optional
)
<
/translation
>
<
/message
>
<
message
>
<
source
>
sipDomainLabel
<
/source
>
<
translation
>
SIP
Domain
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordLabel
<
/source
>
<
translation
>
Password
<
/translation
>
<
/message
>
<
message
>
<
source
>
transportLabel
<
/source
>
<
translation
>
Transport
<
/translation
>
<
/message
>
<
/context
>
<
/TS
>
linphone-desktop/assets/languages/fr.ts
View file @
546d9761
...
...
@@ -35,90 +35,6 @@
<
translation
>
RETOUR
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantCreateLinphoneSipAccount
<
/name
>
<
message
>
<
source
>
createLinphoneSipAccountDescription
<
/source
>
<
translation
>
Comment
souhaitez
-
vous
cr
é
er
votre
compte
?
<
/translation
>
<
/message
>
<
message
>
<
source
>
createLinphoneSipAccountTitle
<
/source
>
<
translation
>
CR
É
ER
UN
COMPTE
LINPHONE
<
/translation
>
<
/message
>
<
message
>
<
source
>
withPhoneNumber
<
/source
>
<
translation
>
AVEC
UN
NUM
É
RO
DE
T
É
L
É
PHONE
<
/translation
>
<
/message
>
<
message
>
<
source
>
withEmailAddress
<
/source
>
<
translation
>
AVER
UNE
ADRESSE
E
-
MAIL
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantCreateLinphoneSipAccountWithEmail
<
/name
>
<
message
>
<
source
>
createLinphoneSipAccountTitle
<
/source
>
<
translation
>
CR
É
ER
UN
COMPTE
LINPHONE
<
/translation
>
<
/message
>
<
message
>
<
source
>
confirmAction
<
/source
>
<
translation
>
CR
É
ER
<
/translation
>
<
/message
>
<
message
>
<
source
>
usernameLabel
<
/source
>
<
translation
>
Nom
d
&
apos
;
utilisateur
<
/translation
>
<
/message
>
<
message
>
<
source
>
emailLabel
<
/source
>
<
translation
>
E
-
mail
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordLabel
<
/source
>
<
translation
>
Mot
de
passe
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordConfirmationLabel
<
/source
>
<
translation
>
Confirmation
du
mot
de
passe
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordConfirmationError
<
/source
>
<
translation
>
Les
mots
de
passe
ne
correspondent
pas
.
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantCreateLinphoneSipAccountWithPhoneNumber
<
/name
>
<
message
>
<
source
>
createLinphoneSipAccountTitle
<
/source
>
<
translation
>
CR
É
ER
UN
COMPTE
LINPHONE
<
/translation
>
<
/message
>
<
message
>
<
source
>
countryLabel
<
/source
>
<
translation
>
Votre
pays
<
/translation
>
<
/message
>
<
message
>
<
source
>
phoneNumberLabel
<
/source
>
<
translation
>
Num
é
ro
de
t
é
l
é
phone
<
/translation
>
<
/message
>
<
message
>
<
source
>
usernameLabel
<
/source
>
<
translation
>
Nom
d
&
apos
;
utilisateur
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantFetchRemoteConfiguration
<
/name
>
<
message
>
<
source
>
fetchRemoteConfigurationTitle
<
/source
>
<
translation
>
T
É
L
É
CHARGER
UNE
CONFIGURATION
<
/translation
>
<
/message
>
<
message
>
<
source
>
urlLabel
<
/source
>
<
translation
>
URL
<
/translation
>
<
/message
>
<
message
>
<
source
>
confirmAction
<
/source
>
<
translation
>
T
É
L
É
CHARGER
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantHome
<
/name
>
<
message
>
...
...
@@ -205,74 +121,6 @@
<
translation
>
Le
compte
existe
d
é
j
à
.
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantUseLinphoneSipAccount
<
/name
>
<
message
>
<
source
>
confirmAction
<
/source
>
<
translation
>
CONNEXION
<
/translation
>
<
/message
>
<
message
>
<
source
>
useLinphoneSipAccountTitle
<
/source
>
<
translation
>
UTILISER
UN
COMPTE
LINPHONE
<
/translation
>
<
/message
>
<
message
>
<
source
>
useUsernameToLogin
<
/source
>
<
translation
>
Utiliser
un
nom
et
mot
de
passe
plut
ô
t
que
votre
num
é
ro
de
t
é
l
é
phone
.
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantUseLinphoneSipAccountWithPhoneNumber
<
/name
>
<
message
>
<
source
>
countryLabel
<
/source
>
<
translation
>
Votre
pays
<
/translation
>
<
/message
>
<
message
>
<
source
>
phoneNumberLabel
<
/source
>
<
translation
>
Num
é
ro
de
t
é
l
é
phone
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantUseLinphoneSipAccountWithUsername
<
/name
>
<
message
>
<
source
>
usernameLabel
<
/source
>
<
translation
>
Nom
d
&
apos
;
utilisateur
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordLabel
<
/source
>
<
translation
>
Mot
de
passe
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantUseOtherSipAccount
<
/name
>
<
message
>
<
source
>
confirmAction
<
/source
>
<
translation
>
CONNEXION
<
/translation
>
<
/message
>
<
message
>
<
source
>
useOtherSipAccountTitle
<
/source
>
<
translation
>
UTILISER
UN
COMPTE
SIP
<
/translation
>
<
/message
>
<
message
>
<
source
>
usernameLabel
<
/source
>
<
translation
>
Nom
d
&
apos
;
utilisateur
<
/translation
>
<
/message
>
<
message
>
<
source
>
displayNameLabel
<
/source
>
<
translation
>
Nom
d
&
apos
;
affichage
(
optionnel
)
<
/translation
>
<
/message
>
<
message
>
<
source
>
sipDomainLabel
<
/source
>
<
translation
>
Domaine
SIP
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordLabel
<
/source
>
<
translation
>
Mot
de
passe
<
/translation
>
<
/message
>
<
message
>
<
source
>
transportLabel
<
/source
>
<
translation
>
Transport
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
Calls
<
/name
>
<
message
>
...
...
@@ -478,6 +326,75 @@ Url du serveur non configurée.</translation>
<
translation
>
Ê
tes
-
vous
s
û
r
de
vouloir
supprimer
cet
historique
?
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
CreateLinphoneSipAccount
<
/name
>
<
message
>
<
source
>
createLinphoneSipAccountDescription
<
/source
>
<
translation
>
Comment
souhaitez
-
vous
cr
é
er
votre
compte
?
<
/translation
>
<
/message
>
<
message
>
<
source
>
createLinphoneSipAccountTitle
<
/source
>
<
translation
>
CR
É
ER
UN
COMPTE
LINPHONE
<
/translation
>
<
/message
>
<
message
>
<
source
>
withPhoneNumber
<
/source
>
<
translation
>
AVEC
UN
NUM
É
RO
DE
T
É
L
É
PHONE
<
/translation
>
<
/message
>
<
message
>
<
source
>
withEmailAddress
<
/source
>
<
translation
>
AVER
UNE
ADRESSE
E
-
MAIL
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
CreateLinphoneSipAccountWithEmail
<
/name
>
<
message
>
<
source
>
createLinphoneSipAccountTitle
<
/source
>
<
translation
>
CR
É
ER
UN
COMPTE
LINPHONE
<
/translation
>
<
/message
>
<
message
>
<
source
>
confirmAction
<
/source
>
<
translation
>
CR
É
ER
<
/translation
>
<
/message
>
<
message
>
<
source
>
usernameLabel
<
/source
>
<
translation
>
Nom
d
&
apos
;
utilisateur
<
/translation
>
<
/message
>
<
message
>
<
source
>
emailLabel
<
/source
>
<
translation
>
E
-
mail
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordLabel
<
/source
>
<
translation
>
Mot
de
passe
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordConfirmationLabel
<
/source
>
<
translation
>
Confirmation
du
mot
de
passe
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordConfirmationError
<
/source
>
<
translation
>
Les
mots
de
passe
ne
correspondent
pas
.
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
CreateLinphoneSipAccountWithPhoneNumber
<
/name
>
<
message
>
<
source
>
createLinphoneSipAccountTitle
<
/source
>
<
translation
>
CR
É
ER
UN
COMPTE
LINPHONE
<
/translation
>
<
/message
>
<
message
>
<
source
>
countryLabel
<
/source
>
<
translation
>
Votre
pays
<
/translation
>
<
/message
>
<
message
>
<
source
>
phoneNumberLabel
<
/source
>
<
translation
>
Num
é
ro
de
t
é
l
é
phone
<
/translation
>
<
/message
>
<
message
>
<
source
>
usernameLabel
<
/source
>
<
translation
>
Nom
d
&
apos
;
utilisateur
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
DroppableTextArea
<
/name
>
<
message
>
...
...
@@ -524,6 +441,21 @@ Url du serveur non configurée.</translation>
<
translation
>
Appel
sortant
sans
r
é
ponse
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
FetchRemoteConfiguration
<
/name
>
<
message
>
<
source
>
confirmAction
<
/source
>
<
translation
>
T
É
L
É
CHARGER
<
/translation
>
<
/message
>
<
message
>
<
source
>
fetchRemoteConfigurationTitle
<
/source
>
<
translation
>
T
É
L
É
CHARGER
UNE
CONFIGURATION
<
/translation
>
<
/message
>
<
message
>
<
source
>
urlLabel
<
/source
>
<
translation
>
URL
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
FileMessage
<
/name
>
<
message
>
...
...
@@ -1106,4 +1038,72 @@ Url du serveur non configurée.</translation>
<
translation
>
Pr
é
c
é
demment
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
UseLinphoneSipAccount
<
/name
>
<
message
>
<
source
>
confirmAction
<
/source
>
<
translation
>
UTILISER
<
/translation
>
<
/message
>
<
message
>
<
source
>
useLinphoneSipAccountTitle
<
/source
>
<
translation
>
UTILISER
UN
COMPTE
LINPHONE
<
/translation
>
<
/message
>
<
message
>
<
source
>
useUsernameToLogin
<
/source
>
<
translation
>
Utiliser
un
nom
et
mot
de
passe
plut
ô
t
que
votre
num
é
ro
de
t
é
l
é
phone
.
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
UseLinphoneSipAccountWithPhoneNumber
<
/name
>
<
message
>
<
source
>
countryLabel
<
/source
>
<
translation
>
Votre
pays
<
/translation
>
<
/message
>
<
message
>
<
source
>
phoneNumberLabel
<
/source
>
<
translation
>
Num
é
ro
de
t
é
l
é
phone
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
UseLinphoneSipAccountWithUsername
<
/name
>
<
message
>
<
source
>
usernameLabel
<
/source
>
<
translation
>
Nom
d
&
apos
;
utilisateur
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordLabel
<
/source
>
<
translation
>
Mot
de
passe
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
UseOtherSipAccount
<
/name
>
<
message
>
<
source
>
confirmAction
<
/source
>
<
translation
>
UTILISER
<
/translation
>
<
/message
>
<
message
>
<
source
>
useOtherSipAccountTitle
<
/source
>
<
translation
>
UTILISER
UN
COMPTE
SIP
<
/translation
>
<
/message
>
<
message
>
<
source
>
usernameLabel
<
/source
>
<
translation
>
Nom
d
&
apos
;
utilisateur
<
/translation
>
<
/message
>
<
message
>
<
source
>
displayNameLabel
<
/source
>
<
translation
>
Nom
d
&
apos
;
affichage
(
optionnel
)
<
/translation
>
<
/message
>
<
message
>
<
source
>
sipDomainLabel
<
/source
>
<
translation
>
Domaine
SIP
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordLabel
<
/source
>
<
translation
>
Mot
de
passe
<
/translation
>
<
/message
>
<
message
>
<
source
>
transportLabel
<
/source
>
<
translation
>
Transport
<
/translation
>
<
/message
>
<
/context
>
<
/TS
>
linphone-desktop/resources.qrc
View file @
546d9761
...
...
@@ -334,16 +334,16 @@
<file>
ui/views/App/Calls/IncomingCall.qml
</file>
<file>
ui/views/App/Calls/OutgoingCall.qml
</file>
<file>
ui/views/App/Main/Assistant/AssistantAbstractView.qml
</file>
<file>
ui/views/App/Main/Assistant/AssistantCreateLinphoneSipAccount.qml
</file>
<file>
ui/views/App/Main/Assistant/AssistantCreateLinphoneSipAccountWithEmail.qml
</file>
<file>
ui/views/App/Main/Assistant/AssistantCreateLinphoneSipAccountWithPhoneNumber.qml
</file>
<file>
ui/views/App/Main/Assistant/AssistantFetchRemoteConfiguration.qml
</file>
<file>
ui/views/App/Main/Assistant/AssistantHome.qml
</file>
<file>
ui/views/App/Main/Assistant/
AssistantUs
eLinphoneSipAccount.qml
</file>
<file>
ui/views/App/Main/Assistant/
AssistantUseLinphoneSipAccountWithPhoneNumber
.qml
</file>
<file>
ui/views/App/Main/Assistant/
AssistantUseLinphoneSipAccountWithUsername
.qml
</file>
<file>
ui/views/App/Main/Assistant/
AssistantUseOtherSipAccount
.qml
</file>
<file>
ui/views/App/Main/Assistant/
Creat
eLinphoneSipAccount.qml
</file>
<file>
ui/views/App/Main/Assistant/
CreateLinphoneSipAccountWithEmail
.qml
</file>
<file>
ui/views/App/Main/Assistant/
CreateLinphoneSipAccountWithPhoneNumber
.qml
</file>
<file>
ui/views/App/Main/Assistant/
FetchRemoteConfiguration
.qml
</file>
<file>
ui/views/App/Main/Assistant.qml
</file>
<file>
ui/views/App/Main/Assistant/UseLinphoneSipAccount.qml
</file>
<file>
ui/views/App/Main/Assistant/UseLinphoneSipAccountWithPhoneNumber.qml
</file>
<file>
ui/views/App/Main/Assistant/UseLinphoneSipAccountWithUsername.qml
</file>
<file>
ui/views/App/Main/Assistant/UseOtherSipAccount.qml
</file>
<file>
ui/views/App/Main/ContactEdit.js
</file>
<file>
ui/views/App/Main/ContactEdit.qml
</file>
<file>
ui/views/App/Main/Contacts.qml
</file>
...
...
@@ -369,10 +369,10 @@
<file>
ui/views/App/Styles/Calls/CallStyle.qml
</file>
<file>
ui/views/App/Styles/Calls/CallsWindowStyle.qml
</file>
<file>
ui/views/App/Styles/Main/Assistant/AssistantAbstractViewStyle.qml
</file>
<file>
ui/views/App/Styles/Main/Assistant/AssistantCreateLinphoneSipAccountStyle.qml
</file>
<file>
ui/views/App/Styles/Main/Assistant/AssistantHomeStyle.qml
</file>
<file>
ui/views/App/Styles/Main/Assistant/
AssistantUs
eLinphoneSipAccountStyle.qml
</file>
<file>
ui/views/App/Styles/Main/Assistant/
Creat
eLinphoneSipAccountStyle.qml
</file>
<file>
ui/views/App/Styles/Main/AssistantStyle.qml
</file>
<file>
ui/views/App/Styles/Main/Assistant/UseLinphoneSipAccountStyle.qml
</file>
<file>
ui/views/App/Styles/Main/ContactEditStyle.qml
</file>
<file>
ui/views/App/Styles/Main/ContactsStyle.qml
</file>
<file>
ui/views/App/Styles/Main/ConversationStyle.qml
</file>
...
...
linphone-desktop/ui/views/App/Main/Assistant/AssistantHome.qml
View file @
546d9761
...
...
@@ -98,22 +98,22 @@ ColumnLayout {
model
:
ListModel
{
ListElement
{
$text
:
qsTr
(
'
createLinphoneSipAccount
'
)
$view
:
'
Assistant
CreateLinphoneSipAccount
'
$view
:
'
CreateLinphoneSipAccount
'
}
ListElement
{
$text
:
qsTr
(
'
useLinphoneSipAccount
'
)
$view
:
'
Assistant
UseLinphoneSipAccount
'
$view
:
'
UseLinphoneSipAccount
'
}
ListElement
{
$text
:
qsTr
(
'
useOtherSipAccount
'
)
$view
:
'
Assistant
UseOtherSipAccount
'
$view
:
'
UseOtherSipAccount
'
}
ListElement
{
$text
:
qsTr
(
'
fetchRemoteConfiguration
'
)
$view
:
'
Assistant
FetchRemoteConfiguration
'
$view
:
'
FetchRemoteConfiguration
'
}
}
...
...
linphone-desktop/ui/views/App/Main/Assistant/
Assistant
CreateLinphoneSipAccount.qml
→
linphone-desktop/ui/views/App/Main/Assistant/CreateLinphoneSipAccount.qml
View file @
546d9761
...
...
@@ -16,25 +16,25 @@ AssistantAbstractView {
Column
{
anchors.centerIn
:
parent
spacing
:
Assistant
CreateLinphoneSipAccountStyle
.
buttons
.
spacing
width
:
Assistant
CreateLinphoneSipAccountStyle
.
buttons
.
button
.
width
spacing
:
CreateLinphoneSipAccountStyle
.
buttons
.
spacing
width
:
CreateLinphoneSipAccountStyle
.
buttons
.
button
.
width
TextButtonA
{
text
:
qsTr
(
'
withPhoneNumber
'
)
height
:
Assistant
CreateLinphoneSipAccountStyle
.
buttons
.
button
.
height
height
:
CreateLinphoneSipAccountStyle
.
buttons
.
button
.
height
width
:
parent
.
width
onClicked
:
assistant
.
pushView
(
'
Assistant
CreateLinphoneSipAccountWithPhoneNumber
'
)
onClicked
:
assistant
.
pushView
(
'
CreateLinphoneSipAccountWithPhoneNumber
'
)
}
TextButtonA
{
text
:
qsTr
(
'
withEmailAddress
'
)
height
:
Assistant
CreateLinphoneSipAccountStyle
.
buttons
.
button
.
height
height
:
CreateLinphoneSipAccountStyle
.
buttons
.
button
.
height
width
:
parent
.
width
onClicked
:
assistant
.
pushView
(
'
Assistant
CreateLinphoneSipAccountWithEmail
'
)
onClicked
:
assistant
.
pushView
(
'
CreateLinphoneSipAccountWithEmail
'
)
}
}
}
linphone-desktop/ui/views/App/Main/Assistant/
Assistant
CreateLinphoneSipAccountWithEmail.qml
→
linphone-desktop/ui/views/App/Main/Assistant/CreateLinphoneSipAccountWithEmail.qml
View file @
546d9761
File moved
linphone-desktop/ui/views/App/Main/Assistant/
Assistant
CreateLinphoneSipAccountWithPhoneNumber.qml
→
linphone-desktop/ui/views/App/Main/Assistant/CreateLinphoneSipAccountWithPhoneNumber.qml
View file @
546d9761
...
...
@@ -3,8 +3,6 @@ import QtQuick 2.7
import
Common
1.0
import
Linphone
1.0
import
App
.
Styles
1.0
// =============================================================================
AssistantAbstractView
{
...
...
linphone-desktop/ui/views/App/Main/Assistant/
Assistant
FetchRemoteConfiguration.qml
→
linphone-desktop/ui/views/App/Main/Assistant/FetchRemoteConfiguration.qml
View file @
546d9761
File moved
linphone-desktop/ui/views/App/Main/Assistant/
Assistant
UseLinphoneSipAccount.qml
→
linphone-desktop/ui/views/App/Main/Assistant/UseLinphoneSipAccount.qml
View file @
546d9761
...
...
@@ -25,7 +25,7 @@ AssistantAbstractView {
Loader
{
id
:
loader
source
:
'
Assistant
UseLinphoneSipAccountWith
'
+
(
source
:
'
UseLinphoneSipAccountWith
'
+
(
checkBox
.
checked
?
'
Username
'
:
'
PhoneNumber
'
)
+
'
.qml
'
width
:
parent
.
width
...
...
@@ -35,7 +35,7 @@ AssistantAbstractView {
id
:
checkBox
text
:
qsTr
(
'
useUsernameToLogin
'
)
width
:
Assistant
UseLinphoneSipAccountStyle
.
checkBox
.
width
width
:
UseLinphoneSipAccountStyle
.
checkBox
.
width
onClicked
:
{
assistantModel
.
reset
()
...
...
linphone-desktop/ui/views/App/Main/Assistant/
Assistant
UseLinphoneSipAccountWithPhoneNumber.qml
→
linphone-desktop/ui/views/App/Main/Assistant/UseLinphoneSipAccountWithPhoneNumber.qml
View file @
546d9761
File moved
linphone-desktop/ui/views/App/Main/Assistant/
Assistant
UseLinphoneSipAccountWithUsername.qml
→
linphone-desktop/ui/views/App/Main/Assistant/UseLinphoneSipAccountWithUsername.qml
View file @
546d9761
File moved
linphone-desktop/ui/views/App/Main/Assistant/
Assistant
UseOtherSipAccount.qml
→
linphone-desktop/ui/views/App/Main/Assistant/UseOtherSipAccount.qml
View file @
546d9761
File moved
linphone-desktop/ui/views/App/Styles/Main/Assistant/
Assistant
CreateLinphoneSipAccountStyle.qml
→
linphone-desktop/ui/views/App/Styles/Main/Assistant/CreateLinphoneSipAccountStyle.qml
View file @
546d9761
File moved
linphone-desktop/ui/views/App/Styles/Main/Assistant/
Assistant
UseLinphoneSipAccountStyle.qml
→
linphone-desktop/ui/views/App/Styles/Main/Assistant/UseLinphoneSipAccountStyle.qml
View file @
546d9761
File moved
linphone-desktop/ui/views/App/Styles/qmldir
View file @
546d9761
...
...
@@ -8,9 +8,9 @@ singleton CallStyle 1.0 Calls/CallStyle.qml
singleton CallsWindowStyle 1.0 Calls/CallsWindowStyle.qml
singleton AssistantAbstractViewStyle 1.0 Main/Assistant/AssistantAbstractViewStyle.qml
singleton AssistantCreateLinphoneSipAccountStyle 1.0 Main/Assistant/AssistantCreateLinphoneSipAccountStyle.qml
singleton AssistantHomeStyle 1.0 Main/Assistant/AssistantHomeStyle.qml
singleton AssistantUseLinphoneSipAccountStyle 1.0 Main/Assistant/AssistantUseLinphoneSipAccountStyle.qml
singleton CreateLinphoneSipAccountStyle 1.0 Main/Assistant/CreateLinphoneSipAccountStyle.qml
singleton UseLinphoneSipAccountStyle 1.0 Main/Assistant/UseLinphoneSipAccountStyle.qml
singleton AssistantStyle 1.0 Main/AssistantStyle.qml
singleton ContactEditStyle 1.0 Main/ContactEditStyle.qml
...
...
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