Adding upstream version 0.9.0+20150830.

upstream/0.9.0+20150830
Alf Gaida 9 years ago
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
lxqt-openssh-askpass \- Password access over ssh module of \fBLXQt\fR: the faster and lighter QT Desktop Environment
.SH SYNOPSIS
@ -7,7 +7,7 @@ lxqt-openssh-askpass \- Password access over ssh module of \fBLXQt\fR: the faste
.br
.SH DESCRIPTION
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
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
Manager.
.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.
.P
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.
.SH AUTOSTART
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"
Report bugs to https://github.com/LXDE/LXQt/issues
.SH "SEE ALSO"

@ -31,7 +31,7 @@
int main(int argc, char *argv[])
{
LxQt::Application a(argc, argv);
LXQt::Application a(argc, argv);
// TODO/FIXME: maybe a better algorithm?
QString prompt;

@ -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…
Cancel
Save