diff -Nru lxqt-sudo-0.14.1/CHANGELOG lxqt-sudo-0.16.0/CHANGELOG --- lxqt-sudo-0.14.1/CHANGELOG 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/CHANGELOG 2020-10-31 17:16:48.000000000 +0000 @@ -1,3 +1,13 @@ +lxqt-sudo-0.16.0 / 2020-11-01 +============================= + * Use QFlags default constructor. + +lxqt-sudo-0.15.0 / 2020-04-23 +============================= + * sudo: Fix (re)setting HOME with sudo backend. + * sudo: Add TERM to allowed/preserved env vars. + * Build on NetBSD. + lxqt-sudo-0.14.1 / 2019-02-24 ============================= diff -Nru lxqt-sudo-0.14.1/CMakeLists.txt lxqt-sudo-0.16.0/CMakeLists.txt --- lxqt-sudo-0.14.1/CMakeLists.txt 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/CMakeLists.txt 2020-10-31 17:16:48.000000000 +0000 @@ -15,14 +15,14 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF) # Minimum Versions -set(LXQT_MINIMUM_VERSION "0.14.1") -set(QT_MINIMUM_VERSION "5.7.1") +set(LXQT_MINIMUM_VERSION "0.16.0") +set(QT_MINIMUM_VERSION "5.12.0") find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED) find_package(lxqt ${LXQT_MINIMUM_VERSION} REQUIRED) message(STATUS "Building with Qt${Qt5Core_VERSION}") -# Patch version 1 +# Patch version 0 include(LXQtPreventInSourceBuilds) include(LXQtCompilerSettings NO_POLICY_SCOPE) diff -Nru lxqt-sudo-0.14.1/debian/changelog lxqt-sudo-0.16.0/debian/changelog --- lxqt-sudo-0.14.1/debian/changelog 2019-03-09 19:20:31.000000000 +0000 +++ lxqt-sudo-0.16.0/debian/changelog 2021-01-10 23:41:48.000000000 +0000 @@ -1,38 +1,54 @@ -lxqt-sudo (0.14.1-0ubuntu1) disco; urgency=medium +lxqt-sudo (0.16.0-0~ppa1) focal; urgency=medium - * New upstream release. - * Run wrap-and-sort. + * Sync with Debian. - -- Simon Quigley Sat, 09 Mar 2019 13:20:31 -0600 + -- Julien Lavergne Mon, 11 Jan 2021 00:41:48 +0100 -lxqt-sudo (0.14.0-0ubuntu1) disco; urgency=medium +lxqt-sudo (0.16.0-1) unstable; urgency=medium - * New upstream release. - - Bump build dependencies. - - Remove reverse-applicable patches. - * Bump Standards-version to 4.3.0, no changes needed. - * Bump debhelper compat to 12, no changes needed. - * Add a new lxqt-sudo-l10n package. + [ Alf Gaida ] + * Switched to gbp + * Bumped Standards-Version to 4.4.0, no changes needed - -- Simon Quigley Sat, 26 Jan 2019 00:55:00 -0600 + [ Andrew Lee (李健秋) ] + * New upstream release. (Closes: #978214) -lxqt-sudo (0.13.0-0ubuntu2) cosmic; urgency=medium + -- Andrew Lee (李健秋) Wed, 06 Jan 2021 18:17:56 +0800 - * Change Uploaders to Ubuntu uploaders. - * Bump Standards-version to 4.2.0, no changes needed. - * Run wrap-and-sort. - * Fix the layout and line break so text isn't cut off. +lxqt-sudo (0.14.1-2) unstable; urgency=medium - -- Simon Quigley Mon, 20 Aug 2018 23:47:43 -0500 + * Set HOME right, don't strip TERM (Closes: #928941) -lxqt-sudo (0.13.0-0ubuntu1) cosmic; urgency=medium + -- Alf Gaida Mon, 13 May 2019 19:56:39 +0200 - * New upstream release. - * Update Vcs-* and Maintainer to Lubuntu values. - * Update build dependencies. - * Update copyright. +lxqt-sudo (0.14.1-1) unstable; urgency=medium - -- Simon Quigley Tue, 22 May 2018 23:52:43 -0500 + * Cherry-picking new upstream version 0.14.1. + * Bumped minimum version liblxqt0-dev (>= 0.14.1~) + * Extended package description a bit + + -- Alf Gaida Sun, 24 Feb 2019 22:25:49 +0100 + +lxqt-sudo (0.14.0-1) unstable; urgency=medium + + * Cherry-picking new upstream version 0.14.0. + * Bumped Standards to 4.3.0, no changes needed + * Dropped d/compat, use debhelper-compat = 12, no changes needed + * Fixed years in d/copyright + * Bumped minimum version liblxqt0-dev (>= 0.14.0~) + * Removed obsolete PULL_TRANSLATIONS= OFF from dh_auto_configure + * Added l10n-package, moved from lxqt-l10n + * Added d/upstream/metadata + + -- Alf Gaida Sun, 27 Jan 2019 19:32:15 +0100 + +lxqt-sudo (0.13.0-1) unstable; urgency=medium + + * Cherry-picking new upstream version 0.13.0. + * Bumped build dependency liblxqt0-dev to >= 0.13.0~ + * Bumped year in copyright + + -- Alf Gaida Fri, 25 May 2018 00:02:41 +0200 lxqt-sudo (0.12.0-4) unstable; urgency=medium diff -Nru lxqt-sudo-0.14.1/debian/compat lxqt-sudo-0.16.0/debian/compat --- lxqt-sudo-0.14.1/debian/compat 2019-03-09 19:19:49.000000000 +0000 +++ lxqt-sudo-0.16.0/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -12 diff -Nru lxqt-sudo-0.14.1/debian/control lxqt-sudo-0.16.0/debian/control --- lxqt-sudo-0.14.1/debian/control 2019-03-09 19:20:24.000000000 +0000 +++ lxqt-sudo-0.16.0/debian/control 2021-01-10 23:40:13.000000000 +0000 @@ -1,29 +1,30 @@ Source: lxqt-sudo -Maintainer: Lubuntu Developers -XSBC-Original-Maintainer: LXQt Packaging Team -Uploaders: Simon Quigley +Maintainer: LXQt Packaging Team +Uploaders: Alf Gaida , + ChangZhuo Chen (陳昌倬) , + Andrew Lee (李健秋) Section: x11 Priority: optional -Build-Depends: debhelper (>= 12), +Build-Depends: debhelper-compat (= 12), libkf5windowsystem-dev, - liblxqt0-dev (>= 0.14.0), + liblxqt0-dev (>= 0.16.0~), libqt5svg5-dev, libqt5x11extras5-dev, libx11-dev -Standards-Version: 4.3.0 -Vcs-Browser: https://phab.lubuntu.me/source/lxqt-sudo/ -Vcs-Git: https://phab.lubuntu.me/source/lxqt-sudo.git -XS-Debian-Vcs-Browser: https://salsa.debian.org/cgit/pkg-team/lxqt-sudo -XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-sudo.git +Standards-Version: 4.4.0 +Vcs-Browser: https://salsa.debian.org/cgit/pkg-team/lxqt-sudo +Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-sudo.git Homepage: https://github.com/lxqt/lxqt-sudo Package: lxqt-sudo Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Recommends: lxqt-qtplugin, 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 +Depends: ${misc:Depends}, + ${shlibs:Depends} +Recommends: lxqt-sudo-l10n, + lxqt-qtplugin +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 process with requested command (and arguments). If sudo requests user's password, the GUI password dialog is shown and (after submit) the password is provided to sudo. @@ -32,8 +33,15 @@ Architecture: all Multi-Arch: foreign Section: localization -Depends: qttranslations5-l10n, ${misc:Depends} +Depends: ${misc:Depends}, + qttranslations5-l10n Breaks: lxqt-sudo (<< 0.11.0) Replaces: lxqt-sudo (<< 0.11.0) Description: Language package for lxqt-sudo - This package contains the l10n files needed by lxqt-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 + process with requested command (and arguments). If sudo requests user's + password, the GUI password dialog is shown and (after submit) the password is + provided to sudo. + . + This package contains the l10n files needed by the lxqt-sudo. diff -Nru lxqt-sudo-0.14.1/debian/copyright lxqt-sudo-0.16.0/debian/copyright --- lxqt-sudo-0.14.1/debian/copyright 2019-03-09 19:19:49.000000000 +0000 +++ lxqt-sudo-0.16.0/debian/copyright 2021-01-10 23:40:13.000000000 +0000 @@ -3,13 +3,13 @@ Source: https://github.com/lxqt/lxqt-sudo Files: * -Copyright: 2015-2018 LXQt team +Copyright: 2015-2019 LXQt team License: LGPL-2.1+ Files: debian/* -Copyright: 2015-2018 Alf Gaida - 2015 Andrew Lee (李健秋) - 2015 ChangZhuo Chen (陳昌倬) +Copyright: 2015-2019 Alf Gaida + 2015 Andrew Lee (李健秋) + 2015 ChangZhuo Chen (陳昌倬) License: LGPL-2.1+ License: LGPL-2.1+ diff -Nru lxqt-sudo-0.14.1/debian/gbp.conf lxqt-sudo-0.16.0/debian/gbp.conf --- lxqt-sudo-0.14.1/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-sudo-0.16.0/debian/gbp.conf 2021-01-10 23:40:13.000000000 +0000 @@ -0,0 +1,6 @@ +[DEFAULT] +debian-branch = debian/sid +upstream-branch = upstream/latest +pristine-tar = True +compression = xz + diff -Nru lxqt-sudo-0.14.1/debian/lxqt-sudo.install lxqt-sudo-0.16.0/debian/lxqt-sudo.install --- lxqt-sudo-0.14.1/debian/lxqt-sudo.install 2019-03-09 19:20:24.000000000 +0000 +++ lxqt-sudo-0.16.0/debian/lxqt-sudo.install 2021-01-10 23:40:13.000000000 +0000 @@ -1,6 +1,6 @@ -usr/bin/lxqt-sudo -usr/bin/lxsu -usr/bin/lxsudo -usr/share/man/man1/lxqt-sudo.1 usr/share/man/man1/lxsu.1 usr/share/man/man1/lxsudo.1 +usr/share/man/man1/lxqt-sudo.1 +usr/bin/lxsu +usr/bin/lxsudo +usr/bin/lxqt-sudo diff -Nru lxqt-sudo-0.14.1/debian/rules lxqt-sudo-0.16.0/debian/rules --- lxqt-sudo-0.14.1/debian/rules 2019-03-09 19:19:49.000000000 +0000 +++ lxqt-sudo-0.16.0/debian/rules 2021-01-10 23:40:13.000000000 +0000 @@ -8,8 +8,10 @@ %: dh ${@} --buildsystem cmake +override_dh_missing: + dh_missing --fail-missing + override_dh_auto_configure: dh_auto_configure -- \ - -DPULL_TRANSLATIONS=OFF \ -DUPDATE_TRANSLATIONS=OFF \ -DCMAKE_BUILD_TYPE=RelWithDebInfo diff -Nru lxqt-sudo-0.14.1/debian/upstream/metadata lxqt-sudo-0.16.0/debian/upstream/metadata --- lxqt-sudo-0.14.1/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-sudo-0.16.0/debian/upstream/metadata 2021-01-10 23:40:13.000000000 +0000 @@ -0,0 +1,7 @@ +Name: lxqt-sudo +Bug-Database: https://github.com/lxqt/lxqt-sudo/issues +Bug-Submit: https://github.com/lxqt/lxqt-sudo/issues/new +Changelog: https://github.com/lxqt/lxqt-sudo/blob/master/CHANGELOG +Repository: https://github.com/lxqt/lxqt-sudo +Repository-Browser: https://github.com/lxqt/lxqt-sudo + diff -Nru lxqt-sudo-0.14.1/passworddialog.cpp lxqt-sudo-0.16.0/passworddialog.cpp --- lxqt-sudo-0.14.1/passworddialog.cpp 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/passworddialog.cpp 2020-10-31 17:16:48.000000000 +0000 @@ -47,8 +47,8 @@ }); ui->backendL->setText(backendName); - ui->iconL->setPixmap(QIcon::fromTheme("dialog-password").pixmap(64, 64)); - setWindowIcon(QIcon::fromTheme("security-high")); + ui->iconL->setPixmap(QIcon::fromTheme(QStringLiteral("dialog-password")).pixmap(64, 64)); + setWindowIcon(QIcon::fromTheme(QStringLiteral("security-high"))); } PasswordDialog::~PasswordDialog() diff -Nru lxqt-sudo-0.14.1/passworddialog.h lxqt-sudo-0.16.0/passworddialog.h --- lxqt-sudo-0.14.1/passworddialog.h 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/passworddialog.h 2020-10-31 17:16:48.000000000 +0000 @@ -42,7 +42,7 @@ PasswordDialog(const QString & cmd , const QString & backendName , QWidget * parent = 0 - , Qt::WindowFlags f = 0); + , Qt::WindowFlags f = Qt::WindowFlags()); ~PasswordDialog(); QString password() const; diff -Nru lxqt-sudo-0.14.1/README.md lxqt-sudo-0.16.0/README.md --- lxqt-sudo-0.14.1/README.md 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/README.md 2020-10-31 17:16:48.000000000 +0000 @@ -33,8 +33,10 @@ By default `sudo` is used as backend, the choice can be enforced by command line options `--su[do]` or by using symbolic links `lxsu` and `lxsudo` which belong to regular installations of lxqt-sudo. -### Translation (Weblate) +### Translations - -Translation status +Translations can be done in [LXQt-Weblate/powermanagement](https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-powermanagment-battery-info/) and [LXQt-Weblate/config-powermanagement](https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-powermanagment/) + + +Translation status diff -Nru lxqt-sudo-0.14.1/sudo.cpp lxqt-sudo-0.16.0/sudo.cpp --- lxqt-sudo-0.14.1/sudo.cpp 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/sudo.cpp 2020-10-31 17:16:48.000000000 +0000 @@ -38,7 +38,14 @@ #include #include #include +#include +#if defined(Q_OS_LINUX) #include +#else +#include +#include +#include +#endif #include #include #include @@ -46,6 +53,7 @@ #include #include #include +#include namespace { @@ -89,7 +97,7 @@ "DISPLAY" , "LANG", "LANGUAGE", "LC_ADDRESS", "LC_ALL", "LC_COLLATE", "LC_CTYPE", "LC_IDENTIFICATION", "LC_MEASUREMENT" , "LC_MESSAGES", "LC_MONETARY", "LC_NAME", "LC_NUMERIC", "LC_PAPER", "LC_TELEPHONE", "LC_TIME" - , "PATH", "QT_PLATFORM_PLUGIN", "QT_QPA_PLATFORMTHEME", "WAYLAND_DISPLAY", "XAUTHLOCALHOSTNAME", "XAUTHORITY" + , "PATH", "QT_PLATFORM_PLUGIN", "QT_QPA_PLATFORMTHEME", "TERM", "WAYLAND_DISPLAY", "XAUTHLOCALHOSTNAME", "XAUTHORITY" }; static constexpr char const * const * const ALLOWED_END = ALLOWED_VARS + sizeof (ALLOWED_VARS) / sizeof (ALLOWED_VARS[0]); struct assert_helper @@ -102,24 +110,27 @@ }; assert_helper h; - inline void env_workarounds() + inline std::string env_workarounds() { std::cerr << LXQTSUDO << ": Stripping child environment except for: "; - std::copy(ALLOWED_VARS, ALLOWED_END - 1, std::ostream_iterator{std::cerr, ", "}); - std::cerr << *(ALLOWED_END - 1) << '\n'; // printing the last separately to avoid trailing comma + std::ostringstream left_env_params; + std::copy(ALLOWED_VARS, ALLOWED_END - 1, std::ostream_iterator{left_env_params, ","}); + left_env_params << *(ALLOWED_END - 1); // printing the last separately to avoid trailing comma + std::cerr << left_env_params.str() << '\n'; // cleanup environment, because e.g.: // - pcmanfm-qt will not start if the DBUS_SESSION_BUS_ADDRESS is preserved // - Qt apps may change user's config files permissions if the XDG_* are preserved for (auto const & key : QProcessEnvironment::systemEnvironment().keys()) { auto const & i = std::lower_bound(ALLOWED_VARS, ALLOWED_END, key, [] (char const * const a, QString const & b) { - return b > a; - }); - if (i == ALLOWED_END || key != *i) + return b > QLatin1String(a); + }); + if (i == ALLOWED_END || key != QLatin1String(*i)) { unsetenv(key.toLatin1().data()); } } + return left_env_params.str(); } inline QString quoteShellArg(const QString& arg, bool userFriendly) @@ -127,9 +138,9 @@ QString rv = arg; //^ check if thre are any bash special file characters - if (!userFriendly || arg.contains(QRegExp("(\\s|[][!\"#$&'()*,;<=>?\\^`{}|~])"))) { + if (!userFriendly || arg.contains(QRegularExpression(QStringLiteral("(\\s|[][!\"#$&'()*,;<=>?\\^`{}|~])")))) { rv.replace(QStringLiteral("'"), QStringLiteral("'\\''")); - rv.prepend ('\'').append('\''); + rv.prepend (QLatin1Char('\'')).append(QLatin1Char('\'')); } return rv; @@ -146,6 +157,7 @@ mBackend = BACK_SU; else if (app_lxsudo == cmd || app_master == cmd) mBackend = BACK_SUDO; + mRet = mPwdFd = mChildPid = 0; } Sudo::~Sudo() @@ -158,19 +170,19 @@ { //simple option check QString const & arg1 = mArgs[0]; - if ("-h" == arg1 || "--help" == arg1) + if (QStringLiteral("-h") == arg1 || QStringLiteral("--help") == arg1) { usage(); return 0; - } else if ("-v" == arg1 || "--version" == arg1) + } else if (QStringLiteral("-v") == arg1 || QStringLiteral("--version") == arg1) { version(); return 0; - } else if ("-s" == arg1 || "--su" == arg1) + } else if (QStringLiteral("-s") == arg1 || QStringLiteral("--su") == arg1) { mBackend = BACK_SU; mArgs.removeAt(0); - } else if ("-d" == arg1 || "--sudo" == arg1) + } else if (QStringLiteral("-d") == arg1 || QStringLiteral("--sudo") == arg1) { mBackend = BACK_SUDO; mArgs.removeAt(0); @@ -204,7 +216,7 @@ if (-1 == mChildPid) QMessageBox(QMessageBox::Critical, mDlg->windowTitle() - , tr("Syscall error, failed to fork: %1").arg(strerror(errno)), QMessageBox::Ok).exec(); + , tr("Syscall error, failed to fork: %1").arg(QString::fromUtf8(strerror(errno))), QMessageBox::Ok).exec(); else return parent(); @@ -217,7 +229,7 @@ rv = quoteShellArg (mArgs[0], userFriendly); for (auto argP = ++mArgs.begin(); argP != mArgs.end(); ++argP) { - rv.append (' ').append(quoteShellArg (*argP, userFriendly)); + rv.append (QLatin1Char(' ')).append(quoteShellArg (*argP, userFriendly)); } return rv; @@ -245,10 +257,23 @@ const char ** param_arg = params.get() + 1; std::string program = backendName().toLocal8Bit().data(); - if (BACK_SUDO == mBackend) + + std::string preserve_env_param; + switch (mBackend) { - *(param_arg++) = "-E"; //preserve environment - *(param_arg++) = "/bin/sh"; + case BACK_SUDO: + preserve_env_param = "--preserve-env="; + + preserve_env_param += env_workarounds(); + + *(param_arg++) = preserve_env_param.c_str(); //preserve environment + *(param_arg++) = "/bin/sh"; + break; + case BACK_SU: + case BACK_NONE: + env_workarounds(); + break; + } *(param_arg++) = "-c"; //run command @@ -267,7 +292,7 @@ // for privileged execution via the LC_ALL if (nullptr != strchr(env_lc_all, '\'')) { - QTextStream{stderr, QIODevice::WriteOnly} << tr("%1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting!\n").arg(app_master).arg(env_lc_all); + QTextStream{stderr, QIODevice::WriteOnly} << tr("%1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting!\n").arg(app_master).arg(QString::fromUtf8(env_lc_all)); exit(1); } command = "LC_ALL='"; @@ -282,13 +307,11 @@ setenv("LC_ALL", "C", 1); - env_workarounds(); - setsid(); //session leader execvp(params[0], const_cast(params.get())); //exec never returns in case of success - QTextStream{stderr, QIODevice::WriteOnly} << tr("%1: Failed to exec '%2': %3\n").arg(app_master).arg(params[0]).arg(strerror(errno)); + QTextStream{stderr, QIODevice::WriteOnly} << tr("%1: Failed to exec '%2': %3\n").arg(app_master).arg(QString::fromUtf8(params[0])).arg(QString::fromUtf8(strerror(errno))); exit(1); } @@ -311,7 +334,7 @@ if (0 != fcntl(mPwdFd, F_SETFL, O_NONBLOCK)) { QMessageBox(QMessageBox::Critical, mDlg->windowTitle() - , tr("Syscall error, failed to bring pty to non-block mode: %1").arg(strerror(errno)), QMessageBox::Ok).exec(); + , tr("Syscall error, failed to bring pty to non-block mode: %1").arg(QString::fromUtf8(strerror(errno))), QMessageBox::Ok).exec(); return 1; } @@ -319,7 +342,7 @@ if (nullptr == pwd_f) { QMessageBox(QMessageBox::Critical, mDlg->windowTitle() - , tr("Syscall error, failed to fdopen pty: %1").arg(strerror(errno)), QMessageBox::Ok).exec(); + , tr("Syscall error, failed to fdopen pty: %1").arg(QString::fromUtf8(strerror(errno))), QMessageBox::Ok).exec(); return 1; } diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_arn.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_arn.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_arn.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_arn.ts 2020-10-31 17:16:48.000000000 +0000 @@ -0,0 +1,136 @@ + + + + + PasswordDialog + + + LXQt sudo + + + + + Copy command to clipboard + + + + + &Copy + + + + + The requested action needs administrative privileges.<br>Please enter your password. + + + + + LXQt sudo backend + + + + + A program LXQt sudo calls in background to elevate privileges. + + + + + Command: + + + + + Password: + + + + + Enter password + + + + + Attempt #%1 + + + + + QObject + + + 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. + + + + + + + %1 version %2 + + + + + + Sudo + + + %1: no command to run provided! + + + + + %1: no backend chosen! + + + + + Syscall error, failed to fork: %1 + + + + + unset + shouldn't be actually used but keep as short as possible in translations just in case. + + + + + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! + + + + + + Syscall error, failed to bring pty to non-block mode: %1 + + + + + Syscall error, failed to fdopen pty: %1 + + + + + %1: Failed to exec '%2': %3 + + + + + + Child '%1' process failed! +%2 + + + + diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_ar.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_ar.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_ar.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_ar.ts 2020-10-31 17:16:48.000000000 +0000 @@ -11,27 +11,27 @@ Copy command to clipboard - + انسخ الأمر إلى الحافظة &Copy - + ا&نسخ The requested action needs administrative privileges.<br>Please enter your password. - + يطلب الإجراء المطلوب امتيازات إدارية.<br>من فضلك أدخِل كلمة السر. LXQt sudo backend - + سند «لكسكيوت سودو» - A program LXQt sudo calls in background to elevate priveledges. - + A program LXQt sudo calls in background to elevate privileges. + البرنامج الذي يستدعيه «لكسكيوت سودو» في الخلفية لتسليمك الامتيازات. @@ -46,7 +46,7 @@ Enter password - + أدخِل كلمة السر @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -88,7 +88,7 @@ - + %1 version %2 %1 الإصدارة %2 @@ -98,51 +98,51 @@ Sudo - + %1: no command to run provided! %1: لم تقدّم أمرا لتنفيذه! - + %1: no backend chosen! %1: لم تختر سندا! - + Syscall error, failed to fork: %1 - + خطأ Syscall، فشل تفريع: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! - + Syscall error, failed to bring pty to non-block mode: %1 - + Syscall error, failed to fdopen pty: %1 - + %1: Failed to exec '%2': %3 ⁨%1⁩: فشل تنفيذ ”⁨%2⁩“: %3 - + Child '%1' process failed! %2 فشلت العملية الابنة ”%1“! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_ast.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_ast.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_ast.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_ast.ts 2020-10-31 17:16:48.000000000 +0000 @@ -0,0 +1,162 @@ + + + + + PasswordDialog + + + + LXQt sudo + LXQt sudo + + + + + Copy command to clipboard + Copiar el comandu al cartafueyu + + + + + &Copy + &Copiar + + + + + The requested action needs administrative privileges.<br>Please enter your password. + L'aición solicitada precisa privilexos alministrativos.<br>Introduz la contraseña, por favor. + + + + + LXQt sudo backend + Backend de LXQt sudo + + + + + A program LXQt sudo calls in background to elevate privileges. + + + + + + Command: + Comandu: + + + + + Password: + Contraseña: + + + + + Enter password + Introduz + + + + Attempt #%1 + Intentu #%1 + + + + QObject + + + 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. + + + Usu: %1 opción [comandu [argumentos...]] + +Frontal GUI pa %2/%3 + +Argumentos: + optción: + -h|--help Amuesa esta ayuda. + -v|--version Amuesa la información de la versión. + -s|--su Usa %3(1) como backend. + -d|--sudo Usa %2(8) como backend. + comandu Comandu a executar. + argumentos Argumentos opcionales del comandu. + + + + + + %1 version %2 + + %1 versión %2 + + + + + Sudo + + + %1: no command to run provided! + %1: ¡nun s'apurrió dengún comandu a executar! + + + + %1: no backend chosen! + %1: ¡nun s'escoyó dengún backend! + + + + Syscall error, failed to fork: %1 + Fallu de llamada al sistema, fallu al biforcar: %1 + + + + unset + shouldn't be actually used but keep as short as possible in translations just in case. + nun s'afitó + + + + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! + + %1: Deteutóse un intentu d'inyectar un comandu con privilexos pela variable d'entornu(%2) LC_ALL. ¡Colando! + + + + + Syscall error, failed to bring pty to non-block mode: %1 + Fallu de llamada al sistema, fallu al poner la pty nel mou non-block: %1 + + + + Syscall error, failed to fdopen pty: %1 + Fallu de llamada al sistema, fallu al facer fdopen a la pty: %1 + + + + %1: Failed to exec '%2': %3 + + %1: Fallu al facer exec a «%2»: %3 + + + + + Child '%1' process failed! +%2 + ¡El procesu fíu «%1» falló! +%2 + + + diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_ca.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_ca.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_ca.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_ca.ts 2020-10-31 17:16:48.000000000 +0000 @@ -30,8 +30,8 @@ - A program LXQt sudo calls in background to elevate priveledges. - Un programa de sudo de LXQt crida en segon pla per elevar privilegis. + A program LXQt sudo calls in background to elevate privileges. + @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -88,7 +88,7 @@ - + %1 version %2 %1 versió %2 @@ -98,52 +98,52 @@ Sudo - + %1: no command to run provided! %1: no s'ha proporcionat cap ordre a executar! - + %1: no backend chosen! %1: no s'ha triat cap dorsal! - + Syscall error, failed to fork: %1 Error de syscall, ha fallat la bifurcació: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. sense establir - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! %1: s'ha detectat l'intent d'injecció d'ordre privilegiada a través de LC_ALL env(%2). Sortint! - + Syscall error, failed to bring pty to non-block mode: %1 Error de syscall, no s'ha pogut portar el pty al mode sense bloqueig: %1 - + Syscall error, failed to fdopen pty: %1 Error de syscall, ha fallat fdopen pty: %1 - + %1: Failed to exec '%2': %3 %1: L'exec ha fallat '%2': %3 - + Child '%1' process failed! %2 El procés fill '%1' ha fallat! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_cs.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_cs.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_cs.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_cs.ts 2020-10-31 17:16:48.000000000 +0000 @@ -26,12 +26,12 @@ LXQt sudo backend - Výkonná část pro LXQt sudo + Vykonávající část pro LXQt sudo - A program LXQt sudo calls in background to elevate priveledges. - Program, který LXQt sudo volá na pozadí a provádí zvýšení oprávnění. + A program LXQt sudo calls in background to elevate privileges. + Program, který LXQt sudo volá na pozadí pro povýšení oprávnění. @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -80,15 +80,15 @@ volba: -h|--help Zobrazí tuto nápovědu. -v|--version Zobrazí informace o verzi. - -s|--su Použít %3(1) jako podpůrnou vrstvu. - -d|--sudo Použít %2(8) jako podpůrnou vrstvu. + -s|--su Použít %3(1) jako vykonávající část. + -d|--sudo Použít %2(8) jako vykonávající část. command Příkaz ke spuštění. arguments Volitelné argumenty pro příkaz. - + %1 version %2 %1 verze %2 @@ -98,52 +98,52 @@ Sudo - + %1: no command to run provided! %1: nezadán žádný příkaz ke spuštění! - + %1: no backend chosen! - %1: nevybrána žádná podpůrná vrstva! + %1: nevybrána žádná vykonávající část! - + Syscall error, failed to fork: %1 Chyba systémového volání, nepodařilo se provést větvení (fork): %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. - nenastaveno + nenast - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! %1: Zjištěn pokus o vpravení privilegovaného příkazu prostřednictvím proměnné prostředí LC_ALL env(%2). Ukončuje se! - + Syscall error, failed to bring pty to non-block mode: %1 Chyba systémového volání, nepodařilo se přepnout pty do neblokovacího režimu: %1 - + Syscall error, failed to fdopen pty: %1 Chyba systémového volání, nepodařilo se provést fdopen pty: %1 - + %1: Failed to exec '%2': %3 %1: Nepodařilo se spustit „%2“: %3 - + Child '%1' process failed! %2 Nezdar v podřízeném procesu „%1“! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_cy.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_cy.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_cy.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_cy.ts 2020-10-31 17:16:48.000000000 +0000 @@ -30,7 +30,7 @@ - A program LXQt sudo calls in background to elevate priveledges. + A program LXQt sudo calls in background to elevate privileges. @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -75,7 +75,7 @@ - + %1 version %2 @@ -84,50 +84,50 @@ Sudo - + %1: no command to run provided! - + %1: no backend chosen! - + Syscall error, failed to fork: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! - + Syscall error, failed to bring pty to non-block mode: %1 - + Syscall error, failed to fdopen pty: %1 - + %1: Failed to exec '%2': %3 - + Child '%1' process failed! %2 diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_da.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_da.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_da.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_da.ts 2020-10-31 17:16:48.000000000 +0000 @@ -30,8 +30,8 @@ - A program LXQt sudo calls in background to elevate priveledges. - Et program som LXQt sudo kalder i baggrunden for at løfte rettigheder. + A program LXQt sudo calls in background to elevate privileges. + Et program som LXQt sudo kalder i baggrunden for at ophøje rettigheder. @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -88,7 +88,7 @@ - + %1 version %2 %1 version %2 @@ -98,52 +98,52 @@ Sudo - + %1: no command to run provided! %1: ingen angivet kommando som skal køres! - + %1: no backend chosen! %1: ingen backend valgt! - + Syscall error, failed to fork: %1 Fejl ved syscall, kunne ikke forke: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. fjern - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! %1: Registrerede forsøg for at indføre privilegeret kommando via LC_ALL env(%2). Afslutter! - + Syscall error, failed to bring pty to non-block mode: %1 Fejl ved syscall, kunne ikke bringe pty til ikke-blok-tilstand: %1 - + Syscall error, failed to fdopen pty: %1 Fejl ved syscall, kunne ikke fdopen pty: %1 - + %1: Failed to exec '%2': %3 %1: kunne ikke exec '%2': %3 - + Child '%1' process failed! %2 Barneprocessen '%1' mislykkedes! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_de.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_de.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_de.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_de.ts 2020-10-31 17:16:48.000000000 +0000 @@ -26,12 +26,12 @@ LXQt sudo backend - + LXQt Sudo Backend - A program LXQt sudo calls in background to elevate priveledges. - + A program LXQt sudo calls in background to elevate privileges. + Ein Programm, das von LXQT sudo zur Rechteausweitung aufgerufen wird. @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -88,7 +88,7 @@ - + %1 version %2 %1 Version %2 @@ -98,52 +98,52 @@ Sudo - + %1: no command to run provided! %1: kein auszuführender Befehl angegeben! - + %1: no backend chosen! %1: kein Backend gewählt! - + Syscall error, failed to fork: %1 - + Fehler beim Systemaufruf, Fork fehlgeschlagen: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. - + ungesetzt - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! %1: Versuch erkannt, einen privilegierten Befehl über LC_ALL env(%2) zu injizieren. Wird beendet! - + Syscall error, failed to bring pty to non-block mode: %1 - + Fehler beim Systemaufruf, konnte Pseudoterminal nicht in nicht-blockierenden Modus versetzen: %1 - + Syscall error, failed to fdopen pty: %1 - + Fehler beim Systemaufruf, konnte fdopen nicht auf Pseudoterminal ausführen: %1 - + %1: Failed to exec '%2': %3 %1: Ausführen von '%2' fehlgeschlagen: %3 - + Child '%1' process failed! %2 Nachgeordneter Prozess '%1' ist fehlgeschlagen! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_el.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_el.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_el.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_el.ts 2020-10-31 17:16:48.000000000 +0000 @@ -30,8 +30,8 @@ - A program LXQt sudo calls in background to elevate priveledges. - Ένα πρόγραμμα το οποίο καλεί το LXQt sudo για την παραχώρηση προνομίων + A program LXQt sudo calls in background to elevate privileges. + Ένα πρόγραμμα που καλείται από το LXQt sudo για την παραχώρηση προνομίων. @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -72,23 +72,23 @@ arguments Optional arguments for command. - Χρήση: %1 επιλογή [εντολή ορίσματα...]] + Χρήση: %1 επιλογή [εντολή [ορίσματα...]]] -περιβάλλον συστήματος υποστήριξης για το %2/%3 +Γραφικό περιβάλλον για το %2/%3 Ορίσματα: επιλογή: - -h|--help Εκτύπωση της βοήθειας. - -v|--version Εκτύπωση της έκδοσης. - -s|--su Χρήση του %3(1) ως σύστημα υποστήριξης. - -d|--sudo Χρήση του %2(8) ως σύστημα υποστήριξης. - εντολή Εντολή προς εκτέλεση. - ορίσματα Προαιρετικά ορίσματα της εντολής. + -h|--help Ενφάνιση της βοήθειας. + -v|--version Εωφάνιση της έκδοσης. + -s|--su Χρήση του %3(1) ως backend. + -d|--sudo Χρήση του %2(8) ως backend. + εντολή Εντολή προς εκτέλεση. + ορίσματα Προαιρετικά ορίσματα της εντολής. - + %1 version %2 %1 έκδοση %2 @@ -98,54 +98,55 @@ Sudo - + %1: no command to run provided! - %1: δεν παρείχατε κάποια εντολή προς εκτέλεση! + %1: δε δόθηκε κάποια εντολή προς εκτέλεση! - + %1: no backend chosen! - %1: δεν έχετε επιλέξει το σύστημα υποστήριξης! + %1: δεν επιλέξατε το backend! - + Syscall error, failed to fork: %1 - Σφάλμα Syscall, αποτυχία δικράνωσης: %1 + Σφάλμα κλήσης συστήματος, αποτυχία δημιουργίας νέας διεργασίας: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. ανενεργό - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! - %1: Εντοπίστηκε απόπειρα έγχυσης προνομιούχας εντολής μέσω του LC_ALL env(%2). Εγκατάλειψη! + %1: Εντοπίστηκε απόπειρα έγχυσης προνομιούχας εντολής μέσω του LC_ALL env(%2). Εγκατάλειψη! + - + Syscall error, failed to bring pty to non-block mode: %1 - Σφάλμα Syscall, αποτυχία διάθεσης του pty σε ανεμπόδιστη λειτουργία: %1 + Σφάλμα κλήσης συστήματος, αποτυχία διάθεσης του pty σε non-blocking λειτουργία: %1 - + Syscall error, failed to fdopen pty: %1 - Σφάλμα Syscall, αποτυχία του fdopen pty: %1 + Σφάλμα κλήσης συστήματος, αποτυχία κλήσης της fdopen για το pty: %1 - + %1: Failed to exec '%2': %3 %1: Αποτυχία εκτέλεσης του «%2»: «%3» - + Child '%1' process failed! %2 - Η θυγατρική διεργασία «%1» απέτυχε! + Η διεργασία παιδί «%1» απέτυχε! %2 diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_es.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_es.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_es.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_es.ts 2020-10-31 17:16:48.000000000 +0000 @@ -30,8 +30,8 @@ - A program LXQt sudo calls in background to elevate priveledges. - El programa al que llama LXQt sudo internamente para adquirir privilegios. + A program LXQt sudo calls in background to elevate privileges. + Programa que invoca LXQt sudo en segundo plano para adquirir privilegios. @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -80,15 +80,15 @@ opción: -h|--help Muestra esta ayuda. -v|--version Muestra la información de versión. - -s|--su Use %3(1) como aplicación de fondo. - -d|--sudo Use %2(8) como aplicación de fondo. + -s|--su Usa %3(1) como aplicación de fondo. + -d|--sudo Usa %2(8) como aplicación de fondo. comando El comando a ejecutar. argumentos Argumentos opcionales para el comando. - + %1 version %2 %1 versión %2 @@ -98,52 +98,52 @@ Sudo - + %1: no command to run provided! %1: ¡no se ha dado ningún comando! - + %1: no backend chosen! %1: ¡no se ha elegido ninguna aplicación de fondo! - + Syscall error, failed to fork: %1 Error de llamada al sistema, no se ha podido crear el subproceso: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. - indefinido + indefinido - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! - %1: Se ha detectado un intento de inyectar un comando con privilegios mediante LC_ALL env(%2). ¡Cancelado! + %1: Se ha detectado un intento de inyectar un comando con privilegios mediante LC_ALL env(%2). ¡Saliendo! - + Syscall error, failed to bring pty to non-block mode: %1 Error de llamada al sistema, no se ha podido poner pty en modo desbloqueado: %1 - + Syscall error, failed to fdopen pty: %1 - Error de llamada al sistema, no se ha podido hacer fdopen pty: %1 + Error de llamada al sistema, no se ha podido hacer fdopen de pty: %1 - + %1: Failed to exec '%2': %3 - %1: Ha fallado al ejecutar '%2': %3 + %1: Error al ejecutar '%2': %3 - + Child '%1' process failed! %2 ¡El proceso hijo '%1' ha fallado! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_fi.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_fi.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_fi.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_fi.ts 2020-10-31 17:16:48.000000000 +0000 @@ -11,27 +11,27 @@ Copy command to clipboard - + Kopioi komento leikepöydälle &Copy - + &Kopioi The requested action needs administrative privileges.<br>Please enter your password. - + Valittu toimenpide edellyttää pääkäyttäjän oikeuksia.<br>Jos sinulla on oikeudet, syötä salasanasi. LXQt sudo backend - + LXQt sudo -taustajärjestelmä - A program LXQt sudo calls in background to elevate priveledges. - + A program LXQt sudo calls in background to elevate privileges. + Ohjelma jota LXQt sudo kutsuu taustalla käyttöoikeuksien kohottamiseksi. @@ -46,18 +46,18 @@ Enter password - + Syötä salasana Attempt #%1 - + Yritys #%1 QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -72,65 +72,82 @@ arguments Optional arguments for command. - + Käyttö: %1 valitsin [komento [argumentit...]] + +%2/%3 GUI front-end + +Argumentit: + Valitsimet: + -h|--help Näyttää tämän ohjeen. + -v|--version Näyttää versiotiedot. + -s|--su Käytä %3(1) back-endinä. + -d|--sudo Käytä %2(8) back-endinä. + command Komento joka suoritetaan. + arguments Valinnaiset argumentit komennolle. + + - + %1 version %2 - + %1 versio %2 + Sudo - + %1: no command to run provided! - + %1: suoritettavaa komentoa ei syötetty! - + %1: no backend chosen! - + %1: back-end ei ole valittuna! - + Syscall error, failed to fork: %1 - + Järjestelmäkutsun virhe, forkkaus epäonnistui: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. - + määrittämätön - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! - + %1: Tunnistettu yritys syöttää komento pääkäyttäjänä LC_ALL env(%2):n kautta. Toiminto keskeytetään! + - + Syscall error, failed to bring pty to non-block mode: %1 - + Järjestelmäkutsun virhe, pty:n asettaminen ei-estävään tilaan epäonnistui: %1 - + Syscall error, failed to fdopen pty: %1 - + Järjestelmäkutsun virhe, fdopen pty:lle epäonnistui: %1 - + %1: Failed to exec '%2': %3 - + %1: '%2' suorittaminen epäonnistui: %3 + - + Child '%1' process failed! %2 - + Lapsiprosessi '%1' epäonnistui! +%2 diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_fr.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_fr.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_fr.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_fr.ts 2020-10-31 17:16:48.000000000 +0000 @@ -6,7 +6,7 @@ LXQt sudo - LXQt sudo + LXQt sudo (superutilisateur) @@ -30,8 +30,8 @@ - A program LXQt sudo calls in background to elevate priveledges. - Un programme LXQt sudo appelle en arrière-plan pour élever les privilèges. + A program LXQt sudo calls in background to elevate privileges. + Un programme que LXQt sudo appelle en arrière-plan pour faire une élévation de privilèges. @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -88,7 +88,7 @@ - + %1 version %2 %1 version %2 @@ -98,52 +98,52 @@ Sudo - + %1: no command to run provided! %1: aucune commande à exécuter n'a été spécifiée ! - + %1: no backend chosen! %1: aucun Backend n'a été choisi ! - + Syscall error, failed to fork: %1 Erreur d'appel système, échec de la conversion: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. non spécifié - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! %1: Tentative détectée d'injection d'une commande privilégiée via LC_ALL env(%2). En sortant! - + Syscall error, failed to bring pty to non-block mode: %1 Erreur d'appel système, échec du transfert de pty en mode sans blocage: %1 - + Syscall error, failed to fdopen pty: %1 Erreur d'appel système, échec de fdopen pty: %1 - + %1: Failed to exec '%2': %3 %1: Impossible d'exécuter '%2': %3 - + Child '%1' process failed! %2 Échec du processus fils '%1' ! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_gl.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_gl.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_gl.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_gl.ts 2020-10-31 17:16:48.000000000 +0000 @@ -30,7 +30,7 @@ - A program LXQt sudo calls in background to elevate priveledges. + A program LXQt sudo calls in background to elevate privileges. Un programa LXQt sudo chama en segundo plano para elevar os privilexios. @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -88,7 +88,7 @@ - + %1 version %2 %1 versión %2 @@ -98,52 +98,52 @@ Sudo - + %1: no command to run provided! %1: non forneceu ningunha orde! - + %1: no backend chosen! %1: non se escolleu ningunha infraestrutura! - + Syscall error, failed to fork: %1 Produciuse un erro de chamada ao sistema, non foi posíbel crear o subproceso: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. sen fixar - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! %1: Detectouse un intento de inxectar ordes con privilexios a través de LC_ALL env(%2). Saíndo! - + Syscall error, failed to bring pty to non-block mode: %1 Produciuse un erro de chamada ao sistema, non foi posíbel poñer «pty» en modo desbloqueado: %1 - + Syscall error, failed to fdopen pty: %1 Produciuse un erro de chamada ao sistema, non foi posíbel aplicar «fdopen» a «pty»: %1 - + %1: Failed to exec '%2': %3 %1: Produciuse un fallo ao executar «%2»: %3 - + Child '%1' process failed! %2 Produciuse un fallo no proceso fillo «%1»! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_he.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_he.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_he.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_he.ts 2020-10-31 17:16:48.000000000 +0000 @@ -11,27 +11,27 @@ Copy command to clipboard - + העתקת הפקודה ללוח הגזירים &Copy - + ה&עתקה The requested action needs administrative privileges.<br>Please enter your password. - + הפעולה המבוקשת דורשת הרשאות ניהול.<br>נא להקליד ססמה. LXQt sudo backend - + מנגנון LXQt sudo - A program LXQt sudo calls in background to elevate priveledges. - + A program LXQt sudo calls in background to elevate privileges. + התכנית LXQt sudo קוראת ברקע כדי להעלות את רמת ההרשאה. @@ -46,7 +46,7 @@ Enter password - + נא להקליד ססמה @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -72,10 +72,23 @@ arguments Optional arguments for command. - + שימוש: %1 option [command [arguments...]] + +GUI frontend for %2/%3 + +Arguments: + אפשרויות: + -h|--help Print this help. + -v|--version הדפסת מידע הגרסה. + -s|--su שימוש ב־%3(1) כמגשר עורפי. + -d|--sudo שימוש ב־%2(8) כמגשר עורפי. + command פקודה להרצה. + arguments Optional arguments for command. + + - + %1 version %2 @@ -84,50 +97,51 @@ Sudo - + %1: no command to run provided! - + %1: לא סופקה פקודה להרצה! - + %1: no backend chosen! - + %1: לא נבחר מגשר עורפי! - + Syscall error, failed to fork: %1 - + שגיאת קריאת מערכת, הפיצול נכשל: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. - + לא הוגדר - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! - + %1: התגלה ניסיון להזריק פקודה עם הרשאות על דרך משתנה הסביבה LC_ALL ‏(%2). התכנית תיסגר! + - + Syscall error, failed to bring pty to non-block mode: %1 - + שגיאת קריאת מערכת, הבאת ה־pty למצב נוגד חסימות נכשל: %1 - + Syscall error, failed to fdopen pty: %1 - + שגיאת קריאת מערכת, הפעלת fdopen על pty נכשלה: %1 - + %1: Failed to exec '%2': %3 - + Child '%1' process failed! %2 diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_hr.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_hr.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_hr.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_hr.ts 2020-10-31 17:16:48.000000000 +0000 @@ -0,0 +1,153 @@ + + + + + PasswordDialog + + + LXQt sudo + LXQt sudo + + + + Copy command to clipboard + Kopiraj naredbu u međuspremnik + + + + &Copy + &Kopiraj + + + + The requested action needs administrative privileges.<br>Please enter your password. + Zatražena radnja zahtijeva administrativna prava.<br>Upiši svoju lozinku. + + + + LXQt sudo backend + Pozadinski sustav za LXQt sudo + + + + A program LXQt sudo calls in background to elevate privileges. + Program koji LXQt sudo poziva u pozadini za mijenjanje korisničkih prava. + + + + Command: + Naredba: + + + + Password: + Lozinka: + + + + Enter password + Upiši lozinku + + + + Attempt #%1 + %1. pokušaj + + + + QObject + + + 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. + + + Upotreba: %1 opcija [naredba [argumenti …]] + +Grafičko sučelje za %2/%3 + +Argumenti: + opcije: + -h|--help Ispiši ovu pomoć. + -v|--version Ispiši podatke o verziji. + -s|--su Koristi %3(1) kao pozadinski sustav. + -d|--sudo Koristi %2(8) kao pozadinski sustav. + command Naredba koja se pokreće. + arguments Opcionalni argumenti za naredbu. + + + + + + %1 version %2 + + %1 verzija %2 + + + + + Sudo + + + %1: no command to run provided! + %1: nijedna naredba za pokretanje nije zadana! + + + + %1: no backend chosen! + %1: nije odabran niti jedan pozadinski sustav! + + + + Syscall error, failed to fork: %1 + Greška poziva sustava, neuspjelo kopiranje: %1 + + + + unset + shouldn't be actually used but keep as short as possible in translations just in case. + nepostavljeno + + + + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! + + %1: Otkriven je pokušaj dodavanja privilegirane naredbe putem LC_ALL env(% 2). Program se zatvara! + + + + + Syscall error, failed to bring pty to non-block mode: %1 + Greška poziva sustava, neuspjelo postavljanje pty-a u neblokirajući način: %1 + + + + Syscall error, failed to fdopen pty: %1 + Greška poziva sustava, neuspjelo fdopen pty: %1 + + + + %1: Failed to exec '%2': %3 + + %1: Neuspjelo izvršavanje „%2”: %3 + + + + + Child '%1' process failed! +%2 + Neuspio podređeni „%1” proces! +%2 + + + diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_hu.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_hu.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_hu.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_hu.ts 2020-10-31 17:16:48.000000000 +0000 @@ -11,27 +11,27 @@ Copy command to clipboard - + Parancsok másolása vágólapra &Copy - + &Másolás The requested action needs administrative privileges.<br>Please enter your password. - + A kért művelethez rendszergazdai jogosultság szükséges. <br>Írja be a jelszavát. LXQt sudo backend - + LXQt sudo felület - A program LXQt sudo calls in background to elevate priveledges. - + A program LXQt sudo calls in background to elevate privileges. + A program a háttérben szerzi meg a jogosultságokat. @@ -46,19 +46,19 @@ Enter password - + Adja meg a jelszót Attempt #%1 Próba #%1 - + Próba #%1 QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -89,7 +89,7 @@ - + %1 version %2 %1 verzió %2 @@ -99,51 +99,52 @@ Sudo - + %1: no command to run provided! %1: nincs végrehajtandó parancs! - + %1: no backend chosen! %1: nincs végrehajtó választva! - + Syscall error, failed to fork: %1 - + Rendszerhívás hiba, nem történt elágazás: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. - + nincs - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! - + %1: Észlelt próbálkozás, hogy egy kiemelt parancsot próbált futtatni az LC_ALL env(%2). Bezárás! + - + Syscall error, failed to bring pty to non-block mode: %1 - + Rendszerhívás hiba, nem sikerült megnyitni a pszeudoterminált non-block módban: %1 - + Syscall error, failed to fdopen pty: %1 - + %1: Failed to exec '%2': %3 - %1: A %2:%3 végrehajtása sikertelen + %1: A(z) %2:%3 végrehajtása sikertelen - + Child '%1' process failed! %2 A '%1' alfolyamat végrehajtása nem sikerült! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_id.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_id.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_id.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_id.ts 2020-10-31 17:16:48.000000000 +0000 @@ -30,8 +30,8 @@ - A program LXQt sudo calls in background to elevate priveledges. - Sebuah program LXQt memanggil sudo di latar belakang untuk meningkatkan privileges. + A program LXQt sudo calls in background to elevate privileges. + @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -88,7 +88,7 @@ - + %1 version %2 %1 versi %2 @@ -98,52 +98,52 @@ Sudo - + %1: no command to run provided! %1: tidak tersedia perintah untuk dijalankan! - + %1: no backend chosen! %1: tidak ada backend yang dipilih! - + Syscall error, failed to fork: %1 Kesalahan Syscall, gagal melakukan fork: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. belum diset - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! %1: Upaya yang terdeteksi untuk menyuntikkan perintah istimewa melalui LC_ALL env (%2). Menutup! - + Syscall error, failed to bring pty to non-block mode: %1 Kesalahan Syscall, gagal membawa pty ke mode non-blok: %1 - + Syscall error, failed to fdopen pty: %1 Kesalahan Syscall, gagal melakukan fdopen pty: %1 - + %1: Failed to exec '%2': %3 %1: Gagal mengeksekusi '%2': %3 - + Child '%1' process failed! %2 Proses '%1' child gagal! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_it.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_it.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_it.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_it.ts 2020-10-31 17:16:48.000000000 +0000 @@ -6,7 +6,7 @@ LXQt sudo - sudo di LXQt + LXQt sudo @@ -30,8 +30,8 @@ - A program LXQt sudo calls in background to elevate priveledges. - Un programma LXQt sudo chiama in background per elevare privilegi. + A program LXQt sudo calls in background to elevate privileges. + @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -88,7 +88,7 @@ - + %1 version %2 %1 versione %2 @@ -98,52 +98,52 @@ Sudo - + %1: no command to run provided! %1: non è stato fornito alcun comando da eseguire! - + %1: no backend chosen! %1: selezionato nessun backend! - + Syscall error, failed to fork: %1 Errore Syscall, fork fallito: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. unset - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! %1: Rilevato tentativo di immissione comando privilegiato via LC_ALL env(%2). Uscita! - + Syscall error, failed to bring pty to non-block mode: %1 Errore syscall, fallimento nel portare pty alla modalità non-block: %1 - + Syscall error, failed to fdopen pty: %1 Errore syscall, errore durante fdopen pty: %1 - + %1: Failed to exec '%2': %3 %1: Esecuzione di '%2' fallita: %3 - + Child '%1' process failed! %2 Processo figlio %1 non riuscito! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_ja.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_ja.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_ja.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_ja.ts 2020-10-31 17:16:48.000000000 +0000 @@ -6,32 +6,32 @@ LXQt sudo - LXQt sudo + LXQt sudo Copy command to clipboard - クリップボードにコピー + クリップボードにコピーします &Copy - コピー(&C) + コピー(&C) The requested action needs administrative privileges.<br>Please enter your password. - この操作は管理者権限が必要です。<br>あなたのパスワードを入力してください。 + この操作は管理者権限が必要です。<br>あなたのパスワードを入力し下さい。 LXQt sudo backend - LXQt sudo バックエンド + LXQt sudo のバックエンドです - A program LXQt sudo calls in background to elevate priveledges. - + A program LXQt sudo calls in background to elevate privileges. + 権限を上げるために、プログラム「LXQt sudo」がバックグラウンドで呼び出します。 @@ -46,18 +46,18 @@ Enter password - + パスワードを入力します Attempt #%1 - #%1 を試みる + 確認 %1 回目 QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -72,65 +72,82 @@ arguments Optional arguments for command. - + 使用法: %1 option [command [arguments...]] + +%2/%3 の GUI フロントエンド + +引数: + option: + -h|--help このヘルプを表示します。 + -v|--version バージョン情報を表示します。 + -s|--su バックエンドに %3(1) を使用します。 + -d|--sudo バックエンドに %2(8) を使用します。 + command 実行するコマンド。 + arguments コマンドのオプション引数。 + + - + %1 version %2 - + %1 バージョン %2 + Sudo - + %1: no command to run provided! - + %1: 実行するコマンドが指定されてません! - + %1: no backend chosen! - + %1: バックエンドが選択されていません! - + Syscall error, failed to fork: %1 - + Syscall エラー、分岐に失敗しました: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. - + 未定義 - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! - + %1: LC_ALL env(%2)によって特権コマンドを実行しようとしました。終了します! + - + Syscall error, failed to bring pty to non-block mode: %1 - + Syscall エラー、pty を非ブロックモードに移行できませんでした: %1 - + Syscall error, failed to fdopen pty: %1 - + Syscall エラー、pty の fdopen に失敗しました: %1 - + %1: Failed to exec '%2': %3 - + %1: '%2' 実行に失敗しました: %3 + - + Child '%1' process failed! %2 - + 子プロセス '%1' に失敗しました! +%2 diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_lt.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_lt.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_lt.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_lt.ts 2020-10-31 17:16:48.000000000 +0000 @@ -30,8 +30,8 @@ - A program LXQt sudo calls in background to elevate priveledges. - Programa, kurią LXQT sudo iškvies fone, kad būtų suteiktos teisės. + A program LXQt sudo calls in background to elevate privileges. + Programa, kurią LXQt sudo išviečia fone, kad įgautų papildomų teisių. @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -88,7 +88,7 @@ - + %1 version %2 %1 versija %2 @@ -98,52 +98,52 @@ Sudo - + %1: no command to run provided! %1: nepateikta komanda, kurią vykdyti! - + %1: no backend chosen! %1: nepasirinkta vidinė pusė! - + Syscall error, failed to fork: %1 Syscall klaida, nepavyko atšakoti: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. atstatyti - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! %1: Aptiktas bandymas įskiepyti privilegijuotą komandą per LC_ALL env(%2). Išeinama! - + Syscall error, failed to bring pty to non-block mode: %1 Syscall klaida, nepavyko pristatyti pty į neblokavimo veikseną: %1 - + Syscall error, failed to fdopen pty: %1 Syscall klaida, nepavyko atlikti fdopen pty: %1 - + %1: Failed to exec '%2': %3 %1: Nepavyko įvykdyti "%2": %3 - + Child '%1' process failed! %2 Vyksnis "%1" nepavyko! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_nb_NO.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_nb_NO.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_nb_NO.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_nb_NO.ts 2020-10-31 17:16:48.000000000 +0000 @@ -21,7 +21,7 @@ The requested action needs administrative privileges.<br>Please enter your password. - Den forespurte handlingen krever administrative privilegier.<br>Vennligst tast inn ditt passord. + Den forespurte handlingen krever administrative tillatelser.<br>Vennligst tast inn ditt passord. @@ -30,8 +30,8 @@ - A program LXQt sudo calls in background to elevate priveledges. - Et program LXQt sudo bruker i bakgrunnen for å heve privilegier. + A program LXQt sudo calls in background to elevate privileges. + Et program LXQT sudo kontakter i bakgrunnen for å heve tillatelser. @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -72,7 +72,7 @@ arguments Optional arguments for command. - Bruk: %1 valg [kommandd [argumenter...]] + Bruk: %1 valg [kommando [argumenter...]] GUI-visning for %2/%3 @@ -88,7 +88,7 @@ - + %1 version %2 %1 versjon %2 @@ -98,52 +98,52 @@ Sudo - + %1: no command to run provided! - %1: ingen kommando å kjøre! + %1: ingen kommando å kjøre oppgitt! - + %1: no backend chosen! %1: ingen backend valgt! - + Syscall error, failed to fork: %1 Feil med Syscall. Klarte ikke å dele: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. - fjern + nullstill - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! - %1: Oppdaget et forsøk på å legge inn en priviligert kommando via LC_ALL env (%2). Avslutter! + %1: Oppdaget et forsøk på å legge inn en kommando som krever høye tillatelser via LC_ALL env (%2). Avslutter! - + Syscall error, failed to bring pty to non-block mode: %1 Feil med Syscall. Klarte ikke å bringe pty til non-block modus: %1 - + Syscall error, failed to fdopen pty: %1 Feil med Syscall. Klarte ikke å kjøre fdopen pty: %1 - + %1: Failed to exec '%2': %3 %1: Kunne ikke kjøre '%2': %3 - + Child '%1' process failed! %2 Underprossessn '%1' feilet! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_nl.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_nl.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_nl.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_nl.ts 2020-10-31 17:16:48.000000000 +0000 @@ -11,27 +11,27 @@ Copy command to clipboard - + Kopieer de opdracht naar het klembord &Copy - + &Kopiëren The requested action needs administrative privileges.<br>Please enter your password. - + De gevraagde actie heeft beheerdersrechten nodig.<br>Voer uw wachtwoord in. LXQt sudo backend - + LXQt sudo backend - A program LXQt sudo calls in background to elevate priveledges. - + A program LXQt sudo calls in background to elevate privileges. + Het programma dat LXQt sudo in de achtergrond aanroept om meer rechten te geven. @@ -46,7 +46,7 @@ Enter password - + Voer wachtwoord in @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -88,7 +88,7 @@ - + %1 version %2 %1 versie %2 @@ -98,51 +98,52 @@ Sudo - + %1: no command to run provided! - %1: geen uit te voeren opdracht opgegeven. + %1: geen uit te voeren opdracht opgegeven! - + %1: no backend chosen! - %1: geen achtergronddienst gekozen. + %1: geen achtergronddienst gekozen! - + Syscall error, failed to fork: %1 - + Syscall-fout, kan niet worden geprepareerd: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. - + niet ingesteld - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! - + %1: Gedetecteerde poging om bevoorrechte opdracht te injecteren via LC_ALL env(%2). Afsluiten! + - + Syscall error, failed to bring pty to non-block mode: %1 - + Syscall-fout, mislukt om pty naar niet-blokkeermodus aan te passen: %1 - + Syscall error, failed to fdopen pty: %1 - + Syscall-fout, niet in geslaagd om pty te fdopen: %1 - + %1: Failed to exec '%2': %3 %1: Kon '%2' niet uitvoeren: %3 - + Child '%1' process failed! %2 Afgeleid proces '%1' is mislukt. diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_pl.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_pl.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_pl.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_pl.ts 2020-10-31 17:16:48.000000000 +0000 @@ -30,8 +30,8 @@ - A program LXQt sudo calls in background to elevate priveledges. - Program LXQt sudo wykonuje zawołania w tle, aby uzyskiwać uprawnienia. + A program LXQt sudo calls in background to elevate privileges. + Program LXQt sudo działa w tle, aby zarządzać przydzielaniem wyższych uprawnień. @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -88,7 +88,7 @@ - + %1 version %2 %1 w wersji %2 @@ -98,51 +98,52 @@ Sudo - + %1: no command to run provided! %1: nie podano komendy do uruchomienia! - + %1: no backend chosen! %1: nie wybrano backendu! - + Syscall error, failed to fork: %1 - + Błąd wywołania systemowego, nieudany fork: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. niewybrany - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! - + %1: Wykryto próbę zainicjowania uprzywilejowanej komendy za pomocą środowiska LC_ALL (%2). Wyjście! + - + Syscall error, failed to bring pty to non-block mode: %1 - + Błąd syscall, nie udało się ustawić trybu nieblokującego w pseudoterminalu: %1 - + Syscall error, failed to fdopen pty: %1 - + Błąd syscall, nie udało się fdopen pseudoterminalu - + %1: Failed to exec '%2': %3 %1: Nie udało się wykonać '%2': %3 - + Child '%1' process failed! %2 Wykonanie procesu potomnego '%1' nie powiodło się! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_pt_BR.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_pt_BR.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_pt_BR.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_pt_BR.ts 2020-10-31 17:16:48.000000000 +0000 @@ -0,0 +1,153 @@ + + + + + PasswordDialog + + + LXQt sudo + LXQt Sudo + + + + Copy command to clipboard + Copiar comando para área de transferência + + + + &Copy + &Copiar + + + + The requested action needs administrative privileges.<br>Please enter your password. + Esta ação necessita de privilégios administrativos para ser realizada.<br>Por favor, insira sua senha. + + + + LXQt sudo backend + LXQt backend sudo + + + + A program LXQt sudo calls in background to elevate privileges. + Um programa chama o LXQt sudo em segundo plano para elevar privilégios. + + + + Command: + Comando: + + + + Password: + Senha: + + + + Enter password + Inserir senha + + + + Attempt #%1 + Tentativa #%1 + + + + QObject + + + 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. + + + Utilização: %1 opção [comando [parâmetros...]] + +GUI frontend para %2/%3 + +Parâmetros: + opção: + -h|--help Mostra esta ajuda. + -v|--version Mostra informações de versão. + -s|--su Usar %3(1) como backend. + -d|--sudo Usar %2(8) comobackend. + command Comando a ser executado + arguments Parâmetros opcionais para o comando. + + + + + + %1 version %2 + + %1 versão %2 + + + + + Sudo + + + %1: no command to run provided! + %1: nenhum comando para execução foi provido! + + + + %1: no backend chosen! + %1: Nenhum backend escolhido! + + + + Syscall error, failed to fork: %1 + Erro de chamada do sistema, falha ao ramificar: %1 + + + + unset + shouldn't be actually used but keep as short as possible in translations just in case. + desajustar + + + + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! + + %1: Tentativa de injeção de comando privilegiado via LC_ALL env(%2) detectada. Saindo! + + + + + Syscall error, failed to bring pty to non-block mode: %1 + Erro de chamada do sistema, falha ao trazer pty para o modo non-block: %1 + + + + Syscall error, failed to fdopen pty: %1 + Erro de chamada do sistema, falha ao fdopen pty: %1 + + + + %1: Failed to exec '%2': %3 + + %1: Falhou ao exec '%2': %3 + + + + + Child '%1' process failed! +%2 + Processo filho '%1' falhou! +%2 + + + diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_pt.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_pt.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_pt.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_pt.ts 2020-10-31 17:16:48.000000000 +0000 @@ -30,8 +30,8 @@ - A program LXQt sudo calls in background to elevate priveledges. - Um programa LXQt sudo a correr em segundo plano pede para elevar privilégios. + A program LXQt sudo calls in background to elevate privileges. + Um programa LXQt su para elevar os privilégios de administrador. @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -88,7 +88,7 @@ - + %1 version %2 %1 versão %2 @@ -98,52 +98,52 @@ Sudo - + %1: no command to run provided! %1: comando não especificado! - + %1: no backend chosen! %1: infraestrutura não escolhida! - + Syscall error, failed to fork: %1 Erro 'syscall', falha ao clonar: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. indefinido - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! %1: Detetada uma tentativa de injetar um comando privilegiado via LC_ALL (%2). A sair! - + Syscall error, failed to bring pty to non-block mode: %1 Erro 'syscall', falha ao trazer pty para modo não bloco: %1 - + Syscall error, failed to fdopen pty: %1 Erro 'syscall', falha ao fdopen pty: %1 - + %1: Failed to exec '%2': %3 %1: falha ao executar %2: %3 - + Child '%1' process failed! %2 Falha no processo dependente %1! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_ru.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_ru.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_ru.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_ru.ts 2020-10-31 17:16:48.000000000 +0000 @@ -30,8 +30,8 @@ - A program LXQt sudo calls in background to elevate priveledges. - Программа, которую вызывает LXQt sudo для повышения привилегий. + A program LXQt sudo calls in background to elevate privileges. + Программа, которую LXQt sudo использует для повышения привилегий. @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -88,7 +88,7 @@ - + %1 version %2 %1 версия %2 @@ -98,52 +98,52 @@ Sudo - + %1: no command to run provided! %1: не указана команда для запуска! - + %1: no backend chosen! %1: вспомогательная программа повышения привилегий не выбрана! - + Syscall error, failed to fork: %1 Ошибка системного вызова, не удалось выполнить fork: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. не выбран - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! %1: обнаружена попытка внедрения привилегированной команды через переменную среды LC_ALL(%2). Выполняется выход! - + %1: Failed to exec '%2': %3 %1: Не удалось выполнить '%2': %3 - + Syscall error, failed to bring pty to non-block mode: %1 Ошибка системного вызова, не удалось перевести терминал(pty) в неблокирующий режим: %1 - + Syscall error, failed to fdopen pty: %1 Ошибка системного вызова, не удалось выполнить fdopen() для терминала(pty): %1 - + Child '%1' process failed! %2 Дочерний процесс '%1' завершился с ошибкой! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_sk.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_sk.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_sk.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_sk.ts 2020-10-31 17:16:48.000000000 +0000 @@ -11,27 +11,27 @@ Copy command to clipboard - + Kopírovať príkaz do schránky &Copy - + &Kopírovať The requested action needs administrative privileges.<br>Please enter your password. - + Požadovaná akcia vyžaduje práva administrátora <br>Zadajte prosím Vaše heslo. LXQt sudo backend - + LXQt sudo backend - A program LXQt sudo calls in background to elevate priveledges. - + A program LXQt sudo calls in background to elevate privileges. + Program, ktorý LXQt sudo použije na získanie oprávnení. @@ -46,7 +46,7 @@ Enter password - + Zadajte heslo @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -88,7 +88,7 @@ - + %1 version %2 %1 verzia %2 @@ -98,51 +98,52 @@ Sudo - + %1: no command to run provided! %1: nezadali ste príkaz na spustenie! - + %1: no backend chosen! %1: nevybrali ste žiadny backend! - + Syscall error, failed to fork: %1 - + Chyba systémového volania, nepodarilo sa vykonať vetvenie %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. - + nenastavené - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! - + %1: Detegovaný pokus o zavedenie privilegovaného príkazu pomocou premennej LC_ALL (%2). Ukončujem! + - + Syscall error, failed to bring pty to non-block mode: %1 - + Chyba systémového volania, nepodarilo sa prepnúť pty do neblokovacieho režimu: %1 - + Syscall error, failed to fdopen pty: %1 - + Chyba systémového volania, nepodarilo sa vykonať fdopen pty: %1 - + %1: Failed to exec '%2': %3 %1: Zlyhal exec '%2': %3 - + Child '%1' process failed! %2 Proces '%1' zlyhal! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_sl.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_sl.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_sl.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_sl.ts 2020-10-31 17:16:48.000000000 +0000 @@ -0,0 +1,153 @@ + + + + + PasswordDialog + + + LXQt sudo + LXQt sudo + + + + Copy command to clipboard + Kopiraj ukaz v odložišče + + + + &Copy + &Kopiraj + + + + The requested action needs administrative privileges.<br>Please enter your password. + Dejanje zahteva administratorske pravice.<br>Prosimo, vnesite vaše geslo. + + + + LXQt sudo backend + LXQt sudo zaledje + + + + A program LXQt sudo calls in background to elevate privileges. + Program, ki ga okolje LXQt zažene za dvig privilegijev. + + + + Command: + Ukaz: + + + + Password: + Geslo: + + + + Enter password + Vnesite geslo + + + + Attempt #%1 + Poskus #%1 + + + + QObject + + + 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. + + + Uporaba: %1 opcija [ukaz [argumenti…]] + +Grafični obrazec za %2/%3 + +Argumenti: + opcija: + -h|--help Izpiši to pomoč. + -v|--version Izpiši različico programa. + -s|--su Uporabi zaledje %3(1). + -d|--sudo Uporabi zaledje %2(8). + ukaz Ukaz, ki naj se zažene. + argumenti Morebitni argumenti za ukaz. + + + + + + %1 version %2 + + %1 različica %2 + + + + + Sudo + + + %1: no command to run provided! + %1: ni podanega ukaza za zagon! + + + + %1: no backend chosen! + %1: ni izbranega zaledja! + + + + Syscall error, failed to fork: %1 + Napaka klica Syscall (failed to fork: %1) + + + + unset + shouldn't be actually used but keep as short as possible in translations just in case. + brez + + + + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! + + %1: Zaznan poskus zagona nedovoljenega ukaza prek spremenljivke LC_ALL env(%2). Zapiram! + + + + + Syscall error, failed to bring pty to non-block mode: %1 + Napaka klica Syscall (failed to bring pty to non-block mode: %1) + + + + Syscall error, failed to fdopen pty: %1 + Napaka klica Syscall (failed to fdopen pty: %1) + + + + %1: Failed to exec '%2': %3 + + %1: Napaka pri zagonu (exec '%2': %3) + + + + + Child '%1' process failed! +%2 + Podrejen proces '%1' je spodletel! +%2 + + + diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_tr.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_tr.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_tr.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_tr.ts 2020-10-31 17:16:48.000000000 +0000 @@ -30,8 +30,8 @@ - A program LXQt sudo calls in background to elevate priveledges. - LXQt sudo yetkileri ayarlamak için arka planda çalışan bir programdır. + A program LXQt sudo calls in background to elevate privileges. + Bir program LXQt sudo ayrıcalıkları yükseltmek için arka planda çağırır. @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -88,7 +88,7 @@ - + %1 version %2 %1 sürüm %2 @@ -98,52 +98,52 @@ Sudo - + %1: no command to run provided! %1: çalıştırılacak bir komut yok! - + %1: no backend chosen! %1: arkauç seçilmedi! - + Syscall error, failed to fork: %1 Sistem çağrı hatası, çatallama başarısız: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. - + ayarlanmadı - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! % 1: LC_ALL env (% 2) ayrıcalıklı komutu aracılığıyla erişim girişiminde bulunuldu. Çıkılıyor! - + Syscall error, failed to bring pty to non-block mode: %1 Sistem çağrısı hatası, pty'yi blok olmayan moda getiremedi:% 1 - + Syscall error, failed to fdopen pty: %1 Sistem çağrı hatası, fdopen pty başarısız: %1 - + %1: Failed to exec '%2': %3 %1: '%2' çalıştırılamadı: %3 - + Child '%1' process failed! %2 Child '%1' işlem başarısız! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo.ts lxqt-sudo-0.16.0/translations/lxqt-sudo.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo.ts 2020-10-31 17:16:48.000000000 +0000 @@ -30,7 +30,7 @@ - A program LXQt sudo calls in background to elevate priveledges. + A program LXQt sudo calls in background to elevate privileges. @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -75,7 +75,7 @@ - + %1 version %2 @@ -84,50 +84,50 @@ Sudo - + %1: no command to run provided! - + %1: no backend chosen! - + Syscall error, failed to fork: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! - + Syscall error, failed to bring pty to non-block mode: %1 - + Syscall error, failed to fdopen pty: %1 - + %1: Failed to exec '%2': %3 - + Child '%1' process failed! %2 diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_uk.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_uk.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_uk.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_uk.ts 2020-10-31 17:16:48.000000000 +0000 @@ -30,7 +30,7 @@ - A program LXQt sudo calls in background to elevate priveledges. + A program LXQt sudo calls in background to elevate privileges. @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -88,7 +88,7 @@ - + %1 version %2 %1 версія %2 @@ -98,51 +98,51 @@ Sudo - + %1: no command to run provided! %1: не вказано команди для запуску! - + %1: no backend chosen! %1: не вибрано бекенд! - + Syscall error, failed to fork: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! - + Syscall error, failed to bring pty to non-block mode: %1 - + Syscall error, failed to fdopen pty: %1 - + %1: Failed to exec '%2': %3 %1: Помилка запуску '%2': %3 - + Child '%1' process failed! %2 Підпроцес '%1' помилково завершився! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_vi.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_vi.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_vi.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_vi.ts 2020-10-31 17:16:48.000000000 +0000 @@ -21,7 +21,7 @@ The requested action needs administrative privileges.<br>Please enter your password. - Thưc hiện hành động này yêu cầu quyền quản trị.<br>Vui lòng nhập mật khẩu. + Thực hiện hành động này yêu cầu quyền quản trị.<br>Vui lòng nhập mật khẩu. @@ -30,8 +30,8 @@ - A program LXQt sudo calls in background to elevate priveledges. - Chương trình mà LXQt sudo gọi ngầm để có quyền quản trị. + A program LXQt sudo calls in background to elevate privileges. + Một chương trình LXQt gọi sudo ở nền để đánh giá quyền hạn. @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -88,7 +88,7 @@ - + %1 version %2 %1 phiên bản %2 @@ -98,53 +98,52 @@ Sudo - + %1: no command to run provided! %1: không có lệnh nào để chạy! - + %1: no backend chosen! %1: không có chương trình phụ trợ (backend) nào được chọn! - + Syscall error, failed to fork: %1 Lỗi thực thi lời gọi hệ thống, chia tiến trình thất bại: %1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. bỏ chọn - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! - %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! -%1: Đã phát hiện sự chèn lệnh với quyền quản trị qua biến môi trường LC_ALL (%2). Chấm dứt thực thi! + %1: Đã phát hiện chèn lệnh với quyền quản trị qua biến môi trường LC_ALL (%2). Chấm dứt thực thi! - + Syscall error, failed to bring pty to non-block mode: %1 Lỗi thực thi lời gọi hệ thống, thất bại khi chuyển pty sang chế độ không chặn luồng thực thi: %1 - + Syscall error, failed to fdopen pty: %1 Lỗi thực thi lời gọi hệ thống, thất bại khi gọi hàm fdopen() trên pty: %1 - + %1: Failed to exec '%2': %3 %1: Thất bại khi cố gắng thực thi '%2': %3 - + Child '%1' process failed! %2 Tiến trình con '%1' failed! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_zh_CN.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_zh_CN.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_zh_CN.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_zh_CN.ts 2020-10-31 17:16:48.000000000 +0000 @@ -30,8 +30,8 @@ - A program LXQt sudo calls in background to elevate priveledges. - LXQt sudo在后台调用以提升权限的程序。 + A program LXQt sudo calls in background to elevate privileges. + 在后台调用sudo以提升特权。 @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -88,7 +88,7 @@ - + %1 version %2 %1 版本 %2 @@ -98,51 +98,52 @@ Sudo - + %1: no command to run provided! %1: 没有提供欲运行的命令! - + %1: no backend chosen! %1: 没有选择后端! - + Syscall error, failed to fork: %1 系统调用错误,引用失败:%1 - + unset shouldn't be actually used but keep as short as possible in translations just in case. 复原 - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! - + %1: 检测到尝试通过 LC_ALL env(%2) 注入权限命令。正在退出! + - + Syscall error, failed to bring pty to non-block mode: %1 - + Syscall错误,无法将pty设置为非阻止模式:%1 - + Syscall error, failed to fdopen pty: %1 - + Syscall错误,无法打开pty:%1 - + %1: Failed to exec '%2': %3 %1: 运行命令 '%2' 失败: %3 - + Child '%1' process failed! %2 子进程 '%1' 失败! diff -Nru lxqt-sudo-0.14.1/translations/lxqt-sudo_zh_TW.ts lxqt-sudo-0.16.0/translations/lxqt-sudo_zh_TW.ts --- lxqt-sudo-0.14.1/translations/lxqt-sudo_zh_TW.ts 2019-02-23 23:40:30.000000000 +0000 +++ lxqt-sudo-0.16.0/translations/lxqt-sudo_zh_TW.ts 2020-10-31 17:16:48.000000000 +0000 @@ -11,26 +11,26 @@ Copy command to clipboard - + 複製指令到剪貼簿 &Copy - + 複製 (&C) The requested action needs administrative privileges.<br>Please enter your password. - + 此動作需要管理員權限。<br>請輸入您的密碼。 LXQt sudo backend - + LXQt sudo後端 - A program LXQt sudo calls in background to elevate priveledges. + A program LXQt sudo calls in background to elevate privileges. @@ -46,7 +46,7 @@ Enter password - + 輸入密碼 @@ -57,7 +57,7 @@ QObject - + Usage: %1 option [command [arguments...]] GUI frontend for %2/%3 @@ -88,7 +88,7 @@ - + %1 version %2 %1 版本 %2 @@ -98,51 +98,52 @@ Sudo - + %1: no command to run provided! %1:沒有可執行的指令! - + %1: no backend chosen! %1:沒有選擇後端! - + Syscall error, failed to fork: %1 - + 系統調用錯誤,復刻%1失敗 - + unset shouldn't be actually used but keep as short as possible in translations just in case. - + 復原 - + %1: Detected attempt to inject privileged command via LC_ALL env(%2). Exiting! - + %1:檢測到嘗試通過LC_ALL env(%2)注入特權命令。退出! + - + Syscall error, failed to bring pty to non-block mode: %1 - + 系統調用錯誤,無法將pty調整為非區塊模式:%1 - + Syscall error, failed to fdopen pty: %1 - + 系統調用錯誤,開啓(fdopen) pty失敗:%1 - + %1: Failed to exec '%2': %3 %1:執行 '%2' 失敗:%3 - + Child '%1' process failed! %2 子執行序'%1'執行失敗!