Cherry-picking upstream version 0.10.96~7-gccdc1f6.
Preparing the upcoming release, switch to experimental Added new build dependendies: - gcc (>= 4:6) - g++ (>= 4:6) - libqt5xdgiconloader-dev (>= 1.3.1~) Minimum versions added Bumped Standards to 3.9.8, no changes needed Fixed VCS fields, using https and plain /git/ Added Recommends lxqt-sudo-l10n Fixed copyrights Format field to https Bumped years in copyrights Added translation control to rules Set CMAKE_BUILD_TYPE=RelWithDebInfo Exported LC_ALL=C.UTF-8, make builds reproducible
This commit is contained in:
parent
9875de54b3
commit
09ed4ff856
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
build
|
2
AUTHORS
2
AUTHORS
@ -2,7 +2,7 @@ Upstream Authors:
|
||||
LXQt team: http://lxqt.org
|
||||
|
||||
Copyright:
|
||||
Copyright (c) 2015 LXQt team
|
||||
Copyright (c) 2015-2016 LXQt team
|
||||
|
||||
License: LGPL-2.1+
|
||||
The full text of the licenses can be found in the 'LICENSE' file.
|
||||
|
@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
|
||||
project(lxqt-sudo)
|
||||
|
||||
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
|
||||
option(PULL_TRANSLATIONS "Pull translations" ON)
|
||||
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
@ -47,6 +48,10 @@ lxqt_translate_ts(QM_FILES
|
||||
${UIS}
|
||||
INSTALL_DIR
|
||||
"${LXQT_TRANSLATIONS_DIR}/${PROJECT_NAME}"
|
||||
PULL_TRANSLATIONS ${PULL_TRANSLATIONS}
|
||||
CLEAN_TRANSLATIONS ${CLEAN_TRANSLATIONS}
|
||||
TRANSLATIONS_REPO ${TRANSLATIONS_REPO}
|
||||
TRANSLATIONS_REFSPEC ${TRANSLATIONS_REFSPEC}
|
||||
)
|
||||
|
||||
lxqt_app_translation_loader(SRCS ${PROJECT_NAME})
|
||||
|
20
debian/changelog
vendored
20
debian/changelog
vendored
@ -1,3 +1,23 @@
|
||||
lxqt-sudo (0.10.96~7-gccdc1f6-1) experimental; urgency=medium
|
||||
|
||||
* Cherry-picking upstream version 0.10.96~7-gccdc1f6.
|
||||
* Preparing the upcoming release, switch to experimental
|
||||
* Added new build dependendies:
|
||||
- gcc (>= 4:6)
|
||||
- g++ (>= 4:6)
|
||||
- libqt5xdgiconloader-dev (>= 1.3.1~)
|
||||
* Minimum versions added
|
||||
* Bumped Standards to 3.9.8, no changes needed
|
||||
* Fixed VCS fields, using https and plain /git/
|
||||
* Added Recommends lxqt-sudo-l10n
|
||||
* Fixed copyrights Format field to https
|
||||
* Bumped years in copyrights
|
||||
* Added translation control to rules
|
||||
* Set CMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
* Exported LC_ALL=C.UTF-8, make builds reproducible
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Tue, 19 Jul 2016 20:14:55 +0200
|
||||
|
||||
lxqt-sudo (0.10.0-3) unstable; urgency=medium
|
||||
|
||||
* Remove dbg package in favor of dbgsym.
|
||||
|
14
debian/control
vendored
14
debian/control
vendored
@ -7,23 +7,27 @@ Section: x11
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 9),
|
||||
cmake (>= 3.0.2),
|
||||
gcc (>= 4:6),
|
||||
g++ (>= 4:6),
|
||||
libkf5windowsystem-dev,
|
||||
liblxqt0-dev (>= 0.10.0),
|
||||
liblxqt0-dev (>= 0.10.96~),
|
||||
libqt5x11extras5-dev,
|
||||
libqt5xdg-dev (>= 1.3.0),
|
||||
libqt5xdg-dev (>= 1.3.1~),
|
||||
libqt5xdgiconloader-dev (>= 1.3.1~),
|
||||
libx11-dev,
|
||||
pkg-config,
|
||||
qttools5-dev,
|
||||
qttools5-dev-tools
|
||||
Standards-Version: 3.9.6
|
||||
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-sudo.git/?h=debian/sid
|
||||
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-sudo.git -b debian/sid
|
||||
Standards-Version: 3.9.8
|
||||
Vcs-Browser: https://anonscm.debian.org/git/pkg-lxqt/lxqt-sudo.git/?h=debian/experimental
|
||||
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-sudo.git -b debian/experimental
|
||||
Homepage: https://github.com/lxde/lxqt-sudo
|
||||
|
||||
Package: lxqt-sudo
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Recommends: lxqt-sudo-l10n
|
||||
Description: Graphical QT frontend for plain sudo
|
||||
lxqt-sudo is a graphical QT frontend for plain sudo(8) (for requesting
|
||||
optional password in GUI fashion). When invoked it simply spawns child sudo
|
||||
|
8
debian/copyright
vendored
8
debian/copyright
vendored
@ -1,13 +1,13 @@
|
||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: lxqt-sudo
|
||||
Source: https://github.com/lxde/lxqt-sudo
|
||||
|
||||
Files: *
|
||||
Copyright: 2012-2015 LXQt team
|
||||
Copyright: 2015-2016 LXQt team
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2015 Alf Gaida <agaida@siduction.org>
|
||||
Copyright: 2015-2016 Alf Gaida <agaida@siduction.org>
|
||||
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||
2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||
License: LGPL-2.1+
|
||||
@ -18,7 +18,7 @@ License: LGPL-2.1+
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2.1 of the License, or (at your option) any later version.
|
||||
.
|
||||
This library is distributed in the hope that it will be useful,
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Lesser General Public License for more details.
|
||||
|
6
debian/gbp.conf
vendored
6
debian/gbp.conf
vendored
@ -1,4 +1,8 @@
|
||||
[DEFAULT]
|
||||
debian-branch = debian/sid
|
||||
debian-branch = debian/experimental
|
||||
upstream-branch = upstream/latest
|
||||
pristine-tar = True
|
||||
|
||||
[import-orig]
|
||||
# Use git cherrypick -n upstream instead.
|
||||
merge = False
|
||||
|
12
debian/rules
vendored
12
debian/rules
vendored
@ -1,8 +1,16 @@
|
||||
#!/usr/bin/make -f
|
||||
#export DH_VERBOSE=1
|
||||
# export DH_VERBOSE=1
|
||||
|
||||
export LC_ALL=C.UTF-8
|
||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
dh ${@} --buildsystem cmake \
|
||||
dh ${@} --buildsystem cmake\
|
||||
--parallel
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
-DPULL_TRANSLATIONS=OFF\
|
||||
-DUPDATE_TRANSLATIONS=OFF\
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
|
@ -1,105 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1">
|
||||
<context>
|
||||
<name>PasswordDialog</name>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="20"/>
|
||||
<source>LXQt sudo</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="77"/>
|
||||
<source>Command:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="84"/>
|
||||
<source>Password:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.cpp" line="43"/>
|
||||
<source><b>%1</b> needs administrative privileges.
|
||||
Please enter your password.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.cpp" line="54"/>
|
||||
<source>Attempt #%1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="63"/>
|
||||
<source>Usage: %1 option [command [arguments...]]
|
||||
|
||||
GUI frontend for %2/%3
|
||||
|
||||
Arguments:
|
||||
option:
|
||||
-h|--help Print this help.
|
||||
-v|--version Print version information.
|
||||
-s|--su Use %3(1) as backend.
|
||||
-d|--sudo Use %2(8) as backend.
|
||||
command Command to run.
|
||||
arguments Optional arguments for command.
|
||||
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="80"/>
|
||||
<source>%1 version %2
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Sudo</name>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="128"/>
|
||||
<source>%1: no command to run provided!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="135"/>
|
||||
<source>%1: no backend chosen!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="140"/>
|
||||
<source>%1: warning - got multiple arguments for %2 backend, squashing into one: %3</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="155"/>
|
||||
<source>Failed to fork: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="193"/>
|
||||
<source>%1: Failed to exec '%2': %3
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="222"/>
|
||||
<source>Failed to set non-block: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="230"/>
|
||||
<source>Failed to fdopen: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="263"/>
|
||||
<source>Child '%1' process failed!
|
||||
%2</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,122 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="de">
|
||||
<context>
|
||||
<name>PasswordDialog</name>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="20"/>
|
||||
<source>LXQt sudo</source>
|
||||
<translation>LXQt sudo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="77"/>
|
||||
<source>Command:</source>
|
||||
<translation>Befehl:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="84"/>
|
||||
<source>Password:</source>
|
||||
<translation>Kennwort:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.cpp" line="43"/>
|
||||
<source><b>%1</b> needs administrative privileges.
|
||||
Please enter your password.</source>
|
||||
<translation><b>%1</b> benötigt root-Rechte.
|
||||
Bitte Kennwort eingeben.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.cpp" line="54"/>
|
||||
<source>Attempt #%1</source>
|
||||
<translation>Versuch #%1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="63"/>
|
||||
<source>Usage: %1 option [command [arguments...]]
|
||||
|
||||
GUI frontend for %2/%3
|
||||
|
||||
Arguments:
|
||||
option:
|
||||
-h|--help Print this help.
|
||||
-v|--version Print version information.
|
||||
-s|--su Use %3(1) as backend.
|
||||
-d|--sudo Use %2(8) as backend.
|
||||
command Command to run.
|
||||
arguments Optional arguments for command.
|
||||
|
||||
</source>
|
||||
<translation>Verwendung: %1 Option [Befehl [Argumente...]]
|
||||
|
||||
Graphische Benutzeroberfläche für %2/%3
|
||||
|
||||
Argumente:
|
||||
Option:
|
||||
-h|--help Gibt diese Hilfe aus.
|
||||
-v|--version Ausgabe der Versionsinformation.
|
||||
-s|--su Verwendet %3(1) als Backend.
|
||||
-d|--sudo Verwendet %2(8) als Backend.
|
||||
Befehl Auszuführender Befehl.
|
||||
Argumente Argumente zum auszuführenden Befehl.
|
||||
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="80"/>
|
||||
<source>%1 version %2
|
||||
</source>
|
||||
<translation>%1 Version %2
|
||||
</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Sudo</name>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="128"/>
|
||||
<source>%1: no command to run provided!</source>
|
||||
<translation>%1: kein auszuführender Befehl angegeben!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="135"/>
|
||||
<source>%1: no backend chosen!</source>
|
||||
<translation>%1: kein Backend gewählt!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="140"/>
|
||||
<source>%1: warning - got multiple arguments for %2 backend, squashing into one: %3</source>
|
||||
<translation>%1: Warnung - mehrere Argumente für Backend %2 erhalten. %3 wird verwendet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="155"/>
|
||||
<source>Failed to fork: %1</source>
|
||||
<translation>Abspalten des Prozesses fehlgeschlagen: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="193"/>
|
||||
<source>%1: Failed to exec '%2': %3
|
||||
</source>
|
||||
<translation>%1: Ausführen von '%2' fehlgeschlagen:
|
||||
%3</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="222"/>
|
||||
<source>Failed to set non-block: %1</source>
|
||||
<translation>Das Setzen von der Option O_NONBLOCK schlug fehl: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="230"/>
|
||||
<source>Failed to fdopen: %1</source>
|
||||
<translation>Das Öffnen schlug fehl: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="263"/>
|
||||
<source>Child '%1' process failed!
|
||||
%2</source>
|
||||
<translation>Nachgeordneter Prozess '%1' ist fehlgeschlagen!
|
||||
%2</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,80 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="el">
|
||||
<context>
|
||||
<name>PasswordDialog</name>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="20"/>
|
||||
<location filename="../build/ui_passworddialog.h" line="129"/>
|
||||
<source>LXQt sudo</source>
|
||||
<translation>LXQt sudo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="77"/>
|
||||
<location filename="../build/ui_passworddialog.h" line="134"/>
|
||||
<source>Command:</source>
|
||||
<translation>Εντολή:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="84"/>
|
||||
<location filename="../build/ui_passworddialog.h" line="135"/>
|
||||
<source>Password:</source>
|
||||
<translation>Κωδικός πρόσβασης:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.cpp" line="43"/>
|
||||
<source><b>%1</b> needs administrative privileges.
|
||||
Please enter your password.</source>
|
||||
<translation>Το <b>%1</b> απαιτεί προνόμια διαχειριστή.
|
||||
Παρακαλώ εισαγάγετε τον κωδικό πρόσβασης.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.cpp" line="54"/>
|
||||
<source>Attempt #%1</source>
|
||||
<translation>Προσπάθεια #%1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="57"/>
|
||||
<source>Usage: %1 command [arguments...]
|
||||
|
||||
GUI frontend for %2
|
||||
|
||||
Arguments:
|
||||
command Command to run.
|
||||
arguments Optional arguments for command.
|
||||
|
||||
</source>
|
||||
<translation>Χρήση: %1 εντολή [ορίσματα...]
|
||||
|
||||
Περιβάλλον συστήματος υποστήριξης του %2
|
||||
|
||||
Ορίσματα:
|
||||
εντολή Η εντολή προς εκτέλεση.
|
||||
ορίσματα Προαιρετικά ορίσματα για την εντολή.
|
||||
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="69"/>
|
||||
<source>%1 version %2
|
||||
</source>
|
||||
<translation>%1 έκδοση %2
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="80"/>
|
||||
<source>%1: no command to run provided!</source>
|
||||
<translation>%1: δεν παρείχατε κάποια εντολή προς εκτέλεση!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="131"/>
|
||||
<source>Child '%1' process failed!
|
||||
%2</source>
|
||||
<translation>Η θυγατρική διεργασία «%1» απέτυχε!
|
||||
%2</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,94 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="it">
|
||||
<context>
|
||||
<name>Communication</name>
|
||||
<message>
|
||||
<location filename="../communication.cpp" line="85"/>
|
||||
<source>%1: Communication - unable to create shared memory(%2B), </source>
|
||||
<translation>%1: Comunicazione - non è stato possibile creare memoria condivisa(%2B), </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../communication.cpp" line="183"/>
|
||||
<source>%1: Communication - password is too long(%2) for aquired shared memory(%3), has to be cut-off...
|
||||
</source>
|
||||
<translation>%1: Comunicazione - password troppo lunga(%2) per acquisire memoria condivisa(%3) deve essere accorciata...
|
||||
</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>PasswordDialog</name>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="20"/>
|
||||
<location filename="../build/ui_passworddialog.h" line="129"/>
|
||||
<source>LXQt sudo</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="77"/>
|
||||
<location filename="../build/ui_passworddialog.h" line="134"/>
|
||||
<source>Command:</source>
|
||||
<translation>Comando:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="84"/>
|
||||
<location filename="../build/ui_passworddialog.h" line="135"/>
|
||||
<source>Password:</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.cpp" line="43"/>
|
||||
<source><b>%1</b> needs administrative privileges.
|
||||
Please enter your password.</source>
|
||||
<translation><b>%1</b> richiede privilegi di amministratore.
|
||||
Per favore inserire la password.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.cpp" line="53"/>
|
||||
<source>Attempt #%1</source>
|
||||
<translation>Tentativo #%1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="58"/>
|
||||
<source>Usage: %1 command [arguments...]
|
||||
|
||||
GUI frontend for %2
|
||||
|
||||
Arguments:
|
||||
command Command to run.
|
||||
arguments Optional arguments for command.
|
||||
|
||||
</source>
|
||||
<translation>Uso: %1 comando [argomenti...]
|
||||
|
||||
Frontend grafico per %2
|
||||
|
||||
Argomenti:
|
||||
comando Comando da eseguire.
|
||||
argomenti Argomenti opzionali per il comando.
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="70"/>
|
||||
<source>%1 version %2
|
||||
</source>
|
||||
<translation>%1 versione %2
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="81"/>
|
||||
<source>%1: no command to run provided!</source>
|
||||
<translation>%1: non è stato immesso nessun comando da eseguire!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="156"/>
|
||||
<source>Child '%1' process failed!
|
||||
%2</source>
|
||||
<translation>Sottoprocesso %1 fallito!
|
||||
%2</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,80 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.0">
|
||||
<context>
|
||||
<name>PasswordDialog</name>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="20"/>
|
||||
<location filename="../build/ui_passworddialog.h" line="129"/>
|
||||
<source>LXQt sudo</source>
|
||||
<translation>LXQt sudo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="77"/>
|
||||
<location filename="../build/ui_passworddialog.h" line="134"/>
|
||||
<source>Command:</source>
|
||||
<translation>Komenda:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="84"/>
|
||||
<location filename="../build/ui_passworddialog.h" line="135"/>
|
||||
<source>Password:</source>
|
||||
<translation>Hasło:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.cpp" line="43"/>
|
||||
<source><b>%1</b> needs administrative privileges.
|
||||
Please enter your password.</source>
|
||||
<translation><b>%1</b> potrzebuje uprawnień administratora.
|
||||
Proszę wprowadź hasło.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.cpp" line="54"/>
|
||||
<source>Attempt #%1</source>
|
||||
<translation>Próba #%1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="57"/>
|
||||
<source>Usage: %1 command [arguments...]
|
||||
|
||||
GUI frontend for %2
|
||||
|
||||
Arguments:
|
||||
command Command to run.
|
||||
arguments Optional arguments for command.
|
||||
|
||||
</source>
|
||||
<translation>Sposób użycia: %1 komenda [argumenty...]
|
||||
|
||||
Graficzna nakładka na %2
|
||||
|
||||
Argumenty:
|
||||
komenda Komenda do wykonania.
|
||||
argumenty Opcjonalne argumenty dla komendy.
|
||||
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="69"/>
|
||||
<source>%1 version %2
|
||||
</source>
|
||||
<translation>%1 wersja %2
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="80"/>
|
||||
<source>%1: no command to run provided!</source>
|
||||
<translation>%1: nie podano komendy do wykonania!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="131"/>
|
||||
<source>Child '%1' process failed!
|
||||
%2</source>
|
||||
<translation>Wykonanie procesu '%1' nie powiodło się!
|
||||
%2</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,121 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="sk">
|
||||
<context>
|
||||
<name>PasswordDialog</name>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="20"/>
|
||||
<source>LXQt sudo</source>
|
||||
<translation>LXQt sudo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="77"/>
|
||||
<source>Command:</source>
|
||||
<translation>Príkaz:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="84"/>
|
||||
<source>Password:</source>
|
||||
<translation>Heslo:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.cpp" line="43"/>
|
||||
<source><b>%1</b> needs administrative privileges.
|
||||
Please enter your password.</source>
|
||||
<translation><b>%1</b> vyžaduje práva administrátora.
|
||||
Prosím, zadajte svoje heslo.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.cpp" line="54"/>
|
||||
<source>Attempt #%1</source>
|
||||
<translation>Pokus č. %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="63"/>
|
||||
<source>Usage: %1 option [command [arguments...]]
|
||||
|
||||
GUI frontend for %2/%3
|
||||
|
||||
Arguments:
|
||||
option:
|
||||
-h|--help Print this help.
|
||||
-v|--version Print version information.
|
||||
-s|--su Use %3(1) as backend.
|
||||
-d|--sudo Use %2(8) as backend.
|
||||
command Command to run.
|
||||
arguments Optional arguments for command.
|
||||
|
||||
</source>
|
||||
<translation>Použitie: %1 option [command [arguments...]]
|
||||
|
||||
GUI frontend pre %2/%3
|
||||
|
||||
Parametre:
|
||||
option:
|
||||
-h|--help Zobraziť pomoc.
|
||||
-v|--version Zobraziť verziu.
|
||||
-s|--su Použiť %3(1) ako backend.
|
||||
-d|--sudo Použíť %2(8) ako backend.
|
||||
command Príkaz na spustenie.
|
||||
arguments Parametre príkazu.
|
||||
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="80"/>
|
||||
<source>%1 version %2
|
||||
</source>
|
||||
<translation>%1 verzia %2
|
||||
</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Sudo</name>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="128"/>
|
||||
<source>%1: no command to run provided!</source>
|
||||
<translation>%1: žiaden príkaz na spustenie!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="135"/>
|
||||
<source>%1: no backend chosen!</source>
|
||||
<translation>%1: nevybratý backend!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="140"/>
|
||||
<source>%1: warning - got multiple arguments for %2 backend, squashing into one: %3</source>
|
||||
<translation>%1: upozornenie - zadaných viacero parametrov pre %2 backend, zlúčené do jedného: %3</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="155"/>
|
||||
<source>Failed to fork: %1</source>
|
||||
<translation>Zlyhal fork: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="193"/>
|
||||
<source>%1: Failed to exec '%2': %3
|
||||
</source>
|
||||
<translation>%1: Zlyhal exec '%2': %3</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="222"/>
|
||||
<source>Failed to set non-block: %1</source>
|
||||
<translation>Zlyhalo nastavenie non-block: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="230"/>
|
||||
<source>Failed to fdopen: %1</source>
|
||||
<translation>Zlyhal fdopen: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sudo.cpp" line="263"/>
|
||||
<source>Child '%1' process failed!
|
||||
%2</source>
|
||||
<translation>Dcérsky '%1' process zlyhal!
|
||||
%2</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,79 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.0">
|
||||
<context>
|
||||
<name>PasswordDialog</name>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="20"/>
|
||||
<location filename="../build/ui_passworddialog.h" line="129"/>
|
||||
<source>LXQt sudo</source>
|
||||
<translation>LXQt sudo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="77"/>
|
||||
<location filename="../build/ui_passworddialog.h" line="134"/>
|
||||
<source>Command:</source>
|
||||
<translation>指令:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.ui" line="84"/>
|
||||
<location filename="../build/ui_passworddialog.h" line="135"/>
|
||||
<source>Password:</source>
|
||||
<translation>密碼:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.cpp" line="43"/>
|
||||
<source><b>%1</b> needs administrative privileges.
|
||||
Please enter your password.</source>
|
||||
<translation><b>%1</b> 需要管理員權限
|
||||
請輸入您的密碼 </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../passworddialog.cpp" line="54"/>
|
||||
<source>Attempt #%1</source>
|
||||
<translation>嘗試 %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="57"/>
|
||||
<source>Usage: %1 command [arguments...]
|
||||
|
||||
GUI frontend for %2
|
||||
|
||||
Arguments:
|
||||
command Command to run.
|
||||
arguments Optional arguments for command.
|
||||
|
||||
</source>
|
||||
<translation>用法:%1 指令 [選項...]
|
||||
|
||||
%2 的圖型前端
|
||||
|
||||
選項:
|
||||
指令 要執行的指令
|
||||
選項 給指令的選項
|
||||
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="69"/>
|
||||
<source>%1 version %2
|
||||
</source>
|
||||
<translation>%1 版本 %s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="80"/>
|
||||
<source>%1: no command to run provided!</source>
|
||||
<translation>%1:沒有可執行的指令</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="131"/>
|
||||
<source>Child '%1' process failed!
|
||||
%2</source>
|
||||
<translation>子執行序'%1'執行失敗!
|
||||
%2</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
Loading…
x
Reference in New Issue
Block a user