Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Weblate
gajim
Commits
ff1a6487
Commit
ff1a6487
authored
19 years ago
by
nkour
Browse files
Options
Downloads
Patches
Plain Diff
more fixes by nebulum [ru transl]. Dimitur plz have a look. thanks in advance
parent
b04b2028
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/gajim-remote.py
+5
-0
5 additions, 0 deletions
scripts/gajim-remote.py
with
5 additions
and
0 deletions
scripts/gajim-remote.py
+
5
−
0
View file @
ff1a6487
...
...
@@ -110,6 +110,7 @@ have "sync with global status" option set'), False)
_
(
'
Show the chat dialog so that you can send message to a
\
contact
'
),
[
#tell nkour that should be JID of the contact
(
'
jid
'
,
_
(
'
jid of the contact that you want to chat
\
with
'
),
True
),
...
...
@@ -118,13 +119,16 @@ the contact list of this account'), False)
]
],
'
send_message
'
:[
#OpenPGP key here too (tlel that to nkour)
_
(
'
Send new message to a contact in the roster. Both OpenPGP
\
key and account are optional. If you want to set only
\'
account
\'
, without
\
\'
pgp key
\'
, just set
\'
pgp key
\'
to
\'\'
.
'
),
[
#tell nkour that should be JID of the contact
(
'
jid
'
,
_
(
'
jid of the contact that will receive the
\
message
'
),
True
),
(
_
(
'
message
'
),
_
(
'
message contents
'
),
True
),
#tell to nkour it should be OpenPGP key
(
_
(
'
pgp key
'
),
_
(
'
if specified, the message will be
\
encrypted using this public key
'
),
False
),
(
_
(
'
account
'
),
_
(
'
if specified, the message will be
\
...
...
@@ -134,6 +138,7 @@ sent using this account'), False),
'
contact_info
'
:
[
_
(
'
Get detailed info on a contact
'
),
[
#JID of the contact (tell that to nkour)
(
'
jid
'
,
_
(
'
jid of the contact
'
),
True
)
]
]
...
...
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