Adding upstream version 0.9.0+20150830.
This commit is contained in:
parent
2657e2bb7d
commit
dddd092231
@ -1,4 +1,4 @@
|
|||||||
.TH lxqt-openssh-askpass "1" "September 2012" "LXQt\ 0.5.0" "LxQt\ Module"
|
.TH lxqt-openssh-askpass "1" "September 2012" "LXQt\ 0.5.0" "LXQt\ Module"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
lxqt-openssh-askpass \- Password access over ssh module of \fBLXQt\fR: the faster and lighter QT Desktop Environment
|
lxqt-openssh-askpass \- Password access over ssh module of \fBLXQt\fR: the faster and lighter QT Desktop Environment
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -7,7 +7,7 @@ lxqt-openssh-askpass \- Password access over ssh module of \fBLXQt\fR: the faste
|
|||||||
.br
|
.br
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
This module handles openssh security password access for \fBLXQt\fR. The openssh askpass module, will perform
|
This module handles openssh security password access for \fBLXQt\fR. The openssh askpass module, will perform
|
||||||
security tast over scale accesss privilegies.
|
security tast over scale access privilegies.
|
||||||
.P
|
.P
|
||||||
.P
|
.P
|
||||||
The \fBLXQt modules\fR are desktop independent tools,
|
The \fBLXQt modules\fR are desktop independent tools,
|
||||||
@ -30,7 +30,7 @@ environments, and their names are self-descriptive. They are usually not launch
|
|||||||
by hand but automatically, when choosing a \fBLXQt\fR session in the Display
|
by hand but automatically, when choosing a \fBLXQt\fR session in the Display
|
||||||
Manager.
|
Manager.
|
||||||
.SH BEHAVIOR
|
.SH BEHAVIOR
|
||||||
The module detected on shares privilege accesss, and maintain a security dialog
|
The module detected on shares privilege access, and maintain a security dialog
|
||||||
that ask for the user's key need for access over another machine host.
|
that ask for the user's key need for access over another machine host.
|
||||||
.P
|
.P
|
||||||
This module are very early stage, and not enabled by default, so you must added a env
|
This module are very early stage, and not enabled by default, so you must added a env
|
||||||
@ -38,7 +38,7 @@ by the \fBlxqt\-settings\fR application as \fISSH_ASKPASS=\fR
|
|||||||
with \fBlxqt\-openssh\-askpass\fR value, openssl and openssh-client packages must be required.
|
with \fBlxqt\-openssh\-askpass\fR value, openssl and openssh-client packages must be required.
|
||||||
.SH AUTOSTART
|
.SH AUTOSTART
|
||||||
The module only are showed on \fBLXQt\fR desktop, but u can create an autostart action
|
The module only are showed on \fBLXQt\fR desktop, but u can create an autostart action
|
||||||
for you prefered desktop environment.
|
for you preferred desktop environment.
|
||||||
.SH "REPORTING BUGS"
|
.SH "REPORTING BUGS"
|
||||||
Report bugs to https://github.com/LXDE/LXQt/issues
|
Report bugs to https://github.com/LXDE/LXQt/issues
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
LxQt::Application a(argc, argv);
|
LXQt::Application a(argc, argv);
|
||||||
|
|
||||||
// TODO/FIXME: maybe a better algorithm?
|
// TODO/FIXME: maybe a better algorithm?
|
||||||
QString prompt;
|
QString prompt;
|
||||||
|
22
translations/lxqt-openssh-askpass_el.ts
Normal file
22
translations/lxqt-openssh-askpass_el.ts
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.1" language="el">
|
||||||
|
<context>
|
||||||
|
<name>MainWindow</name>
|
||||||
|
<message>
|
||||||
|
<source>OpenSSH Authentication Passphrase request</source>
|
||||||
|
<translation>Αίτηση συνθηματικού ταυτοποίησης OpenSSH</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Enter your SSH passphrase for request:</source>
|
||||||
|
<translation>Εισαγάγετε το συνθηματικό σας SSH για αίτηση:</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>QObject</name>
|
||||||
|
<message>
|
||||||
|
<source>unknown request</source>
|
||||||
|
<translation>άγνωστη αίτηση</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
Loading…
x
Reference in New Issue
Block a user