diff -Nru lxqt-session-0.14.1/autostart/translations/lxqt-xscreensaver-autostart_hr.desktop lxqt-session-0.16.0/autostart/translations/lxqt-xscreensaver-autostart_hr.desktop --- lxqt-session-0.14.1/autostart/translations/lxqt-xscreensaver-autostart_hr.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/autostart/translations/lxqt-xscreensaver-autostart_hr.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +# Translations +Name[hr]=Zaštita ekrana X diff -Nru lxqt-session-0.14.1/autostart/translations/lxqt-xscreensaver-autostart_ja.desktop lxqt-session-0.16.0/autostart/translations/lxqt-xscreensaver-autostart_ja.desktop --- lxqt-session-0.14.1/autostart/translations/lxqt-xscreensaver-autostart_ja.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/autostart/translations/lxqt-xscreensaver-autostart_ja.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,2 +1,2 @@ # Translations -Name[ja]=Xスクリーンセーバ +Name[ja]=Xスクリーンセーバー (XScreenSaver) diff -Nru lxqt-session-0.14.1/CHANGELOG lxqt-session-0.16.0/CHANGELOG --- lxqt-session-0.14.1/CHANGELOG 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/CHANGELOG 2020-10-31 08:58:17.000000000 +0000 @@ -1,3 +1,18 @@ +lxqt-session-0.16.0 / 2020-11-01 +================================ + * Don't use deprecated QProcess methods. + * Don't use 0/nullptr to initialize QFlags. + * Removed Default Applications page. + +lxqt-session-0.15.0 / 2020-04-22 +================================ + * Bumped version to 0.15.0. + * C++11 code updates. + * Removed redundant variable SAL_USE_VCLPLUGIN from startlxqt. + * Fixed lxqt-session memory leak (triggered by wine and specific games). + * Remove deprecated QDesktopWidget. + * Corrected dialog location with muti-screen setups. + lxqt-session-0.14.1 / 2019-02-25 ================================ @@ -13,7 +28,7 @@ - confg-session: Emit each change of default app - lockscreenmanager: Fix renewal of inhibitor lock - lxqt-config-session: Fix showing translations - - Simplify device events/actions lookup + - Simplify device events/actions lookup - Completed our WM list - Don't default on Openbox, make the automatic WM selection more reliable diff -Nru lxqt-session-0.14.1/CMakeLists.txt lxqt-session-0.16.0/CMakeLists.txt --- lxqt-session-0.14.1/CMakeLists.txt 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/CMakeLists.txt 2020-10-31 08:58:17.000000000 +0000 @@ -20,8 +20,8 @@ # Minimum Versions set(KF5_MINIMUM_VERSION "5.36.0") -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") find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED) find_package(Qt5LinguistTools ${QT_MINIMUM_VERSION} REQUIRED) @@ -36,15 +36,11 @@ find_package(XdgUserDirs REQUIRED) # Patch Version -set(LXQT_SESSION_PATCH_VERSION 1) +set(LXQT_SESSION_PATCH_VERSION 0) set(LXQT_SESSION_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_SESSION_PATCH_VERSION}) add_definitions( "-DLXQT_SESSION_VERSION=\"${LXQT_SESSION_VERSION}\"" - "-DQT_NO_CAST_FROM_ASCII" - "-DQT_NO_CAST_TO_ASCII" - "-DQT_NO_URL_CAST_FROM_STRING" - "-DQT_NO_CAST_FROM_BYTEARRAY" ) include(LXQtPreventInSourceBuilds) diff -Nru lxqt-session-0.14.1/debian/changelog lxqt-session-0.16.0/debian/changelog --- lxqt-session-0.14.1/debian/changelog 2020-02-15 18:51:11.000000000 +0000 +++ lxqt-session-0.16.0/debian/changelog 2021-01-10 23:35:09.000000000 +0000 @@ -1,18 +1,21 @@ -lxqt-session (0.14.1-2ubuntu2) focal; urgency=medium +lxqt-session (0.16.0-1ubuntu0~ppa1) focal; urgency=medium - * Updated rules to match debian unstable. + * Sync with Debian. Ubuntu remaining changes: + * Ensure all proper paths are added to $XDG_CONFIG_DIRS. + * Update Vcs-* and Maintainer to Lubuntu values. + + -- Julien Lavergne Mon, 11 Jan 2021 00:35:09 +0100 - -- Raman Sarda Sun, 16 Feb 2020 00:21:11 +0530 +lxqt-session (0.16.0-1) unstable; urgency=medium -lxqt-session (0.14.1-2ubuntu1) focal; urgency=low + [ Alf Gaida ] + * Switched to gbp + * Bumped Standards-Version to 4.4.0, no changes needed - * Merge from Debian unstable. Remaining changes: - - Using debhelper-compat. - - Keeping ubuntu-side tweaks to build deps. - - Added an upstream patch. - - Added upstream metadata. + [ Andrew Lee (李健秋) ] + * New upstream release. - -- Raman Sarda Wed, 12 Feb 2020 16:51:54 +0530 + -- Andrew Lee (李健秋) Wed, 06 Jan 2021 18:11:54 +0800 lxqt-session (0.14.1-2) unstable; urgency=medium @@ -28,13 +31,6 @@ -- Alf Gaida Tue, 26 Feb 2019 02:58:20 +0100 -lxqt-session (0.14.1-0ubuntu1) disco; urgency=medium - - * New upstream release. - * Run wrap-and-sort. - - -- Simon Quigley Sat, 09 Mar 2019 13:17:55 -0600 - lxqt-session (0.14.0-1) unstable; urgency=medium * Cherry-picking new upstream version 0.14.0. @@ -50,16 +46,6 @@ -- Alf Gaida Sun, 27 Jan 2019 19:26:06 +0100 -lxqt-session (0.14.0-0ubuntu1) disco; urgency=medium - - * New upstream release. - - Bump build dependencies. - * Bump Standards-version to 4.3.0, no changes needed. - * Bump debhelper compat to 12, no changes needed. - * Add new lxqt-session-l10n package. - - -- Simon Quigley Sat, 26 Jan 2019 00:49:14 -0600 - lxqt-session (0.13.0-3) unstable; urgency=medium * Fixed typo in patch description @@ -80,21 +66,6 @@ -- Alf Gaida Thu, 24 May 2018 23:56:43 +0200 -lxqt-session (0.13.0-0ubuntu2) cosmic; urgency=medium - - * Ensure all proper paths are added to $XDG_CONFIG_DIRS. - - -- Simon Quigley Wed, 30 May 2018 17:35:31 -0500 - -lxqt-session (0.13.0-0ubuntu1) cosmic; urgency=medium - - * New upstream release. - * Update Vcs-* and Maintainer to Lubuntu values. - * Update build dependencies. - * Remove patches applied upstream. - - -- Simon Quigley Tue, 22 May 2018 23:51:03 -0500 - lxqt-session (0.12.0-6) unstable; urgency=medium * Bumped compat to 11 @@ -271,4 +242,3 @@ * Initial release (Closes: #747608) -- ChangZhuo Chen (陳昌倬) Sat, 12 Sep 2015 00:05:13 +0800 - diff -Nru lxqt-session-0.14.1/debian/control lxqt-session-0.16.0/debian/control --- lxqt-session-0.14.1/debian/control 2020-02-12 11:17:12.000000000 +0000 +++ lxqt-session-0.16.0/debian/control 2021-01-10 23:35:09.000000000 +0000 @@ -8,13 +8,13 @@ Priority: optional Build-Depends: debhelper-compat (= 12), libkf5windowsystem-dev, - liblxqt0-dev (>= 0.14.1~), + liblxqt0-dev (>= 0.16.0~), libqt5svg5-dev, libqt5x11extras5-dev, libudev-dev [linux-any], libx11-dev, xdg-user-dirs -Standards-Version: 4.3.0 +Standards-Version: 4.4.0 Vcs-Browser: https://phab.lubuntu.me/source/lxqt-session/ Vcs-Git: https://phab.lubuntu.me/source/lxqt-session.git XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-session @@ -23,16 +23,16 @@ Package: lxqt-session Architecture: any -Depends: lxqt-qtplugin, +Depends: ${misc:Depends}, + ${shlibs:Depends}, lxqt-themes | lxqt-theme, - x11-xkb-utils, - ${misc:Depends}, - ${shlibs:Depends} -Recommends: lxqt-config, + lxqt-qtplugin, + x11-xkb-utils +Recommends: lxqt-session-l10n, + lxqt-config, lxqt-notificationd, lxqt-policykit, lxqt-powermanagement, - lxqt-session-l10n, lxqt-sudo, pcmanfm-qt, qlipper, @@ -53,8 +53,9 @@ Architecture: all Multi-Arch: foreign Section: localization -Depends: qttranslations5-l10n, ${misc:Depends} +Depends: ${misc:Depends}, + qttranslations5-l10n Breaks: lxqt-session (<< 0.11.0) Replaces: lxqt-session (<< 0.11.0) Description: Language package for lxqt-session - This package contains the l10n files needed by lxqt-session. + This package contains the l10n files needed by the lxqt-session. diff -Nru lxqt-session-0.14.1/debian/copyright lxqt-session-0.16.0/debian/copyright --- lxqt-session-0.14.1/debian/copyright 2020-02-12 11:17:34.000000000 +0000 +++ lxqt-session-0.16.0/debian/copyright 2021-01-10 23:31:46.000000000 +0000 @@ -3,7 +3,7 @@ Source: https://github.com/lxqt/lxqt-session Files: * -Copyright: 2012-2018 LXQt team +Copyright: 2012-2019 LXQt team 2010-2012 Razor team License: LGPL-2.1+ @@ -47,7 +47,7 @@ License: LGPL-2.1+ Files: debian/* -Copyright: 2014-2018 Alf Gaida +Copyright: 2014-2019 Alf Gaida 2015 Andrew Lee (李健秋) 2015 ChangZhuo Chen (陳昌倬) License: LGPL-2.1+ diff -Nru lxqt-session-0.14.1/debian/gbp.conf lxqt-session-0.16.0/debian/gbp.conf --- lxqt-session-0.14.1/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/debian/gbp.conf 2021-01-10 23:31:46.000000000 +0000 @@ -0,0 +1,6 @@ +[DEFAULT] +debian-branch = debian/sid +upstream-branch = upstream/latest +pristine-tar = True +compression = xz + diff -Nru lxqt-session-0.14.1/debian/lxqt-session.install lxqt-session-0.16.0/debian/lxqt-session.install --- lxqt-session-0.14.1/debian/lxqt-session.install 2020-02-12 11:04:40.000000000 +0000 +++ lxqt-session-0.16.0/debian/lxqt-session.install 2021-01-10 23:31:46.000000000 +0000 @@ -1,23 +1,23 @@ -etc/xdg/autostart/lxqt-xscreensaver-autostart.desktop etc/xdg/openbox/lxqt-rc.xml -usr/bin/lxqt-config-session -usr/bin/lxqt-leave -usr/bin/lxqt-session -usr/bin/startlxqt -usr/share/applications/lxqt-config-session.desktop -usr/share/applications/lxqt-hibernate.desktop -usr/share/applications/lxqt-leave.desktop -usr/share/applications/lxqt-lockscreen.desktop -usr/share/applications/lxqt-logout.desktop +etc/xdg/autostart/lxqt-xscreensaver-autostart.desktop +usr/share/xsessions/lxqt.desktop +usr/share/kdm/sessions/lxqt.desktop usr/share/applications/lxqt-reboot.desktop usr/share/applications/lxqt-shutdown.desktop +usr/share/applications/lxqt-leave.desktop +usr/share/applications/lxqt-config-session.desktop usr/share/applications/lxqt-suspend.desktop -usr/share/kdm/sessions/lxqt.desktop -usr/share/lxqt/lxqt.conf -usr/share/lxqt/session.conf -usr/share/lxqt/windowmanagers.conf -usr/share/man/man1/lxqt-config-session.1 +usr/share/applications/lxqt-lockscreen.desktop +usr/share/applications/lxqt-hibernate.desktop +usr/share/applications/lxqt-logout.desktop usr/share/man/man1/lxqt-leave.1 +usr/share/man/man1/lxqt-config-session.1 usr/share/man/man1/lxqt-session.1 usr/share/man/man1/startlxqt.1 -usr/share/xsessions/lxqt.desktop +usr/share/lxqt/lxqt.conf +usr/share/lxqt/windowmanagers.conf +usr/share/lxqt/session.conf +usr/bin/lxqt-session +usr/bin/lxqt-leave +usr/bin/startlxqt +usr/bin/lxqt-config-session diff -Nru lxqt-session-0.14.1/debian/lxqt-session-l10n.install lxqt-session-0.16.0/debian/lxqt-session-l10n.install --- lxqt-session-0.14.1/debian/lxqt-session-l10n.install 2020-02-12 11:04:40.000000000 +0000 +++ lxqt-session-0.16.0/debian/lxqt-session-l10n.install 2021-01-10 23:31:46.000000000 +0000 @@ -1,3 +1,3 @@ usr/share/lxqt/translations/lxqt-config-session usr/share/lxqt/translations/lxqt-leave -usr/share/lxqt/translations/lxqt-session +usr/share/lxqt/translations/lxqt-session/ diff -Nru lxqt-session-0.14.1/debian/patches/forward-process-output.patch lxqt-session-0.16.0/debian/patches/forward-process-output.patch --- lxqt-session-0.14.1/debian/patches/forward-process-output.patch 2020-02-12 11:17:12.000000000 +0000 +++ lxqt-session-0.16.0/debian/patches/forward-process-output.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,20 +0,0 @@ -Author: Luís Pereira -Date: Thu May 9 21:14:08 2019 +0100 - - Don't throw stderr/stdout to a black hole - Implement the consensus solution achieved described in https://github.com/lxqt/lxqt-session/pull/256. - It was, actually, one the alternative proposed by https://github.com/keturn. - -diff --git a/lxqt-session/src/lxqtmodman.cpp b/lxqt-session/src/lxqtmodman.cpp -index 2beff61..d11ffc0 100644 ---- a/lxqt-session/src/lxqtmodman.cpp -+++ b/lxqt-session/src/lxqtmodman.cpp -@@ -467,6 +467,7 @@ LXQtModule::LXQtModule(const XdgDesktopFile& file, QObject* parent) : - fileName(QFileInfo(file.fileName()).fileName()), - mIsTerminating(false) - { -+ QProcess::setProcessChannelMode(QProcess::ForwardedChannels); - connect(this, SIGNAL(stateChanged(QProcess::ProcessState)), SLOT(updateState(QProcess::ProcessState))); - } - - diff -Nru lxqt-session-0.14.1/debian/patches/series lxqt-session-0.16.0/debian/patches/series --- lxqt-session-0.14.1/debian/patches/series 2020-02-12 11:17:12.000000000 +0000 +++ lxqt-session-0.16.0/debian/patches/series 2021-01-10 23:34:27.000000000 +0000 @@ -1,2 +1 @@ -forward-process-output.patch ensure-necessary-paths-are-pulled-from.patch diff -Nru lxqt-session-0.14.1/debian/rules lxqt-session-0.16.0/debian/rules --- lxqt-session-0.14.1/debian/rules 2020-02-15 18:47:06.000000000 +0000 +++ lxqt-session-0.16.0/debian/rules 2021-01-10 23:31:46.000000000 +0000 @@ -20,7 +20,6 @@ override_dh_auto_configure: dh_auto_configure -- \ - -DPULL_TRANSLATIONS=OFF \ -DUPDATE_TRANSLATIONS=OFF \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ $(CMAKE_ARGS) diff -Nru lxqt-session-0.14.1/lxqt-config-session/autostartedit.h lxqt-session-0.16.0/lxqt-config-session/autostartedit.h --- lxqt-session-0.14.1/lxqt-config-session/autostartedit.h 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/autostartedit.h 2020-10-31 08:58:17.000000000 +0000 @@ -36,8 +36,8 @@ Q_OBJECT public: - explicit AutoStartEdit(QString name, QString command, bool needTray, QWidget* parent = 0); - ~AutoStartEdit(); + explicit AutoStartEdit(QString name, QString command, bool needTray, QWidget* parent = nullptr); + ~AutoStartEdit() override; QString name(); QString command(); bool needTray(); diff -Nru lxqt-session-0.14.1/lxqt-config-session/autostartmodel.cpp lxqt-session-0.16.0/lxqt-config-session/autostartmodel.cpp --- lxqt-session-0.14.1/lxqt-config-session/autostartmodel.cpp 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/autostartmodel.cpp 2020-10-31 08:58:17.000000000 +0000 @@ -235,7 +235,7 @@ return Qt::ItemIsEnabled | Qt::ItemIsSelectable | Qt::ItemIsUserCheckable; if (index.isValid()) return Qt::ItemIsEnabled | Qt::ItemIsSelectable; - return 0; + return Qt::ItemFlags(); } /* diff -Nru lxqt-session-0.14.1/lxqt-config-session/autostartmodel.h lxqt-session-0.16.0/lxqt-config-session/autostartmodel.h --- lxqt-session-0.14.1/lxqt-config-session/autostartmodel.h 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/autostartmodel.h 2020-10-31 08:58:17.000000000 +0000 @@ -42,15 +42,15 @@ }; Q_DECLARE_FLAGS(ActiveButtons, ActiveButton) - explicit AutoStartItemModel(QObject* parent = 0); - ~AutoStartItemModel(); - int columnCount(const QModelIndex& parent = QModelIndex()) const; - int rowCount(const QModelIndex& parent = QModelIndex()) const; - QModelIndex index(int row, int column, const QModelIndex& parent = QModelIndex()) const; - Qt::ItemFlags flags(const QModelIndex& index) const; - QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const; - QModelIndex parent(const QModelIndex &child) const; - bool setData(const QModelIndex& index, const QVariant& value, int role = Qt::EditRole); + explicit AutoStartItemModel(QObject* parent = nullptr); + ~AutoStartItemModel() override; + int columnCount(const QModelIndex& parent = QModelIndex()) const override; + int rowCount(const QModelIndex& parent = QModelIndex()) const override; + QModelIndex index(int row, int column, const QModelIndex& parent = QModelIndex()) const override; + Qt::ItemFlags flags(const QModelIndex& index) const override; + QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const override; + QModelIndex parent(const QModelIndex &child) const override; + bool setData(const QModelIndex& index, const QVariant& value, int role = Qt::EditRole) override; bool removeRow(int row, const QModelIndex& parent = QModelIndex()); bool setEntry(const QModelIndex& index, XdgDesktopFile entry, bool overwrite=false); ActiveButtons activeButtons(const QModelIndex& selection) const; diff -Nru lxqt-session-0.14.1/lxqt-config-session/autostartpage.h lxqt-session-0.16.0/lxqt-config-session/autostartpage.h --- lxqt-session-0.14.1/lxqt-config-session/autostartpage.h 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/autostartpage.h 2020-10-31 08:58:17.000000000 +0000 @@ -38,8 +38,8 @@ Q_OBJECT public: - explicit AutoStartPage(QWidget* parent = 0); - ~AutoStartPage(); + explicit AutoStartPage(QWidget* parent = nullptr); + ~AutoStartPage() override; signals: void needRestart(); diff -Nru lxqt-session-0.14.1/lxqt-config-session/basicsettings.h lxqt-session-0.16.0/lxqt-config-session/basicsettings.h --- lxqt-session-0.14.1/lxqt-config-session/basicsettings.h 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/basicsettings.h 2020-10-31 08:58:17.000000000 +0000 @@ -42,8 +42,8 @@ Q_OBJECT public: - explicit BasicSettings(LXQt::Settings *settings, QWidget *parent = 0); - ~BasicSettings(); + explicit BasicSettings(LXQt::Settings *settings, QWidget *parent = nullptr); + ~BasicSettings() override; signals: void needRestart(); diff -Nru lxqt-session-0.14.1/lxqt-config-session/CMakeLists.txt lxqt-session-0.16.0/lxqt-config-session/CMakeLists.txt --- lxqt-session-0.14.1/lxqt-config-session/CMakeLists.txt 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/CMakeLists.txt 2020-10-31 08:58:17.000000000 +0000 @@ -10,7 +10,6 @@ autostartitem.h autostartedit.h autostartutils.h - defaultappspage.h environmentpage.h userlocationspage.h ) @@ -25,7 +24,6 @@ autostartitem.cpp autostartedit.cpp autostartutils.cpp - defaultappspage.cpp environmentpage.cpp userlocationspage.cpp ../lxqt-session/src/windowmanager.cpp @@ -35,7 +33,6 @@ basicsettings.ui autostartpage.ui autostartedit.ui - defaultappspage.ui environmentpage.ui ) diff -Nru lxqt-session-0.14.1/lxqt-config-session/defaultappspage.cpp lxqt-session-0.16.0/lxqt-config-session/defaultappspage.cpp --- lxqt-session-0.14.1/lxqt-config-session/defaultappspage.cpp 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/defaultappspage.cpp 1970-01-01 00:00:00.000000000 +0000 @@ -1,90 +0,0 @@ -/* BEGIN_COMMON_COPYRIGHT_HEADER - * (c)LGPL2+ - * - * LXQt - a lightweight, Qt based, desktop toolset - * https://lxqt.org/ - * - * Copyright: 2010-2012 LXQt team - * Authors: - * Petr Vanek - * - * This program or library is free software; you can redistribute it - * and/or modify it under the terms of the GNU Lesser General Public - * 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, - * 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. - - * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA - * - * END_COMMON_COPYRIGHT_HEADER */ - -#include - -#include "defaultappspage.h" -#include "ui_defaultappspage.h" - -#include "sessionconfigwindow.h" - -#include - -DefaultApps::DefaultApps(QWidget *parent) : - QWidget(parent), - ui(new Ui::DefaultAppsPage) -{ - ui->setupUi(this); - - connect(ui->terminalButton, SIGNAL(clicked()), this, SLOT(terminalButton_clicked())); - connect(ui->terminalComboBox, &QComboBox::currentTextChanged, this, &DefaultApps::terminalChanged); - connect(ui->browserButton, SIGNAL(clicked()), this, SLOT(browserButton_clicked())); - connect(ui->browserComboBox, &QComboBox::currentTextChanged, this, &DefaultApps::browserChanged); -} - -DefaultApps::~DefaultApps() -{ - delete ui; -} - -void DefaultApps::updateEnvVar(const QString& var, const QString& val) -{ - if (var == QL1S("BROWSER")) - { - QStringList knownBrowsers; - knownBrowsers << QSL("firefox") << QSL("qupzilla") << QSL("arora") << QSL("konqueror") << QSL("opera"); - const QSignalBlocker guard{ui->browserComboBox}; - SessionConfigWindow::handleCfgComboBox(ui->browserComboBox, knownBrowsers, val); - } - else if (var == QL1S("TERM")) - { - QStringList knownTerms; - knownTerms << QSL("qterminal") << QSL("xterm") << QSL("konsole") << QSL("uterm"); - const QSignalBlocker guard{ui->terminalComboBox}; - SessionConfigWindow::handleCfgComboBox(ui->terminalComboBox, knownTerms, val); - } -} - -void DefaultApps::terminalButton_clicked() -{ - SessionConfigWindow::updateCfgComboBox(ui->terminalComboBox, tr("Select a terminal emulator")); -} - -void DefaultApps::browserButton_clicked() -{ - SessionConfigWindow::updateCfgComboBox(ui->browserComboBox, tr("Select a web browser")); -} - -void DefaultApps::terminalChanged() -{ - emit defaultAppChanged(QL1S("TERM"), ui->terminalComboBox->currentText()); -} - -void DefaultApps::browserChanged() -{ - emit defaultAppChanged(QL1S("BROWSER"), ui->browserComboBox->currentText()); -} diff -Nru lxqt-session-0.14.1/lxqt-config-session/defaultappspage.h lxqt-session-0.16.0/lxqt-config-session/defaultappspage.h --- lxqt-session-0.14.1/lxqt-config-session/defaultappspage.h 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/defaultappspage.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,61 +0,0 @@ -/* BEGIN_COMMON_COPYRIGHT_HEADER - * (c)LGPL2+ - * - * LXQt - a lightweight, Qt based, desktop toolset - * https://lxqt.org/ - * - * Copyright: 2010-2012 LXQt team - * Authors: - * Petr Vanek - * - * This program or library is free software; you can redistribute it - * and/or modify it under the terms of the GNU Lesser General Public - * 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, - * 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. - - * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA - * - * END_COMMON_COPYRIGHT_HEADER */ - -#ifndef DEFAULTAPPS_H -#define DEFAULTAPPS_H - -#include - -namespace Ui { -class DefaultAppsPage; -} - -class DefaultApps : public QWidget -{ - Q_OBJECT - -public: - explicit DefaultApps(QWidget *parent = 0); - ~DefaultApps(); - -signals: - void defaultAppChanged(const QString&, const QString&); - -public slots: - void updateEnvVar(const QString &var, const QString &val); - -private: - Ui::DefaultAppsPage *ui; - -private slots: - void browserButton_clicked(); - void terminalButton_clicked(); - void browserChanged(); - void terminalChanged(); -}; - -#endif // DEFAULTAPPS_H diff -Nru lxqt-session-0.14.1/lxqt-config-session/defaultappspage.ui lxqt-session-0.16.0/lxqt-config-session/defaultappspage.ui --- lxqt-session-0.14.1/lxqt-config-session/defaultappspage.ui 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/defaultappspage.ui 1970-01-01 00:00:00.000000000 +0000 @@ -1,102 +0,0 @@ - - - DefaultAppsPage - - - - 0 - 0 - 340 - 135 - - - - - - - - 75 - true - - - - Default Applications - - - - - - - - - Terminal Emulation: - - - - - - - - 0 - 0 - - - - true - - - - - - - Search... - - - - - - - Web Browser: - - - - - - - - 0 - 0 - - - - true - - - - - - - Search... - - - - - - - Qt::Vertical - - - - 118 - 186 - - - - - - - - - - - diff -Nru lxqt-session-0.14.1/lxqt-config-session/environmentpage.h lxqt-session-0.16.0/lxqt-config-session/environmentpage.h --- lxqt-session-0.14.1/lxqt-config-session/environmentpage.h 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/environmentpage.h 2020-10-31 08:58:17.000000000 +0000 @@ -40,8 +40,8 @@ Q_OBJECT public: - explicit EnvironmentPage(LXQt::Settings *settings, QWidget *parent = 0); - ~EnvironmentPage(); + explicit EnvironmentPage(LXQt::Settings *settings, QWidget *parent = nullptr); + ~EnvironmentPage() override; signals: void needRestart(); diff -Nru lxqt-session-0.14.1/lxqt-config-session/modulemodel.h lxqt-session-0.16.0/lxqt-config-session/modulemodel.h --- lxqt-session-0.14.1/lxqt-config-session/modulemodel.h 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/modulemodel.h 2020-10-31 08:58:17.000000000 +0000 @@ -34,17 +34,17 @@ { Q_OBJECT public: - ModuleModel(QObject *parent = 0); - ~ModuleModel(); + ModuleModel(QObject *parent = nullptr); + ~ModuleModel() override; void reset(); void writeChanges(); void toggleModule(const QModelIndex &index, bool status); - QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const; - bool setData(const QModelIndex& index, const QVariant& value, int role); - int rowCount(const QModelIndex& parent) const; - int columnCount(const QModelIndex&) const { return 2; } - Qt::ItemFlags flags(const QModelIndex& index) const; + QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const override; + bool setData(const QModelIndex& index, const QVariant& value, int role) override; + int rowCount(const QModelIndex& parent) const override; + int columnCount(const QModelIndex&) const override { return 2; } + Qt::ItemFlags flags(const QModelIndex& index) const override; QMap items(); diff -Nru lxqt-session-0.14.1/lxqt-config-session/sessionconfigwindow.cpp lxqt-session-0.16.0/lxqt-config-session/sessionconfigwindow.cpp --- lxqt-session-0.14.1/lxqt-config-session/sessionconfigwindow.cpp 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/sessionconfigwindow.cpp 2020-10-31 08:58:17.000000000 +0000 @@ -36,13 +36,12 @@ #include "../lxqt-session/src/windowmanager.h" #include "basicsettings.h" #include "autostartpage.h" -#include "defaultappspage.h" #include "environmentpage.h" #include "userlocationspage.h" SessionConfigWindow::SessionConfigWindow() : - LXQt::ConfigDialog(tr("LXQt Session Settings"), new LXQt::Settings(QSL("session")), 0) + LXQt::ConfigDialog(tr("LXQt Session Settings"), new LXQt::Settings(QSL("session")), nullptr) { BasicSettings* basicSettings = new BasicSettings(mSettings, this); addPage(basicSettings, tr("Basic Settings"), QSL("preferences-desktop-display-color")); @@ -50,9 +49,6 @@ connect(this, SIGNAL(reset()), basicSettings, SLOT(restoreSettings())); connect(this, SIGNAL(save()), basicSettings, SLOT(save())); - DefaultApps* defaultApps = new DefaultApps(this); - addPage(defaultApps, tr("Default Applications"), QSL("preferences-desktop-filetype-association")); - UserLocationsPage* userLocations = new UserLocationsPage(this); addPage(userLocations, tr("User Directories"), QStringLiteral("folder")); connect(userLocations, SIGNAL(needRestart()), SLOT(setRestart())); @@ -72,10 +68,6 @@ connect(this, SIGNAL(save()), environmentPage, SLOT(save())); // sync Default Apps and Environment - connect(environmentPage, SIGNAL(envVarChanged(QString,QString)), - defaultApps, SLOT(updateEnvVar(QString,QString))); - connect(defaultApps, SIGNAL(defaultAppChanged(QString,QString)), - environmentPage, SLOT(updateItem(QString,QString))); environmentPage->restoreSettings(); connect(this, SIGNAL(reset()), SLOT(clearRestart())); m_restart = false; diff -Nru lxqt-session-0.14.1/lxqt-config-session/sessionconfigwindow.h lxqt-session-0.16.0/lxqt-config-session/sessionconfigwindow.h --- lxqt-session-0.14.1/lxqt-config-session/sessionconfigwindow.h 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/sessionconfigwindow.h 2020-10-31 08:58:17.000000000 +0000 @@ -38,7 +38,7 @@ public: SessionConfigWindow(); - ~SessionConfigWindow(); + ~SessionConfigWindow() override; static void handleCfgComboBox(QComboBox * cb, const QStringList &availableValues, @@ -47,7 +47,7 @@ static void updateCfgComboBox(QComboBox * cb, const QString &prompt); - void closeEvent(QCloseEvent * event); + void closeEvent(QCloseEvent * event) override; public slots: void setRestart(); diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_arn.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_arn.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_arn.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_arn.ts 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,336 @@ + + + + + AutoStartEdit + + + Edit + + + + + Name: + + + + + Search... + + + + + Command: + + + + + Wait for system tray + + + + + Select Application + + + + + AutoStartItemModel + + + Global Autostart + + + + + LXQt Autostart + + + + + Location: %1 + + + + + Overrides: %1 + + + + + AutoStartPage + + + Delete + + + + + Add + + + + + Edit + + + + + Application Autostart + + + + + Error + + + + + File '%1' already exists! + + + + + BasicSettings + + + Basic Settings + + + + + Window Manager + + + + + Search... + + + + + LXQt Modules + + + + + Start + + + + + Stop + + + + + Leave Session + + + + + Ask for confirmation to leave session + + + + + Lock screen before suspending/hibernating + + + + + Suspend/hibernate after lock delay: + + + + + ms + + + + + Select a window manager + + + + + EnvironmentPage + + + Add + + + + + Delete + + + + + Environment Variables (Advanced) + + + + + Variable Name + + + + + Value + + + + + ModuleModel + + + Running + + + + + SessionConfigWindow + + + LXQt Session Settings + + + + + Basic Settings + + + + + User Directories + + + + + Autostart + + + + + Environment (Advanced) + + + + + Session Restart Required + + + + + Some settings will not take effect until the next log in. + + + + + UserLocationsPage + + + Locations for Personal Files + + + + + LXQt Session Settings - User Directories + + + + + An error ocurred while applying the settings for the %1 location + + + + + Choose Location + + + + + UserLocationsPrivate + + + Desktop + + + + + Downloads + + + + + Templates + + + + + Public Share + + + + + Documents + + + + + Music + + + + + Pictures + + + + + Videos + + + + + Contains all the files which you see on your desktop + + + + + Default folder to save your downloaded files + + + + + Default folder to load or save templates from or to + + + + + Default folder to publicly share your files + + + + + Default folder to load or save documents from or to + + + + + Default folder to load or save music from or to + + + + + Default folder to load or save pictures from or to + + + + + Default folder to load or save videos from or to + + + + diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_ar.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_ar.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_ar.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_ar.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - اختر محاكي الطرفية - - - - Select a web browser - اختر متصفح الوب - - - - DefaultAppsPage - - - Default Applications - التطبيقات المبدئية - - - - Terminal Emulation: - محاكي الطرفية: - - - - - Search... - ابحث… - - - - Web Browser: - متصفح الوب: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings إعدادات لكسكيوت للجلسة - + Basic Settings الإعدادات الأساسية - - Default Applications - التطبيقات المبدئية - - - + User Directories أدلّة المستخدم - + Autostart البدء الآلي - + Environment (Advanced) البيئة (متقدم) - + Session Restart Required إعادة تشغيل الجلسة مطلوبة - + Some settings will not take effect until the next log in. لن تُطبّق بعض هذه الإعدادات حتى الولوج التالي. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_ast.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_ast.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_ast.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_ast.ts 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,336 @@ + + + + + AutoStartEdit + + + Edit + + + + + Name: + + + + + Search... + + + + + Command: + + + + + Wait for system tray + + + + + Select Application + + + + + AutoStartItemModel + + + Global Autostart + + + + + LXQt Autostart + + + + + Location: %1 + + + + + Overrides: %1 + + + + + AutoStartPage + + + Delete + + + + + Add + + + + + Edit + + + + + Application Autostart + + + + + Error + + + + + File '%1' already exists! + + + + + BasicSettings + + + Basic Settings + + + + + Window Manager + + + + + Search... + + + + + LXQt Modules + + + + + Start + + + + + Stop + + + + + Leave Session + + + + + Ask for confirmation to leave session + + + + + Lock screen before suspending/hibernating + + + + + Suspend/hibernate after lock delay: + + + + + ms + + + + + Select a window manager + + + + + EnvironmentPage + + + Add + + + + + Delete + + + + + Environment Variables (Advanced) + + + + + Variable Name + + + + + Value + + + + + ModuleModel + + + Running + + + + + SessionConfigWindow + + + LXQt Session Settings + + + + + Basic Settings + + + + + User Directories + + + + + Autostart + + + + + Environment (Advanced) + + + + + Session Restart Required + + + + + Some settings will not take effect until the next log in. + + + + + UserLocationsPage + + + Locations for Personal Files + + + + + LXQt Session Settings - User Directories + + + + + An error ocurred while applying the settings for the %1 location + + + + + Choose Location + + + + + UserLocationsPrivate + + + Desktop + + + + + Downloads + + + + + Templates + + + + + Public Share + + + + + Documents + + + + + Music + + + + + Pictures + + + + + Videos + + + + + Contains all the files which you see on your desktop + + + + + Default folder to save your downloaded files + + + + + Default folder to load or save templates from or to + + + + + Default folder to publicly share your files + + + + + Default folder to load or save documents from or to + + + + + Default folder to load or save music from or to + + + + + Default folder to load or save pictures from or to + + + + + Default folder to load or save videos from or to + + + + diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_ca.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_ca.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_ca.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_ca.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Seleccioneu un emulador de terminal - - - - Select a web browser - Seleccioneu un navegador web - - - - DefaultAppsPage - - - Default Applications - Aplicacions predeterminades - - - - Terminal Emulation: - Emulació de terminal: - - - - - Search... - Cerca... - - - - Web Browser: - Navegador web: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings Ajusts de la sessió LXQt - + Basic Settings Ajusts bàsics - - Default Applications - Aplicacions predeterminades - - - + User Directories Directoris de l'usuari - + Autostart Inicialització automàtica - + Environment (Advanced) Entorn (avançat) - + Session Restart Required Requeriment de reinici de sessió - + Some settings will not take effect until the next log in. Alguns ajusts no tindran efecte fins al següent inici de sessió. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_cs.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_cs.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_cs.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_cs.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Vybrat emulátor terminálu - - - - Select a web browser - Vybrat webový prohlížeč - - - - DefaultAppsPage - - - Default Applications - Výchozí aplikace - - - - Terminal Emulation: - Emulace terminálu: - - - - - Search... - Hledat… - - - - Web Browser: - Webový prohlížeč: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings Nastavení LXQt sezení - + Basic Settings Základní nastavení - - Default Applications - Výchozí aplikace - - - + User Directories Složky uživatele - + Autostart Automatické spouštění - + Environment (Advanced) Prostředí (pokročilé) - + Session Restart Required Vyžaduje restart sezení - + Some settings will not take effect until the next log in. Některá nastavení se neprojeví až do příštího přihlášení. Některá nastavení se neprojeví až do příštího přihlášení. @@ -363,7 +321,7 @@ Default folder to load or save music from or to - Výchozí složka ze které načítat / do které ukládat hudbu + Výchozí složka ze které ukládat a načítat z ní hudbu diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_cy.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_cy.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_cy.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_cy.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - - - - - Select a web browser - - - - - DefaultAppsPage - - - Default Applications - - - - - Terminal Emulation: - - - - - - Search... - - - - - Web Browser: - - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings - + Basic Settings - - Default Applications - - - - + User Directories - + Autostart - + Environment (Advanced) - + Session Restart Required - + Some settings will not take effect until the next log in. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_da.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_da.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_da.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_da.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Vælg en terminalemulator - - - - Select a web browser - Vælg en webbrowser - - - - DefaultAppsPage - - - Default Applications - Standardprogrammer - - - - Terminal Emulation: - Terminalemulering: - - - - - Search... - Søg... - - - - Web Browser: - Webbrowser: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings Indstillinger for LXQt-session - + Basic Settings Grundlæggende indstillinger - - Default Applications - Standardprogrammer - - - + User Directories Brugermapper - + Autostart Autostart - + Environment (Advanced) Miljø (avanceret) - + Session Restart Required Genstart af session er påkrævet - + Some settings will not take effect until the next log in. Nogle indstillinger træder ikke i kraft før næste login. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_de.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_de.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_de.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_de.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Terminal-Emulator auswählen - - - - Select a web browser - Web-Browser auswählen - - - - DefaultAppsPage - - - Default Applications - Standardanwendungen - - - - Terminal Emulation: - Terminal-Emulation: - - - - - Search... - Suchen... - - - - Web Browser: - Web-Browser: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings LXQt-Sitzungseinstellungen - + Basic Settings Grundeinstellungen - - Default Applications - Standardanwendungen - - - + User Directories Benutzerverzeichnisse - + Autostart Autostart - + Environment (Advanced) Umgebung (Erweitert) - + Session Restart Required Sitzungsneustart erforderlich - + Some settings will not take effect until the next log in. Einige Einstellungen werden erst bei der nächsten Anmeldung wirksam. @@ -297,7 +255,7 @@ Desktop - Schreibtisch + Arbeitsfläche @@ -338,7 +296,7 @@ Contains all the files which you see on your desktop files in template translated with the German word for objects. IMO more reasonable as it's not necessarily files that are placed on the desktop. Maybe adjust the template accordingly? - Enthält alle Dateien, die Sie auf Ihrem Schreibtisch sehen + Enthält alle Dateien, die Sie auf Ihrer Arbeitsfläche sehen diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_el.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_el.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_el.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_el.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Επιλογή εξομοιωτή τερματικού - - - - Select a web browser - Επιλογή περιηγητή ιστού - - - - DefaultAppsPage - - - Default Applications - Προεπιλεγμένες εφαρμογές - - - - Terminal Emulation: - Εξομοιωτής τερματικού: - - - - - Search... - Αναζήτηση... - - - - Web Browser: - Περιηγητής ιστού: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings Ρυθμίσεις συνεδρίας LXQt - + Basic Settings Βασικές ρυθμίσεις - - Default Applications - Προεπιλεγμένες εφαρμογές - - - + User Directories Κατάλογοι του χρήστη - + Autostart Αυτόματη εκκίνηση - + Environment (Advanced) Περιβάλλον (για προχωρημένους) - + Session Restart Required Απαιτείται επανεκκίνηση συνεδρίας - + Some settings will not take effect until the next log in. Μερικές ρυθμίσεις λαμβάνουν χώρα μετά από επανασύνδεση. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_eo.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_eo.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_eo.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_eo.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Elektu simulilon de terminalo - - - - Select a web browser - Elektu retumilon - - - - DefaultAppsPage - - - Default Applications - Aprioraj aplikaĵoj - - - - Terminal Emulation: - Simulilo de terminalo: - - - - - Search... - Serĉi... - - - - Web Browser: - Retumilo: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings - + Basic Settings Bazaj agordoj - - Default Applications - Aprioraj aplikaĵoj - - - + User Directories - + Autostart Aŭtomata startigo - + Environment (Advanced) Ĉirkaŭaĵo (progresinta) - + Session Restart Required Postulata restartigo de seanco - + Some settings will not take effect until the next log in. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_es.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_es.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_es.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_es.ts 2020-10-31 08:58:17.000000000 +0000 @@ -125,7 +125,7 @@ Suspend/hibernate after lock delay: - Retardo para suspender/hibernar tras bloquear: + Retardo para suspender/hibernar tras bloquear: @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Seleccione un emulador de terminal - - - - Select a web browser - Seleccione un navegador web - - - - DefaultAppsPage - - - Default Applications - Aplicaciones predeterminadas - - - - Terminal Emulation: - Emulación de terminal: - - - - - Search... - Buscar... - - - - Web Browser: - Navegador web: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings Configuración de la sesión de LXQt - + Basic Settings Configuración básica - - Default Applications - Aplicaciones predeterminadas - - - + User Directories Directorios de usuario - + Autostart Inicio automático - + Environment (Advanced) Entorno (avanzado) - + Session Restart Required Se requiere un reinicio de sesión - + Some settings will not take effect until the next log in. Algunos ajustes no tendrán efecto hasta el siguiente inicio de sesión. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_es_UY.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_es_UY.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_es_UY.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_es_UY.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - - - - - Select a web browser - - - - - DefaultAppsPage - - - Default Applications - - - - - Terminal Emulation: - - - - - - Search... - - - - - Web Browser: - - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings - + Basic Settings - - Default Applications - - - - + User Directories - + Autostart - + Environment (Advanced) - + Session Restart Required - + Some settings will not take effect until the next log in. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_es_VE.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_es_VE.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_es_VE.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_es_VE.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Seleccione un emulador de terminal - - - - Select a web browser - Seleccione un navegador web - - - - DefaultAppsPage - - - Default Applications - Aplicaciones por defecto - - - - Terminal Emulation: - Emulador de terminal: - - - - - Search... - Buscar... - - - - Web Browser: - Navegador web: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings - + Basic Settings Configuraciones básicas - - Default Applications - Aplicaciones por defecto - - - + User Directories - + Autostart Autoinicio - + Environment (Advanced) Entorno (Avanzado) - + Session Restart Required Reinicio de sesion es requerido - + Some settings will not take effect until the next log in. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_eu.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_eu.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_eu.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_eu.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Hautatu terminal-emuladore bat - - - - Select a web browser - Hautatu web-arakatzaile bat - - - - DefaultAppsPage - - - Default Applications - Aplikazio lehenetsiak - - - - Terminal Emulation: - Terminal emulazioa: - - - - - Search... - Bilatu... - - - - Web Browser: - Web-arakatzailea: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings - + Basic Settings Oinarrizko ezarpenak - - Default Applications - Aplikazio lehenetsiak - - - + User Directories - + Autostart Autoabioa - + Environment (Advanced) Ingurunea (aurreratua) - + Session Restart Required Saioa berrabiarazi behar da - + Some settings will not take effect until the next log in. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_fi.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_fi.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_fi.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_fi.ts 2020-10-31 08:58:17.000000000 +0000 @@ -26,7 +26,7 @@ Wait for system tray - + Odota ilmoitusaluetta @@ -54,7 +54,7 @@ Overrides: %1 - + Ohitukset: %1 @@ -105,7 +105,7 @@ LXQt Modules - LXQt-moduulit + LXQt-moduulit @@ -125,12 +125,12 @@ Suspend/hibernate after lock delay: - + Siirry lepo/horrostilaan lukitus viiveen jälkeen: ms - + ms @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Valitse pääte - - - - Select a web browser - Valitse nettiselain - - - - DefaultAppsPage - - - Default Applications - Oletussovellukset - - - - Terminal Emulation: - Pääte: - - - - - Search... - Etsi... - - - - Web Browser: - Nettiselain: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings LXQt-istunnon asetukset - + Basic Settings Perusasetukset - - Default Applications - Oletussovellukset - - - + User Directories Käyttäjien hakemistot - + Autostart Automaattikäynnistys - + Environment (Advanced) Ympäristö (lisäasetukset) - + Session Restart Required Istunnon uudelleenkäynnistys vaaditaan - + Some settings will not take effect until the next log in. Osa asetuksista ei tule voimaan ennen seuraavaa sisäänkirjaumista. @@ -279,12 +237,12 @@ LXQt Session Settings - User Directories - LXQt-istunnon asetukset - Käyttäjien hakemistot + LXQt-istunnon asetukset - Käyttäjien hakemistot An error ocurred while applying the settings for the %1 location - + Sijainnin %1 asetuksien käyttöönotossa tapahtui virhe @@ -312,7 +270,7 @@ Public Share - + Jaetut @@ -347,32 +305,32 @@ Default folder to load or save templates from or to - + Oletuskansio mallitiedostojen tallentamiselle Default folder to publicly share your files - + Oletuskansio jaetuille tiedostoille Default folder to load or save documents from or to - + Oletuskansio asiakirjojen tallentamiselle Default folder to load or save music from or to - + Oletuskansio musiikkitiedostojen tallentamiselle Default folder to load or save pictures from or to - + Oletuskansio kuvatiedostojen tallentamiselle Default folder to load or save videos from or to - + Oletuskansio videotiedostojen tallentamiselle diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_fr.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_fr.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_fr.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_fr.ts 2020-10-31 08:58:17.000000000 +0000 @@ -26,7 +26,7 @@ Wait for system tray - Attendre l'exécution de 'system-tray' + Attendre l'exécution de system-tray @@ -39,7 +39,7 @@ Global Autostart - Lancement automatique 'global' + Lancement automatique global @@ -150,44 +150,7 @@ Select a window manager - Sélectionnez un gestionnaire de fenêtres - - - - DefaultApps - - - Select a terminal emulator - Sélectionnez un émulateur de terminal - - - - Select a web browser - Sélectionnez un navigateur Web - - - - DefaultAppsPage - - - Default Applications - Applications par défaut - - - - Terminal Emulation: - Émulateur de terminal : - - - - - Search... - Chercher... - - - - Web Browser: - Navigateur web : + Sélectionner un gestionnaire de fenêtres @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings Paramétrage de la session LXQt - + Basic Settings Paramètres de base - - Default Applications - Applications par défaut - - - + User Directories Répertoires utilisateur - + Autostart Lancement automatique - + Environment (Advanced) Environnement (avancé) - + Session Restart Required Redémarrage de session requis - + Some settings will not take effect until the next log in. Certains paramètres ne prendront effet que lors de la prochaine connexion. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_gl.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_gl.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_gl.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_gl.ts 2020-10-31 08:58:17.000000000 +0000 @@ -31,7 +31,7 @@ Select Application - Seleccionar o aplicativo + Seleccionar a aplicación @@ -77,7 +77,7 @@ Application Autostart - Inicio automático de aplicativos + Inicio automático de aplicacións @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Seleccione un emulador de terminal - - - - Select a web browser - Seleccione un navegador web - - - - DefaultAppsPage - - - Default Applications - Aplicativos predeterminados - - - - Terminal Emulation: - Emulación do terminal: - - - - - Search... - Buscar... - - - - Web Browser: - Navegador web: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings Axustes da sesión de LXQt - + Basic Settings Axustes básicos - - Default Applications - Aplicativos predeterminados - - - + User Directories Directorios de usuario - + Autostart Inicio automático - + Environment (Advanced) Contorno (avanzado) - + Session Restart Required Require o reinicio da sesión - + Some settings will not take effect until the next log in. Algúns axustes non terán efecto ata o seguinte inicio de sesión. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_he.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_he.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_he.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_he.ts 2020-10-31 08:58:17.000000000 +0000 @@ -140,12 +140,12 @@ Suspend/hibernate after lock delay: - + השהיית נעילה לאחר השהייה/תרדמת: ms - + מ״ש @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - בחירת מדמה מסוף - - - - Select a web browser - בחירת דפדפן - - - - DefaultAppsPage - - - Default Applications - יישומי בררת מחדל - - - - Terminal Emulation: - הדמיית מסוף: - - - - - Search... - חיפוש… - - - - Web Browser: - דפדפן: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings הגדרות הפעלה של LXQt - + Basic Settings הגדרות בסיסיות - - Default Applications - יישומי בררת מחדל - - - + User Directories ספריות משתמש - + Autostart התחלה אוטומטית - + Environment (Advanced) סביבה (מתקדם) - + Session Restart Required נדרשת יציאה וכניסה מחדש - + Some settings will not take effect until the next log in. חלק מההגדרות לא ייכנסו לתוקף עד לכניסה הבאה למערכת. @@ -362,7 +320,7 @@ Default folder to load or save music from or to - + תיקיית בררת מחדל לטעינה או שמירה של מוזיקה ממנה או אליה diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_hr.desktop lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_hr.desktop --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_hr.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_hr.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,3 @@ +Name[hr]=Sesija – Postavke +GenericName[hr]=LXQt sesija – Postavke +Comment[hr]=Konfiguracija za LXQt sesije diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_hr.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_hr.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_hr.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_hr.ts 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,336 @@ + + + + + AutoStartEdit + + + Edit + Uredi + + + + Name: + Ime: + + + + Search... + Traži … + + + + Command: + Naredba: + + + + Wait for system tray + Čekaj na programsku traku + + + + Select Application + Odaberi program + + + + AutoStartItemModel + + + Global Autostart + Automatsko pokretanje, globalno + + + + LXQt Autostart + Automatsko pokretanje LXQt-a + + + + Location: %1 + Mjesto: %1 + + + + Overrides: %1 + Zaobilaženje: %1 + + + + AutoStartPage + + + Delete + Ukloni + + + + Add + Dodaj + + + + Edit + Uredi + + + + Application Autostart + Automatsko pokretanje programa + + + + Error + Greška + + + + File '%1' already exists! + Datoteka „%1” već postoji! + + + + BasicSettings + + + Basic Settings + Osnovne postavke + + + + Window Manager + Upravljač prozora + + + + Search... + Traži … + + + + LXQt Modules + LXQt moduli + + + + Start + Pokreni + + + + Stop + Zaustavi + + + + Leave Session + Napusti sesiju + + + + Ask for confirmation to leave session + Zatraži potvrdu za napuštanje sesije + + + + Lock screen before suspending/hibernating + Zaključaj ekran prije postavljanja u stanje mirovanja ili u pripravno stanje + + + + Suspend/hibernate after lock delay: + Postavi u stanje mirovanja ili pripravno stanje nakon odgađanja zaključavanja: + + + + ms + ms + + + + Select a window manager + Odaberi upravljač prozora + + + + EnvironmentPage + + + Add + Dodaj + + + + Delete + Ukloni + + + + Environment Variables (Advanced) + Varijable okruženja (napredno) + + + + Variable Name + Ime varijable + + + + Value + Vrijednost + + + + ModuleModel + + + Running + Radi + + + + SessionConfigWindow + + + LXQt Session Settings + LXQt sesija – Postavke + + + + Basic Settings + Osnovne postavke + + + + User Directories + Korisničke mape + + + + Autostart + Automatsko pokretanje + + + + Environment (Advanced) + Okruženje (napredno) + + + + Session Restart Required + Potrebno je ponovno pokretanje sesije + + + + Some settings will not take effect until the next log in. + Neke se postavke neće primijeniti bez ponovnog prijavljivanja. + + + + UserLocationsPage + + + Locations for Personal Files + Mjesta za osobne datoteke + + + + LXQt Session Settings - User Directories + Postavke LXQt sesije – Korisničke mape + + + + An error ocurred while applying the settings for the %1 location + Došlo je do greške prilikom primjene postavki za mjesto %1 + + + + Choose Location + Odaberi mjesto + + + + UserLocationsPrivate + + + Desktop + Radna površina + + + + Downloads + Preuzimanja + + + + Templates + Predlošci + + + + Public Share + Javno dijeljenje + + + + Documents + Dokumenti + + + + Music + Muzika + + + + Pictures + Slike + + + + Videos + Video snimke + + + + Contains all the files which you see on your desktop + Sadrži sve datoteke koje vidiš na radnoj površini + + + + Default folder to save your downloaded files + Standardna mapa za spremanje preuzetih datoteka + + + + Default folder to load or save templates from or to + Standardna mapa za učitavanje ili spremanje predložaka + + + + Default folder to publicly share your files + Standardna mapa za javno dijeljenje datoteka + + + + Default folder to load or save documents from or to + Standardna mapa za učitavanje ili spremanje dokumenata + + + + Default folder to load or save music from or to + Standardna mapa za učitavanje ili spremanje glazbe + + + + Default folder to load or save pictures from or to + Standardna mapa za učitavanje ili spremanje slika + + + + Default folder to load or save videos from or to + Standardna mapa za učitavanje ili spremanje video snimaka + + + diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_hu.desktop lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_hu.desktop --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_hu.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_hu.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,4 +1,4 @@ # Translations -Comment[hu]=A LXQt munkamenetmodul beállítása -GenericName[hu]=LXQt munkamenetbeállíó -Name[hu]=LXQt munkamenetbeállíó +Comment[hu]=Az LXQt munkamenet beállítása +GenericName[hu]=Munkamenetbeállítás +Name[hu]=Munkamenet diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_hu.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_hu.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_hu.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_hu.ts 2020-10-31 08:58:17.000000000 +0000 @@ -135,59 +135,22 @@ Lock screen before suspending/hibernating - Készenlét/mélykészenlét előtt képernyőzár + Készenlét/mélykészenlét előtt zárolás Suspend/hibernate after lock delay: - + Készenlét/mélykészenlét késleltetése a zárolás után: ms - + ms Select a window manager - Ablakkezelő választása - - - - DefaultApps - - - Select a terminal emulator - Terminálemulátor választása - - - - Select a web browser - Webböngésző választása - - - - DefaultAppsPage - - - Default Applications - Alapértelmezett alkalmazások - - - - Terminal Emulation: - Terminálemuláció: - - - - - Search... - Keresés… - - - - Web Browser: - Webböngésző: + Ablakkezelő kiválasztása @@ -229,44 +192,39 @@ SessionConfigWindow - + LXQt Session Settings - LXQt munkamenet beállítás + LXQt munkamenetbeállítás - + Basic Settings Alapbeállítások - - Default Applications - Alapértelmezett alkalmazások - - - + User Directories Felhasználói mappák - + Autostart Automatikus indítás - + Environment (Advanced) Környezet (speciális) - + Session Restart Required - A munkamenet újraindítandó + Munkamenet újraindítása szükséges - + Some settings will not take effect until the next log in. - Egyes beállítások csak újbóli bejelenkezéssel érvényesülnek. + Egyes beállítások csak újbóli bejelentkezéssel érvényesülnek. @@ -279,7 +237,7 @@ LXQt Session Settings - User Directories - LXQt munkamenet beállítás- Felhasználói mappák + LXQt munkamenetbeállítás - Felhasználói mappák @@ -289,7 +247,7 @@ Choose Location - Válassz helyet + Válasszon helyet @@ -307,12 +265,12 @@ Templates - Ideiglenesek + Sablonok Public Share - Nyilvánosak + Nyilvános @@ -337,17 +295,17 @@ Contains all the files which you see on your desktop - Az aszatalon látni kívánt összes fájlt tartalmazza + Tartalmazza az összes fájlt, amely látható az asztalon Default folder to save your downloaded files - A letöltendő fájlok alapértelmezett mappája + A letöltött fájlok alapértelmezett mappája Default folder to load or save templates from or to - Az ideiglenes fájlok alapértelmezett mappája + A sablonfájlok alapértelmezett mappája @@ -362,7 +320,7 @@ Default folder to load or save music from or to - + A zenék alapértelmezett mappája diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_ia.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_ia.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_ia.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_ia.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - - - - - Select a web browser - - - - - DefaultAppsPage - - - Default Applications - - - - - Terminal Emulation: - - - - - - Search... - - - - - Web Browser: - - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings - + Basic Settings - - Default Applications - - - - + User Directories - + Autostart - + Environment (Advanced) - + Session Restart Required - + Some settings will not take effect until the next log in. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_id.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_id.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_id.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_id.ts 2020-10-31 08:58:17.000000000 +0000 @@ -26,7 +26,7 @@ Wait for system tray - Tunggu untuk baki sistem + Tunggu di sistem tray @@ -39,12 +39,12 @@ Global Autostart - Memulai Otomatis Global + Pemulaian Otomatis Umum LXQt Autostart - Memulai Otomatis LXQt + Pemulaian Ototmatis LXQt @@ -77,7 +77,7 @@ Application Autostart - Memulai Otomatis Aplikasi + Pemulaian Otomatis untuk Aplikasi @@ -135,12 +135,12 @@ Suspend/hibernate after lock delay: - + Waktu tidur/hibernasi setelah terkunci: ms - + ms @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Pilih emulator terminal - - - - Select a web browser - Pilih penjelajah web - - - - DefaultAppsPage - - - Default Applications - Aplikasi Standar - - - - Terminal Emulation: - Emulation Terminal: - - - - - Search... - Cari... - - - - Web Browser: - Penjelajah Web: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings Pengaturan Sesi LXQt - + Basic Settings Pengaturan Dasar - - Default Applications - Aplikasi Standar - - - + User Directories Direktori Pengguna - + Autostart Memulai Otomatis - + Environment (Advanced) Lingkungan (Lanjutan) - + Session Restart Required Perlu Menjalankan Ulang Sesi - + Some settings will not take effect until the next log in. Beberapa pengaturan tidak akan berlaku sampai masuk log berikutnya. @@ -362,7 +320,7 @@ Default folder to load or save music from or to - + Folder default untuk memuat atau menyimpan musik dari atau ke diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_it.desktop lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_it.desktop --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_it.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_it.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,3 +1,4 @@ # Translations Name[it]=Impostazioni della sessione -Comment[it]=Configura i moduli della sessione di LXQt +GenericName[it]=Configurazione della sessione di LXQt +Comment[it]=Configura i moduli della sessione di LXQt diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_it.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_it.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_it.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_it.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Seleziona un emulatore di terminale - - - - Select a web browser - Seleziona un browser web - - - - DefaultAppsPage - - - Default Applications - Applicazioni predefinite - - - - Terminal Emulation: - Emulazione di terminale: - - - - - Search... - Cerca... - - - - Web Browser: - Browser web: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings Impostazioni della sessione LXQt - + Basic Settings Impostazioni di base - - Default Applications - Applicazioni predefinite - - - + User Directories Percorsi - + Autostart Avvio automatico - + Environment (Advanced) Ambiente (avanzato) - + Session Restart Required Riavvio della sessione richiesto - + Some settings will not take effect until the next log in. Alcune impostazioni non avranno effetto fino al prossimo accesso. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_ja.desktop lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_ja.desktop --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_ja.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_ja.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,4 +1,4 @@ # Translations -Comment[ja]=LXQtセッションモジュールを設定 -GenericName[ja]=LXQtセッションの設定 -Name[ja]=LXQtセッションの設定 +Name[ja]=セッション +GenericName[ja]=セッション +Comment[ja]=LXQt セッションを設定します diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_ja.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_ja.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_ja.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_ja.ts 2020-10-31 08:58:17.000000000 +0000 @@ -26,7 +26,7 @@ Wait for system tray - システムトレイを待つ + システムトレイに入れる @@ -44,17 +44,17 @@ LXQt Autostart - LXQt自動起動 + LXQt 自動起動 Location: %1 - 位置:%1 + 場所: %1 Overrides: %1 - 上書き:%1 + 上書きにより無効: %1 @@ -87,7 +87,7 @@ File '%1' already exists! - File'%1'は既にあります! + ファイル '%1' は既にあります! @@ -95,12 +95,12 @@ Basic Settings - 基本的な設定 + 基本設定 Window Manager - ウィンドウマネージャ + ウィンドウマネージャー @@ -110,7 +110,7 @@ LXQt Modules - LXQtモジュール + LXQt モジュール @@ -120,7 +120,7 @@ Stop - 終了 + 停止 @@ -135,59 +135,22 @@ Lock screen before suspending/hibernating - サスペンド/ハイバーネーションの前にスクリーンをロック + サスペンド/ハイバネートの前に画面をロックする       Suspend/hibernate after lock delay: - + ロックからサスペンド/ハイバネートまでの時間: ms - + ミリ秒 Select a window manager - ウィンドウマネージャの選択 - - - - DefaultApps - - - Select a terminal emulator - ターミナルエミュレータの選択 - - - - Select a web browser - ウェブブラウザの選択 - - - - DefaultAppsPage - - - Default Applications - 既定のアプリケーション - - - - Terminal Emulation: - ターミナルエミュレーション: - - - - - Search... - 検索... - - - - Web Browser: - ウェブブラウザ: + ウィンドウマネージャーの選択 @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings - LXQtセッションの設定 + LXQt セッションの設定 - + Basic Settings 基本設定 - - Default Applications - 既定のアプリケーション - - - + User Directories ユーザーディレクトリ - + Autostart 自動起動 - + Environment (Advanced) 環境(詳細) - + Session Restart Required - セッション再起動の要求 + セッションの再起動が必要 - + Some settings will not take effect until the next log in. いくつかの設定項目は次のログインまで反映されません。 @@ -279,7 +237,7 @@ LXQt Session Settings - User Directories - LXQtセッションの設定--ユーザーディレクトリ + LXQt セッションの設定--ユーザーディレクトリ @@ -342,37 +300,37 @@ Default folder to save your downloaded files - ダウンロードしたファイルを保存する既定のフォルダ + ダウンロードしたファイルを保存する既定のフォルダー Default folder to load or save templates from or to - テンプレートファイルを保存する既定のフォルダ + テンプレートファイルを保存する既定のフォルダー Default folder to publicly share your files - 共有ファイルを公開する際の既定のフォルダ + 共有ファイルを公開する際の既定のフォルダー Default folder to load or save documents from or to - 文書ファイルを保存する既定のフォルダ + 文書ファイルを保存する既定のフォルダー Default folder to load or save music from or to - + 音楽ファイルを保存する既定のフォルダー Default folder to load or save pictures from or to - 画像ファイルを保存する既定のフォルダ + 画像ファイルを保存する既定のフォルダー Default folder to load or save videos from or to - 動画ファイルを保存する既定のフォルダ + 動画ファイルを保存する既定のフォルダー diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_ko.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_ko.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_ko.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_ko.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - 터미널 에뮬레이터 선택 - - - - Select a web browser - 웹 브라우저 선택 - - - - DefaultAppsPage - - - Default Applications - 기본 애플리케이션 - - - - Terminal Emulation: - 터미널 에뮬레이션: - - - - - Search... - 검색... - - - - Web Browser: - 웹 브라우저: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings LXQt 세션 설정 - + Basic Settings 기본 설정 - - Default Applications - 기본 애플리케이션 - - - + User Directories 사용자 디렉토리 - + Autostart 자동 시작 - + Environment (Advanced) 환경 (고급) - + Session Restart Required 세션 다시 시작 필요 - + Some settings will not take effect until the next log in. 어떤 설정은 다음 로그인 때 까지는 적용되지 않습니다. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_lt.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_lt.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_lt.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_lt.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Pasirinkite terminalo emuliatorių - - - - Select a web browser - Pasirinkite saityno naršyklę - - - - DefaultAppsPage - - - Default Applications - Numatytosios programos - - - - Terminal Emulation: - Terminalo emuliatorius: - - - - - Search... - Ieškoti... - - - - Web Browser: - Saityno naršyklė: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings LXQt seanso nustatymai - + Basic Settings Pagrindiniai nustatymai - - Default Applications - Numatytosios programos - - - + User Directories Naudotojo katalogai - + Autostart Automatinis paleidimas - + Environment (Advanced) Aplinka (Išplėstiniai) - + Session Restart Required Reikalingas seanso paleidimas iš naujo - + Some settings will not take effect until the next log in. Kai kurie nustatymai neįsigalios tol, kol neprisijungsite iš naujo. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_nb_NO.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_nb_NO.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_nb_NO.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_nb_NO.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Velg en terminalemulator - - - - Select a web browser - Velg en nettleser - - - - DefaultAppsPage - - - Default Applications - Standardprogrammer - - - - Terminal Emulation: - Terminalemulering: - - - - - Search... - Søk... - - - - Web Browser: - Nettleser: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings Innstillinger for LXQt-sesjon - + Basic Settings Grunnleggende innstillinger - - Default Applications - Standardprogrammer - - - + User Directories Brukermapper - + Autostart - + Environment (Advanced) Miljøvariabler (Avansert) - + Session Restart Required Omstart kreves - + Some settings will not take effect until the next log in. Noen innstillinger vil ikke forandres før neste gang du logger inn. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_nl.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_nl.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_nl.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_nl.ts 2020-10-31 08:58:17.000000000 +0000 @@ -130,12 +130,12 @@ Suspend/hibernate after lock delay: - + Slaapstand/winterslaap na vergrendelvertraging: ms - + ms @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Kies een terminalnabootser - - - - Select a web browser - Kies een webbrowser - - - - DefaultAppsPage - - - Default Applications - Standaardtoepassingen - - - - Terminal Emulation: - Terminalnabootser: - - - - - Search... - Zoeken... - - - - Web Browser: - Webbrowser: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings LXQt-sessie-instellingen - + Basic Settings Basisinstellingen - - Default Applications - Standaardtoepassingen - - - + User Directories Gebruikersmappen - + Autostart Autostart - + Environment (Advanced) Omgeving (geavanceerd) - + Session Restart Required Herstart van sessie vereist - + Some settings will not take effect until the next log in. Sommige instellingen zullen pas effect hebben na de volgende aanmelding. @@ -362,7 +320,7 @@ Default folder to load or save music from or to - + Standaardmap om muziek in op te slaan of om van te laden diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_pl.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_pl.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_pl.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_pl.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Wybór emulatora terminala - - - - Select a web browser - Wybór przedlądarki internetowej - - - - DefaultAppsPage - - - Default Applications - Domyślne programy - - - - Terminal Emulation: - Emulator terminala: - - - - - Search... - Szukaj... - - - - Web Browser: - Przeglądarka internetowa: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings Ustawienia sesji LXQt - + Basic Settings Ogólne - - Default Applications - Domyślne programy - - - + User Directories Katalogi użytkownika - + Autostart Automatyczne uruchamianie - + Environment (Advanced) Środowisko (zaawansowane) - + Session Restart Required Wymagane ponowne uruchomienie sesji - + Some settings will not take effect until the next log in. Niektóre ustawienia zaczną działać po następnym logowaniu. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_pt_BR.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_pt_BR.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_pt_BR.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_pt_BR.ts 2020-10-31 08:58:17.000000000 +0000 @@ -77,7 +77,7 @@ Application Autostart - Início Automático das aplicações + Início automático de aplicações @@ -115,7 +115,7 @@ Ask for confirmation to leave session - Pedir confirmação para encerrar sessão + Pedir confirmação ao encerrar a sessão @@ -125,7 +125,7 @@ Suspend/hibernate after lock delay: - Suspender/hibernar após bloqueio de tela: + Atraso para suspensão/hibernação após bloquear a tela: @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Selecionar um emulador de terminal - - - - Select a web browser - Selecionar um navegador de internet - - - - DefaultAppsPage - - - Default Applications - Aplicativos padrão - - - - Terminal Emulation: - Emulador de terminal: - - - - - Search... - Pesquisar... - - - - Web Browser: - Navegador de internet: - - - EnvironmentPage @@ -229,44 +192,39 @@ SessionConfigWindow - + LXQt Session Settings - Configurações de sessão do LXQt + Configurações de Sessão do LXQt - + Basic Settings Configurações básicas - - Default Applications - Aplicativos padrão - - - + User Directories Diretórios do usuário - + Autostart Inicializar - + Environment (Advanced) Ambiente (avançado) - + Session Restart Required Reinício de sessão necessário - + Some settings will not take effect until the next log in. - Algumas configurações não trarão efeito até a próxima sessão. + Algumas configurações não surtirão efeito até a próxima sessão. @@ -279,7 +237,7 @@ LXQt Session Settings - User Directories - Configurações de sessão do LXQt - Diretórios do usuário + Configurações de Sessão do LXQt - Diretórios do usuário @@ -352,7 +310,7 @@ Default folder to publicly share your files - Diretório padrão para compartilhamento de arquivos ao público + Diretório padrão para compartilhamento de arquivos diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_pt.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_pt.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_pt.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_pt.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Escolha o emulador de terminal - - - - Select a web browser - Escolha o navegador web - - - - DefaultAppsPage - - - Default Applications - Aplicações padrão - - - - Terminal Emulation: - Emulador de terminal: - - - - - Search... - Pesquisar... - - - - Web Browser: - Navegador web: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings Definições da sessão LXQt - + Basic Settings Definições básicas - - Default Applications - Aplicações padrão - - - + User Directories Diretórios do utilizador - + Autostart Arranque automático - + Environment (Advanced) Ambiente (avançado) - + Session Restart Required Tem que reiniciar a sessão - + Some settings will not take effect until the next log in. Algumas definições apenas serão aplicadas após reiniciar a sessão. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_ro_RO.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_ro_RO.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_ro_RO.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_ro_RO.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Selectați un emulator de terminal - - - - Select a web browser - Selectați un navigator web - - - - DefaultAppsPage - - - Default Applications - Aplicații implicite - - - - Terminal Emulation: - Emulatoare de terminal: - - - - - Search... - Se caută... - - - - Web Browser: - Navigator web: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings - + Basic Settings Setări de bază - - Default Applications - Aplicații implicite - - - + User Directories - + Autostart Autostart - + Environment (Advanced) Mediu (mod avansat) - + Session Restart Required Se necesită repornirea sesiunii - + Some settings will not take effect until the next log in. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_ru.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_ru.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_ru.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_ru.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Укажите эмулятор терминала - - - - Select a web browser - Укажите браузер - - - - DefaultAppsPage - - - Default Applications - Приложения по умолчанию - - - - Terminal Emulation: - Эмулятор терминала: - - - - - Search... - Искать... - - - - Web Browser: - Браузер: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings Настройки сессии LXQt - + Basic Settings Основные настройки - - Default Applications - Приложения по умолчанию - - - + User Directories Каталоги пользователя - + Autostart Автозапуск - + Environment (Advanced) Окружение (для опытных) - + Session Restart Required Понадобится перезапуск сессии - + Some settings will not take effect until the next log in. Некоторые настройки не возымеют эффекта до следующего входа в систему. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_sk_SK.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_sk_SK.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_sk_SK.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_sk_SK.ts 2020-10-31 08:58:17.000000000 +0000 @@ -6,32 +6,32 @@ Edit - + Upraviť Name: - + Meno: Search... - + Hľadať... Command: - + Príkaz: Wait for system tray - + Počkať na systémovú lištu Select Application - + Vybrať aplikáciu @@ -39,22 +39,22 @@ Global Autostart - + Globálne automatické spustenie LXQt Autostart - + Automatické spustenie LXQt Location: %1 - + Umiestnenie: %1 Overrides: %1 - + Nahradiť: %1 @@ -62,32 +62,32 @@ Delete - + Vymazať Add - + Pridať Edit - + Upraviť Application Autostart - + Použiť automatické spustenie Error - + Chyba File '%1' already exists! - + Súbor '%1' už existuje! @@ -95,99 +95,62 @@ Window Manager - + Správca okien Search... - + Hľadať... LXQt Modules - + Moduly LXQt Start - + Spustiť Stop - + Zastaviť Leave Session - + Opustiť sedenie Ask for confirmation to leave session - + Požiadať o potvrdenie pre opustenie relácie Lock screen before suspending/hibernating - + Uzamknúť monitor pred prepnutím do pohotovostného stavu / hibernácie Suspend/hibernate after lock delay: - + Prepnutie do pohotovostného stavu / hibernácie po uplynutí: ms - + ms Basic Settings - + Základné nastavenia Select a window manager - - - - - DefaultApps - - - Select a terminal emulator - - - - - Select a web browser - - - - - DefaultAppsPage - - - Default Applications - - - - - Terminal Emulation: - - - - - - Search... - - - - - Web Browser: - + Vybrať správcu okien @@ -195,27 +158,27 @@ Add - + Pridaj Delete - + Odstrániť Environment Variables (Advanced) - + Premenné prostredia (rozšírené) Variable Name - + Premenné meno Value - + Hodnota @@ -223,50 +186,45 @@ Running - + Beží SessionConfigWindow - + LXQt Session Settings - + Nastavenie sedenia LXQt - + Basic Settings - - - - - Default Applications - + Základné nastavenia - + User Directories - + Adresáre užívateľa - + Autostart - + Automatické spustenie - + Environment (Advanced) - + Prostredie (Rozšírené) - + Session Restart Required - + Vyžaduje sa reštart relácie - + Some settings will not take effect until the next log in. - + Niektoré nastavenia sa prejavia až po ďalšom prihlásení. @@ -274,22 +232,22 @@ Locations for Personal Files - + Miesto pre osobné súbory LXQt Session Settings - User Directories - + Nastavenie relácie LXQt - Užívateľské adresáre An error ocurred while applying the settings for the %1 location - + Pri aplikovaní nastavení sa vyskytla chyba %1 Choose Location - + Vybrať umiestnenie @@ -297,82 +255,82 @@ Desktop - + Plocha Downloads - + Stiahnuté Templates - + Šablóny Public Share - + Verejne zdieľané Documents - + Dokumenty Music - + Hudba Pictures - + Obrázky Videos - + Videá Contains all the files which you see on your desktop - + Obsahuje všetky súbory viditeľné na pracovnej ploche Default folder to save your downloaded files - + Vybrať predvolený priečinok na uloženie prevzatých súborov Default folder to load or save templates from or to - + Vybrať predvolený priečinok na uloženie šablón Default folder to publicly share your files - + Predvolený priečinok pre verejne zdieľané súbory Default folder to load or save documents from or to - + Predvolený priečinok pre načítanie alebo ukladanie dokumentov Default folder to load or save music from or to - + Predvolený priečinok pre načítanie alebo ukladanie hudby Default folder to load or save pictures from or to - + Predvolený priečinok pre načítanie alebo ukladanie obrázkov Default folder to load or save videos from or to - + Predvolený priečinok pre načítanie alebo ukladanie videí diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_sl.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_sl.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_sl.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_sl.ts 2020-10-31 08:58:17.000000000 +0000 @@ -6,7 +6,7 @@ Edit - Urejanje + Uredi @@ -44,7 +44,7 @@ LXQt Autostart - Samodejni zagon za lxqt + Samodejni zagon za LXQt @@ -54,7 +54,7 @@ Overrides: %1 - Povozi: %1 + Prezre: %1 @@ -72,7 +72,7 @@ Edit - Urejanje + Uredi @@ -87,7 +87,7 @@ File '%1' already exists! - Datoteka »%1« že obstaja. + Datoteka »%1« že obstaja! @@ -105,32 +105,32 @@ LXQt Modules - + Moduli za LXQt Leave Session - + Zapusti sejo Ask for confirmation to leave session - + Vprašaj za potrditev Lock screen before suspending/hibernating - + Zakleni zaslon pred spanjem/mirovanjem Suspend/hibernate after lock delay: - + Spanje/hibernacija po zaklepu čez: ms - + ms @@ -140,12 +140,12 @@ Start - + Zaženi Stop - + Ustavi @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Izberite posnemovalnika terminala - - - - Select a web browser - Izberite spletni brskalnik - - - - DefaultAppsPage - - - Default Applications - Privzeti programi - - - - Terminal Emulation: - Posnemovalnik termina: - - - - - Search... - Iskanje ... - - - - Web Browser: - Spletni brskalnik: - - - EnvironmentPage @@ -210,7 +173,7 @@ Variable Name - Ime spremenljivke + Ime @@ -223,50 +186,45 @@ Running - + Zagnan SessionConfigWindow - + LXQt Session Settings - + Nastavitve seje LXQt - + Basic Settings Osnovne nastavitve - - Default Applications - Privzeti programi - - - + User Directories - + Uporabniške mape - + Autostart Samodejni zagon - + Environment (Advanced) Okolje (napredno) - + Session Restart Required - Potreben je ponoven zagon seje + Potreben je ponovni zagon seje - + Some settings will not take effect until the next log in. - + Nekatere nastavitve se bodo uveljavile pri naslednji prijavi. @@ -274,22 +232,22 @@ Locations for Personal Files - + Lokacije osebnih datotek LXQt Session Settings - User Directories - + Nastavitve seje LXQt - uporabniške mape An error ocurred while applying the settings for the %1 location - + Napaka pri uveljavitvi sprememb za %1 Choose Location - + Izberite mapo @@ -297,82 +255,82 @@ Desktop - + Namizje Downloads - + Prenosi Templates - + Predloge Public Share - + Javno Documents - + Dokumenti Music - + Glasba Pictures - + Slike Videos - + Videoposnetki Contains all the files which you see on your desktop - + Vsebuje vse datoteke, ki so na namizju Default folder to save your downloaded files - + Vsebuje prenešene datoteke Default folder to load or save templates from or to - + Lokacija za shranjevanje in nalaganje predlog Default folder to publicly share your files - + Mapa za javno dostopne datoteke Default folder to load or save documents from or to - + Vsebuje osebne dokumente Default folder to load or save music from or to - + Lokacija za shranjevanje in nalaganje glasbe Default folder to load or save pictures from or to - + Lokacija za shranjevanje in nalaganje slik in fotografij Default folder to load or save videos from or to - + Lokacija za shranjevanje in nalaganje videoposnetkov in filmov diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_sr@latin.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_sr@latin.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_sr@latin.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_sr@latin.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - - - - - Select a web browser - - - - - DefaultAppsPage - - - Default Applications - - - - - Terminal Emulation: - - - - - - Search... - - - - - Web Browser: - - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings - + Basic Settings - - Default Applications - - - - + User Directories - + Autostart - + Environment (Advanced) - + Session Restart Required - + Some settings will not take effect until the next log in. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_sr_RS.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_sr_RS.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_sr_RS.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_sr_RS.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - - - - - Select a web browser - - - - - DefaultAppsPage - - - Default Applications - - - - - Terminal Emulation: - - - - - - Search... - Тражи... - - - - Web Browser: - - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings - + Basic Settings - - Default Applications - - - - + User Directories - + Autostart - + Environment (Advanced) - + Session Restart Required - + Some settings will not take effect until the next log in. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_th_TH.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_th_TH.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_th_TH.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_th_TH.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - เลือกโปรแกรมจำลองเทอร์มินัล - - - - Select a web browser - เลือกโปรแกรมท่องเว็บ - - - - DefaultAppsPage - - - Default Applications - โปรแกรมปริยาย - - - - Terminal Emulation: - โปรแกรมจำลองเทอร์มินัล: - - - - - Search... - ค้นหา... - - - - Web Browser: - โปรแกรมท่องเว็บ - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings - + Basic Settings ค่าตั้งพื้นฐาน - - Default Applications - โปรแกรมปริยาย - - - + User Directories - + Autostart การเริ่มโปรแกรมอัตโนมัติ - + Environment (Advanced) สภวาดแวดล้อม (ขั้นสูง) - + Session Restart Required จำเป็นต้องทำการเริ่มวาระงานใหม่ - + Some settings will not take effect until the next log in. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_tr.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_tr.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_tr.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_tr.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Bir terminal öykünücü seçin - - - - Select a web browser - Bir web tarayıcı seçin - - - - DefaultAppsPage - - - Default Applications - Öntanımlı Uygulamalar - - - - Terminal Emulation: - Terminal Öykünümü: - - - - - Search... - Ara... - - - - Web Browser: - Web Tarayıcı: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings LXQT Oturum Ayarları - + Basic Settings Temel Ayarlar - - Default Applications - Öntanımlı Uygulamalar - - - + User Directories Kullanıcı Dizinleri - + Autostart Kendilğinden Başlatma - + Environment (Advanced) Ortam (Gelişmiş) - + Session Restart Required Oturumun yeniden başlatılması gerekli - + Some settings will not take effect until the next log in. Bazı ayarlar yeniden başlayıncaya kadar etkin olmayacak. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - - - - - Select a web browser - - - - - DefaultAppsPage - - - Default Applications - - - - - Terminal Emulation: - - - - - - Search... - - - - - Web Browser: - - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings - + Basic Settings - - Default Applications - - - - + User Directories - + Autostart - + Environment (Advanced) - + Session Restart Required - + Some settings will not take effect until the next log in. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_uk.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_uk.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_uk.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_uk.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - Оберіть емулятор терміналу - - - - Select a web browser - Оберіть веб-переглядач - - - - DefaultAppsPage - - - Default Applications - Типові програми - - - - Terminal Emulation: - Емуляція терміналу: - - - - - Search... - Пошук... - - - - Web Browser: - Веб-переглядач: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings Налаштування сесії LXQT - + Basic Settings Базові налаштування - - Default Applications - Типові програми - - - + User Directories Теки користувача - + Autostart Автозапуск - + Environment (Advanced) Середовище (розширено) - + Session Restart Required Необхідно перезапустити сеанс - + Some settings will not take effect until the next log in. Деякі налаштування застосуються після наступного входу. diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_zh_CN.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_zh_CN.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_zh_CN.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_zh_CN.ts 2020-10-31 08:58:17.000000000 +0000 @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - 选择终端模拟器 - - - - Select a web browser - 选择网页浏览器 - - - - DefaultAppsPage - - - Default Applications - 默认程序 - - - - Terminal Emulation: - 终端模拟器: - - - - - Search... - 查找... - - - - Web Browser: - 网页浏览器: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings LXQt 会话配置 - + Basic Settings 基本设置 - - Default Applications - 默认程序 - - - + User Directories 用户目录 - + Autostart 自动启动 - + Environment (Advanced) 环境(高级) - + Session Restart Required 需要重启会话 - + Some settings will not take effect until the next log in. 某些设置只会在下一次登录后才会生效。 diff -Nru lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_zh_TW.ts lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_zh_TW.ts --- lxqt-session-0.14.1/lxqt-config-session/translations/lxqt-config-session_zh_TW.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/translations/lxqt-config-session_zh_TW.ts 2020-10-31 08:58:17.000000000 +0000 @@ -125,12 +125,12 @@ Suspend/hibernate after lock delay: - + 鎖定延遲後掛起/休眠: ms - + ms @@ -154,43 +154,6 @@ - DefaultApps - - - Select a terminal emulator - 選擇一個終端模擬機 - - - - Select a web browser - 選擇一個網頁瀏覽器 - - - - DefaultAppsPage - - - Default Applications - 預設程式 - - - - Terminal Emulation: - 終端模擬機: - - - - - Search... - 搜尋... - - - - Web Browser: - 網頁瀏覽器: - - - EnvironmentPage @@ -229,42 +192,37 @@ SessionConfigWindow - + LXQt Session Settings LXQt 會話設定 - + Basic Settings 基本設定 - - Default Applications - 預設程式 - - - + User Directories 使用者目錄 - + Autostart 自動啟動程式 - + Environment (Advanced) 環境參數(進階) - + Session Restart Required 重新啟動會話請求 - + Some settings will not take effect until the next log in. 某些設定不會立刻生效直到下次登入。 @@ -362,7 +320,7 @@ Default folder to load or save music from or to - + 讀取或保存音樂的默認文件夾 diff -Nru lxqt-session-0.14.1/lxqt-config-session/userlocationspage.cpp lxqt-session-0.16.0/lxqt-config-session/userlocationspage.cpp --- lxqt-session-0.14.1/lxqt-config-session/userlocationspage.cpp 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/userlocationspage.cpp 2020-10-31 08:58:17.000000000 +0000 @@ -51,7 +51,7 @@ UserLocationsPagePrivate::UserLocationsPagePrivate() : locations(), - signalMapper(0) + signalMapper(nullptr) { } @@ -153,7 +153,7 @@ { // It's fine to delete a null pointer. No need to check. delete d; - d = 0; + d = nullptr; } void UserLocationsPage::restoreSettings() diff -Nru lxqt-session-0.14.1/lxqt-config-session/userlocationspage.h lxqt-session-0.16.0/lxqt-config-session/userlocationspage.h --- lxqt-session-0.14.1/lxqt-config-session/userlocationspage.h 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-config-session/userlocationspage.h 2020-10-31 08:58:17.000000000 +0000 @@ -28,8 +28,8 @@ Q_OBJECT public: - explicit UserLocationsPage(QWidget *parent = 0); - ~UserLocationsPage(); + explicit UserLocationsPage(QWidget *parent = nullptr); + ~UserLocationsPage() override; Q_SIGNALS: void needRestart(); diff -Nru lxqt-session-0.14.1/lxqt-leave/leavedialog.cpp lxqt-session-0.16.0/lxqt-leave/leavedialog.cpp --- lxqt-session-0.14.1/lxqt-leave/leavedialog.cpp 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/leavedialog.cpp 2020-10-31 08:58:17.000000000 +0000 @@ -26,7 +26,11 @@ * END_COMMON_COPYRIGHT_HEADER */ #include "leavedialog.h" + #include +#include +#include +#include LeaveDialog::LeaveDialog(QWidget* parent) : QDialog(parent, Qt::Dialog | Qt::WindowStaysOnTopHint | Qt::CustomizeWindowHint), @@ -123,11 +127,3 @@ { delete ui; } - -void LeaveDialog::resizeEvent(QResizeEvent* /*event*/) -{ - QRect screen = QApplication::desktop()->screenGeometry(); - move((screen.width() - this->width()) / 2, - (screen.height() - this->height()) / 2); - -} diff -Nru lxqt-session-0.14.1/lxqt-leave/leavedialog.h lxqt-session-0.16.0/lxqt-leave/leavedialog.h --- lxqt-session-0.14.1/lxqt-leave/leavedialog.h 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/leavedialog.h 2020-10-31 08:58:17.000000000 +0000 @@ -31,7 +31,6 @@ #include "ui_leavedialog.h" #include -#include #include #include #include @@ -45,11 +44,8 @@ Q_OBJECT public: - explicit LeaveDialog(QWidget *parent = 0); - ~LeaveDialog(); - -protected: - virtual void resizeEvent(QResizeEvent* event) override; + explicit LeaveDialog(QWidget *parent = nullptr); + ~LeaveDialog() override; private: Ui::LeaveDialog *ui; diff -Nru lxqt-session-0.14.1/lxqt-leave/listwidget.cpp lxqt-session-0.16.0/lxqt-leave/listwidget.cpp --- lxqt-session-0.14.1/lxqt-leave/listwidget.cpp 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/listwidget.cpp 2020-10-31 08:58:17.000000000 +0000 @@ -47,7 +47,7 @@ static constexpr QMargins MARGINS{5, 5, 5, 5}; public: using QItemDelegate::QItemDelegate; - virtual QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const override + QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const override { if (mItemSize.isValid()) return mItemSize; @@ -64,7 +64,7 @@ return mItemSize; } - virtual void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const override + void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const override { /* // mimic the button visual @@ -85,7 +85,7 @@ protected: // Note: We want to paint the focus rectangle around the whole (text+icon) // (default in QItemDelegate is to draw the focus only in text rectangle) - virtual void drawFocus(QPainter *painter + void drawFocus(QPainter *painter , const QStyleOptionViewItem &option , const QRect &/*rect*/) const override { @@ -93,7 +93,7 @@ return QItemDelegate::drawFocus(painter, option, option.rect); } - virtual void drawDisplay(QPainter *painter + void drawDisplay(QPainter *painter , const QStyleOptionViewItem &option , const QRect &rect , const QString &text) const override @@ -103,7 +103,7 @@ return QItemDelegate::drawDisplay(painter, option, r, text); } - virtual void drawDecoration(QPainter *painter + void drawDecoration(QPainter *painter , const QStyleOptionViewItem &option , const QRect &rect , const QPixmap &pixmap) const override diff -Nru lxqt-session-0.14.1/lxqt-leave/listwidget.h lxqt-session-0.16.0/lxqt-leave/listwidget.h --- lxqt-session-0.14.1/lxqt-leave/listwidget.h 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/listwidget.h 2020-10-31 08:58:17.000000000 +0000 @@ -41,10 +41,10 @@ void setColumns(int columns); protected: - virtual QSize viewportSizeHint() const override; - virtual QModelIndex moveCursor(CursorAction cursorAction, Qt::KeyboardModifiers modifiers) override; - virtual void keyPressEvent(QKeyEvent * event) override; - virtual void focusInEvent(QFocusEvent * event) override; + QSize viewportSizeHint() const override; + QModelIndex moveCursor(CursorAction cursorAction, Qt::KeyboardModifiers modifiers) override; + void keyPressEvent(QKeyEvent * event) override; + void focusInEvent(QFocusEvent * event) override; private: int mRows; diff -Nru lxqt-session-0.14.1/lxqt-leave/main.cpp lxqt-session-0.16.0/lxqt-leave/main.cpp --- lxqt-session-0.14.1/lxqt-leave/main.cpp 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/main.cpp 2020-10-31 08:58:17.000000000 +0000 @@ -29,9 +29,11 @@ #include #include #include -#include #include #include +#include +#include +#include #include "leavedialog.h" @@ -110,9 +112,6 @@ LeaveDialog dialog; a.setActivationWindow(&dialog); dialog.setFixedSize(dialog.sizeHint()); - dialog.setGeometry(QStyle::alignedRect(Qt::LeftToRight, - Qt::AlignCenter, - dialog.sizeHint(), - qApp->desktop()->screenGeometry(QCursor::pos()))); + return dialog.exec(); } diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-hibernate_hr.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-hibernate_hr.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-hibernate_hr.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-hibernate_hr.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +Comment[hr]=Postavi uređaj u stanje mirovanja +Name[hr]=Stanje mirovanja diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-hibernate_it.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-hibernate_it.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-hibernate_it.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-hibernate_it.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,2 +1,3 @@ Name[it]=Iberna +GenericName[it]=Ibernare il computer Comment[it]=Ibernare il computer diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-hibernate_ja.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-hibernate_ja.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-hibernate_ja.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-hibernate_ja.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,2 +1,3 @@ Name[ja]=ハイバネート -Comment[ja]=PCをハイバネートします +GenericName[ja]=ハイバネート +Comment[ja]=PC を休止状態にします diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-hibernate_ko.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-hibernate_ko.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-hibernate_ko.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-hibernate_ko.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +Name[ko]=최대 절전 모드 +Comment[ko]=최대 절전 모드 diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_arn.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_arn.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_arn.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_arn.ts 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,85 @@ + + + + + LeaveDialog + + + Leave + + + + + <html><head/><body><p><span style=" font-size:12pt;">What do you want the computer to do?</span></p></body></html> + + + + + Logout + + + + + Reboot + + + + + Shutdown + + + + + Suspend + + + + + Lock screen + + + + + Hibernate + + + + + Cancel + + + + + main + + + Logout. + + + + + Lockscreen. + + + + + Suspend. + + + + + Hibernate. + + + + + Shutdown. + + + + + Reboot. + + + + diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_ar.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_ar.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_ar.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_ar.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ <html><head/><body><p><span style=" font-size:12pt;">ما الذي تريد من الحاسوب فعله؟</span></p></body></html> - + Logout اخرج - + Reboot أعِد الإقلاع - + Shutdown أطفِئ - + Suspend علّق - + Lock screen اقفل الشاشة - + Hibernate أسبِت @@ -52,32 +52,32 @@ main - + Logout. اخرج. - + Lockscreen. اقفل الشاشة. - + Suspend. علّق. - + Hibernate. أسبِت. - + Shutdown. أطفِئ. - + Reboot. أعِد الإقلاع. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_ast.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_ast.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_ast.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_ast.ts 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,85 @@ + + + + + LeaveDialog + + + Leave + + + + + <html><head/><body><p><span style=" font-size:12pt;">What do you want the computer to do?</span></p></body></html> + + + + + Logout + + + + + Reboot + + + + + Shutdown + + + + + Suspend + + + + + Lock screen + + + + + Hibernate + + + + + Cancel + + + + + main + + + Logout. + + + + + Lockscreen. + + + + + Suspend. + + + + + Hibernate. + + + + + Shutdown. + + + + + Reboot. + + + + diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_ca.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_ca.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_ca.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_ca.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ <html><head/><body><p><span style=" font-size:12pt;">Què voleu que faci l'ordinador?</span></p></body></html> - + Logout Tanca la sessió - + Reboot Reinicia - + Shutdown Apaga - + Suspend Suspèn - + Lock screen Bloqueja la pantalla - + Hibernate Hiberna @@ -52,32 +52,32 @@ main - + Logout. Tanca la sessió. - + Lockscreen. Bloqueja la pantalla. - + Suspend. Suspèn. - + Hibernate. Hiberna. - + Shutdown. Apaga. - + Reboot. Reinicia. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_cs.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_cs.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_cs.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_cs.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +Name[cs]=Odejít +Comment[cs]=Dialog pro odejití diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_cs.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_cs.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_cs.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_cs.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,70 +14,70 @@ <html><head/><body><p><span style=" font-size:12pt;">Co chcete s počítačem udělat?</span></p></body></html> - + Logout Odhlásit se - + Reboot Restartovat - + Shutdown Vypnout - + Suspend Uspat do paměti - + Lock screen Uzamknout obrazovku - + Hibernate Uspat na disk Cancel - Storno + Zrušit main - + Logout. Odhlásit se. - + Lockscreen. Uzamknout obrazovku. - + Suspend. Uspat do paměti. - + Hibernate. Uspat na disk. - + Shutdown. Vypnout. - + Reboot. Restartovat. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_cy.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_cy.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_cy.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_cy.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ - + Logout - + Reboot - + Shutdown - + Suspend - + Lock screen - + Hibernate @@ -52,32 +52,32 @@ main - + Logout. - + Lockscreen. - + Suspend. - + Hibernate. - + Shutdown. - + Reboot. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_da.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_da.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_da.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_da.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ <html><head/><body><p><span style=" font-size:12pt;">Hvad vil du have computeren til at gøre?</span></p></body></html> - + Logout Log ud - + Reboot Genstart - + Shutdown Luk ned - + Suspend Hvile - + Lock screen Lås skærm - + Hibernate Dvale @@ -52,32 +52,32 @@ main - + Logout. Log ud. - + Lockscreen. Lås skærm. - + Suspend. Hvile. - + Hibernate. Dvale. - + Shutdown. Luk ned. - + Reboot. Genstart. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_de.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_de.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_de.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_de.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ <html><head/><body><p><span style=" font-size:12pt;">Was soll der Rechner Ihrer Meinung nach tun?</span></p></body></html> - + Logout Abmelden - + Reboot Neustarten - + Shutdown Herunterfahren - + Suspend Bereitschaft - + Lock screen - Bildschirm sperren + Sperre Bildschirm - + Hibernate Ruhezustand @@ -52,34 +52,34 @@ main - + Logout. Abmelden. - + Lockscreen. - Sperrbildschirm. + Sperre Bildschirm. - + Suspend. Bereitschaft. - + Hibernate. Ruhezustand. - + Shutdown. Herunterfahren. - + Reboot. - Neustart. + Neustarten. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_el.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_el.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_el.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_el.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ <html><head/><body><p><span style=" font-size:12pt;">Τι επιθυμείτε να πραγματοποιήσει ο υπολογιστής;</span></p></body></html> - + Logout Αποσύνδεση - + Reboot Επανεκκίνηση - + Shutdown Τερματισμός - + Suspend Αναστολή - + Lock screen Κλείδωμα οθόνης - + Hibernate Νάρκη @@ -52,32 +52,32 @@ main - + Logout. Αποσύνδεση. - + Lockscreen. Κλείδωμα οθόνης. - + Suspend. Αναστολή. - + Hibernate. Νάρκη. - + Shutdown. Τερματισμός. - + Reboot. Επανεκκίνηση. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_es.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_es.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_es.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_es.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ <html><head/><body><p><span style=" font-size:12pt;">¿Qué desea hacer con el sistema?</span></p></body></html> - + Logout Cerrar la sesión - + Reboot Reiniciar - + Shutdown Apagar - + Suspend Suspender - + Lock screen Bloquear la pantalla - + Hibernate Hibernar @@ -52,32 +52,32 @@ main - + Logout. Cerrar la sesión. - + Lockscreen. Bloquear la pantalla. - + Suspend. Suspender. - + Hibernate. Hibernar. - + Shutdown. Apagar. - + Reboot. Reiniciar. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_fi.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_fi.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_fi.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_fi.ts 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,85 @@ + + + + + LeaveDialog + + + Leave + Poistu + + + + <html><head/><body><p><span style=" font-size:12pt;">What do you want the computer to do?</span></p></body></html> + <html><head/><body><p><span style=" font-size:12pt;">Mitä haluaisit tietokoneen tekevän?</span></p></body></html> + + + + Logout + Kirjaudu Ulos + + + + Reboot + Käynnistä Uudelleen + + + + Shutdown + Sammuta + + + + Suspend + Lepotila + + + + Lock screen + Lukitse Näyttö + + + + Hibernate + Horrostila + + + + Cancel + Peru + + + + main + + + Logout. + Kirjaudu ulos. + + + + Lockscreen. + Lukitse näyttö. + + + + Suspend. + Siirry lepotilaan. + + + + Hibernate. + Siirry horrostilaan. + + + + Shutdown. + Sammuta tietokone. + + + + Reboot. + Käynnistä tietokone uudelleen. + + + diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_fr.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_fr.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_fr.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_fr.ts 2020-10-31 08:58:17.000000000 +0000 @@ -19,32 +19,32 @@ <html><head/><body><p><span style=" font-size:12pt;">Que voulez-vous que l'ordinateur fasse ?</span></p></body></html> - + Logout Déconnexion - + Lock screen Verrouiller l'écran - + Suspend Suspendre - + Hibernate Hiberner - + Shutdown Arrêter - + Reboot Redémarrer @@ -52,32 +52,32 @@ main - + Logout. Déconnexion. - + Lockscreen. Verrouillage de l'écran. - + Suspend. Suspendre. - + Hibernate. Hibernation. - + Shutdown. Arrêt. - + Reboot. Redémarrage. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_gl.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_gl.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_gl.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_gl.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ <html><head/><body><p><span style=" font-size:12pt;">Que quere facer co computador?</span></p></body></html> - + Logout Pechar a sesión - + Reboot Reiniciar - + Shutdown Apagar - + Suspend Suspender - + Lock screen Bloquear a pantalla - + Hibernate Hibernar @@ -52,32 +52,32 @@ main - + Logout. Pechar a sesión. - + Lockscreen. Bloquear a pantalla. - + Suspend. Suspender. - + Hibernate. Hibernar. - + Shutdown. Apagar. - + Reboot. Reiniciar. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_he.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_he.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_he.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_he.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,34 +14,34 @@ <html><head/><body><p><span style=" font-size:12pt;">מה ברצונך להורות למחשב לבצע?</span></p></body></html> - + Logout - לצאת + יציאה - + Reboot - להפעיל מחדש + אתחול - + Shutdown - לכבות + כיבוי - + Suspend - להשהות + השהיה - + Lock screen - לנעול מסך + נעילת מסך - + Hibernate - להרדם + שינה @@ -52,34 +52,34 @@ main - + Logout. יציאה. - + Lockscreen. - מסך נעילה. + נעילת מסך. - + Suspend. השהיה. - + Hibernate. - תרדמת. + שינה. - + Shutdown. כיבוי. - + Reboot. - הפעלה מחדש. + אתחול. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_hr.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_hr.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_hr.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_hr.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +Name[hr]=Napusti +Comment[hr]=Dijalog za napuštanje diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_hr.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_hr.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_hr.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_hr.ts 2020-10-31 08:58:17.000000000 +0000 @@ -11,75 +11,75 @@ <html><head/><body><p><span style=" font-size:12pt;">What do you want the computer to do?</span></p></body></html> - <html><head/><body><p><span style=" font-size:12pt;">Što želite da računalo učini?</span></p></body></html> + <html><head/><body><p><span style=" font-size:12pt;">Koju radnju želiš izvršiti?</span></p></body></html> - + Logout - Odjava + Odjavi se - + Reboot - Ponovno pokretanje + Ponovo pokreni - + Shutdown - Isključivanje + Isključi - + Suspend - Suspenzija + Pripravno stanje - + Lock screen - Zaključavanje zaslona + Zaključaj ekran - + Hibernate - Hibernacija + Stanje mirovanja Cancel - Otkaži + Odustani main - + Logout. - Odjava. + Odjavi se. - + Lockscreen. - Zaslon zaključavanja. + Zaključaj ekran. - + Suspend. - Suspendiraj. + Pripravno stanje. - + Hibernate. - Hibernacija. + Stanje mirovanja. - + Shutdown. Isključi. - + Reboot. - Ponovno pokreni. + Ponovo pokreni. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_hu.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_hu.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_hu.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_hu.ts 2020-10-31 08:58:17.000000000 +0000 @@ -6,40 +6,40 @@ Leave - Elhagyás... + Kilépés <html><head/><body><p><span style=" font-size:12pt;">What do you want the computer to do?</span></p></body></html> - <html><head/><body><p><span style=" font-size:12pt;">Mi legyen a számítógéppel?</span></p></body></html> + <html><head/><body><p><span style=" font-size:12pt;">Mit szeretne tenni a számítógéppel?</span></p></body></html> - + Logout Kijelentkezés - + Reboot Újraindítás - + Shutdown Kikapcsolás - + Suspend Készenlét - + Lock screen - Képzár + Zárolás - + Hibernate Mélykészenlét @@ -52,32 +52,32 @@ main - + Logout. Kijelentkezés. - + Lockscreen. - Képernyőzár. + Zárolás. - + Suspend. Készenlét. - + Hibernate. Mélykészenlét. - + Shutdown. Kikapcsolás. - + Reboot. Újraindítás. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_id.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_id.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_id.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_id.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ <html><head/><body><p><span style=" font-size:12pt;">Apa yang anda ingin komputer ini lakukan?</span></p></body></html> - + Logout Keluar - + Reboot Muat ulang - + Shutdown Matikan - + Suspend Suspensi - + Lock screen Kunci layar - + Hibernate Hibernasi @@ -52,32 +52,32 @@ main - + Logout. Keluar. - + Lockscreen. Kunci layar. - + Suspend. Suspensi. - + Hibernate. Hibernasi. - + Shutdown. Matikan. - + Reboot. Muat ulang. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_it.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_it.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_it.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_it.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,2 +1,3 @@ Name[it]=Esci +GenericName[it]=Opzioni di uscita Comment[it]=Opzioni di uscita diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_it.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_it.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_it.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_it.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ <html><head/><body><p><span style=" font-size:12pt;">Cosa vuoi che faccia il computer?</span></p></body></html> - + Logout Chiudi sessione - + Reboot Riavvia - + Shutdown Spegni - + Suspend Sospendi - + Lock screen Blocca lo schermo - + Hibernate Iberna @@ -52,32 +52,32 @@ main - + Logout. Chiusura della sessione. - + Lockscreen. Blocco dello schermo. - + Suspend. Sospensione. - + Hibernate. Ibernazione. - + Shutdown. Spegnimento. - + Reboot. Riavvio. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_ja.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_ja.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_ja.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_ja.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,2 +1,3 @@ -Name[ja]=終了 +Name[ja]=離席しますか? +GenericName[ja]=終了ダイアログ Comment[ja]=終了ダイアログを表示します diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_ja.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_ja.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_ja.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_ja.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ <html><head/><body><p><span style=" font-size:12pt;">どの操作を選択しますか?</span></p></body></html> - + Logout ログアウト - + Reboot 再起動 - + Shutdown シャットダウン - + Suspend サスペンド - + Lock screen 画面のロック - + Hibernate ハイバネート @@ -52,34 +52,34 @@ main - + Logout. - ログアウト. + ログアウトする。 - + Lockscreen. - 画面のロック. + 画面をロックする。 - + Suspend. - サスペンド. + サスペンドする。 - + Hibernate. - ハイバネート. + ハイバネートする。 - + Shutdown. - シャットダウン. + シャットダウンする。 - + Reboot. - 再起動. + 再起動する。 diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_ko.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_ko.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_ko.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_ko.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +Name[ko]=떠나기 +Comment[ko]=떠나기 대화상자 표시 diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_ko.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_ko.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_ko.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_ko.ts 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,86 @@ + + + + + LeaveDialog + + + Leave + 적절한 표현을 모르겠습니다. + 떠나기 + + + + <html><head/><body><p><span style=" font-size:12pt;">What do you want the computer to do?</span></p></body></html> + <html><head/><body><p><span style=" font-size:12pt;">무엇을 하길 원하십니까?</span></p></body></html> + + + + Logout + 로그아웃 + + + + Reboot + 재시작 + + + + Shutdown + 시스템 종료 + + + + Suspend + 대기 + + + + Lock screen + 잠금 + + + + Hibernate + 최대 절전 모드 + + + + Cancel + 취소 + + + + main + + + Logout. + 로그아웃. + + + + Lockscreen. + 잠금. + + + + Suspend. + 대기. + + + + Hibernate. + 최대 절전 모드. + + + + Shutdown. + 시스템 종료. + + + + Reboot. + 재시작. + + + diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_lt.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_lt.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_lt.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_lt.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ <html><head/><body><p><span style=" font-size:12pt;">Ką norėtumėte padaryti su kompiuteriu?</span></p></body></html> - + Logout Atsijungti - + Reboot Paleisti iš naujo - + Shutdown Išjungti - + Suspend Pristabdyti - + Lock screen Užrakinti ekraną - + Hibernate Užmigdyti @@ -52,32 +52,32 @@ main - + Logout. Atsijungti. - + Lockscreen. Užrakinti ekraną. - + Suspend. Pristabdyti. - + Hibernate. Užmigdyti. - + Shutdown. Išjungti. - + Reboot. Paleisti iš naujo. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_nb_NO.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_nb_NO.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_nb_NO.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_nb_NO.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,34 +14,34 @@ <html><head/><body><p><span style=" font-size:12pt;">Hva vil du at maskinen skal gjøre?</span></p></body></html> - + Logout Logg ut - + Reboot Omstart - + Shutdown Skru av - + Suspend - Dvale + Hvile - + Lock screen Lås skjerm - + Hibernate - Dyp dvale + Dvale @@ -52,32 +52,32 @@ main - + Logout. Logg ut. - + Lockscreen. Låseskjerm. - + Suspend. - Dvale. + Hvile. - + Hibernate. - Dyp dvale. + Dvale. - + Shutdown. Skru av. - + Reboot. Omstart. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_nl.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_nl.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_nl.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_nl.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ <html><head/><body><p><span style=" font-size:12pt;">Wat wilt u, dat de computer doet?</span></p></body></html> - + Logout Afmelden - + Reboot Herstarten - + Shutdown Afsluiten - + Suspend Pauzestand - + Lock screen Beeldscherm vergrendelen - + Hibernate Slaapstand @@ -52,32 +52,32 @@ main - + Logout. Afmelden. - + Lockscreen. Scherm vergrendelen. - + Suspend. Pauzestand. - + Hibernate. Slaapstand. - + Shutdown. Afsluiten. - + Reboot. Herstarten. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_pl.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_pl.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_pl.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_pl.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ <html><head/><body><p><span style=" font-size:12pt;">Co dalej?</span></p></body></html> - + Logout Wyloguj - + Reboot Uruchom ponownie - + Shutdown Wyłącz - + Suspend Uśpij - + Lock screen Zablokuj ekran - + Hibernate Hibernuj @@ -52,32 +52,32 @@ main - + Logout. Wylogowuje użytkownika. - + Lockscreen. Blokuje ekran. - + Suspend. Usypia komputer. - + Hibernate. Hibernuje komputer. - + Shutdown. Wyłącza komputer. - + Reboot. Uruchamia komputer ponownie. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_pt_BR.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_pt_BR.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_pt_BR.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_pt_BR.ts 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,85 @@ + + + + + LeaveDialog + + + Leave + Sair + + + + <html><head/><body><p><span style=" font-size:12pt;">What do you want the computer to do?</span></p></body></html> + <html><head/><body><p><span style=" font-size:12pt;">O que você deseja fazer com o computador?</span></p></body></html> + + + + Logout + Encerrar sessão + + + + Reboot + Reiniciar + + + + Shutdown + Desligar + + + + Suspend + Suspender + + + + Lock screen + Bloquear a tela + + + + Hibernate + Hibernar + + + + Cancel + Cancelar + + + + main + + + Logout. + Encerrar sessão. + + + + Lockscreen. + Bloquear tela. + + + + Suspend. + Suspender. + + + + Hibernate. + Hibernar. + + + + Shutdown. + Desligar. + + + + Reboot. + Reiniciar. + + + diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_pt.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_pt.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_pt.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_pt.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,3 @@ +Name[pt]=Abandonar +GenericName[pt]=Abandonar sessão +Comment[pt]=Abandonar a sessão atual diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_pt_PT.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_pt_PT.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_pt_PT.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_pt_PT.ts 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,85 @@ + + + + + LeaveDialog + + + Leave + Sair + + + + <html><head/><body><p><span style=" font-size:12pt;">What do you want the computer to do?</span></p></body></html> + <html><head/><body><p><span style=" font-size:12pt;">O que você quer que o computador faça?</span></p></body></html> + + + + Logout + Deslogar + + + + Reboot + Reiniciar + + + + Shutdown + Desligar + + + + Suspend + Suspender + + + + Lock screen + Bloquear + + + + Hibernate + Hibernar + + + + Cancel + Cancelar + + + + main + + + Logout. + Deslogar. + + + + Lockscreen. + Bloquear. + + + + Suspend. + Suspender. + + + + Hibernate. + Hibernar. + + + + Shutdown. + Desligar. + + + + Reboot. + Reiniciar. + + + diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_pt.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_pt.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_pt.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_pt.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ <html><head/><body><p><span style=" font-size:12pt;">O que deseja fazer com o computador?</span></p></body></html> - + Logout Sair da sessão - + Reboot Reiniciar - + Shutdown Desligar - + Suspend Suspender - + Lock screen Bloquear ecrã - + Hibernate Hibernar @@ -52,32 +52,32 @@ main - + Logout. Sair da sessão. - + Lockscreen. Bloquear ecrã. - + Suspend. Suspender. - + Hibernate. Hibernar. - + Shutdown. Desligar. - + Reboot. Reiniciar. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_ru.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_ru.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_ru.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_ru.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ <html><head/><body><p><span style=" font-size:12pt;">Что вы хотите сделать с компьютером?</span></p></body></html> - + Logout Выйти - + Reboot Перезагрузить - + Shutdown Выключить - + Suspend Перевести в ждущий режим - + Lock screen Заблокировать экран - + Hibernate Перевести в спящий режим @@ -52,32 +52,32 @@ main - + Logout. Выйти. - + Lockscreen. Заблокировать экран. - + Suspend. Перевести в ждущий режим. - + Hibernate. Перевести в спящий режим. - + Shutdown. Выключить. - + Reboot. Перезагрузить. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_sl.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_sl.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_sl.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_sl.ts 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,85 @@ + + + + + LeaveDialog + + + Leave + Zapusti sejo + + + + <html><head/><body><p><span style=" font-size:12pt;">What do you want the computer to do?</span></p></body></html> + <html><head/><body><p><span style=" font-size:12pt;">Katero dejanje želite izvesti?</span></p></body></html> + + + + Logout + Odjava + + + + Reboot + Ponovni zagon + + + + Shutdown + Zaustavitev + + + + Suspend + Spanje + + + + Lock screen + Zakleni zaslon + + + + Hibernate + Mirovanje + + + + Cancel + Prekliči + + + + main + + + Logout. + Odjavi. + + + + Lockscreen. + Zakleni. + + + + Suspend. + Spanje. + + + + Hibernate. + Mirovanje. + + + + Shutdown. + Zaustavitev. + + + + Reboot. + Ponovni zagon. + + + diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_tr.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_tr.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_tr.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_tr.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ <html><head/><body><p><span style=" font-size:12pt;">Bilgisayarın bunu yapmasını istiyor musunuz?</span></p></body></html> - + Logout Oturumu Kapat - + Reboot Yeniden Başlat - + Shutdown Bilgisayarı Kapat - + Suspend Beklemeye Al - + Lock screen Ekranı kilitle - + Hibernate Uykuya Al @@ -52,32 +52,32 @@ main - + Logout. Oturumu Kapat. - + Lockscreen. Ekranı kilitle. - + Suspend. Beklemeye Al. - + Hibernate. Uykuya Al. - + Shutdown. Bilgisayarı Kapat. - + Reboot. Yeniden Başlat. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ - + Logout - + Reboot - + Shutdown - + Suspend - + Lock screen - + Hibernate @@ -52,32 +52,32 @@ main - + Logout. - + Lockscreen. - + Suspend. - + Hibernate. - + Shutdown. - + Reboot. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_uk.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_uk.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_uk.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_uk.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ <html><head/><body><p><span style=" font-size:12pt;">Що б Ви бажали щоб комп'ютер зробив?</span></p></body></html> - + Logout Вийти - + Reboot Перезавантажити - + Shutdown Виключити - + Suspend Призупинити - + Lock screen Замкнути екран - + Hibernate Заснути @@ -52,32 +52,32 @@ main - + Logout. Вийти. - + Lockscreen. Замкнути екран. - + Suspend. Призупинити. - + Hibernate. Заснути. - + Shutdown. Виключити. - + Reboot. Перезавантажити. diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_zh_CN.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_zh_CN.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_zh_CN.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_zh_CN.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ <html><head/><body><p><span style=" font-size:12pt;">您想要执行什么操作?</span></p></body></html> - + Logout 注销 - + Reboot 重启 - + Shutdown 关闭电源 - + Suspend 挂起 - + Lock screen 锁屏 - + Hibernate 休眠 @@ -52,32 +52,32 @@ main - + Logout. 注销。 - + Lockscreen. 锁屏。 - + Suspend. 挂起。 - + Hibernate. 休眠。 - + Shutdown. 关闭电源。 - + Reboot. 重启。 diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_zh_TW.ts lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_zh_TW.ts --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-leave_zh_TW.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-leave_zh_TW.ts 2020-10-31 08:58:17.000000000 +0000 @@ -14,32 +14,32 @@ <html><head/><body><p><span style=" font-size:12pt;">您想執行什麼動作?</span></p></body></html> - + Logout 登出 - + Reboot 重新啟動 - + Shutdown 關機 - + Suspend 睡眠 - + Lock screen 鎖定螢幕 - + Hibernate 休眠 @@ -52,32 +52,32 @@ main - + Logout. 登出。 - + Lockscreen. 鎖定螢幕。 - + Suspend. 睡眠。 - + Hibernate. 休眠。 - + Shutdown. 關機。 - + Reboot. 重新啟動。 diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-lockscreen_cs.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-lockscreen_cs.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-lockscreen_cs.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-lockscreen_cs.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +Name[cs]=Zamknout obrazovku +Comment[cs]=Uzamknout stávající relaci diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-lockscreen_hr.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-lockscreen_hr.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-lockscreen_hr.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-lockscreen_hr.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +Comment[hr]=Zaključaj trenutačnu sesiju +Name[hr]=Zaključaj ekran diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-lockscreen_hu.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-lockscreen_hu.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-lockscreen_hu.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-lockscreen_hu.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,2 +1,2 @@ -Comment[hu]=A gép zárolása -Name[hu]=Képernyőzár +Comment[hu]=A számítógép lezárása +Name[hu]=Zárolás diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-lockscreen_it.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-lockscreen_it.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-lockscreen_it.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-lockscreen_it.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,2 +1,3 @@ Name[it]=Blocca schermo +GenericName[it]=Bloccare la sessione attuale Comment[it]=Blocca la sessione attuale diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-lockscreen_ja.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-lockscreen_ja.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-lockscreen_ja.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-lockscreen_ja.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,2 +1,3 @@ Name[ja]=画面のロック +GenericName[ja]=画面のロック Comment[ja]=画面をロックします diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-lockscreen_ko.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-lockscreen_ko.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-lockscreen_ko.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-lockscreen_ko.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +Name[ko]=잠금 +Comment[ko]=현재 세션을 잠금 diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-logout_cs.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-logout_cs.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-logout_cs.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-logout_cs.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +Name[cs]=Odhlásit se +Comment[cs]=Ukončit relaci diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-logout_hr.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-logout_hr.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-logout_hr.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-logout_hr.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +Comment[hr]=Odjavi se iz trenutačne sesije +Name[hr]=Odjavi se diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-logout_hu.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-logout_hu.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-logout_hu.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-logout_hu.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,2 +1,2 @@ -Comment[hu]=LXQt munkamenet vége -Name[hu]=Kilépés +Comment[hu]=Kijelentkezés az LXQt munkamenetből +Name[hu]=Kijelentkezés diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-logout_it.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-logout_it.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-logout_it.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-logout_it.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,2 +1,3 @@ Name[it]=Chiudi sessione +GenericName[it]=Chiudere la sessione attuale Comment[it]=Chiudere la sessione attuale diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-logout_ja.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-logout_ja.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-logout_ja.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-logout_ja.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,2 +1,3 @@ Name[ja]=ログアウト +GenericName[ja]=ログアウト Comment[ja]=セッションからログアウトします diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-logout_ko.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-logout_ko.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-logout_ko.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-logout_ko.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +Name[ko]=로그아웃 +Comment[ko]=현재 접속된 세션에서 나가기 diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-reboot_cs.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-reboot_cs.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-reboot_cs.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-reboot_cs.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +Name[cs]=Restartovat +Comment[cs]=Restartovat počítač diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-reboot_hr.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-reboot_hr.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-reboot_hr.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-reboot_hr.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +Comment[hr]=Ponovo pokreni računalo +Name[hr]=Ponovo pokreni diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-reboot_hu.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-reboot_hu.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-reboot_hu.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-reboot_hu.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,2 +1,2 @@ -Comment[hu]=A gép újraindítása +Comment[hu]=A számítógép újraindítása Name[hu]=Újraindítás diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-reboot_it.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-reboot_it.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-reboot_it.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-reboot_it.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,2 +1,3 @@ Name[it]=Riavvia +GenericName[it]=Riavviare il computer Comment[it]=Riavviare il computer diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-reboot_ja.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-reboot_ja.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-reboot_ja.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-reboot_ja.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,2 +1,3 @@ Name[ja]=再起動 -Comment[ja]=PCを再起動します +GenericName[ja]=再起動 +Comment[ja]=PC を再起動します diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-reboot_ko.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-reboot_ko.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-reboot_ko.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-reboot_ko.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +Name[ko]=재시작 +Comment[ko]=기기를 재시작 diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-shutdown_cs.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-shutdown_cs.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-shutdown_cs.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-shutdown_cs.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +Name[cs]=Vypnout +Comment[cs]=Vypnout počítač diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-shutdown_hr.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-shutdown_hr.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-shutdown_hr.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-shutdown_hr.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +Comment[hr]=Isključi uređaj +Name[hr]=Isključi diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-shutdown_it.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-shutdown_it.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-shutdown_it.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-shutdown_it.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,2 +1,3 @@ Name[it]=Arresta +GenericName[it]=Spegni il computer Comment[it]=Spegnere il computer diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-shutdown_ja.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-shutdown_ja.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-shutdown_ja.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-shutdown_ja.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,2 +1,3 @@ Name[ja]=シャットダウン -Comment[ja]=PCをシャットダウンします +GenericName[ja]=シャットダウン +Comment[ja]=PC をシャットダウンします diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-shutdown_ko.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-shutdown_ko.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-shutdown_ko.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-shutdown_ko.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +Name[ko]=시스템 종료 +Comment[ko]=기기를 종료 diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-suspend_cs.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-suspend_cs.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-suspend_cs.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-suspend_cs.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +Name[cs]=Uspat +Comment[cs]=Uspat počítač do paměti diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-suspend_hr.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-suspend_hr.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-suspend_hr.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-suspend_hr.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +Comment[hr]=Postavi uređaj u pripravno stanje +Name[hr]=Pripravno stanje diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-suspend_it.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-suspend_it.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-suspend_it.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-suspend_it.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,2 +1,3 @@ Name[it]=Sospensione +GenericName[it]=Sospendere il computer Comment[it]=Sospendere il computer diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-suspend_ja.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-suspend_ja.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-suspend_ja.desktop 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-suspend_ja.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -1,2 +1,3 @@ Name[ja]=サスペンド -Comment[ja]=PCをサスペンドします +GenericName[ja]=サスペンド +Comment[ja]=PC をサスペンドします diff -Nru lxqt-session-0.14.1/lxqt-leave/translations/lxqt-suspend_ko.desktop lxqt-session-0.16.0/lxqt-leave/translations/lxqt-suspend_ko.desktop --- lxqt-session-0.14.1/lxqt-leave/translations/lxqt-suspend_ko.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-leave/translations/lxqt-suspend_ko.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,2 @@ +Name[ko]=대기 +Comment[ko]=기기를 대기 모드로 전환 diff -Nru lxqt-session-0.14.1/lxqt-session/src/lockscreenmanager.h lxqt-session-0.16.0/lxqt-session/src/lockscreenmanager.h --- lxqt-session-0.14.1/lxqt-session/src/lockscreenmanager.h 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/src/lockscreenmanager.h 2020-10-31 08:58:17.000000000 +0000 @@ -40,7 +40,7 @@ Q_OBJECT public: - virtual ~LockScreenProvider() {} + ~LockScreenProvider() override {} virtual bool isValid() = 0; virtual bool inhibit() = 0; @@ -57,7 +57,7 @@ public: explicit LogindProvider(); - virtual ~LogindProvider(); + ~LogindProvider() override; bool isValid() override; bool inhibit() override; @@ -74,7 +74,7 @@ public: explicit ConsoleKit2Provider(); - virtual ~ConsoleKit2Provider(); + ~ConsoleKit2Provider() override; bool isValid() override; bool inhibit() override; @@ -92,7 +92,7 @@ public: explicit LockScreenManager(QObject *parent = nullptr); - virtual ~LockScreenManager(); + ~LockScreenManager() override; bool startup(bool lockBeforeSleep, int powerAfterLockDelay/*!< ms*/); diff -Nru lxqt-session-0.14.1/lxqt-session/src/lxqtmodman.cpp lxqt-session-0.16.0/lxqt-session/src/lxqtmodman.cpp --- lxqt-session-0.14.1/lxqt-session/src/lxqtmodman.cpp 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/src/lxqtmodman.cpp 2020-10-31 08:58:17.000000000 +0000 @@ -64,7 +64,7 @@ mThemeWatcher(new QFileSystemWatcher(this)), mWmStarted(false), mTrayStarted(false), - mWaitLoop(NULL) + mWaitLoop(nullptr) { connect(mThemeWatcher, SIGNAL(directoryChanged(QString)), SLOT(themeFolderChanged(QString))); connect(LXQt::Settings::globalSettings(), SIGNAL(lxqtThemeChanged()), SLOT(themeChanged())); @@ -127,7 +127,7 @@ // add a timeout to avoid infinite blocking if a WM fail to execute. QTimer::singleShot(60 * 1000, &waitLoop, SLOT(quit())); waitLoop.exec(); - mWaitLoop = NULL; + mWaitLoop = nullptr; } for (const XdgDesktopFile* const f : qAsConst(trayApps)) { @@ -208,7 +208,7 @@ mWmProcess->start(mWindowManager, args); } else - mWmProcess->start(mWindowManager); + mWmProcess->start(mWindowManager, QStringList()); // other autostart apps will be handled after the WM becomes available @@ -218,7 +218,7 @@ // add a timeout to avoid infinite blocking if a WM fail to execute. QTimer::singleShot(30 * 1000, &waitLoop, SLOT(quit())); waitLoop.exec(); - mWaitLoop = NULL; + mWaitLoop = nullptr; // FIXME: blocking is a bad idea. We need to start as many apps as possible and // only wait for the start of WM when it's absolutely needed. // Maybe we can add a X-Wait-WM=true key in the desktop entry file? @@ -302,13 +302,13 @@ case QProcess::CrashExit: { qCDebug(SESSION) << "Process" << procName << "(" << proc << ") has to be restarted"; - time_t now = time(NULL); + time_t now = time(nullptr); mCrashReport[proc].prepend(now); while (now - mCrashReport[proc].back() > 60) mCrashReport[proc].pop_back(); if (mCrashReport[proc].length() >= MAX_CRASHES_PER_APP) { - QMessageBox::warning(0, tr("Crash Report"), + QMessageBox::warning(nullptr, tr("Crash Report"), tr("%1 crashed too many times. Its autorestart has been disabled until next login.").arg(procName)); } else @@ -341,7 +341,7 @@ i.next(); auto p = i.value(); - disconnect(p, SIGNAL(finished(int, QProcess::ExitStatus)), 0, 0); + disconnect(p, SIGNAL(finished(int, QProcess::ExitStatus)), nullptr, nullptr); delete p; mNameMap[i.key()] = nullptr; @@ -467,6 +467,7 @@ fileName(QFileInfo(file.fileName()).fileName()), mIsTerminating(false) { + QProcess::setProcessChannelMode(QProcess::ForwardedChannels); connect(this, SIGNAL(stateChanged(QProcess::ProcessState)), SLOT(updateState(QProcess::ProcessState))); } diff -Nru lxqt-session-0.14.1/lxqt-session/src/lxqtmodman.h lxqt-session-0.16.0/lxqt-session/src/lxqtmodman.h --- lxqt-session-0.14.1/lxqt-session/src/lxqtmodman.h 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/src/lxqtmodman.h 2020-10-31 08:58:17.000000000 +0000 @@ -72,8 +72,8 @@ public: //! \brief Construct LXQtModuleManager - LXQtModuleManager(QObject* parent = 0); - virtual ~LXQtModuleManager(); + LXQtModuleManager(QObject* parent = nullptr); + ~LXQtModuleManager() override; //! \brief Set the window manager (e.g. "/usr/bin/openbox") void setWindowManager(const QString & windowManager); @@ -91,7 +91,7 @@ void startup(LXQt::Settings& s); // Qt5 uses native event filter - virtual bool nativeEventFilter(const QByteArray & eventType, void * message, long * result); + bool nativeEventFilter(const QByteArray & eventType, void * message, long * result) override; public slots: /*! \brief Exit LXQt session. @@ -190,7 +190,7 @@ { Q_OBJECT public: - LXQtModule(const XdgDesktopFile& file, QObject *parent = 0); + LXQtModule(const XdgDesktopFile& file, QObject *parent = nullptr); void start(); void terminate(); bool isTerminating(); diff -Nru lxqt-session-0.14.1/lxqt-session/src/numlock.cpp lxqt-session-0.16.0/lxqt-session/src/numlock.cpp --- lxqt-session-0.14.1/lxqt-session/src/numlock.cpp 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/src/numlock.cpp 2020-10-31 08:58:17.000000000 +0000 @@ -45,7 +45,7 @@ return 0; for( i = 0; i < XkbNumVirtualMods; i++ ) { char* modStr = XGetAtomName( xkb->dpy, xkb->names->vmods[i] ); - if( modStr != NULL && strcmp(name, modStr) == 0 ) { + if( modStr != nullptr && strcmp(name, modStr) == 0 ) { unsigned int mask; XkbVirtualModsToReal( xkb, 1 << i, &mask ); return mask; @@ -57,7 +57,7 @@ static unsigned int xkb_numlock_mask(Display* dpy) { XkbDescPtr xkb; - if(( xkb = XkbGetKeyboard( dpy, XkbAllComponentsMask, XkbUseCoreKbd )) != NULL ) { + if(( xkb = XkbGetKeyboard( dpy, XkbAllComponentsMask, XkbUseCoreKbd )) != nullptr ) { unsigned int mask = xkb_mask_modifier( dpy, xkb, "NumLock" ); XkbFreeKeyboard( xkb, 0, True ); return mask; diff -Nru lxqt-session-0.14.1/lxqt-session/src/sessionapplication.cpp lxqt-session-0.16.0/lxqt-session/src/sessionapplication.cpp --- lxqt-session-0.14.1/lxqt-session/src/sessionapplication.cpp 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/src/sessionapplication.cpp 2020-10-31 08:58:17.000000000 +0000 @@ -97,6 +97,17 @@ qCWarning(SESSION) << QStringLiteral("Session '%1', new input device '%2', keyboard setting will be (optionaly) reloaded...").arg(configName).arg(device); dev_timer->start(); }); + // Detect display connection: + // Intel i915 doesn't updates display status properly. The command xrandr must be run to + // update display status or run: + // # echo detect > status + // at /sys/devices/pciXXX/drm/cardX/cardX-XXX + UdevNotifier *dev_notifier_drm_subsystem = new UdevNotifier(QStringLiteral("drm"), this); //will be released upon our destruction + connect(dev_notifier_drm_subsystem, &UdevNotifier::deviceChanged, [this] (QString device) + { + qCWarning(SESSION) << QStringLiteral("Session '%1': display device '%2'").arg(configName).arg(device); + QProcess::startDetached(QStringLiteral("lxqt-config-monitor"), QStringList(QStringLiteral("-l"))); + }); #endif if (lockScreenManager->startup(settings.value(QLatin1String("lock_screen_before_power_actions"), true).toBool() @@ -115,7 +126,9 @@ { qCDebug(SESSION) << "xrdb:" << content; QProcess xrdb; - xrdb.start(QSL("xrdb -merge -")); + xrdb.setProgram(QSL("xrdb")); + xrdb.setArguments(QStringList(QSL("-merge -"))); + xrdb.start(); xrdb.write(content, len); xrdb.closeWriteChannel(); xrdb.waitForFinished(); diff -Nru lxqt-session-0.14.1/lxqt-session/src/sessionapplication.h lxqt-session-0.16.0/lxqt-session/src/sessionapplication.h --- lxqt-session-0.14.1/lxqt-session/src/sessionapplication.h 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/src/sessionapplication.h 2020-10-31 08:58:17.000000000 +0000 @@ -31,7 +31,7 @@ Q_OBJECT public: SessionApplication(int& argc, char** argv); - ~SessionApplication(); + ~SessionApplication() override; void setWindowManager(const QString & windowManager); void setConfigName(const QString & configName); diff -Nru lxqt-session-0.14.1/lxqt-session/src/UdevNotifier.h lxqt-session-0.16.0/lxqt-session/src/UdevNotifier.h --- lxqt-session-0.14.1/lxqt-session/src/UdevNotifier.h 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/src/UdevNotifier.h 2020-10-31 08:58:17.000000000 +0000 @@ -37,7 +37,7 @@ Q_OBJECT public: UdevNotifier(QString const & subsystem, QObject * parent = nullptr); - ~UdevNotifier(); + ~UdevNotifier() override; signals: void deviceAdded(QString path); diff -Nru lxqt-session-0.14.1/lxqt-session/src/wmselectdialog.h lxqt-session-0.16.0/lxqt-session/src/wmselectdialog.h --- lxqt-session-0.14.1/lxqt-session/src/wmselectdialog.h 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/src/wmselectdialog.h 2020-10-31 08:58:17.000000000 +0000 @@ -42,12 +42,12 @@ public: explicit WmSelectDialog(const WindowManagerList &availableWindowManagers, - QWidget *parent = 0); - ~WmSelectDialog(); + QWidget *parent = nullptr); + ~WmSelectDialog() override; QString windowManager() const; public slots: - void done(int); + void done(int) override; private slots: void selectFileDialog(const QModelIndex &index); diff -Nru lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_arn.ts lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_arn.ts --- lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_arn.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_arn.ts 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,64 @@ + + + + + LXQtModuleManager + + + Crash Report + + + + + <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. + + + + + SessionApplication + + + Configuration file path. + + + + + + file + + + + + Window manager to use. + + + + + WmSelectDialog + + + Welcome to LXQt + + + + + <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> + + + + + You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. + + + + + Other ... + + + + + Choose your favorite one. + + + + diff -Nru lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_ar.ts lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_ar.ts --- lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_ar.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_ar.ts 2020-10-31 08:58:17.000000000 +0000 @@ -38,7 +38,7 @@ Welcome to LXQt - مرحبا في لكسكيوت + مرحبًا في «لكسكيوت» diff -Nru lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_ast.ts lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_ast.ts --- lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_ast.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_ast.ts 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,64 @@ + + + + + LXQtModuleManager + + + Crash Report + + + + + <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. + + + + + SessionApplication + + + Configuration file path. + + + + + + file + + + + + Window manager to use. + + + + + WmSelectDialog + + + Welcome to LXQt + + + + + <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> + + + + + You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. + + + + + Other ... + + + + + Choose your favorite one. + + + + diff -Nru lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_cs.ts lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_cs.ts --- lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_cs.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_cs.ts 2020-10-31 08:58:17.000000000 +0000 @@ -11,7 +11,7 @@ <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - <b>%1</b> spadlo příliš mnohokrát. Automatické opětovné spuštění proto bylo vypnuto až do příštího přihlášení. + <b>%1</b> zhavarovalo příliš hodněkrát. Automatické opětovné spuštění proto bylo vypnuto až do příštího přihlášení. diff -Nru lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_eu.ts lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_eu.ts --- lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_eu.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_eu.ts 2020-10-31 08:58:17.000000000 +0000 @@ -6,7 +6,7 @@ Crash Report - + Istripuen Txostena @@ -19,13 +19,13 @@ Configuration file path. - + Konfigurazio fitxategiaren bidea. file - + fitxategia diff -Nru lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_fi.ts lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_fi.ts --- lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_fi.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_fi.ts 2020-10-31 08:58:17.000000000 +0000 @@ -58,7 +58,7 @@ You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - + Voit muuttaa asetusta päävalikon kohteesta Asetukset > LXQt-asetukset > Istuntoasetukset > Perusasetukset diff -Nru lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_fr.ts lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_fr.ts --- lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_fr.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_fr.ts 2020-10-31 08:58:17.000000000 +0000 @@ -43,7 +43,7 @@ Other ... - Autre … + Autre… diff -Nru lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_hr.ts lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_hr.ts --- lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_hr.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_hr.ts 2020-10-31 08:58:17.000000000 +0000 @@ -11,7 +11,7 @@ <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - Komponenta <b>%1</b> se srušila previše puta. Njeno automatsko pokretanje onemogućeno je do sljedeće prijave. + Komponenta <b>%1</b> se srušila previše puta. Njeno automatsko pokretanje deaktivirano je do sljedeće prijave. @@ -19,7 +19,7 @@ Configuration file path. - Putanja konfiguracijske datoteke. + Staza konfiguracijske datoteke. @@ -30,7 +30,7 @@ Window manager to use. - Korišteni upravitelj prozorima. + Korišteni upravljač prozorima. @@ -38,27 +38,27 @@ Welcome to LXQt - Dobrodošli u LXQt + LXQt – Uvod <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Dobrodošli u LXQt</span></p><p>Molimo odaberite vaš zadani upravitelj prozorima.</p></body></html> + <html><head/><body><p><span style=" font-weight:600;">LXQt – Uvod</span></p><p>Odaberi standardni upravljač prozorima.</p></body></html> You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - Ovo ćete moći promijeniti bilo kada putem Postavke -> Postavke sesije > Osnovne postavke. + Ove se postavke u bilo kojem trenutku mogu promijeniti u izborniku Postavke → Postavke sesije → Osnovne postavke. Other ... - Ostalo... + Ostalo … Choose your favorite one. - Izaberite Vaš omiljeni. + Odaberi koji ti je najdraži. diff -Nru lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_hu.ts lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_hu.ts --- lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_hu.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_hu.ts 2020-10-31 08:58:17.000000000 +0000 @@ -19,7 +19,7 @@ Configuration file path. - Konfigurációs fájl útvonal. + Beállítófájl útvonal. @@ -38,12 +38,12 @@ Other ... - Más... + Egyéb ... Choose your favorite one. - Válassz egy kedvencet. + Válasszon egy kedvencet. @@ -53,12 +53,12 @@ <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Íme az LXQt!</span></p><p>Ablakkezelőt kell választani.</p></body></html> + <html><head/><body><p><span style=" font-weight:600;">Íme az LXQt!</span></p><p>Válasszon ablakkezelőt.</p></body></html> You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - Ez a választás később módosítható a Beállítások -> Munkamenet beállítás -> Alapbeállítás helyen. + Ez a választás később módosítható a Beállítások -> Munkamenet -> Alapbeállítások helyen. diff -Nru lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_ja.ts lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_ja.ts --- lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_ja.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_ja.ts 2020-10-31 08:58:17.000000000 +0000 @@ -11,7 +11,7 @@ <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - <b>%1</b>はクラッシュしすぎました。次回ログイン時に自動起動は無効化されます。 + <b>%1</b> が何度もクラッシュしました。次回ログイン時まで再起動されません。 @@ -30,7 +30,7 @@ Window manager to use. - 使用するウィンドウマネージャ。 + 使用するウィンドウマネージャー。 @@ -38,12 +38,12 @@ Welcome to LXQt - LXQtにようこそ + LXQt へようこそ Other ... - その他... + その他 ... @@ -53,13 +53,13 @@ <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - <html><head/><body><p><span style=" font-weight:600;">LXQtへようこそ</span></p><p>既定のウィンドウマネージャを選択してください。</p></body></html> + <html><head/><body><p><span style=" font-weight:600;">LXQt へようこそ</span></p><p>ウィンドウマネージャーを選択してください。</p></body></html> You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. 動作を確認後、翻訳を要修正 - 設定-> セッションの設定-> 基本の設定 からいつでも変更することができるようになります。 + [LXQt 設定] → [セッション] の [基本設定] から いつでも変更できます。 diff -Nru lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_nb_NO.ts lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_nb_NO.ts --- lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_nb_NO.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_nb_NO.ts 2020-10-31 08:58:17.000000000 +0000 @@ -43,7 +43,7 @@ <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Velkommen til LXQt</span></p><p>Vennligst velg vindushåndterer</p></body></html> + <html><head/><body><p><span style=" font-weight:600;">Velkommen til LXQt</span></p><p>Vennligst velg din standard vindushåndterer</p></body></html> diff -Nru lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_or.ts lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_or.ts --- lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_or.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_or.ts 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,64 @@ + + + + + LXQtModuleManager + + + Crash Report + + + + + <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. + + + + + SessionApplication + + + Configuration file path. + + + + + + file + + + + + Window manager to use. + + + + + WmSelectDialog + + + Welcome to LXQt + + + + + <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> + + + + + You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. + + + + + Other ... + + + + + Choose your favorite one. + + + + diff -Nru lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_pt_BR.ts lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_pt_BR.ts --- lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_pt_BR.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_pt_BR.ts 2020-10-31 08:58:17.000000000 +0000 @@ -6,12 +6,12 @@ Crash Report - Relatório de travamentos + Relatório de Falha <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - <b>%1</b> travou demais. A execução automática do mesmo foi desativada até o próximo login. + <b>%1</b> travou muitas vezes. A execução automática do mesmo foi desativada até o próximo login. @@ -58,7 +58,7 @@ You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - Você poderá mudar esta configuração a qualquer momento, indo a Preferências -> Configurações de sessão -> Configurações básicas. + Você poderá mudar esta configuração a qualquer momento, indo a Preferências -> Configurações de Sessão do LXQt -> Configurações básicas. diff -Nru lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_sk_SK.ts lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_sk_SK.ts --- lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_sk_SK.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_sk_SK.ts 2020-10-31 08:58:17.000000000 +0000 @@ -6,12 +6,12 @@ Crash Report - + Hlásenie o chybe <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - + <b>%1</b> spadol veľa krát. Autorestart bol deaktivovaný až do ďalšieho prihlásenia. @@ -19,18 +19,18 @@ Configuration file path. - + Konfigurácia cesty k súboru. file - + Súbor Window manager to use. - + Používaný okenný manažér. @@ -43,22 +43,22 @@ Other ... - + Iné... Choose your favorite one. - + Vybrať obľúbené. <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - + <html><head/><body><p><span style=" font-weight:600;">Vitajte v LXQt</span></p><p>Prosím, zvoľte si okenný manažér.</p></body></html> You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - + Správcu okien je možné kedykoľvek zmeniť -> Nastavenia -> Nastavenie relácie -> Základné nastavenia. diff -Nru lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_sl.ts lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_sl.ts --- lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_sl.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_sl.ts 2020-10-31 08:58:17.000000000 +0000 @@ -6,12 +6,12 @@ Crash Report - + Poročilo o sesutju <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - + <b>%1</b> se je prevečkrat sesul. Do nadalnje prijave bo onemogočen. @@ -19,18 +19,18 @@ Configuration file path. - + Pot do konfiguracijskih datotek. file - + datoteka Window manager to use. - + Uporabljen upravljalnik oken. @@ -53,12 +53,12 @@ <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - + <html><head/><body><p><span style=" font-weight:600;">Dobrodošli v LXQt</span></p><p>Prosimo, izberite privzetega upravljalnika oken.</p></body></html> You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - + Lahko ga spremenite kadarkoli prek menijev Možnosti -> Nastavitve LXQt -> Nastavitev seje. diff -Nru lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_sr@latin.ts lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_sr@latin.ts --- lxqt-session-0.14.1/lxqt-session/translations/lxqt-session_sr@latin.ts 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/lxqt-session/translations/lxqt-session_sr@latin.ts 2020-10-31 08:58:17.000000000 +0000 @@ -6,12 +6,12 @@ Crash Report - + Izveštaj Kreša <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - + <b>%1</b> krešovao se previše puta. Autorestart je onemogućen do sledeće prijave. @@ -19,18 +19,18 @@ Configuration file path. - + Lokacija konfiguracione datoteke. file - + Dototeka Window manager to use. - + Menadžer prozora koji se koristi. @@ -38,27 +38,27 @@ Other ... - + Drugo ... Choose your favorite one. - + Izaberite svoj omiljen. Welcome to LXQt - + Dobrodošli u LXQt <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - + <html><head/><body><p><span style=" font-weight:600;">Dobrodošli u LXQt</span></p><p>Izaberite podrazumevani upravitelj prozora.</p></body></html> You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - + To ćete moći promeniti u bilo kom trenutku putem Postavkes -> Podešavanja sesije -> Osnovna podešavanja. diff -Nru lxqt-session-0.14.1/README.md lxqt-session-0.16.0/README.md --- lxqt-session-0.14.1/README.md 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/README.md 2020-10-31 08:58:17.000000000 +0000 @@ -74,16 +74,16 @@ Desktop entry files providing the various invocations of the binary as depicted above are summed up in sub-menu "Leave" of the panel's main menu. Item "Leave" opens a dialogue window to select from all actions which are available, all other topics trigger the action stated by their title. -## Translation (Weblate) +### Translations - -Translation status - +Translations can be done in [LXQt-Weblate](https://translate.lxqt-project.org/projects/lxqt-configuration/). - -Translation status - +#### Components: + +* [lxqt-session](https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-session) +* [lxqt-config-session](https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-session) +* [lxqt-leave](https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-leave) - -Translation status + +Stato traduzione diff -Nru lxqt-session-0.14.1/startlxqt.in lxqt-session-0.16.0/startlxqt.in --- lxqt-session-0.14.1/startlxqt.in 2019-02-26 01:22:39.000000000 +0000 +++ lxqt-session-0.16.0/startlxqt.in 2020-10-31 08:58:17.000000000 +0000 @@ -35,7 +35,7 @@ export XDG_CACHE_HOME="$HOME/.cache" fi -# Ensure the existance of the 'Desktop' folder +# Ensure the existence of the 'Desktop' folder if [ -e "$XDG_CONFIG_HOME/user-dirs.dirs" ]; then . "$XDG_CONFIG_HOME/user-dirs.dirs" else @@ -46,11 +46,6 @@ # Clean up after GDM (GDM sets the number of desktops to one) xprop -root -remove _NET_NUMBER_OF_DESKTOPS -remove _NET_DESKTOP_NAMES -remove _NET_CURRENT_DESKTOP 2> /dev/null -# Enable Qt integration for OpenOffice.org, if available. -if [ -z "$SAL_USE_VCLPLUGIN" ]; then - export SAL_USE_VCLPLUGIN=kde4 -fi - # Launch DBus if needed if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then if [ -z "$XDG_RUNTIME_DIR" ] || ! [ -S "$XDG_RUNTIME_DIR/bus" ] || ! [ -O "$XDG_RUNTIME_DIR/bus" ]; then diff -Nru lxqt-session-0.14.1/xsession/translations/lxqt_hr.desktop lxqt-session-0.16.0/xsession/translations/lxqt_hr.desktop --- lxqt-session-0.14.1/xsession/translations/lxqt_hr.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-session-0.16.0/xsession/translations/lxqt_hr.desktop 2020-10-31 08:58:17.000000000 +0000 @@ -0,0 +1,3 @@ +# Translations +Name[hr]=Radna površina LXQt +Comment[hr]=Jednostavna radna površina za Qt