Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
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
Kulya
vmj-qt
Commits
a7ae7556
Commit
a7ae7556
authored
Oct 18, 2022
by
Tijmen de Mes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added translatable string
parent
12496b05
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
1 deletion
+21
-1
sessions.py
blink/sessions.py
+1
-1
blink_nl.ts
resources/i18n/blink_nl.ts
+10
-0
blink_ro.ts
resources/i18n/blink_ro.ts
+10
-0
No files found.
blink/sessions.py
View file @
a7ae7556
...
...
@@ -1056,7 +1056,7 @@ class BlinkSession(BlinkSessionBase):
self
.
_terminate
(
reason
=
reason
,
error
=
True
)
def
_NH_SIPSessionDidEnd
(
self
,
notification
):
self
.
_terminate
(
'Call ended'
if
notification
.
data
.
originator
==
'local'
else
'Call ended by remote'
)
self
.
_terminate
(
translate
(
'sessions'
,
'Call ended'
)
if
notification
.
data
.
originator
==
'local'
else
translate
(
'sessions'
,
'Call ended by remote'
)
)
def
_NH_SIPSessionDidChangeHoldState
(
self
,
notification
):
if
notification
.
data
.
originator
==
'remote'
:
...
...
resources/i18n/blink_nl.ts
View file @
a7ae7556
...
...
@@ -3568,6 +3568,16 @@ QToolButton:pressed {
<
/context
>
<
context
>
<
name
>
sessions
<
/name
>
<
message
>
<
location
filename
=
"
../../blink/sessions.py
"
line
=
"
1108
"
/>
<
source
>
Call
ended
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../../blink/sessions.py
"
line
=
"
1108
"
/>
<
source
>
Call
ended
by
remote
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../../blink/sessions.py
"
line
=
"
1928
"
/>
<
source
>
Drop
outside
the
conference
to
detach
<
/source
>
...
...
resources/i18n/blink_ro.ts
View file @
a7ae7556
...
...
@@ -3718,6 +3718,16 @@ QToolButton:pressed {
<
source
>
Transferring
:
%
s
/%
s
(
%
s
%%
)
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../../blink/sessions.py
"
line
=
"
1108
"
/>
<
source
>
Call
ended
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../../blink/sessions.py
"
line
=
"
1108
"
/>
<
source
>
Call
ended
by
remote
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
switch_view_button
<
/name
>
...
...
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