Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-libclient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-libclient
Commits
4381acbf
Commit
4381acbf
authored
4 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
chatview: improve strings
Change-Id: Icad61eb2aed45a069491ca51ffe70e204135a135
parent
21aacdfe
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/chatview.cpp
+6
-8
6 additions, 8 deletions
src/chatview.cpp
with
6 additions
and
8 deletions
src/chatview.cpp
+
6
−
8
View file @
4381acbf
...
...
@@ -38,8 +38,6 @@ getTranslatedStrings(bool qwebview)
{
"Send file"
,
QObject
::
tr
(
"Send file"
)},
{
"Leave video message"
,
QObject
::
tr
(
"Leave video message"
)},
{
"Leave audio message"
,
QObject
::
tr
(
"Leave audio message"
)},
{
"Accept"
,
QObject
::
tr
(
"Accept"
)},
{
"Refuse"
,
QObject
::
tr
(
"Refuse"
)},
{
"Block"
,
QObject
::
tr
(
"Block"
)},
{
"Write to {0}"
,
QObject
::
tr
(
"Write to {0}"
)},
{
"Note: an interaction will create a new contact."
,
...
...
@@ -55,18 +53,18 @@ getTranslatedStrings(bool qwebview)
{
"one hour ago"
,
QObject
::
tr
(
"one hour ago"
)},
{
"just now"
,
QObject
::
tr
(
"just now"
)},
{
"Failure"
,
QObject
::
tr
(
"Failure"
)},
{
"Accept"
,
QObject
::
tr
(
"
Accept
"
)},
{
"Refuse"
,
QObject
::
tr
(
"
Refuse
"
)},
{
"Accept"
,
QObject
::
tr
(
"
Confirm
"
)},
{
"Refuse"
,
QObject
::
tr
(
"
Deny
"
)},
{
"Delete"
,
QObject
::
tr
(
"Delete"
)},
{
"Retry"
,
QObject
::
tr
(
"Retry"
)},
{
"unjoinable peer"
,
QObject
::
tr
(
"Un
join
able
peer
"
)},
{
"unjoinable peer"
,
QObject
::
tr
(
"Unable
to make contact
"
)},
{
"connecting"
,
QObject
::
tr
(
"Connecting"
)},
{
"accepted"
,
QObject
::
tr
(
"Accepted"
)},
{
"canceled"
,
QObject
::
tr
(
"Canceled"
)},
{
"ongoing"
,
QObject
::
tr
(
"Ongoing"
)},
{
"awaiting peer"
,
QObject
::
tr
(
"
Awai
ting
peer
"
)},
{
"awaiting host"
,
QObject
::
tr
(
"
Awaiting host
"
)},
{
"awaiting peer timeout"
,
QObject
::
tr
(
"
Awaiting peer timeou
t"
)},
{
"awaiting peer"
,
QObject
::
tr
(
"
Wa
ting
for contact
"
)},
{
"awaiting host"
,
QObject
::
tr
(
"
Incoming transfer
"
)},
{
"awaiting peer timeout"
,
QObject
::
tr
(
"
Timed out waiting for contac
t"
)},
{
"finished"
,
QObject
::
tr
(
"Finished"
)},
};
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment