Merge branch 'debian/experimental' into debian/sid

* debian/experimental: (25 commits)
  Update symbols
  Update changelog
  Provides: lxqt-abi-0-10-0
  preparing migration to sid - added minimum version for libqtxdg
  Update changelog
  Fix Vcs-* Fields
  Adding upstream version 0.10.
  Cherry-picking upstream version 0.9.0+20151026.
  Cherry-picked upstream-version 0.9.0+20151024 Fixed Symbols
  Cherry-picking upstream version 0.9.0+20151019.
  Cherry-picking upstream version 0.9.0+20150930.
  Update changelog
  Update symbols control file
  Update changelog
  Update maintainer email
  Cherry-picking upstream version 0.9.0+20150911.
  Fixed copyright, only LGPL2.1+ is used
  Cherry-picking upstream version 0.9.0+20150901.
  cme fix dpkg-control
  Add gbp.conf
  ...
ubuntu/cosmic
ChangZhuo Chen (陳昌倬) 9 years ago
commit 3c1462654d

@ -4,7 +4,9 @@ Upstream Authors:
Copyright:
Copyright (c) 2010-2012 Razor team
Copyright (c) 2012-2014 LXQt team
Copyright (c) 2012-2015 LXQt team
License: GPL-2 and LGPL-2.1+
The full text of the licenses can be found in the 'COPYING' file.
License: LGPL-2.1+ and BSD-3-clause
The full text of the LGPL-2.1+ licenses can be found in the 'COPYING' file.
The full text of the BSD-3-clause license can be found in the headers of
the files under this license.

@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
project(liblxqt)
set(LXQT_MAJOR_VERSION 0)
set(LXQT_MINOR_VERSION 9)
set(LXQT_MINOR_VERSION 10)
set(LXQT_PATCH_VERSION 0)
include(CMakePackageConfigHelpers)
@ -145,7 +145,7 @@ QT5_ADD_DBUS_INTERFACE(SRCS
QT5_ADD_DBUS_ADAPTOR(SRCS
dbus/org.lxqt.SingleApplication.xml
lxqtsingleapplication.h LxQt::SingleApplication
lxqtsingleapplication.h LXQt::SingleApplication
)
set(LXQT_QT_VERSION "5")

@ -1,9 +1,8 @@
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@ -23,8 +22,7 @@ specially designated software packages--typically libraries--of the
Free Software Foundation and other authors who decide to use it. You
can use it too, but we suggest you first think carefully about whether
this license or the ordinary General Public License is the better
strategy to use in any particular case, based on the explanations
below.
strategy to use in any particular case, based on the explanations below.
When we speak of free software, we are referring to freedom of use,
not price. Our General Public Licenses are designed to make sure that
@ -89,9 +87,9 @@ libraries. However, the Lesser license provides advantages in certain
special circumstances.
For example, on rare occasions, there may be a special need to
encourage the widest possible use of a certain library, so that it
becomes a de-facto standard. To achieve this, non-free programs must
be allowed to use the library. A more frequent case is that a free
encourage the widest possible use of a certain library, so that it becomes
a de-facto standard. To achieve this, non-free programs must be
allowed to use the library. A more frequent case is that a free
library does the same job as widely used non-free libraries. In this
case, there is little to gain by limiting the free library to free
software only, so we use the Lesser General Public License.
@ -138,8 +136,8 @@ included without limitation in the term "modification".)
"Source code" for a work means the preferred form of the work for
making modifications to it. For a library, complete source code means
all the source code for all modules it contains, plus any associated
interface definition files, plus the scripts used to control
compilation and installation of the library.
interface definition files, plus the scripts used to control compilation
and installation of the library.
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
@ -305,10 +303,10 @@ of these things:
the user installs one, as long as the modified version is
interface-compatible with the version that the work was made with.
c) Accompany the work with a written offer, valid for at least
three years, to give the same user the materials specified in
Subsection 6a, above, for a charge no more than the cost of
performing this distribution.
c) Accompany the work with a written offer, valid for at
least three years, to give the same user the materials
specified in Subsection 6a, above, for a charge no more
than the cost of performing this distribution.
d) If distribution of the work is made by offering access to copy
from a designated place, offer equivalent access to copy the above
@ -386,10 +384,9 @@ all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Library.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply, and the section as a whole is intended to apply in other
circumstances.
If any portion of this section is held invalid or unenforceable under any
particular circumstance, the balance of the section is intended to apply,
and the section as a whole is intended to apply in other circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
@ -407,11 +404,11 @@ be a consequence of the rest of this License.
12. If the distribution and/or use of the Library is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Library under this License
may add an explicit geographical distribution limitation excluding those
countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
original copyright holder who places the Library under this License may add
an explicit geographical distribution limitation excluding those countries,
so that distribution is permitted only in or among countries not thus
excluded. In such case, this License incorporates the limitation as if
written in the body of this License.
13. The Free Software Foundation may publish revised and/or new
versions of the Lesser General Public License from time to time.

@ -9,7 +9,7 @@
static void loadAppTranslation()
{
LxQt::Translator::translateApplication(QStringLiteral("@catalog_name@"));
LXQt::Translator::translateApplication(QStringLiteral("@catalog_name@"));
}
Q_COREAPP_STARTUP_FUNCTION(loadAppTranslation)

@ -9,7 +9,7 @@
static void loadLibTranslation()
{
LxQt::Translator::translateLibrary(QStringLiteral("@catalog_name@"));
LXQt::Translator::translateLibrary(QStringLiteral("@catalog_name@"));
}
Q_COREAPP_STARTUP_FUNCTION(loadLibTranslation)

@ -0,0 +1,23 @@
/* This file has been generated by the CMake lxqt_plugin_translation_loader().
* It loads LXQt plugin translations.
*
* Attention: All changes will be overwritten!!!
*/
#include <QCoreApplication>
#include <LXQt/Translator>
/* Dummy helper symbol for referencing.
* In case plugin is linked as static (lib*.a) unreferenced objects are stripped in linking time
* => we need to reference some symbol from this file to be not stripped as a whole.
*/
void * loadPluginTranslation_@catalog_name@_helper = nullptr;
static void loadPluginTranslation()
{
//XXX: we don't use the QStringLiteral here because it causes SEGFAULT in static finalization time
// (the string is stored in static QHash and it's destructor can reference already deleted static QString (generated by QStringLiteral))
LXQt::Translator::translatePlugin("@catalog_name@", "@plugin_type@");
}
Q_COREAPP_STARTUP_FUNCTION(loadPluginTranslation)

@ -1,6 +1,6 @@
#=============================================================================
# The lxqt_translate_desktop() function was copied from the
# LXQt LxQtTranslate.cmake
# LXQt LXQtTranslate.cmake
#
# Original Author: Alexander Sokolov <sokoloff.a@gmail.com>
#

@ -59,3 +59,15 @@ function(lxqt_lib_translation_loader source_files catalog_name)
)
set(${source_files} ${${source_files}} ${CMAKE_CURRENT_BINARY_DIR}/LXQtLibTranslationLoader.cpp PARENT_SCOPE)
endfunction()
# lxqt_plugin_translation_loader(<source_files> <catalog_name>)
# <source_files> The generated .cpp file is added to <source_files>
# <catalog_name> Translations catalog to be loaded
# <plugin_type> Plugin type. Example: lxqt-panel
function(lxqt_plugin_translation_loader source_files catalog_name plugin_type)
configure_file(
${LXQT_CMAKE_MODULES_DIR}/LXQtPluginTranslationLoader.cpp.in
LXQtPluginTranslationLoader.cpp @ONLY
)
set(${source_files} ${${source_files}} ${CMAKE_CURRENT_BINARY_DIR}/LXQtPluginTranslationLoader.cpp PARENT_SCOPE)
endfunction()

@ -28,7 +28,7 @@
#include <XdgIcon>
#include <QPushButton>
using namespace LxQt;
using namespace LXQt;
ConfigDialog::ConfigDialog(const QString& title, Settings* settings, QWidget* parent) :
QDialog(parent),
@ -59,6 +59,12 @@ void ConfigDialog::addPage(QWidget* page, const QString& name, const QString& ic
void ConfigDialog::addPage(QWidget* page, const QString& name, const QStringList& iconNames)
{
Q_ASSERT(page);
if (!page)
{
return;
}
/* We set the layout margin to 0. In the default configuration, one page
* only, it aligns buttons with the page. In multi-page it saves a little
* bit of space, without clutter.

@ -35,7 +35,7 @@ namespace Ui {
class ConfigDialog;
}
namespace LxQt
namespace LXQt
{
class LXQT_API ConfigDialog : public QDialog
@ -103,5 +103,5 @@ private slots:
};
} // namespace LxQt
} // namespace LXQt
#endif // LXQTCONFIGDIALOG_H

@ -17,7 +17,7 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="LxQt::PageSelectWidget" name="moduleList">
<widget class="LXQt::PageSelectWidget" name="moduleList">
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
@ -50,7 +50,7 @@
</widget>
<customwidgets>
<customwidget>
<class>LxQt::PageSelectWidget</class>
<class>LXQt::PageSelectWidget</class>
<extends>QListWidget</extends>
<header location="global">configdialog/lxqtpageselectwidget.h</header>
</customwidget>

@ -31,7 +31,7 @@
#include <QStyledItemDelegate>
#include <QScrollBar>
using namespace LxQt;
using namespace LXQt;
class PageSelectWidgetItemDelegate: public QStyledItemDelegate
{

@ -32,7 +32,7 @@
#include "lxqtglobals.h"
#include <QListWidget>
namespace LxQt
namespace LXQt
{
class LXQT_API PageSelectWidget : public QListWidget
@ -46,5 +46,5 @@ protected:
QSize sizeHint() const;
};
} // namespace LxQt
} // namespace LXQt
#endif // PAGESELECTWIDGET_H

13
debian/changelog vendored

@ -1,3 +1,16 @@
liblxqt (0.10.0-3) unstable; urgency=medium
* Merge from experimental.
* New upstream release.
* Update symbols and provide lxqt-abi-0-10.0.
* Added minimum libqtxdg version.
* Removed the libdrm-dev build dependency, as libdrm-dev is thrown in
by other packages if needed in $architecture.
* Fixed copyright, only LGPL2.1+ is used.
* Fixed watch file.
-- ChangZhuo Chen (陳昌倬) <czchen@debian.org> Sat, 14 Nov 2015 01:39:53 +0800
liblxqt (0.9.0+20150806-3) unstable; urgency=medium
* Provide lxqt-abi-0-9-0

4
debian/control vendored

@ -10,7 +10,7 @@ Build-Depends: cmake (>= 3.0.2),
libdrm-dev [!hurd-any],
libkf5windowsystem-dev,
libqt5x11extras5-dev,
libqt5xdg-dev,
libqt5xdg-dev (>= 1.3.0),
libx11-dev,
pkg-config,
qttools5-dev,
@ -26,7 +26,7 @@ Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Provides: lxqt-abi-0-9-0
Provides: lxqt-abi-0-10-0
Description: Shared libraries for LXQt desktop environment (libs)
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
technologies. It has been tailored for users who value simplicity, speed, and

32
debian/copyright vendored

@ -5,7 +5,7 @@ Source: https://github.com/lxde/liblxqt
Files: *
Copyright: 2012-2015 LXQt team
2010-2012 Razor team
License: GPL-2.0+ and LGPL-2.1+
License: LGPL-2.1+
Files: debian/*
Copyright: 2014-2015 Alf Gaida <agaida@siduction.org>
@ -24,33 +24,3 @@ License: LGPL-2.1+
.
On Debian systems, the complete text of the GNU Lesser General
Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
License: LGPL-2.1
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 version 2.1 as published by the Free Software Foundation.
.
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.
.
On Debian systems, the complete text of the GNU Lesser General
Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
License: GPL-2.0+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This package 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 General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

@ -1,293 +1,281 @@
liblxqt.so.0 liblxqt0 #MINVER#, lxqt-abi-0-9-0
(c++)"LxQt::GridLayout::invalidate()@Base" 0.8.0
(c++)"LxQt::GridLayout::setStretch(QFlags<LxQt::GridLayout::StretchFlag>)@Base" 0.8.0
(c++)"LxQt::GridLayout::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.8.0
(c++)"LxQt::GridLayout::qt_metacast(char const*)@Base" 0.8.0
(c++)"LxQt::GridLayout::setGeometry(QRect const&)@Base" 0.8.0
(c++)"LxQt::GridLayout::setRowCount(int)@Base" 0.8.0
(c++)"LxQt::GridLayout::setDirection(LxQt::GridLayout::Direction)@Base" 0.8.0
(c++)"LxQt::GridLayout::setColumnCount(int)@Base" 0.8.0
(c++)"LxQt::GridLayout::setCellFixedSize(QSize)@Base" 0.8.0
(c++)"LxQt::GridLayout::staticMetaObject@Base" 0.8.0
(c++)"LxQt::GridLayout::setCellFixedWidth(int)@Base" 0.8.0
(c++)"LxQt::GridLayout::setCellFixedHeight(int)@Base" 0.8.0
(c++)"LxQt::GridLayout::setCellMaximumSize(QSize)@Base" 0.8.0
(c++)"LxQt::GridLayout::setCellMinimumSize(QSize)@Base" 0.8.0
(c++)"LxQt::GridLayout::setCellMaximumWidth(int)@Base" 0.8.0
(c++)"LxQt::GridLayout::setCellMinimumWidth(int)@Base" 0.8.0
(c++)"LxQt::GridLayout::setCellMaximumHeight(int)@Base" 0.8.0
(c++)"LxQt::GridLayout::setCellMinimumHeight(int)@Base" 0.8.0
(c++)"LxQt::GridLayout::takeAt(int)@Base" 0.8.0
(c++)"LxQt::GridLayout::addItem(QLayoutItem*)@Base" 0.8.0
(c++)"LxQt::GridLayout::moveItem(int, int)@Base" 0.8.0
(c++)"LxQt::GridLayout::GridLayout(QWidget*)@Base" 0.8.0
(c++)"LxQt::GridLayout::~GridLayout()@Base" 0.8.0
(c++)"LxQt::PluginInfo::load(QString const&)@Base" 0.8.0
(c++)"LxQt::PluginInfo::search(QStringList const&, QString const&, QString const&)@Base" 0.8.0
(c++)"LxQt::PluginInfo::search(QString const&, QString const&, QString const&)@Base" 0.8.0
(c++)"LxQt::PluginInfo::PluginInfo()@Base" 0.8.0
(c++)"LxQt::Translator::translatePlugin(QString const&, QString const&)@Base" 0.8.0
(c++)"LxQt::Translator::translateLibrary(QString const&)@Base" 0.8.0
(c++)"LxQt::Translator::translateApplication(QString const&)@Base" 0.8.0
(c++)"LxQt::Translator::translationSearchPaths()@Base" 0.8.0
(c++)"LxQt::Translator::setTranslationSearchPaths(QStringList const&)@Base" 0.8.0
(c++)"LxQt::Application::unixSignal(int)@Base" 0.9.0
(c++)"LxQt::Application::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.8.0
(c++)"LxQt::Application::qt_metacast(char const*)@Base" 0.8.0
(c++)"LxQt::Application::updateTheme()@Base" 0.8.0
(c++)"LxQt::Application::themeChanged()@Base" 0.8.0
(c++)"LxQt::Application::staticMetaObject@Base" 0.8.0
(c++)"LxQt::Application::listenToUnixSignals(QList<int> const&)@Base" 0.9.0
(c++)"LxQt::Application::Application(int&, char**)@Base" 0.8.0
(c++)"LxQt::Application::Application(int&, char**, bool)@Base" 0.9.0
(c++)"LxQt::Application::Application(int&, char**)@Base" 0.8.0
(c++)"LxQt::Application::Application(int&, char**, bool)@Base" 0.9.0
(c++)"LxQt::ScreenSaver::lockScreen()@Base" 0.8.0
(c++)"LxQt::ScreenSaver::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.8.0
(c++)"LxQt::ScreenSaver::qt_metacast(char const*)@Base" 0.8.0
(c++)"LxQt::ScreenSaver::availableActions()@Base" 0.8.0
(c++)"LxQt::ScreenSaver::staticMetaObject@Base" 0.8.0
(c++)"LxQt::ScreenSaver::xdgProcess_finished(int, QProcess::ExitStatus)@Base" 0.8.0
(c++)"LxQt::ScreenSaver::done()@Base" 0.8.0
(c++)"LxQt::ScreenSaver::activated()@Base" 0.8.0
(c++)"LxQt::ScreenSaver::ScreenSaver(QObject*)@Base" 0.8.0
(c++)"LxQt::ConfigDialog::closeEvent(QCloseEvent*)@Base" 0.8.0
(c++)"LxQt::ConfigDialog::setButtons(QFlags<QDialogButtonBox::StandardButton>)@Base" 0.9.0
(c++)"LxQt::ConfigDialog::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.8.0
(c++)"LxQt::ConfigDialog::qt_metacast(char const*)@Base" 0.8.0
(c++)"LxQt::ConfigDialog::updateIcons()@Base" 0.8.0
(c++)"LxQt::ConfigDialog::staticMetaObject@Base" 0.8.0
(c++)"LxQt::ConfigDialog::dialogButtonsAction(QAbstractButton*)@Base" 0.8.0
(c++)"LxQt::ConfigDialog::save()@Base" 0.8.0
(c++)"LxQt::ConfigDialog::reset()@Base" 0.8.0
(c++)"LxQt::ConfigDialog::addPage(QWidget*, QString const&, QStringList const&)@Base" 0.8.0
(c++)"LxQt::ConfigDialog::addPage(QWidget*, QString const&, QString const&)@Base" 0.8.0
(c++)"LxQt::ConfigDialog::clicked(QDialogButtonBox::StandardButton)@Base" 0.9.0
(c++)"LxQt::ConfigDialog::showPage(QWidget*)@Base" 0.9.0
(c++)"LxQt::ConfigDialog::ConfigDialog(QString const&, LxQt::Settings*, QWidget*)@Base" 0.8.0
(c++)"LxQt::ConfigDialog::~ConfigDialog()@Base" 0.8.0
(c++)"LxQt::HtmlDelegate::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.8.0
(c++)"LxQt::HtmlDelegate::qt_metacast(char const*)@Base" 0.8.0
(c++)"LxQt::HtmlDelegate::staticMetaObject@Base" 0.8.0
(c++)"LxQt::HtmlDelegate::HtmlDelegate(QSize, QObject*)@Base" 0.8.0
(c++)"LxQt::HtmlDelegate::~HtmlDelegate()@Base" 0.8.0
(c++)"LxQt::Notification::clearHints()@Base" 0.8.0
(c++)"LxQt::Notification::serverInfo()@Base" 0.8.0
(c++)"LxQt::Notification::setActions(QStringList const&, int)@Base" 0.8.0
(c++)"LxQt::Notification::setSummary(QString const&)@Base" 0.8.0
(c++)"LxQt::Notification::setTimeout(int)@Base" 0.8.0
(c++)"LxQt::Notification::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.8.0
(c++)"LxQt::Notification::qt_metacast(char const*)@Base" 0.8.0
(c++)"LxQt::Notification::setUrgencyHint(LxQt::Notification::Urgency)@Base" 0.8.0
(c++)"LxQt::Notification::actionActivated(int)@Base" 0.8.0
(c++)"LxQt::Notification::getCapabilities()@Base" 0.8.0
(c++)"LxQt::Notification::staticMetaObject@Base" 0.8.0
(c++)"LxQt::Notification::notificationClosed(LxQt::Notification::CloseReason)@Base" 0.8.0
(c++)"LxQt::Notification::close()@Base" 0.8.0
(c++)"LxQt::Notification::notify(QString const&, QString const&, QString const&)@Base" 0.8.0
(c++)"LxQt::Notification::update()@Base" 0.8.0
(c++)"LxQt::Notification::setBody(QString const&)@Base" 0.8.0
(c++)"LxQt::Notification::setHint(QString const&, QVariant const&)@Base" 0.8.0
(c++)"LxQt::Notification::setIcon(QString const&)@Base" 0.8.0
(c++)"LxQt::Notification::Notification(QString const&, QObject*)@Base" 0.8.0
(c++)"LxQt::Notification::~Notification()@Base" 0.8.0
(c++)"LxQt::PowerManager::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.8.0
(c++)"LxQt::PowerManager::qt_metacast(char const*)@Base" 0.8.0
(c++)"LxQt::PowerManager::suspendFailed()@Base" 0.8.0
(c++)"LxQt::PowerManager::hibernateFailed()@Base" 0.8.0
(c++)"LxQt::PowerManager::availableActions()@Base" 0.8.0
(c++)"LxQt::PowerManager::staticMetaObject@Base" 0.8.0
(c++)"LxQt::PowerManager::logout()@Base" 0.8.0
(c++)"LxQt::PowerManager::reboot()@Base" 0.8.0
(c++)"LxQt::PowerManager::suspend()@Base" 0.8.0
(c++)"LxQt::PowerManager::shutdown()@Base" 0.8.0
(c++)"LxQt::PowerManager::hibernate()@Base" 0.8.0
(c++)"LxQt::PowerManager::PowerManager(QObject*, bool)@Base" 0.8.0
(c++)"LxQt::PowerManager::~PowerManager()@Base" 0.8.0
(c++)"LxQt::ProgramFinder::programName(QString const&)@Base" 0.8.0
(c++)"LxQt::ProgramFinder::findPrograms(QStringList const&)@Base" 0.8.0
(c++)"LxQt::ProgramFinder::programExists(QString const&)@Base" 0.8.0
(c++)"LxQt::RotatedWidget::enterEvent(QEvent*)@Base" 0.8.0
(c++)"LxQt::RotatedWidget::leaveEvent(QEvent*)@Base" 0.8.0
(c++)"LxQt::RotatedWidget::paintEvent(QPaintEvent*)@Base" 0.8.0
(c++)"LxQt::RotatedWidget::wheelEvent(QWheelEvent*)@Base" 0.8.0
(c++)"LxQt::RotatedWidget::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.8.0
(c++)"LxQt::RotatedWidget::qt_metacast(char const*)@Base" 0.8.0
(c++)"LxQt::RotatedWidget::resizeEvent(QResizeEvent*)@Base" 0.8.0
(c++)"LxQt::RotatedWidget::mouseMoveEvent(QMouseEvent*)@Base" 0.8.0
(c++)"LxQt::RotatedWidget::mousePressEvent(QMouseEvent*)@Base" 0.8.0
(c++)"LxQt::RotatedWidget::staticMetaObject@Base" 0.8.0
(c++)"LxQt::RotatedWidget::adjustContentSize()@Base" 0.8.0
(c++)"LxQt::RotatedWidget::mouseReleaseEvent(QMouseEvent*)@Base" 0.8.0
(c++)"LxQt::RotatedWidget::mouseDoubleClickEvent(QMouseEvent*)@Base" 0.8.0
(c++)"LxQt::RotatedWidget::setOrigin(Qt::Corner)@Base" 0.8.0
(c++)"LxQt::RotatedWidget::RotatedWidget(QWidget&, QWidget*, QFlags<Qt::WindowType>)@Base" 0.8.0
(c++)"LxQt::SettingsCache::loadToSettings()@Base" 0.8.0
(c++)"LxQt::SettingsCache::loadFromSettings()@Base" 0.8.0
(c++)"LxQt::SettingsCache::SettingsCache(QSettings*)@Base" 0.8.0
(c++)"LxQt::SettingsCache::SettingsCache(QSettings&)@Base" 0.8.0
(c++)"LxQt::SettingsCache::SettingsCache(QSettings*)@Base" 0.8.0
(c++)"LxQt::SettingsCache::SettingsCache(QSettings&)@Base" 0.8.0
(c++)"LxQt::AutostartEntry::setEnabled(bool)@Base" 0.8.0
(c++)"LxQt::AutostartEntry::removeLocal()@Base" 0.8.0
(c++)"LxQt::AutostartEntry::commit()@Base" 0.8.0
(c++)"LxQt::AutostartEntry::setFile(XdgDesktopFile const&)@Base" 0.8.0
(c++)"LxQt::AutostartEntry::AutostartEntry(QString const&)@Base" 0.8.0
(c++)"LxQt::AutostartEntry::AutostartEntry()@Base" 0.8.0
(c++)"LxQt::AutostartEntry::AutostartEntry(QString const&)@Base" 0.8.0
(c++)"LxQt::AutostartEntry::AutostartEntry()@Base" 0.8.0
(c++)"LxQt::PageSelectWidget::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.8.0
(c++)"LxQt::PageSelectWidget::qt_metacast(char const*)@Base" 0.8.0
(c++)"LxQt::PageSelectWidget::staticMetaObject@Base" 0.8.0
(c++)"LxQt::PageSelectWidget::PageSelectWidget(QWidget*)@Base" 0.8.0
(c++)"LxQt::PageSelectWidget::~PageSelectWidget()@Base" 0.8.0
(c++)"LxQt::SingleApplication::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.8.0
(c++)"LxQt::SingleApplication::qt_metacast(char const*)@Base" 0.8.0
(c++)"LxQt::SingleApplication::activateWindow()@Base" 0.8.0
(c++)"LxQt::SingleApplication::staticMetaObject@Base" 0.8.0
(c++)"LxQt::SingleApplication::setActivationWindow(QWidget*)@Base" 0.8.0
(c++)"LxQt::SingleApplication::SingleApplication(int&, char**, LxQt::SingleApplication::StartOptions)@Base" 0.8.0
(c++)"LxQt::SingleApplication::~SingleApplication()@Base" 0.8.0
(c++)"LxQt::Power::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.8.0
(c++)"LxQt::Power::qt_metacast(char const*)@Base" 0.8.0
(c++)"LxQt::Power::staticMetaObject@Base" 0.8.0
(c++)"LxQt::Power::logout()@Base" 0.8.0
(c++)"LxQt::Power::reboot()@Base" 0.8.0
(c++)"LxQt::Power::suspend()@Base" 0.8.0
(c++)"LxQt::Power::doAction(LxQt::Power::Action)@Base" 0.8.0
(c++)"LxQt::Power::shutdown()@Base" 0.8.0
(c++)"LxQt::Power::hibernate()@Base" 0.8.0
(c++)"LxQt::Power::Power(QObject*)@Base" 0.8.0
(c++)"LxQt::Power::~Power()@Base" 0.8.0
(c++)"LxQt::Settings::fileChanged()@Base" 0.8.0
(c++)"LxQt::Settings::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.8.0
(c++)"LxQt::Settings::qt_metacast(char const*)@Base" 0.8.0
(c++)"LxQt::Settings::_fileChanged(QString)@Base" 0.9.0
(c++)"LxQt::Settings::globalSettings()@Base" 0.8.0
(c++)"LxQt::Settings::settingsChanged()@Base" 0.8.0
(c++)"LxQt::Settings::staticMetaObject@Base" 0.8.0
(c++)"LxQt::Settings::setLocalizedValue(QString const&, QVariant const&)@Base" 0.8.0
(c++)"LxQt::Settings::event(QEvent*)@Base" 0.8.0
(c++)"LxQt::Settings::Settings(QSettings const*, QString const&, QObject*)@Base" 0.8.0
(c++)"LxQt::Settings::Settings(QString const&, QSettings::Format, QObject*)@Base" 0.8.0
(c++)"LxQt::Settings::Settings(QString const&, QObject*)@Base" 0.8.0
(c++)"LxQt::Settings::Settings(QSettings const&, QString const&, QObject*)@Base" 0.8.0
(c++)"LxQt::Settings::Settings(QSettings const*, QString const&, QObject*)@Base" 0.8.0
(c++)"LxQt::Settings::Settings(QString const&, QSettings::Format, QObject*)@Base" 0.8.0
(c++)"LxQt::Settings::Settings(QString const&, QObject*)@Base" 0.8.0
(c++)"LxQt::Settings::Settings(QSettings const&, QString const&, QObject*)@Base" 0.8.0
(c++)"LxQt::Settings::~Settings()@Base" 0.8.0
(c++)"LxQt::LxQtTheme::currentTheme()@Base" 0.8.0
(c++)"LxQt::LxQtTheme::allThemes()@Base" 0.8.0
(c++)"LxQt::LxQtTheme::mInstance@Base" 0.8.0
(c++)"LxQt::LxQtTheme::LxQtTheme(QString const&)@Base" 0.8.0
(c++)"LxQt::LxQtTheme::LxQtTheme(LxQt::LxQtTheme const&)@Base" 0.8.0
(c++)"LxQt::LxQtTheme::LxQtTheme()@Base" 0.8.0
(c++)"LxQt::LxQtTheme::LxQtTheme(QString const&)@Base" 0.8.0
(c++)"LxQt::LxQtTheme::LxQtTheme(LxQt::LxQtTheme const&)@Base" 0.8.0
(c++)"LxQt::LxQtTheme::LxQtTheme()@Base" 0.8.0
(c++)"LxQt::LxQtTheme::~LxQtTheme()@Base" 0.8.0
(c++)"LxQt::LxQtTheme::operator=(LxQt::LxQtTheme const&)@Base" 0.8.0
(c++)"LxQt::GridLayout::metaObject() const@Base" 0.8.0
(c++)"LxQt::GridLayout::columnCount() const@Base" 0.8.0
(c++)"LxQt::GridLayout::cellMaximumSize() const@Base" 0.8.0
(c++)"LxQt::GridLayout::cellMinimumSize() const@Base" 0.8.0
(c++)"LxQt::GridLayout::count() const@Base" 0.8.0
(c++)"LxQt::GridLayout::itemAt(int) const@Base" 0.8.0
(c++)"LxQt::GridLayout::stretch() const@Base" 0.8.0
(c++)"LxQt::GridLayout::rowCount() const@Base" 0.8.0
(c++)"LxQt::GridLayout::sizeHint() const@Base" 0.8.0
(c++)"LxQt::GridLayout::direction() const@Base" 0.8.0
(c++)"LxQt::PluginInfo::loadLibrary(QString const&) const@Base" 0.8.0
(c++)"LxQt::PluginInfo::isValid() const@Base" 0.8.0
(c++)"LxQt::Application::metaObject() const@Base" 0.8.0
(c++)"LxQt::ScreenSaver::metaObject() const@Base" 0.8.0
(c++)"LxQt::ConfigDialog::metaObject() const@Base" 0.8.0
(c++)"LxQt::HtmlDelegate::metaObject() const@Base" 0.8.0
(c++)"LxQt::HtmlDelegate::paint(QPainter*, QStyleOptionViewItem const&, QModelIndex const&) const@Base" 0.8.0
(c++)"LxQt::HtmlDelegate::sizeHint(QStyleOptionViewItem const&, QModelIndex const&) const@Base" 0.8.0
(c++)"LxQt::Notification::metaObject() const@Base" 0.8.0
(c++)"LxQt::PowerManager::metaObject() const@Base" 0.8.0
(c++)"LxQt::RotatedWidget::metaObject() const@Base" 0.8.0
(c++)"LxQt::RotatedWidget::adjustedSize(QSize) const@Base" 0.8.0
(c++)"LxQt::RotatedWidget::adjustedPoint(QPoint) const@Base" 0.8.0
(c++)"LxQt::RotatedWidget::minimumSizeHint() const@Base" 0.8.0
(c++)"LxQt::RotatedWidget::origin() const@Base" 0.8.0
(c++)"LxQt::RotatedWidget::content() const@Base" 0.8.0
(c++)"LxQt::RotatedWidget::sizeHint() const@Base" 0.8.0
(c++)"LxQt::AutostartEntry::file() const@Base" 0.8.0
(c++)"LxQt::AutostartEntry::name() const@Base" 0.8.0
(c++)"LxQt::AutostartEntry::isEnabled() const@Base" 0.8.0
(c++)"LxQt::PageSelectWidget::metaObject() const@Base" 0.8.0
(c++)"LxQt::PageSelectWidget::sizeHint() const@Base" 0.8.0
(c++)"LxQt::SingleApplication::metaObject() const@Base" 0.8.0
(c++)"LxQt::SingleApplication::activationWindow() const@Base" 0.8.0
(c++)"LxQt::Power::canSuspend() const@Base" 0.8.0
(c++)"LxQt::Power::metaObject() const@Base" 0.8.0
(c++)"LxQt::Power::canShutdown() const@Base" 0.8.0
(c++)"LxQt::Power::canHibernate() const@Base" 0.8.0
(c++)"LxQt::Power::canAction(LxQt::Power::Action) const@Base" 0.8.0
(c++)"LxQt::Power::canLogout() const@Base" 0.8.0
(c++)"LxQt::Power::canReboot() const@Base" 0.8.0
(c++)"LxQt::Settings::metaObject() const@Base" 0.8.0
(c++)"LxQt::Settings::localizedValue(QString const&, QVariant const&) const@Base" 0.8.0
(c++)"LxQt::LxQtTheme::previewImage() const@Base" 0.8.0
(c++)"LxQt::LxQtTheme::desktopBackground(int) const@Base" 0.8.0
(c++)"LxQt::LxQtTheme::qss(QString const&) const@Base" 0.8.0
(c++)"LxQt::LxQtTheme::name() const@Base" 0.8.0
(c++)"LxQt::LxQtTheme::path() const@Base" 0.8.0
(c++)"LxQt::LxQtTheme::isValid() const@Base" 0.8.0
(c++)"typeinfo for LxQt::GridLayout@Base" 0.8.0
(c++)"typeinfo for LxQt::MessageBox@Base" 0.8.0
(c++)"typeinfo for LxQt::PluginInfo@Base" 0.8.0
(c++)"typeinfo for LxQt::Application@Base" 0.8.0
(c++)"typeinfo for LxQt::ScreenSaver@Base" 0.8.0
(c++)"typeinfo for LxQt::ConfigDialog@Base" 0.8.0
(c++)"typeinfo for LxQt::HtmlDelegate@Base" 0.8.0
(c++)"typeinfo for LxQt::Notification@Base" 0.8.0
(c++)"typeinfo for LxQt::PowerManager@Base" 0.8.0
(c++)"typeinfo for LxQt::RotatedWidget@Base" 0.8.0
(c++)"typeinfo for LxQt::SettingsCache@Base" 0.8.0
(c++)"typeinfo for LxQt::AutostartEntry@Base" 0.8.0
(c++)"typeinfo for LxQt::PageSelectWidget@Base" 0.8.0
(c++)"typeinfo for LxQt::SingleApplication@Base" 0.8.0
(c++)"typeinfo for LxQt::Power@Base" 0.8.0
(c++)"typeinfo for LxQt::Settings@Base" 0.8.0
(c++)"typeinfo name for LxQt::GridLayout@Base" 0.8.0
(c++)"typeinfo name for LxQt::MessageBox@Base" 0.8.0
(c++)"typeinfo name for LxQt::PluginInfo@Base" 0.8.0
(c++)"typeinfo name for LxQt::Application@Base" 0.8.0
(c++)"typeinfo name for LxQt::ScreenSaver@Base" 0.8.0
(c++)"typeinfo name for LxQt::ConfigDialog@Base" 0.8.0
(c++)"typeinfo name for LxQt::HtmlDelegate@Base" 0.8.0
(c++)"typeinfo name for LxQt::Notification@Base" 0.8.0
(c++)"typeinfo name for LxQt::PowerManager@Base" 0.8.0
(c++)"typeinfo name for LxQt::RotatedWidget@Base" 0.8.0
(c++)"typeinfo name for LxQt::SettingsCache@Base" 0.8.0
(c++)"typeinfo name for LxQt::AutostartEntry@Base" 0.8.0
(c++)"typeinfo name for LxQt::PageSelectWidget@Base" 0.8.0
(c++)"typeinfo name for LxQt::SingleApplication@Base" 0.8.0
(c++)"typeinfo name for LxQt::Power@Base" 0.8.0
(c++)"typeinfo name for LxQt::Settings@Base" 0.8.0
(c++)"vtable for LxQt::GridLayout@Base" 0.8.0
(c++)"vtable for LxQt::MessageBox@Base" 0.8.0
(c++)"vtable for LxQt::PluginInfo@Base" 0.8.0
(c++)"vtable for LxQt::Application@Base" 0.8.0
(c++)"vtable for LxQt::ScreenSaver@Base" 0.8.0
(c++)"vtable for LxQt::ConfigDialog@Base" 0.8.0
(c++)"vtable for LxQt::HtmlDelegate@Base" 0.8.0
(c++)"vtable for LxQt::Notification@Base" 0.8.0
(c++)"vtable for LxQt::PowerManager@Base" 0.8.0
(c++)"vtable for LxQt::RotatedWidget@Base" 0.8.0
(c++)"vtable for LxQt::SettingsCache@Base" 0.8.0
(c++)"vtable for LxQt::AutostartEntry@Base" 0.8.0
(c++)"vtable for LxQt::PageSelectWidget@Base" 0.8.0
(c++)"vtable for LxQt::SingleApplication@Base" 0.8.0
(c++)"vtable for LxQt::Power@Base" 0.8.0
(c++)"vtable for LxQt::Settings@Base" 0.8.0
(c++)"non-virtual thunk to LxQt::GridLayout::invalidate()@Base" 0.8.0
(c++)"non-virtual thunk to LxQt::GridLayout::setGeometry(QRect const&)@Base" 0.8.0
(c++)"non-virtual thunk to LxQt::GridLayout::~GridLayout()@Base" 0.8.0
(c++)"non-virtual thunk to LxQt::ConfigDialog::~ConfigDialog()@Base" 0.8.0
(c++)"non-virtual thunk to LxQt::PageSelectWidget::~PageSelectWidget()@Base" 0.8.0
(c++)"non-virtual thunk to LxQt::GridLayout::sizeHint() const@Base" 0.8.0
liblxqt.so.0 liblxqt0 #MINVER#, lxqt-abi-0-10-0
(c++)"LXQt::Application::Application(int&, char**)@Base" 0.9.0+20150911
(c++)"LXQt::Application::Application(int&, char**, bool)@Base" 0.9.0+20150911
(c++)"LXQt::Application::listenToUnixSignals(QList<int> const&)@Base" 0.9.0+20150911
(c++)"LXQt::Application::metaObject() const@Base" 0.9.0+20150911
(c++)"LXQt::Application::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.9.0+20150911
(c++)"LXQt::Application::qt_metacast(char const*)@Base" 0.9.0+20150911
(c++)"LXQt::Application::staticMetaObject@Base" 0.9.0+20150911
(c++)"LXQt::Application::themeChanged()@Base" 0.9.0+20150911
(c++)"LXQt::Application::unixSignal(int)@Base" 0.9.0+20150911
(c++)"LXQt::Application::updateTheme()@Base" 0.9.0+20150911
(c++)"LXQt::AutostartEntry::AutostartEntry()@Base" 0.9.0+20150911
(c++)"LXQt::AutostartEntry::AutostartEntry(QString const&)@Base" 0.9.0+20150911
(c++)"LXQt::AutostartEntry::commit()@Base" 0.9.0+20150911
(c++)"LXQt::AutostartEntry::file() const@Base" 0.9.0+20150911
(c++)"LXQt::AutostartEntry::isEnabled() const@Base" 0.9.0+20150911
(c++)"LXQt::AutostartEntry::name() const@Base" 0.9.0+20150911
(c++)"LXQt::AutostartEntry::removeLocal()@Base" 0.9.0+20150911
(c++)"LXQt::AutostartEntry::setEnabled(bool)@Base" 0.9.0+20150911
(c++)"LXQt::AutostartEntry::setFile(XdgDesktopFile const&)@Base" 0.9.0+20150911
(c++)"LXQt::ConfigDialog::addPage(QWidget*, QString const&, QString const&)@Base" 0.9.0+20150911
(c++)"LXQt::ConfigDialog::addPage(QWidget*, QString const&, QStringList const&)@Base" 0.9.0+20150911
(c++)"LXQt::ConfigDialog::clicked(QDialogButtonBox::StandardButton)@Base" 0.9.0+20150911
(c++)"LXQt::ConfigDialog::closeEvent(QCloseEvent*)@Base" 0.9.0+20150911
(c++)"LXQt::ConfigDialog::~ConfigDialog()@Base" 0.9.0+20150911
(c++)"LXQt::ConfigDialog::ConfigDialog(QString const&, LXQt::Settings*, QWidget*)@Base" 0.9.0+20150911
(c++)"LXQt::ConfigDialog::dialogButtonsAction(QAbstractButton*)@Base" 0.9.0+20150911
(c++)"LXQt::ConfigDialog::metaObject() const@Base" 0.9.0+20150911
(c++)"LXQt::ConfigDialog::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.9.0+20150911
(c++)"LXQt::ConfigDialog::qt_metacast(char const*)@Base" 0.9.0+20150911
(c++)"LXQt::ConfigDialog::reset()@Base" 0.9.0+20150911
(c++)"LXQt::ConfigDialog::save()@Base" 0.9.0+20150911
(c++)"LXQt::ConfigDialog::setButtons(QFlags<QDialogButtonBox::StandardButton>)@Base" 0.9.0+20150911
(c++)"LXQt::ConfigDialog::showPage(QWidget*)@Base" 0.9.0+20150911
(c++)"LXQt::ConfigDialog::staticMetaObject@Base" 0.9.0+20150911
(c++)"LXQt::ConfigDialog::updateIcons()@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::addItem(QLayoutItem*)@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::cellMaximumSize() const@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::cellMinimumSize() const@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::columnCount() const@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::count() const@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::direction() const@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::~GridLayout()@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::GridLayout(QWidget*)@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::invalidate()@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::itemAt(int) const@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::metaObject() const@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::moveItem(int, int, bool)@Base" 0.9.0+20151024
(c++)"LXQt::GridLayout::occupiedGeometry() const@Base" 0.9.0+20151024
(c++)"LXQt::GridLayout::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::qt_metacast(char const*)@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::rowCount() const@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::setCellFixedHeight(int)@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::setCellFixedSize(QSize)@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::setCellFixedWidth(int)@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::setCellMaximumHeight(int)@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::setCellMaximumSize(QSize)@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::setCellMaximumWidth(int)@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::setCellMinimumHeight(int)@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::setCellMinimumSize(QSize)@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::setCellMinimumWidth(int)@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::setColumnCount(int)@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::setDirection(LXQt::GridLayout::Direction)@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::setGeometry(QRect const&)@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::setRowCount(int)@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::setStretch(QFlags<LXQt::GridLayout::StretchFlag>)@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::sizeHint() const@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::staticMetaObject@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::stretch() const@Base" 0.9.0+20150911
(c++)"LXQt::GridLayout::takeAt(int)@Base" 0.9.0+20150911
(c++)"LXQt::HtmlDelegate::~HtmlDelegate()@Base" 0.9.0+20150911
(c++)"LXQt::HtmlDelegate::HtmlDelegate(QSize, QObject*)@Base" 0.9.0+20150911
(c++)"LXQt::HtmlDelegate::metaObject() const@Base" 0.9.0+20150911
(c++)"LXQt::HtmlDelegate::paint(QPainter*, QStyleOptionViewItem const&, QModelIndex const&) const@Base" 0.9.0+20150911
(c++)"LXQt::HtmlDelegate::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.9.0+20150911
(c++)"LXQt::HtmlDelegate::qt_metacast(char const*)@Base" 0.9.0+20150911
(c++)"LXQt::HtmlDelegate::sizeHint(QStyleOptionViewItem const&, QModelIndex const&) const@Base" 0.9.0+20150911
(c++)"LXQt::HtmlDelegate::staticMetaObject@Base" 0.9.0+20150911
(c++)"LXQt::LXQtTheme::allThemes()@Base" 0.9.0+20150911
(c++)"LXQt::LXQtTheme::currentTheme()@Base" 0.9.0+20150911
(c++)"LXQt::LXQtTheme::desktopBackground(int) const@Base" 0.9.0+20150911
(c++)"LXQt::LXQtTheme::isValid() const@Base" 0.9.0+20150911
(c++)"LXQt::LXQtTheme::~LXQtTheme()@Base" 0.9.0+20150911
(c++)"LXQt::LXQtTheme::LXQtTheme()@Base" 0.9.0+20150911
(c++)"LXQt::LXQtTheme::LXQtTheme(LXQt::LXQtTheme const&)@Base" 0.9.0+20150911
(c++)"LXQt::LXQtTheme::LXQtTheme(QString const&)@Base" 0.9.0+20150911
(c++)"LXQt::LXQtTheme::mInstance@Base" 0.9.0+20150911
(c++)"LXQt::LXQtTheme::name() const@Base" 0.9.0+20150911
(c++)"LXQt::LXQtTheme::operator=(LXQt::LXQtTheme const&)@Base" 0.9.0+20150911
(c++)"LXQt::LXQtTheme::path() const@Base" 0.9.0+20150911
(c++)"LXQt::LXQtTheme::previewImage() const@Base" 0.9.0+20150911
(c++)"LXQt::LXQtTheme::qss(QString const&) const@Base" 0.9.0+20150911
(c++)"LXQt::Notification::actionActivated(int)@Base" 0.9.0+20150911
(c++)"LXQt::Notification::clearHints()@Base" 0.9.0+20150911
(c++)"LXQt::Notification::close()@Base" 0.9.0+20150911
(c++)"LXQt::Notification::getCapabilities()@Base" 0.9.0+20150911
(c++)"LXQt::Notification::metaObject() const@Base" 0.9.0+20150911
(c++)"LXQt::Notification::~Notification()@Base" 0.9.0+20150911
(c++)"LXQt::Notification::notificationClosed(LXQt::Notification::CloseReason)@Base" 0.9.0+20150911
(c++)"LXQt::Notification::Notification(QString const&, QObject*)@Base" 0.9.0+20150911
(c++)"LXQt::Notification::notify(QString const&, QString const&, QString const&)@Base" 0.9.0+20150911
(c++)"LXQt::Notification::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.9.0+20150911
(c++)"LXQt::Notification::qt_metacast(char const*)@Base" 0.9.0+20150911
(c++)"LXQt::Notification::serverInfo()@Base" 0.9.0+20150911
(c++)"LXQt::Notification::setActions(QStringList const&, int)@Base" 0.9.0+20150911
(c++)"LXQt::Notification::setBody(QString const&)@Base" 0.9.0+20150911
(c++)"LXQt::Notification::setHint(QString const&, QVariant const&)@Base" 0.9.0+20150911
(c++)"LXQt::Notification::setIcon(QString const&)@Base" 0.9.0+20150911
(c++)"LXQt::Notification::setSummary(QString const&)@Base" 0.9.0+20150911
(c++)"LXQt::Notification::setTimeout(int)@Base" 0.9.0+20150911
(c++)"LXQt::Notification::setUrgencyHint(LXQt::Notification::Urgency)@Base" 0.9.0+20150911
(c++)"LXQt::Notification::staticMetaObject@Base" 0.9.0+20150911
(c++)"LXQt::Notification::update()@Base" 0.9.0+20150911
(c++)"LXQt::PageSelectWidget::metaObject() const@Base" 0.9.0+20150911
(c++)"LXQt::PageSelectWidget::~PageSelectWidget()@Base" 0.9.0+20150911
(c++)"LXQt::PageSelectWidget::PageSelectWidget(QWidget*)@Base" 0.9.0+20150911
(c++)"LXQt::PageSelectWidget::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.9.0+20150911
(c++)"LXQt::PageSelectWidget::qt_metacast(char const*)@Base" 0.9.0+20150911
(c++)"LXQt::PageSelectWidget::sizeHint() const@Base" 0.9.0+20150911
(c++)"LXQt::PageSelectWidget::staticMetaObject@Base" 0.9.0+20150911
(c++)"LXQt::PluginInfo::isValid() const@Base" 0.9.0+20150911
(c++)"LXQt::PluginInfo::loadLibrary(QString const&) const@Base" 0.9.0+20150911
(c++)"LXQt::PluginInfo::load(QString const&)@Base" 0.9.0+20150911
(c++)"LXQt::PluginInfo::PluginInfo()@Base" 0.9.0+20150911
(c++)"LXQt::PluginInfo::search(QString const&, QString const&, QString const&)@Base" 0.9.0+20150911
(c++)"LXQt::PluginInfo::search(QStringList const&, QString const&, QString const&)@Base" 0.9.0+20150911
(c++)"LXQt::Power::canAction(LXQt::Power::Action) const@Base" 0.9.0+20150911
(c++)"LXQt::Power::canHibernate() const@Base" 0.9.0+20150911
(c++)"LXQt::Power::canLogout() const@Base" 0.9.0+20150911
(c++)"LXQt::Power::canReboot() const@Base" 0.9.0+20150911
(c++)"LXQt::Power::canShutdown() const@Base" 0.9.0+20150911
(c++)"LXQt::Power::canSuspend() const@Base" 0.9.0+20150911
(c++)"LXQt::Power::doAction(LXQt::Power::Action)@Base" 0.9.0+20150911
(c++)"LXQt::Power::hibernate()@Base" 0.9.0+20150911
(c++)"LXQt::Power::logout()@Base" 0.9.0+20150911
(c++)"LXQt::PowerManager::availableActions()@Base" 0.9.0+20150911
(c++)"LXQt::PowerManager::hibernate()@Base" 0.9.0+20150911
(c++)"LXQt::PowerManager::hibernateFailed()@Base" 0.9.0+20150911
(c++)"LXQt::PowerManager::logout()@Base" 0.9.0+20150911
(c++)"LXQt::PowerManager::metaObject() const@Base" 0.9.0+20150911
(c++)"LXQt::PowerManager::~PowerManager()@Base" 0.9.0+20150911
(c++)"LXQt::PowerManager::PowerManager(QObject*, bool)@Base" 0.9.0+20150911
(c++)"LXQt::PowerManager::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.9.0+20150911
(c++)"LXQt::PowerManager::qt_metacast(char const*)@Base" 0.9.0+20150911
(c++)"LXQt::PowerManager::reboot()@Base" 0.9.0+20150911
(c++)"LXQt::PowerManager::shutdown()@Base" 0.9.0+20150911
(c++)"LXQt::PowerManager::staticMetaObject@Base" 0.9.0+20150911
(c++)"LXQt::PowerManager::suspend()@Base" 0.9.0+20150911
(c++)"LXQt::PowerManager::suspendFailed()@Base" 0.9.0+20150911
(c++)"LXQt::Power::metaObject() const@Base" 0.9.0+20150911
(c++)"LXQt::Power::~Power()@Base" 0.9.0+20150911
(c++)"LXQt::Power::Power(QObject*)@Base" 0.9.0+20150911
(c++)"LXQt::Power::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.9.0+20150911
(c++)"LXQt::Power::qt_metacast(char const*)@Base" 0.9.0+20150911
(c++)"LXQt::Power::reboot()@Base" 0.9.0+20150911
(c++)"LXQt::Power::shutdown()@Base" 0.9.0+20150911
(c++)"LXQt::Power::staticMetaObject@Base" 0.9.0+20150911
(c++)"LXQt::Power::suspend()@Base" 0.9.0+20150911
(c++)"LXQt::ProgramFinder::findPrograms(QStringList const&)@Base" 0.9.0+20150911
(c++)"LXQt::ProgramFinder::programExists(QString const&)@Base" 0.9.0+20150911
(c++)"LXQt::ProgramFinder::programName(QString const&)@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::adjustContentSize()@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::adjustedPoint(QPoint) const@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::adjustedSize(QSize) const@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::content() const@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::enterEvent(QEvent*)@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::leaveEvent(QEvent*)@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::metaObject() const@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::minimumSizeHint() const@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::mouseDoubleClickEvent(QMouseEvent*)@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::mouseMoveEvent(QMouseEvent*)@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::mousePressEvent(QMouseEvent*)@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::mouseReleaseEvent(QMouseEvent*)@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::origin() const@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::paintEvent(QPaintEvent*)@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::qt_metacast(char const*)@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::resizeEvent(QResizeEvent*)@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::RotatedWidget(QWidget&, QWidget*, QFlags<Qt::WindowType>)@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::setOrigin(Qt::Corner)@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::sizeHint() const@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::staticMetaObject@Base" 0.9.0+20150911
(c++)"LXQt::RotatedWidget::wheelEvent(QWheelEvent*)@Base" 0.9.0+20150911
(c++)"LXQt::ScreenSaver::activated()@Base" 0.9.0+20150911
(c++)"LXQt::ScreenSaver::availableActions()@Base" 0.9.0+20150911
(c++)"LXQt::ScreenSaver::done()@Base" 0.9.0+20150911
(c++)"LXQt::ScreenSaver::lockScreen()@Base" 0.9.0+20150911
(c++)"LXQt::ScreenSaver::metaObject() const@Base" 0.9.0+20150911
(c++)"LXQt::ScreenSaver::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.9.0+20150911
(c++)"LXQt::ScreenSaver::qt_metacast(char const*)@Base" 0.9.0+20150911
(c++)"LXQt::ScreenSaver::ScreenSaver(QObject*)@Base" 0.9.0+20150911
(c++)"LXQt::ScreenSaver::staticMetaObject@Base" 0.9.0+20150911
(c++)"LXQt::ScreenSaver::xdgProcess_finished(int, QProcess::ExitStatus)@Base" 0.9.0+20150911
(c++)"LXQt::SettingsCache::loadFromSettings()@Base" 0.9.0+20150911
(c++)"LXQt::SettingsCache::loadToSettings()@Base" 0.9.0+20150911
(c++)"LXQt::SettingsCache::SettingsCache(QSettings*)@Base" 0.9.0+20150911
(c++)"LXQt::SettingsCache::SettingsCache(QSettings&)@Base" 0.9.0+20150911
(c++)"LXQt::Settings::event(QEvent*)@Base" 0.9.0+20150911
(c++)"LXQt::Settings::fileChanged()@Base" 0.9.0+20150911
(c++)"LXQt::Settings::_fileChanged(QString)@Base" 0.9.0+20150911
(c++)"LXQt::Settings::globalSettings()@Base" 0.9.0+20150911
(c++)"LXQt::Settings::localizedValue(QString const&, QVariant const&) const@Base" 0.9.0+20150911
(c++)"LXQt::Settings::metaObject() const@Base" 0.9.0+20150911
(c++)"LXQt::Settings::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.9.0+20150911
(c++)"LXQt::Settings::qt_metacast(char const*)@Base" 0.9.0+20150911
(c++)"LXQt::Settings::setLocalizedValue(QString const&, QVariant const&)@Base" 0.9.0+20150911
(c++)"LXQt::Settings::~Settings()@Base" 0.9.0+20150911
(c++)"LXQt::Settings::settingsChanged()@Base" 0.9.0+20150911
(c++)"LXQt::Settings::Settings(QSettings const*, QString const&, QObject*)@Base" 0.9.0+20150911
(c++)"LXQt::Settings::Settings(QSettings const&, QString const&, QObject*)@Base" 0.9.0+20150911
(c++)"LXQt::Settings::Settings(QString const&, QObject*)@Base" 0.9.0+20150911
(c++)"LXQt::Settings::Settings(QString const&, QSettings::Format, QObject*)@Base" 0.9.0+20150911
(c++)"LXQt::Settings::staticMetaObject@Base" 0.9.0+20150911
(c++)"LXQt::SingleApplication::activateWindow()@Base" 0.9.0+20150911
(c++)"LXQt::SingleApplication::activationWindow() const@Base" 0.9.0+20150911
(c++)"LXQt::SingleApplication::metaObject() const@Base" 0.9.0+20150911
(c++)"LXQt::SingleApplication::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.9.0+20150911
(c++)"LXQt::SingleApplication::qt_metacast(char const*)@Base" 0.9.0+20150911
(c++)"LXQt::SingleApplication::setActivationWindow(QWidget*)@Base" 0.9.0+20150911
(c++)"LXQt::SingleApplication::~SingleApplication()@Base" 0.9.0+20150911
(c++)"LXQt::SingleApplication::SingleApplication(int&, char**, LXQt::SingleApplication::StartOptions)@Base" 0.9.0+20150911
(c++)"LXQt::SingleApplication::staticMetaObject@Base" 0.9.0+20150911
(c++)"LXQt::Translator::setTranslationSearchPaths(QStringList const&)@Base" 0.9.0+20150911
(c++)"LXQt::Translator::translateApplication(QString const&)@Base" 0.9.0+20150911
(c++)"LXQt::Translator::translateLibrary(QString const&)@Base" 0.9.0+20150911
(c++)"LXQt::Translator::translatePlugin(QString const&, QString const&)@Base" 0.9.0+20150911
(c++)"LXQt::Translator::translationSearchPaths()@Base" 0.9.0+20150911
(c++)"non-virtual thunk to LXQt::ConfigDialog::~ConfigDialog()@Base" 0.9.0+20150911
(c++)"non-virtual thunk to LXQt::GridLayout::~GridLayout()@Base" 0.9.0+20150911
(c++)"non-virtual thunk to LXQt::GridLayout::invalidate()@Base" 0.9.0+20150911
(c++)"non-virtual thunk to LXQt::GridLayout::setGeometry(QRect const&)@Base" 0.9.0+20150911
(c++)"non-virtual thunk to LXQt::GridLayout::sizeHint() const@Base" 0.9.0+20150911
(c++)"non-virtual thunk to LXQt::PageSelectWidget::~PageSelectWidget()@Base" 0.9.0+20150911
(c++)"typeinfo for LXQt::Application@Base" 0.9.0+20150911
(c++)"typeinfo for LXQt::AutostartEntry@Base" 0.9.0+20150911
(c++)"typeinfo for LXQt::ConfigDialog@Base" 0.9.0+20150911
(c++)"typeinfo for LXQt::GridLayout@Base" 0.9.0+20150911
(c++)"typeinfo for LXQt::HtmlDelegate@Base" 0.9.0+20150911
(c++)"typeinfo for LXQt::MessageBox@Base" 0.9.0+20150911
(c++)"typeinfo for LXQt::Notification@Base" 0.9.0+20150911
(c++)"typeinfo for LXQt::PageSelectWidget@Base" 0.9.0+20150911
(c++)"typeinfo for LXQt::PluginInfo@Base" 0.9.0+20150911
(c++)"typeinfo for LXQt::Power@Base" 0.9.0+20150911
(c++)"typeinfo for LXQt::PowerManager@Base" 0.9.0+20150911
(c++)"typeinfo for LXQt::RotatedWidget@Base" 0.9.0+20150911
(c++)"typeinfo for LXQt::ScreenSaver@Base" 0.9.0+20150911
(c++)"typeinfo for LXQt::Settings@Base" 0.9.0+20150911
(c++)"typeinfo for LXQt::SettingsCache@Base" 0.9.0+20150911
(c++)"typeinfo for LXQt::SingleApplication@Base" 0.9.0+20150911
(c++)"typeinfo name for LXQt::Application@Base" 0.9.0+20150911
(c++)"typeinfo name for LXQt::AutostartEntry@Base" 0.9.0+20150911
(c++)"typeinfo name for LXQt::ConfigDialog@Base" 0.9.0+20150911
(c++)"typeinfo name for LXQt::GridLayout@Base" 0.9.0+20150911
(c++)"typeinfo name for LXQt::HtmlDelegate@Base" 0.9.0+20150911
(c++)"typeinfo name for LXQt::MessageBox@Base" 0.9.0+20150911
(c++)"typeinfo name for LXQt::Notification@Base" 0.9.0+20150911
(c++)"typeinfo name for LXQt::PageSelectWidget@Base" 0.9.0+20150911
(c++)"typeinfo name for LXQt::PluginInfo@Base" 0.9.0+20150911
(c++)"typeinfo name for LXQt::Power@Base" 0.9.0+20150911
(c++)"typeinfo name for LXQt::PowerManager@Base" 0.9.0+20150911
(c++)"typeinfo name for LXQt::RotatedWidget@Base" 0.9.0+20150911
(c++)"typeinfo name for LXQt::ScreenSaver@Base" 0.9.0+20150911
(c++)"typeinfo name for LXQt::Settings@Base" 0.9.0+20150911
(c++)"typeinfo name for LXQt::SettingsCache@Base" 0.9.0+20150911
(c++)"typeinfo name for LXQt::SingleApplication@Base" 0.9.0+20150911
(c++)"vtable for LXQt::Application@Base" 0.9.0+20150911
(c++)"vtable for LXQt::AutostartEntry@Base" 0.9.0+20150911
(c++)"vtable for LXQt::ConfigDialog@Base" 0.9.0+20150911
(c++)"vtable for LXQt::GridLayout@Base" 0.9.0+20150911
(c++)"vtable for LXQt::HtmlDelegate@Base" 0.9.0+20150911
(c++)"vtable for LXQt::MessageBox@Base" 0.9.0+20150911
(c++)"vtable for LXQt::Notification@Base" 0.9.0+20150911
(c++)"vtable for LXQt::PageSelectWidget@Base" 0.9.0+20150911
(c++)"vtable for LXQt::PluginInfo@Base" 0.9.0+20150911
(c++)"vtable for LXQt::Power@Base" 0.9.0+20150911
(c++)"vtable for LXQt::PowerManager@Base" 0.9.0+20150911
(c++)"vtable for LXQt::RotatedWidget@Base" 0.9.0+20150911
(c++)"vtable for LXQt::ScreenSaver@Base" 0.9.0+20150911
(c++)"vtable for LXQt::Settings@Base" 0.9.0+20150911
(c++)"vtable for LXQt::SettingsCache@Base" 0.9.0+20150911
(c++)"vtable for LXQt::SingleApplication@Base" 0.9.0+20150911

3
debian/rules vendored

@ -1,10 +1,11 @@
#!/usr/bin/make -f
# export DH_VERBOSE=1
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh ${@} --buildsystem cmake --dbg-package=liblxqt0-dbg --parallel
override_dh_install:
dh_install --list-missing --fail-missing
dh_install --fail-missing

2
debian/watch vendored

@ -1,3 +1,3 @@
version=3
opts="pgpsigurlmangle=s/$/.asc/" \
http://downloads.lxqt.org/lxqt/([\d\.]+)/ liblxqt-([\d\.]+)\.tar\.xz
https://github.com/lxde/liblxqt/releases .*/([\d\.]+).tar.gz

@ -33,7 +33,7 @@
#include <XdgIcon>
#include <XdgDirs>
using namespace LxQt;
using namespace LXQt;
#define COLOR_DEBUG "\033[32;2m"
#define COLOR_WARN "\033[33;2m"

@ -32,7 +32,7 @@
#include <QProxyStyle>
#include "lxqtglobals.h"
namespace LxQt
namespace LXQt
{
/*! \brief LXQt wrapper around QApplication.
@ -79,7 +79,7 @@ signals:
#if defined(lxqtApp)
#undef lxqtApp
#endif
#define lxqtApp (static_cast<LxQt::Application *>(qApp))
#define lxqtApp (static_cast<LXQt::Application *>(qApp))
} // namespace LxQt
} // namespace LXQt
#endif // LXQTAPPLICATION_H

@ -28,7 +28,7 @@
#include <XdgAutoStart>
#include <XdgDirs>
using namespace LxQt;
using namespace LXQt;
AutostartEntry::AutostartEntry() :
mLocalState(StateNone), mSystem(false)

@ -28,7 +28,7 @@
#include "lxqtglobals.h"
#include <XdgDesktopFile>
namespace LxQt
namespace LXQt
{
/*! \brief The AutostartEntry class provides an interface for staging configuration of individual
@ -110,5 +110,5 @@ protected:
bool mSystem; //! true if the "system" file exists
};
} // namespace LxQt
} // namespace LXQt
#endif // LXQTAUTOSTARTENTRY_H

@ -30,10 +30,41 @@
#include <QDebug>
#include <math.h>
#include <QWidget>
#include <QVariantAnimation>
using namespace LxQt;
using namespace LXQt;
class LxQt::GridLayoutPrivate
namespace
{
class ItemMoveAnimation : public QVariantAnimation
{
public:
static void animate(QLayoutItem * item, QRect const & geometry)
{
ItemMoveAnimation* animation = new ItemMoveAnimation(item);
animation->setStartValue(item->geometry());
animation->setEndValue(geometry);
animation->start(DeleteWhenStopped);
}
ItemMoveAnimation(QLayoutItem *item)
: mItem(item)
{
setDuration(150);
}
void updateCurrentValue(const QVariant &current)
{
mItem->setGeometry(current.toRect());
}
private:
QLayoutItem* mItem;
};
}
class LXQt::GridLayoutPrivate
{
public:
GridLayoutPrivate();
@ -48,13 +79,16 @@ public:
QSize mCellMaxSize;
int mVisibleCount;
GridLayout::Stretch mStretch;
bool mAnimate;
void updateCache();
int rows() const;
int cols() const;
void setItemGeometry(QLayoutItem * item, QRect const & geometry);
QSize mPrefCellMinSize;
QSize mPrefCellMaxSize;
QRect mOccupiedGeometry;
};
@ -69,6 +103,7 @@ GridLayoutPrivate::GridLayoutPrivate()
mIsValid = false;
mVisibleCount = 0;
mStretch = GridLayout::StretchHorizontal | GridLayout::StretchVertical;
mAnimate = false;
mPrefCellMinSize = QSize(0,0);
mPrefCellMaxSize = QSize(QWIDGETSIZE_MAX, QWIDGETSIZE_MAX);
}
@ -153,6 +188,17 @@ int GridLayoutPrivate::cols() const
return ceil(mVisibleCount * 1.0 / rows);
}
void GridLayoutPrivate::setItemGeometry(QLayoutItem * item, QRect const & geometry)
{
mOccupiedGeometry |= geometry;
if (mAnimate)
{
ItemMoveAnimation::animate(item, geometry);
} else
{
item->setGeometry(geometry);
}
}
/************************************************
@ -328,9 +374,10 @@ void GridLayout::setStretch(Stretch value)
/************************************************
************************************************/
void GridLayout::moveItem(int from, int to)
void GridLayout::moveItem(int from, int to, bool withAnimation /*= false*/)
{
Q_D(GridLayout);
d->mAnimate = withAnimation;
d->mItems.move(from, to);
invalidate();
}
@ -510,6 +557,10 @@ void GridLayout::setGeometry(const QRect &geometry)
{
Q_D(GridLayout);
QLayout::setGeometry(geometry);
d->mOccupiedGeometry.setTopLeft(geometry.topLeft());
d->mOccupiedGeometry.setBottomRight(geometry.topLeft());
if (!d->mIsValid)
d->updateCache();
@ -578,7 +629,7 @@ void GridLayout::setGeometry(const QRect &geometry)
remain_width = widthRemain;
}
item->setGeometry(QRect(x, y, width, height));
d->setItemGeometry(item, QRect(x, y, width, height));
x += width;
}
}
@ -599,9 +650,17 @@ void GridLayout::setGeometry(const QRect &geometry)
width = itemWidth + (0 < remain_width-- ? 1 : 0);
remain_height = heightRemain;
}
item->setGeometry(QRect(x, y, width, height));
d->setItemGeometry(item, QRect(x, y, width, height));
y += height;
}
}
d->mAnimate = false;
}
/************************************************
************************************************/
QRect GridLayout::occupiedGeometry() const
{
return d_func()->mOccupiedGeometry;
}

@ -34,7 +34,7 @@
#include <QLayout>
namespace LxQt
namespace LXQt
{
class GridLayoutPrivate;
@ -89,6 +89,7 @@ public:
QSize sizeHint() const;
void setGeometry(const QRect &geometry);
QRect occupiedGeometry() const;
/**
@ -154,9 +155,10 @@ public:
void setStretch(Stretch value);
/**
Moves the item at index position from to index position to.
Moves the item at index position \param from to index position \param to.
If \param withAnimation set the reordering will be animated
**/
void moveItem(int from, int to);
void moveItem(int from, int to, bool withAnimation = false);
/**
Returns the cells' minimum size.
@ -233,5 +235,5 @@ private:
Q_DECLARE_OPERATORS_FOR_FLAGS(GridLayout::Stretch)
} // namespace LxQt
} // namespace LXQt
#endif // LXQTGRIDLAYOUT_H

@ -30,7 +30,7 @@
#include <QAbstractTextDocumentLayout>
#include <QTextDocument>
using namespace LxQt;
using namespace LXQt;
HtmlDelegate::HtmlDelegate(const QSize iconSize, QObject* parent) :

@ -33,7 +33,7 @@
#include <QPainter>
#include "lxqtglobals.h"
namespace LxQt
namespace LXQt
{
class LXQT_API HtmlDelegate : public QStyledItemDelegate

@ -27,7 +27,7 @@
#include <QMessageBox>
#include <QDebug>
using namespace LxQt;
using namespace LXQt;
Notification::Notification(const QString& summary, QObject* parent) :
QObject(parent),

@ -29,7 +29,7 @@
#include <QStringList>
#include "lxqtglobals.h"
namespace LxQt
namespace LXQt
{
class NotificationPrivate;
@ -175,7 +175,7 @@ signals:
* \brief Emitted when the notification is closed
* \param reason How notification was closed
*/
void notificationClosed(LxQt::Notification::CloseReason reason);
void notificationClosed(LXQt::Notification::CloseReason reason);
/*!
* \brief Emitted when an action button is activated.
@ -189,5 +189,5 @@ private:
NotificationPrivate* const d_ptr;
};
} // namespace LxQt
} // namespace LXQt
#endif // LXQTNOTIFICATION_H

@ -28,7 +28,7 @@
#include "lxqtnotification.h"
#include "notifications_interface.h"
namespace LxQt
namespace LXQt
{
class NotificationPrivate : public QObject
@ -63,5 +63,5 @@ private:
Q_DECLARE_PUBLIC(Notification)
};
} // namespace LxQt
} // namespace LXQt
#endif // LXQTNOTIFICATION_P_H

@ -35,7 +35,7 @@
#include <QLibrary>
#include <QDebug>
using namespace LxQt;
using namespace LXQt;
/************************************************
@ -75,7 +75,7 @@ QLibrary* PluginInfo::loadLibrary(const QString& libDir) const
QString baseName, path;
QFileInfo fi = QFileInfo(fileName());
path = fi.canonicalPath();
baseName = value("X-LxQt-Library", fi.completeBaseName()).toString();
baseName = value("X-LXQt-Library", fi.completeBaseName()).toString();
QString soPath = QDir(libDir).filePath(QString("lib%2.so").arg(baseName));
QLibrary* library = new QLibrary(soPath);
@ -139,7 +139,7 @@ PluginInfoList PluginInfo::search(const QString& desktopFilesDir, const QString&
/************************************************
************************************************/
QDebug operator<<(QDebug dbg, const LxQt::PluginInfo &pluginInfo)
QDebug operator<<(QDebug dbg, const LXQt::PluginInfo &pluginInfo)
{
dbg.nospace() << QString("%1").arg(pluginInfo.id());
return dbg.space();
@ -149,7 +149,7 @@ QDebug operator<<(QDebug dbg, const LxQt::PluginInfo &pluginInfo)
/************************************************
************************************************/
QDebug operator<<(QDebug dbg, const LxQt::PluginInfo * const pluginInfo)
QDebug operator<<(QDebug dbg, const LXQt::PluginInfo * const pluginInfo)
{
return operator<<(dbg, *pluginInfo);
}

@ -41,7 +41,7 @@
class QLibrary;
namespace LxQt
namespace LXQt
{
/*!
@ -52,7 +52,7 @@ lxqtpanel_clock2.desktop file
[Desktop Entry]
Type=Service
ServiceTypes=LxQtPanel/Plugin
ServiceTypes=LXQtPanel/Plugin
Name=Clock
Comment=Clock and calendar
@ -89,7 +89,7 @@ public:
/*! Returns a list of PluginInfo objects for the matched files in the directories.
@param desktopFilesDirs - scanned directories names.
@param serviceType - type of the plugin, for example "LxQtPanel/Plugin".
@param serviceType - type of the plugin, for example "LXQtPanel/Plugin".
@param nameFilter - wildcard filter that understands * and ? wildcards.
If the same filename is located under multiple directories only the first file should be used.
@ -105,12 +105,12 @@ private:
typedef QList<PluginInfo> PluginInfoList;
} // namespace LxQt
} // namespace LXQt
QDebug operator<<(QDebug dbg, const LxQt::PluginInfo& pi);
QDebug operator<<(QDebug dbg, const LxQt::PluginInfo* const pi);
QDebug operator<<(QDebug dbg, const LXQt::PluginInfo& pi);
QDebug operator<<(QDebug dbg, const LXQt::PluginInfo* const pi);
QDebug operator<<(QDebug dbg, const LxQt::PluginInfoList& list);
QDebug operator<<(QDebug dbg, const LxQt::PluginInfoList* const pluginInfoList);
QDebug operator<<(QDebug dbg, const LXQt::PluginInfoList& list);
QDebug operator<<(QDebug dbg, const LXQt::PluginInfoList* const pluginInfoList);
#endif // LXQTPLUGININFO_H

@ -31,7 +31,7 @@
#include <QtAlgorithms>
#include <QDebug>
using namespace LxQt;
using namespace LXQt;
Power::Power(QObject *parent) :
QObject(parent)
@ -41,7 +41,7 @@ Power::Power(QObject *parent) :
mProviders.append(new UPowerProvider(this));
mProviders.append(new ConsoleKitProvider(this));
mProviders.append(new LxSessionProvider(this));
mProviders.append(new LxQtProvider(this));
mProviders.append(new LXQtProvider(this));
}

@ -33,7 +33,7 @@
#include <QList>
#include "lxqtglobals.h"
namespace LxQt
namespace LXQt
{
@ -103,5 +103,5 @@ private:
QList<PowerProvider*> mProviders;
};
} // namespace LxQt
} // namespace LXQt
#endif // LXQTPOWER_H

@ -47,7 +47,7 @@
#define SYSTEMD_INTERFACE "org.freedesktop.login1.Manager"
#define LXQT_SERVICE "org.lxqt.session"
#define LXQT_PATH "/LxQtSession"
#define LXQT_PATH "/LXQtSession"
#define LXQT_INTERFACE "org.lxqt.session"
#define LXSESSION_SERVICE "org.lxde.SessionManager"
@ -56,7 +56,7 @@
#define PROPERTIES_INTERFACE "org.freedesktop.DBus.Properties"
using namespace LxQt;
using namespace LXQt;
/************************************************
Helper func
@ -183,7 +183,7 @@ bool dbusGetProperty(const QString &service,
if (!dbus.isValid())
{
qWarning() << "dbusGetProperty: QDBusInterface is invalid" << service << path << interface << property;
// Notification::notify(QObject::tr("LxQt Power Manager"),
// Notification::notify(QObject::tr("LXQt Power Manager"),
// "lxqt-logo.png",
// QObject::tr("Power Manager Error"),
// QObject::tr("QDBusInterface is invalid")+ "\n\n" + service +" " + path +" " + interface +" " + property);
@ -196,7 +196,7 @@ bool dbusGetProperty(const QString &service,
if (!msg.errorName().isEmpty())
{
printDBusMsg(msg);
// Notification::notify(QObject::tr("LxQt Power Manager"),
// Notification::notify(QObject::tr("LXQt Power Manager"),
// "lxqt-logo.png",
// QObject::tr("Power Manager Error (Get Property)"),
// msg.errorName() + "\n\n" + msg.errorMessage());
@ -427,7 +427,7 @@ bool SystemdProvider::canAction(Power::Action action) const
SYSTEMD_INTERFACE,
QDBusConnection::systemBus(),
command,
false,
false,
// canAction should be always silent because it can freeze
// g_main_context_iteration Qt event loop in QMessageBox
// on panel startup if there is no DBUS running.
@ -467,26 +467,26 @@ bool SystemdProvider::doAction(Power::Action action)
SYSTEMD_INTERFACE,
QDBusConnection::systemBus(),
command,
true
true
);
}
/************************************************
LxQtProvider
LXQtProvider
************************************************/
LxQtProvider::LxQtProvider(QObject *parent):
LXQtProvider::LXQtProvider(QObject *parent):
PowerProvider(parent)
{
}
LxQtProvider::~LxQtProvider()
LXQtProvider::~LXQtProvider()
{
}
bool LxQtProvider::canAction(Power::Action action) const
bool LXQtProvider::canAction(Power::Action action) const
{
switch (action)
{
@ -501,7 +501,7 @@ bool LxQtProvider::canAction(Power::Action action) const
}
bool LxQtProvider::doAction(Power::Action action)
bool LXQtProvider::doAction(Power::Action action)
{
QString command;
@ -561,7 +561,8 @@ bool LxSessionProvider::doAction(Power::Action action)
default:
return false;
}
return true;
return true;
}

@ -34,7 +34,7 @@
#include "lxqtpower.h"
#include <QProcess> // for PID_T
namespace LxQt
namespace LXQt
{
@ -101,12 +101,12 @@ public slots:
};
class LxQtProvider: public PowerProvider
class LXQtProvider: public PowerProvider
{
Q_OBJECT
public:
LxQtProvider(QObject *parent = 0);
~LxQtProvider();
LXQtProvider(QObject *parent = 0);
~LXQtProvider();
bool canAction(Power::Action action) const;
public slots:
@ -155,5 +155,5 @@ private:
Settings mSettings;
};
} // namespace LxQt
} // namespace LXQt
#endif // LXQTPOWER_PROVIDERS_H

@ -37,7 +37,7 @@
#include "lxqtsettings.h"
#include <XdgIcon>
namespace LxQt {
namespace LXQt {
class LXQT_API MessageBox: public QMessageBox
{
@ -67,7 +67,7 @@ public:
static void warning(const QString& title, const QString& text)
{
QMessageBox::warning(parentWidget(), tr("LxQt Power Manager Error"), tr("Hibernate failed."));
QMessageBox::warning(parentWidget(), tr("LXQt Power Manager Error"), tr("Hibernate failed."));
}
@ -149,7 +149,7 @@ QList<QAction*> PowerManager::availableActions()
void PowerManager::suspend()
{
if (m_skipWarning ||
MessageBox::question(tr("LxQt Session Suspend"),
MessageBox::question(tr("LXQt Session Suspend"),
tr("Do you want to really suspend your computer?<p>Suspends the computer into a low power state. System state is not preserved if the power is lost.")))
{
m_power->suspend();
@ -159,7 +159,7 @@ void PowerManager::suspend()
void PowerManager::hibernate()
{
if (m_skipWarning ||
MessageBox::question(tr("LxQt Session Hibernate"),
MessageBox::question(tr("LXQt Session Hibernate"),
tr("Do you want to really hibernate your computer?<p>Hibernates the computer into a low power state. System state is preserved if the power is lost.")))
{
m_power->hibernate();
@ -169,7 +169,7 @@ void PowerManager::hibernate()
void PowerManager::reboot()
{
if (m_skipWarning ||
MessageBox::question(tr("LxQt Session Reboot"),
MessageBox::question(tr("LXQt Session Reboot"),
tr("Do you want to really restart your computer? All unsaved work will be lost...")))
{
m_power->reboot();
@ -179,7 +179,7 @@ void PowerManager::reboot()
void PowerManager::shutdown()
{
if (m_skipWarning ||
MessageBox::question(tr("LxQt Session Shutdown"),
MessageBox::question(tr("LXQt Session Shutdown"),
tr("Do you want to really switch off your computer? All unsaved work will be lost...")))
{
m_power->shutdown();
@ -189,7 +189,7 @@ void PowerManager::shutdown()
void PowerManager::logout()
{
if (m_skipWarning ||
MessageBox::question(tr("LxQt Session Logout"),
MessageBox::question(tr("LXQt Session Logout"),
tr("Do you want to really logout? All unsaved work will be lost...")))
{
m_power->logout();
@ -198,12 +198,12 @@ void PowerManager::logout()
void PowerManager::hibernateFailed()
{
MessageBox::warning(tr("LxQt Power Manager Error"), tr("Hibernate failed."));
MessageBox::warning(tr("LXQt Power Manager Error"), tr("Hibernate failed."));
}
void PowerManager::suspendFailed()
{
MessageBox::warning(tr("LxQt Power Manager Error"), tr("Suspend failed."));
MessageBox::warning(tr("LXQt Power Manager Error"), tr("Suspend failed."));
}
} // namespace LxQt
} // namespace LXQt

@ -32,7 +32,7 @@
#include <QAction>
#include "lxqtglobals.h"
namespace LxQt
namespace LXQt
{
class Power;
@ -60,7 +60,7 @@ public:
bool skipWarning() const { return m_skipWarning; }
private:
LxQt::Power * m_power;
LXQt::Power * m_power;
bool m_skipWarning;
private slots:
@ -68,6 +68,6 @@ private slots:
void suspendFailed();
};
} // namespace LxQt
} // namespace LXQt
#endif // LXQTPOWERMANAGER_H

@ -27,7 +27,7 @@
#include <QDir>
#include <QFileInfo>
using namespace LxQt;
using namespace LXQt;
LXQT_API bool ProgramFinder::programExists(const QString& command)
{

@ -28,7 +28,7 @@
#include <QStringList>
#include "lxqtglobals.h"
namespace LxQt
namespace LXQt
{
namespace ProgramFinder
@ -57,5 +57,5 @@ namespace ProgramFinder
LXQT_API QString programName(const QString& command);
}
} // namespace LxQt
} // namespace LXQt
#endif // LXQTPROGRAMFINDER_H

@ -41,7 +41,7 @@
#include <QResizeEvent>
using namespace LxQt;
using namespace LXQt;
RotatedWidget::RotatedWidget(QWidget &content, QWidget *parent, Qt::WindowFlags f)
: QWidget(parent, f)

@ -31,7 +31,7 @@
#include <QWidget>
#include "lxqtglobals.h"
namespace LxQt
namespace LXQt
{
class LXQT_API RotatedWidget: public QWidget
@ -122,5 +122,5 @@ private:
bool mTransferLeaveEvent;
};
} // namespace LxQt
} // namespace LXQt
#endif // LXQTROTATEDWIDGET_H

@ -33,7 +33,7 @@
#include <QMessageBox>
#include <QAction>
using namespace LxQt;
using namespace LXQt;
ScreenSaver::ScreenSaver(QObject * parent)
: QObject(parent)
@ -62,47 +62,46 @@ void ScreenSaver::lockScreen()
void ScreenSaver::xdgProcess_finished(int err, QProcess::ExitStatus status)
{
QWidget *p = qobject_cast<QWidget*>(parent());
// http://portland.freedesktop.org/xdg-utils-1.1.0-rc1/scripts/xdg-screensaver
if (err == QProcess::NormalExit) // QProcess::NormalExit = 0
{
if (err == 0)
emit activated();
}
else if (err == 1)
{
QMessageBox::warning(p,
tr("Screen Saver Error"),
tr("An error occurred starting screensaver. "
"Syntax error in xdg-screensaver arguments.")
);
}
else if (err == 3)
{
QMessageBox::warning(p,
tr("Screen Saver Activation Error"),
tr("An error occurred starting screensaver. "
"Ensure you have xscreensaver installed and running.")
);
}
else if (err == 4)
{
QMessageBox::warning(p,
tr("Screen Saver Activation Error"),
tr("An error occurred starting screensaver. "
"Action 'activate' failed. "
"Ensure you have xscreensaver installed and running.")
);
}
else
{
QMessageBox::warning(p,
tr("Screen Saver Activation Error"),
tr("An error occurred starting screensaver. "
"Unknown error - undocumented return value from xdg-screensaver: %1.").arg(err)
);
QMessageBox *box = new QMessageBox;
box->setAttribute(Qt::WA_DeleteOnClose);
box->setIcon(QMessageBox::Warning);
if (err == 1)
{
box->setWindowTitle(tr("Screen Saver Error"));
box->setText(tr("An error occurred starting screensaver. "
"Syntax error in xdg-screensaver arguments."));
}
else if (err == 3)
{
box->setWindowTitle(tr("Screen Saver Activation Error"));
box->setText(tr("An error occurred starting screensaver. "
"Ensure you have xscreensaver installed and running."));
}
else if (err == 4)
{
box->setWindowTitle(tr("Screen Saver Activation Error"));
box->setText(tr("An error occurred starting screensaver. "
"Action 'activate' failed. "
"Ensure you have xscreensaver installed and running."));
}
else
{
box->setWindowTitle(tr("Screen Saver Activation Error"));
box->setText(tr("An error occurred starting screensaver. "
"Unknown error - undocumented return value from xdg-screensaver: %1.")
.arg(err));
}
box->exec();
}
emit done();
}

@ -33,7 +33,7 @@
#include <QProcess>
#include <QAction>
namespace LxQt
namespace LXQt
{
class LXQT_API ScreenSaver : public QObject
@ -59,6 +59,6 @@ private slots:
};
} // namespace LxQt
} // namespace LXQt
#endif

@ -39,9 +39,9 @@
#include <XdgIcon>
#include <XdgDirs>
using namespace LxQt;
using namespace LXQt;
class LxQt::SettingsPrivate
class LXQt::SettingsPrivate
{
public:
SettingsPrivate(Settings* parent):
@ -60,11 +60,11 @@ private:
};
LxQtTheme* LxQtTheme::mInstance = 0;
LXQtTheme* LXQtTheme::mInstance = 0;
class LxQt::LxQtThemeData: public QSharedData {
class LXQt::LXQtThemeData: public QSharedData {
public:
LxQtThemeData(): mValid(false) {}
LXQtThemeData(): mValid(false) {}
QString loadQss(const QString& qssFile) const;
QString findTheme(const QString &themeName);
@ -76,7 +76,7 @@ public:
};
class LxQt::GlobalSettingsPrivate
class LXQt::GlobalSettingsPrivate
{
public:
GlobalSettingsPrivate(GlobalSettings *parent):
@ -88,7 +88,7 @@ public:
GlobalSettings *mParent;
QString mIconTheme;
QString mLxQtTheme;
QString mLXQtTheme;
qlonglong mThemeUpdated;
};
@ -240,12 +240,12 @@ const GlobalSettings *Settings::globalSettings()
/************************************************
LC_MESSAGES value Possible keys in order of matching
lang_COUNTRY@MODIFIER lang_COUNTRY@MODIFIER, lang_COUNTRY, lang@MODIFIER, lang,
LC_MESSAGES value Possible keys in order of matching
lang_COUNTRY@MODIFIER lang_COUNTRY@MODIFIER, lang_COUNTRY, lang@MODIFIER, lang,
default value
lang_COUNTRY lang_COUNTRY, lang, default value
lang@MODIFIER lang@MODIFIER, lang, default value
lang lang, default value
lang_COUNTRY lang_COUNTRY, lang, default value
lang@MODIFIER lang@MODIFIER, lang, default value
lang lang, default value
************************************************/
QString SettingsPrivate::localizedKey(const QString& key) const
{
@ -337,8 +337,8 @@ void Settings::setLocalizedValue(const QString &key, const QVariant &value)
/************************************************
************************************************/
LxQtTheme::LxQtTheme():
d(new LxQtThemeData)
LXQtTheme::LXQtTheme():
d(new LXQtThemeData)
{
}
@ -346,8 +346,8 @@ LxQtTheme::LxQtTheme():
/************************************************
************************************************/
LxQtTheme::LxQtTheme(const QString &path):
d(new LxQtThemeData)
LXQtTheme::LXQtTheme(const QString &path):
d(new LXQtThemeData)
{
if (path.isEmpty())
return;
@ -374,7 +374,7 @@ LxQtTheme::LxQtTheme(const QString &path):
/************************************************
************************************************/
QString LxQtThemeData::findTheme(const QString &themeName)
QString LXQtThemeData::findTheme(const QString &themeName)
{
if (themeName.isEmpty())
return "";
@ -399,7 +399,7 @@ QString LxQtThemeData::findTheme(const QString &themeName)
/************************************************
************************************************/
LxQtTheme::LxQtTheme(const LxQtTheme &other):
LXQtTheme::LXQtTheme(const LXQtTheme &other):
d(other.d)
{
}
@ -408,7 +408,7 @@ LxQtTheme::LxQtTheme(const LxQtTheme &other):
/************************************************
************************************************/
LxQtTheme::~LxQtTheme()
LXQtTheme::~LXQtTheme()
{
}
@ -416,7 +416,7 @@ LxQtTheme::~LxQtTheme()
/************************************************
************************************************/
LxQtTheme& LxQtTheme::operator=(const LxQtTheme &other)
LXQtTheme& LXQtTheme::operator=(const LXQtTheme &other)
{
d = other.d;
return *this;
@ -426,7 +426,7 @@ LxQtTheme& LxQtTheme::operator=(const LxQtTheme &other)
/************************************************
************************************************/
bool LxQtTheme::isValid() const
bool LXQtTheme::isValid() const
{
return d->mValid;
}
@ -435,7 +435,7 @@ bool LxQtTheme::isValid() const
/************************************************
************************************************/
QString LxQtTheme::name() const
QString LXQtTheme::name() const
{
return d->mName;
}
@ -443,7 +443,7 @@ QString LxQtTheme::name() const
/************************************************
************************************************/
QString LxQtTheme::path() const
QString LXQtTheme::path() const
{
return d->mPath;
}
@ -452,7 +452,7 @@ QString LxQtTheme::path() const
/************************************************
************************************************/
QString LxQtTheme::previewImage() const
QString LXQtTheme::previewImage() const
{
return d->mPreviewImg;
}
@ -461,7 +461,7 @@ QString LxQtTheme::previewImage() const
/************************************************
************************************************/
QString LxQtTheme::qss(const QString& module) const
QString LXQtTheme::qss(const QString& module) const
{
QString styleSheet = d->loadQss(QStringLiteral("%1/%2.qss").arg(d->mPath, module));
@ -477,7 +477,7 @@ QString LxQtTheme::qss(const QString& module) const
/************************************************
************************************************/
QString LxQtThemeData::loadQss(const QString& qssFile) const
QString LXQtThemeData::loadQss(const QString& qssFile) const
{
QFile f(qssFile);
if (! f.open(QIODevice::ReadOnly | QIODevice::Text))
@ -502,7 +502,7 @@ QString LxQtThemeData::loadQss(const QString& qssFile) const
/************************************************
************************************************/
QString LxQtTheme::desktopBackground(int screen) const
QString LXQtTheme::desktopBackground(int screen) const
{
QString wallpaperCfgFileName = QString("%1/wallpaper.cfg").arg(d->mPath);
@ -530,13 +530,13 @@ QString LxQtTheme::desktopBackground(int screen) const
/************************************************
************************************************/
const LxQtTheme &LxQtTheme::currentTheme()
const LXQtTheme &LXQtTheme::currentTheme()
{
static LxQtTheme theme;
static LXQtTheme theme;
QString name = Settings::globalSettings()->value("theme").toString();
if (theme.name() != name)
{
theme = LxQtTheme(name);
theme = LXQtTheme(name);
}
return theme;
}
@ -545,9 +545,9 @@ const LxQtTheme &LxQtTheme::currentTheme()
/************************************************
************************************************/
QList<LxQtTheme> LxQtTheme::allThemes()
QList<LXQtTheme> LXQtTheme::allThemes()
{
QList<LxQtTheme> ret;
QList<LXQtTheme> ret;
QSet<QString> processed;
QStringList paths;
@ -565,7 +565,7 @@ QList<LxQtTheme> LxQtTheme::allThemes()
QDir(dir.absoluteFilePath()).exists("lxqt-panel.qss"))
{
processed << dir.fileName();
ret << LxQtTheme(dir.absoluteFilePath());
ret << LXQtTheme(dir.absoluteFilePath());
}
}
@ -682,9 +682,9 @@ void GlobalSettings::fileChanged()
QString rt = value("theme").toString();
qlonglong themeUpdated = value("__theme_updated__").toLongLong();
if ((d->mLxQtTheme != rt) || (d->mThemeUpdated != themeUpdated))
if ((d->mLXQtTheme != rt) || (d->mThemeUpdated != themeUpdated))
{
d->mLxQtTheme = rt;
d->mLXQtTheme = rt;
emit lxqtThemeChanged();
}

@ -36,7 +36,7 @@
class QEvent;
namespace LxQt
namespace LXQt
{
class SettingsPrivate;
@ -100,25 +100,25 @@ private:
};
class LxQtThemeData;
class LXQtThemeData;
/*! \brief QSS theme handling */
class LXQT_API LxQtTheme
class LXQT_API LXQtTheme
{
public:
/// Constructs a null theme.
LxQtTheme();
LXQtTheme();
/*! Constructs an theme from the dir with the given path. If path not absolute
(i.e. the theme name only) the relevant dir must be found relative to the
$XDG_DATA_HOME + $XDG_DATA_DIRS directories. */
LxQtTheme(const QString &path);
LXQtTheme(const QString &path);
/// Constructs a copy of other. This is very fast.
LxQtTheme(const LxQtTheme &other);
LXQtTheme(const LXQtTheme &other);
LxQtTheme& operator=(const LxQtTheme &other);
~LxQtTheme();
LXQtTheme& operator=(const LXQtTheme &other);
~LXQtTheme();
/// Returns the name of the theme.
QString name() const;
@ -145,22 +145,22 @@ public:
QString desktopBackground(int screen=-1) const;
/// Returns the current lxqt theme.
static const LxQtTheme &currentTheme();
static const LXQtTheme &currentTheme();
/// Returns the all themes found in the system.
static QList<LxQtTheme> allThemes();
static QList<LXQtTheme> allThemes();
private:
static LxQtTheme* mInstance;
QSharedDataPointer<LxQtThemeData> d;
static LXQtTheme* mInstance;
QSharedDataPointer<LXQtThemeData> d;
};
/*!
A global pointer referring to the unique LxQtTheme object.
It is equivalent to the pointer returned by the LxQtTheme::instance() function.
A global pointer referring to the unique LXQtTheme object.
It is equivalent to the pointer returned by the LXQtTheme::instance() function.
Only one theme object can be created. !*/
#define lxqtTheme LxQtTheme::currentTheme()
#define lxqtTheme LXQtTheme::currentTheme()
class LXQT_API SettingsCache
@ -202,5 +202,5 @@ private:
Q_DECLARE_PRIVATE(GlobalSettings)
};
} // namespace LxQt
} // namespace LXQt
#endif // LXQTSETTINGS_H

@ -33,7 +33,7 @@
#include <QWidget>
#include <QDebug>
using namespace LxQt;
using namespace LXQt;
SingleApplication::SingleApplication(int &argc, char **argv, StartOptions options)
: Application(argc, argv),

@ -32,7 +32,7 @@
class QWidget;
namespace LxQt {
namespace LXQt {
/*! \class SingleApplication
* \brief The SingleApplication class provides an single instance Application.
@ -45,14 +45,14 @@ namespace LxQt {
* doesn't the second instance will quietly exit without activating the first
* instance window. In any case only one instance is allowed.
*
* This classes depends uses D-Bus and KF5::WindowSystem
* These classes depend on D-Bus and KF5::WindowSystem
*
* \code
*
* // Original code
* int main(int argc, char **argv)
* {
* LxQt::Application app(argc, argv);
* LXQt::Application app(argc, argv);
*
* MainWidget w;
* w.show();
@ -60,10 +60,10 @@ namespace LxQt {
* return app.exec();
* }
*
* // SingleApplication code
* // Using the library
* int main(int argc, char **argv)
* {
* LxQt::SingleApplication app(argc, argv);
* LXQt::SingleApplication app(argc, argv);
*
* MainWidget w;
* app.setActivationWindow(&w);
@ -98,12 +98,12 @@ public:
* It's the default
*/
ExitOnDBusFailure,
/** Don't exit if the connection to the D-Bus session bud fails.*/
/** Don't exit if the connection to the D-Bus session bus fails.*/
NoExitOnDBusFailure
};
/*!
* \brief Construct a LxQt SingleApplication object.
* \brief Construct a LXQt SingleApplication object.
* \param argc standard argc as in QApplication
* \param argv standard argv as in QApplication
* \param options Control the on D-Bus failure application behaviour
@ -151,8 +151,8 @@ private:
#if defined(lxqtSingleApp)
#undef lxqtSingleApp
#endif
#define lxqtSingleApp (static_cast<LxQt::SingleApplication *>(qApp))
#define lxqtSingleApp (static_cast<LXQt::SingleApplication *>(qApp))
}; // namespace LxQt
}; // namespace LXQt
#endif // LXQTSINGLEAPPLICATION_H

@ -1,3 +1,31 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
* LXQt - a lightweight, Qt based, desktop toolset
* http://razor-qt.org
*
* Copyright: 2013 LXQt team
* Authors:
* Alexander Sokoloff <sokoloff.a@gmail.com>
Luís Pereira <luis.artur.pereira@gmail.com>
*
* 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 "lxqttranslator.h"
#include <QTranslator>
#include <QLocale>
@ -10,7 +38,7 @@
#include <XdgDirs>
using namespace LxQt;
using namespace LXQt;
bool translate(const QString &name, const QString &owner = QString());
/************************************************
@ -35,7 +63,7 @@ QStringList *getSearchPaths()
/************************************************
************************************************/
QStringList LxQt::Translator::translationSearchPaths()
QStringList LXQt::Translator::translationSearchPaths()
{
return *(getSearchPaths());
}

@ -32,7 +32,7 @@
#include <QStringList>
#include "lxqtglobals.h"
namespace LxQt
namespace LXQt
{
/**
The Translator class provides internationalization support for application and librarioes.
@ -68,5 +68,5 @@ public:
static bool translatePlugin(const QString &pluginName, const QString& type);
};
} // namespace LxQt
} // namespace LXQt
#endif // LXQTTRANSLATOR_H

@ -10,10 +10,10 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -23,7 +23,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -31,7 +31,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -59,7 +59,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<source>LXQt Session Suspend</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -69,7 +69,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<source>LXQt Session Hibernate</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -79,7 +79,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<source>LXQt Session Reboot</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -89,7 +89,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<source>LXQt Session Shutdown</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -99,7 +99,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<source>LXQt Session Logout</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -110,7 +110,7 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -125,41 +125,41 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="76"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<location filename="../lxqtscreensaver.cpp" line="92"/>
<location filename="../lxqtscreensaver.cpp" line="101"/>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="85"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="93"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="102"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Yes</source>
<translation type="obsolete">نعم</translation>
@ -40,10 +40,10 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">خطأٌ في إدارة الطَّاقة لنظام ريزر</translation>
</message>
<message>
@ -53,7 +53,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -61,7 +61,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -89,7 +89,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<source>LXQt Session Suspend</source>
<translation>وضع جلسة نظام ريزر في حالة تعليق</translation>
</message>
<message>
@ -99,7 +99,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<source>LXQt Session Hibernate</source>
<translation>وضع جلسة نظام ريزر في حالة سبات</translation>
</message>
<message>
@ -109,7 +109,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<source>LXQt Session Reboot</source>
<translation>إعادة إقلاع جلسة نظام ريزر</translation>
</message>
<message>
@ -119,7 +119,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<source>LXQt Session Shutdown</source>
<translation>إطفاء نظام ريزر</translation>
</message>
<message>
@ -129,7 +129,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<source>LXQt Session Logout</source>
<translation>الخروج من جلسة نظام ريزر</translation>
</message>
<message>
@ -140,7 +140,7 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation>خطأٌ في إدارة الطَّاقة لنظام ريزر</translation>
</message>
<message>
@ -155,61 +155,63 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>إقفال الشَّاشة</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>خطأٌ في تشغيل حافظ الشَّاشة</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>حدث خطأٌ في تشغيل حافظ الشَّاشة! يمكن تشغيل حافظ شاشة سطح المكتب الرُّسوميِّ نظراً لانهياره..!</translation>
<translation type="vanished">حدث خطأٌ في تشغيل حافظ الشَّاشة! يمكن تشغيل حافظ شاشة سطح المكتب الرُّسوميِّ نظراً لانهياره..!</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>حدث خطأٌ في تشغيل حافظ الشَّاشة! لم يتمُّ تثبيت حافظ شاشة سطح المكتب الرُّسوميِّ بالشَّكل الصَّحيح..!</translation>
<translation type="vanished">حدث خطأٌ في تشغيل حافظ الشَّاشة! لم يتمُّ تثبيت حافظ شاشة سطح المكتب الرُّسوميِّ بالشَّكل الصَّحيح..!</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>حدث خطأٌ في تشغيل حافظ الشَّاشة! يمكن تشغيل حافظ شاشة سطح المكتب الرُّسوميِّ..!</translation>
<translation type="vanished">حدث خطأٌ في تشغيل حافظ الشَّاشة! يمكن تشغيل حافظ شاشة سطح المكتب الرُّسوميِّ..!</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>حدث خطأٌ في تشغيل حافظ الشَّاشة! هناك خطأٌ في رموز ضبط تعريف حافظ شاشة سطح المكتب الرُّسوميِّ</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>حدث خطأٌ في تشغيل حافظ الشَّاشة! يرجى التَّأكد من أن حافظ شاشة سطح المكتب الرُّسوميِّ مثبَّتٌ ويعمل..</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>حدث خطأٌ في تشغيل حافظ الشَّاشة! فشلٌ في أمر التَّفعيل! يرجى التَّأكد من أن حافظ شاشة سطح المكتب الرُّسوميِّ مثبَّتٌ ويعمل..</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation>حصل خطأٌ عند تشغيل حافظ الضَّاضة. خطأٌ غير معروفٍ - قيمةٌ جوابيَّةٌ غير موثَّقةٍ من حافظ شاشة إكس دي جي=%1.</translation>
<translation type="vanished">حصل خطأٌ عند تشغيل حافظ الضَّاضة. خطأٌ غير معروفٍ - قيمةٌ جوابيَّةٌ غير موثَّقةٍ من حافظ شاشة إكس دي جي=%1.</translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">مسح</translation>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">Verze: %1</translation>
@ -68,8 +68,8 @@
<translation type="obsolete">Ne</translation>
</message>
<message>
<source>&lt;b&gt;LxQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;Nástroje LxQt Desktop - Technické informace&lt;/b&gt;</translation>
<source>&lt;b&gt;LXQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;Nástroje LXQt Desktop - Technické informace&lt;/b&gt;</translation>
</message>
<message>
<source>Version</source>
@ -130,10 +130,10 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">Chyba ve správě energie</translation>
</message>
<message>
@ -143,7 +143,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -151,7 +151,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -179,8 +179,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<translation>Pozastavení sezení LxQtu</translation>
<source>LXQt Session Suspend</source>
<translation>Pozastavení sezení LXQtu</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="153"/>
@ -189,8 +189,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<translation>Zazimování sezení LxQtu</translation>
<source>LXQt Session Hibernate</source>
<translation>Zazimování sezení LXQtu</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="163"/>
@ -199,8 +199,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation>Spuštění sezení LxQtu znovu</translation>
<source>LXQt Session Reboot</source>
<translation>Spuštění sezení LXQtu znovu</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
@ -209,8 +209,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<translation>Vypnutí sezení LxQtu</translation>
<source>LXQt Session Shutdown</source>
<translation>Vypnutí sezení LXQtu</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="183"/>
@ -219,8 +219,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>Odhlášení sezení LxQtu</translation>
<source>LXQt Session Logout</source>
<translation>Odhlášení sezení LXQtu</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -230,7 +230,7 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation>Chyba ve správě energie</translation>
</message>
<message>
@ -245,61 +245,63 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Zamknout obrazovku</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Chyba při zapínání šetřiče obrazovky</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>Při spouštění šetřiče obrazovky se vyskytla chyba. xdg-screensavernelze spustit kvůli jeho pádu.</translation>
<translation type="vanished">Při spouštění šetřiče obrazovky se vyskytla chyba. xdg-screensavernelze spustit kvůli jeho pádu.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>Při spouštění šetřiče obrazovky se vyskytla chyba. xdg-screensaver není nainstalován správně.</translation>
<translation type="vanished">Při spouštění šetřiče obrazovky se vyskytla chyba. xdg-screensaver není nainstalován správně.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>Při spouštění šetřiče obrazovky se vyskytla chyba. xdg-screensaver nelze spustit.</translation>
<translation type="vanished">Při spouštění šetřiče obrazovky se vyskytla chyba. xdg-screensaver nelze spustit.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>Při spouštění šetřiče obrazovky se vyskytla chyba. Chybná skladba v argumentech xdg-screensaver.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Při spouštění šetřiče obrazovky se vyskytla chyba. Ujistěte se, že máte xdg-screensaver nainstalován a že běží.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Při spouštění šetřiče obrazovky se vyskytla chyba. Krok &quot;zapnutí&quot; se nezdařil. Ujistěte se, že máte xdg-screensaver nainstalován a že běží.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation>Během spouštění spořiče obrazovky se vyskytla chyba. Neznámá chyba - nezdokumentovaná vrácená hodnota od xdg-screensaver=%1.</translation>
<translation type="vanished">Během spouštění spořiče obrazovky se vyskytla chyba. Neznámá chyba - nezdokumentovaná vrácená hodnota od xdg-screensaver=%1.</translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Smazat</translation>
@ -334,7 +336,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished">O prostředí LxQt</translation>
<translation type="vanished">O prostředí LXQt</translation>
</message>
<message>
<source>About</source>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">Verze: %1</translation>
@ -68,8 +68,8 @@
<translation type="obsolete">Ne</translation>
</message>
<message>
<source>&lt;b&gt;LxQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;Nástroje LxQt Desktop - Technické informace&lt;/b&gt;</translation>
<source>&lt;b&gt;LXQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;Nástroje LXQt Desktop - Technické informace&lt;/b&gt;</translation>
</message>
<message>
<source>Version</source>
@ -130,10 +130,10 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">Chyba ve správě energie</translation>
</message>
<message>
@ -143,7 +143,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -151,7 +151,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -179,8 +179,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<translation>Pozastavení sezení LxQtu</translation>
<source>LXQt Session Suspend</source>
<translation>Pozastavení sezení LXQtu</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="153"/>
@ -189,8 +189,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<translation>Zazimování sezení LxQtu</translation>
<source>LXQt Session Hibernate</source>
<translation>Zazimování sezení LXQtu</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="163"/>
@ -199,8 +199,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation>Spuštění sezení LxQtu znovu</translation>
<source>LXQt Session Reboot</source>
<translation>Spuštění sezení LXQtu znovu</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
@ -209,8 +209,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<translation>Vypnutí sezení LxQtu</translation>
<source>LXQt Session Shutdown</source>
<translation>Vypnutí sezení LXQtu</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="183"/>
@ -219,8 +219,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>Odhlášení sezení LxQtu</translation>
<source>LXQt Session Logout</source>
<translation>Odhlášení sezení LXQtu</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -230,7 +230,7 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation>Chyba ve správě energie</translation>
</message>
<message>
@ -245,61 +245,63 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Zamknout obrazovku</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Chyba při zapínání šetřiče obrazovky</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>Při spouštění šetřiče obrazovky se vyskytla chyba. xdg-screensavernelze spustit kvůli jeho pádu.</translation>
<translation type="vanished">Při spouštění šetřiče obrazovky se vyskytla chyba. xdg-screensavernelze spustit kvůli jeho pádu.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>Při spouštění šetřiče obrazovky se vyskytla chyba. xdg-screensaver není nainstalován správně.</translation>
<translation type="vanished">Při spouštění šetřiče obrazovky se vyskytla chyba. xdg-screensaver není nainstalován správně.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>Při spouštění šetřiče obrazovky se vyskytla chyba. xdg-screensaver nelze spustit.</translation>
<translation type="vanished">Při spouštění šetřiče obrazovky se vyskytla chyba. xdg-screensaver nelze spustit.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>Při spouštění šetřiče obrazovky se vyskytla chyba. Chybná skladba v argumentech xdg-screensaver.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Při spouštění šetřiče obrazovky se vyskytla chyba. Ujistěte se, že máte xdg-screensaver nainstalován a že běží.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Při spouštění šetřiče obrazovky se vyskytla chyba. Krok &quot;zapnutí&quot; se nezdařil. Ujistěte se, že máte xdg-screensaver nainstalován a že běží.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation>Během spouštění spořiče obrazovky se vyskytla chyba. Neznámá chyba - nezdokumentovaná vrácená hodnota od xdg-screensaver=%1.</translation>
<translation type="vanished">Během spouštění spořiče obrazovky se vyskytla chyba. Neznámá chyba - nezdokumentovaná vrácená hodnota od xdg-screensaver=%1.</translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Smazat</translation>
@ -334,7 +336,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished">O prostředí LxQt</translation>
<translation type="vanished">O prostředí LXQt</translation>
</message>
<message>
<source>About</source>

@ -10,10 +10,10 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -23,7 +23,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -31,7 +31,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -59,7 +59,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<source>LXQt Session Suspend</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -69,7 +69,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<source>LXQt Session Hibernate</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -79,7 +79,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<source>LXQt Session Reboot</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -89,7 +89,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<source>LXQt Session Shutdown</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -99,7 +99,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<source>LXQt Session Logout</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -110,7 +110,7 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -125,58 +125,44 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<source>Screen Saver Activation Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QObject</name>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">Version: %1</translation>
@ -68,8 +68,8 @@
<translation type="obsolete">Nej</translation>
</message>
<message>
<source>&lt;b&gt;LxQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;LxQt Desktop Værktøjskasse - Teknisk Information&lt;/b&gt;</translation>
<source>&lt;b&gt;LXQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;LXQt Desktop Værktøjskasse - Teknisk Information&lt;/b&gt;</translation>
</message>
<message>
<source>Version</source>
@ -130,11 +130,11 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation type="unfinished">LxQt Strømstyringsfejl</translation>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">LXQt Strømstyringsfejl</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
@ -143,7 +143,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -151,7 +151,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -179,8 +179,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<translation>LxQt Session Slumre</translation>
<source>LXQt Session Suspend</source>
<translation>LXQt Session Slumre</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="153"/>
@ -189,8 +189,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<translation>LxQt Session Dvale</translation>
<source>LXQt Session Hibernate</source>
<translation>LXQt Session Dvale</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="163"/>
@ -199,8 +199,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation>LxQt Session Genstart</translation>
<source>LXQt Session Reboot</source>
<translation>LXQt Session Genstart</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
@ -209,8 +209,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<translation>LxQt Session Luk Ned</translation>
<source>LXQt Session Shutdown</source>
<translation>LXQt Session Luk Ned</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="183"/>
@ -219,8 +219,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>LxQt Session Log Ud</translation>
<source>LXQt Session Logout</source>
<translation>LXQt Session Log Ud</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -230,8 +230,8 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>LxQt Strømstyringsfejl</translation>
<source>LXQt Power Manager Error</source>
<translation>LXQt Strømstyringsfejl</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -245,61 +245,63 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Lås Skærm</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Fejl ved aktivering af pauseskærm</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>Fejl ved start af screensaver. xdg-pauseskærm kan ikke starte på grund af nedbrud.</translation>
<translation type="vanished">Fejl ved start af screensaver. xdg-pauseskærm kan ikke starte på grund af nedbrud.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>Fejl ved start af screensaver. xdg-pauseskærm er ikke korrekt installeret.</translation>
<translation type="vanished">Fejl ved start af screensaver. xdg-pauseskærm er ikke korrekt installeret.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>Fejl ved start af screensaver. xdg-pauseskærm kan ikke starte.</translation>
<translation type="vanished">Fejl ved start af screensaver. xdg-pauseskærm kan ikke starte.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>Fejl ved start af screensaver. Syntaksfejl i argumenter til xdg-pauseskærm.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Fejl ved start af screensaver. Sørg for at du har xscreensaver installeret og kørende.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Fejl ved start af screensaver. Handling &apos;aktivere&apos; mislykkedes. Sørg for at du har xscreensaver installeret og kørende.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation>En fejl opstod ved start af pauseskærm. Ukendt fejl - udokumenteret returværdi sendt fra xdg-screensaver=%1.</translation>
<translation type="vanished">En fejl opstod ved start af pauseskærm. Ukendt fejl - udokumenteret returværdi sendt fra xdg-screensaver=%1.</translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Rens</translation>

@ -10,10 +10,10 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation>Fehler der LXQt-Energieverwaltung</translation>
</message>
<message>
@ -23,7 +23,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -31,7 +31,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -59,7 +59,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<source>LXQt Session Suspend</source>
<translation>LXQt Bereitschaft</translation>
</message>
<message>
@ -69,7 +69,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<source>LXQt Session Hibernate</source>
<translation>LXQt Tiefschlaf</translation>
</message>
<message>
@ -79,7 +79,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<source>LXQt Session Reboot</source>
<translation>LXQt Neustart</translation>
</message>
<message>
@ -89,7 +89,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<source>LXQt Session Shutdown</source>
<translation>LXQt Herunterfahren</translation>
</message>
<message>
@ -99,7 +99,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<source>LXQt Session Logout</source>
<translation>LXQt Abmelden</translation>
</message>
<message>
@ -110,7 +110,7 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation>Fehler der LXQt-Energieverwaltung</translation>
</message>
<message>
@ -125,41 +125,41 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Bildschirm sperren</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="76"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation>Bildschirmschoner-Fehler</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>Beim Starten des Bildschirmschoners ist ein Fehler aufgetreten. Syntaxfehler in den Parametern für xdg-screensaver.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<location filename="../lxqtscreensaver.cpp" line="92"/>
<location filename="../lxqtscreensaver.cpp" line="101"/>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Fehler beim Aktivieren des Bildschirmschoners</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="85"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Beim Starten des Bildschirmschoners ist ein Fehler aufgetreten. Bitte stellen Sie sicher, dass xscreensaver installiert ist und funktioniert.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="93"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Beim Starten des Bildschirmschoners ist ein Fehler aufgetreten. Aktion &apos;aktivieren&apos; fehlgeschlagen. Bitte stellen Sie sicher, dass xscreensaver installiert ist und funktioniert.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="102"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation>Beim Starten des Bildschirmschoners ist ein Fehler aufgetreten. Unbekannter Fehler - ein undokumentierter Rückgabewert wurde von xdg-screensaver ausgegeben: %1.</translation>
</message>

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="el_GR">
<TS version="2.1" language="el">
<context>
<name>AddPluginDialog</name>
<message>
<source>Add plugins</source>
<translation type="obsolete">Προσθήκη επεκτάσεων</translation>
<translation type="obsolete">Προσθήκη πρόσθετων</translation>
</message>
<message>
<source>Search:</source>
@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">Έκδοση: %1</translation>
@ -47,7 +47,7 @@
<message>
<source>Homepage: %1</source>
<comment>About dialog, &apos;About&apos; tab text</comment>
<translation type="vanished">Αρχική σελίδα: %1</translation>
<translation type="vanished">Ιστοσελίδα: %1</translation>
</message>
<message>
<source>License: %1</source>
@ -57,7 +57,7 @@
<message>
<source>LXQt is translated into many languages thanks to the work of the translation teams all over the world.</source>
<comment>About dialog, &apos;Translations&apos; tab text</comment>
<translation type="vanished">LXQt έχει μεταφραστεί σε πολλές γλώσσες χάρη στο έργο των μεταφραστικών ομάδων σε όλο τον κόσμο.</translation>
<translation type="vanished">Το LXQt έχει μεταφραστεί σε πολλές γλώσσες χάρη στο έργο των μεταφραστικών ομάδων ανά την υφήλιο.</translation>
</message>
<message>
<source>Yes</source>
@ -68,7 +68,7 @@
<translation type="obsolete">Όχι</translation>
</message>
<message>
<source>&lt;b&gt;LxQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<source>&lt;b&gt;LXQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;Επιφάνεια εργασίας LXQt - Τεχνικές πληροφορίες&lt;/b&gt;</translation>
</message>
<message>
@ -130,32 +130,32 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation type="unfinished">Σφάλμα διαχείρισης ενέργειας LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>Σφάλμα διαχείρισης ενέργειας LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>Hibernate failed.</source>
<translation type="unfinished">Αποτυχία αδρανοποίησης.</translation>
<translation>Αποτυχία νάρκωσης.</translation>
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
<translation>Εφεδρικές ειδοποιήσεις</translation>
<translation>Ανακατεύθυνση ειδοποιήσεων</translation>
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
<translation>Αδρανοποίηση</translation>
<translation>Νάρκη</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="119"/>
@ -179,28 +179,28 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<translation>Αναστολή συνεδρίας LxQt</translation>
<source>LXQt Session Suspend</source>
<translation>Αναστολή της συνεδρίας LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="153"/>
<source>Do you want to really suspend your computer?&lt;p&gt;Suspends the computer into a low power state. System state is not preserved if the power is lost.</source>
<translation>Θέλετε πραγματικά να γίνει αναστολή του υπολογιστή;&lt;p&gt;Θέτει τον υπολογιστή σε κατάσταση χαμηλής κατανάλωσης. Η κατάσταση του συστήματος δε διατηρείται εάν διακοπεί η παροχή ρεύματος.</translation>
<translation>Θέλετε πραγματικά να γίνει αναστολή του υπολογιστή;&lt;p&gt;Θέτει τον υπολογιστή σε κατάσταση χαμηλής κατανάλωσης. Η κατάσταση του συστήματος δεν διατηρείται εάν διακοπεί η παροχή ρεύματος.</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<translation>Κατάσταση αδρανοποίησης LxQt</translation>
<source>LXQt Session Hibernate</source>
<translation>Νάρκωση της συνεδρίας LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="163"/>
<source>Do you want to really hibernate your computer?&lt;p&gt;Hibernates the computer into a low power state. System state is preserved if the power is lost.</source>
<translation>Θέλετε πραγματικά να γίνει αδρανοποίηση του υπολογιστή;&lt;p&gt;Θέτει τον υπολογιστή σε κατάσταση χαμηλής κατανάλωσης. Η κατάσταση του συστήματος διατηρείται εάν διακοπεί η παροχή ρεύματος.</translation>
<translation>Θέλετε πραγματικά να τεθεί σε νάρκη ο υπολογιστής;&lt;p&gt;Θέτει τον υπολογιστή σε κατάσταση χαμηλής κατανάλωσης. Η κατάσταση του συστήματος διατηρείται εάν διακοπεί η παροχή ρεύματος.</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation>Επανεκκίνηση συνεδρίας LxQt</translation>
<source>LXQt Session Reboot</source>
<translation>Επανεκκίνηση συνεδρίας LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
@ -209,8 +209,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<translation>Τερματισμός συνεδρίας LxQt</translation>
<source>LXQt Session Shutdown</source>
<translation>Τερματισμός συνεδρίας LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="183"/>
@ -219,8 +219,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>Αποσύνδεση συνεδρίας LxQt</translation>
<source>LXQt Session Logout</source>
<translation>Αποσύνδεση της συνεδρίας LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -230,13 +230,13 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>Σφάλμα διαχείρισης ενέργειας LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>Σφάλμα διαχείρισης της ενέργειας LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<source>Hibernate failed.</source>
<translation>Αποτυχία αδρανοποίησης.</translation>
<translation>Αποτυχία νάρκωσης.</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="206"/>
@ -245,64 +245,66 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Κλείδωμα οθόνης</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Σφάλμα ενεργοποίησης προστασίας οθόνης</translation>
<translation>Σφάλμα ενεργοποίησης της προστασίας οθόνης</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασίας οθόνης. Αδυναμία εκκίνησης προστασίας οθόνης xdg λόγω κατάρευσης.</translation>
<translation type="vanished">Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασίας οθόνης. Αδυναμία εκκίνησης της προστασίας οθόνης xdg λόγω κατάρρευσης.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασίας οθόνης. Η προστασία οθόνης xdg δεν είναι εγκατεστημένη σωστά.</translation>
<translation type="vanished">Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασίας οθόνης. Η προστασία οθόνης xdg δεν είναι εγκατεστημένη σωστά.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασίας οθόνης. Αδυναμία έναρξης προστασίας οθόνης xdg.</translation>
<translation type="vanished">Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασίας οθόνης. Αδυναμία έναρξης της προστασίας οθόνης xdg.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασίας οθόνης. Σφάλμα σύνταξης παραμέτρων προστασίας οθόνης xdg.</translation>
<translation>Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασίας οθόνης. Σφάλμα σύνταξης των παραμέτρων της προστασίας οθόνης xdg.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασίας οθόνης. Διασφαλίστε ότι η προστασία οθόνης είναι εγκατεστημένη και ότι εκτελείται.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασία οθόνης. Αποτυχία ενέργειας &quot;ενεργοποίηση&quot;. Διασφαλίστε ότι η προστασία οθόνης είναι εγκατεστημένη και ότι εκτελείται.</translation>
<translation>Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασία οθόνης. Αποτυχία ενέργειας «ενεργοποίηση». Διασφαλίστε ότι η προστασία οθόνης είναι εγκατεστημένη και ότι εκτελείται.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation>Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασίας οθόνης. Άγνωστο σφάλμα - μη τεκμηριωμένη τιμή επιστροφής από την προστασία οθόνης=%1.</translation>
<translation type="vanished">Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασίας οθόνης. Άγνωστο σφάλμα - μη τεκμηριωμένη τιμή επιστροφής από την προστασία οθόνης=%1.</translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Εκκαθάριση</translation>
<translation type="obsolete">Καθαρισμός</translation>
</message>
<message>
<source>None</source>
@ -334,7 +336,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished">Σχετικά με το LxQt</translation>
<translation type="vanished"> Σχετικά με το LXQt</translation>
</message>
<message>
<source>About</source>
@ -344,7 +346,7 @@
<message>
<source>Authors</source>
<comment>About dialog, Tab title</comment>
<translation type="vanished">Δημιουργοί</translation>
<translation type="vanished">Συγγραφείς</translation>
</message>
<message>
<source>Thanks</source>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Yes</source>
<translation type="obsolete">Jes</translation>
@ -40,10 +40,10 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -53,7 +53,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -61,7 +61,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -89,7 +89,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<source>LXQt Session Suspend</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -99,7 +99,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<source>LXQt Session Hibernate</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -109,7 +109,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<source>LXQt Session Reboot</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -119,7 +119,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<source>LXQt Session Shutdown</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -129,7 +129,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<source>LXQt Session Logout</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -140,7 +140,7 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -155,61 +155,47 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Ŝlosi ekranon</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<source>Screen Saver Activation Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Vakigi</translation>
@ -244,7 +230,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished"> Pri LxQto</translation>
<translation type="vanished"> Pri LXQto</translation>
</message>
<message>
<source>About</source>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">Versión %1</translation>
@ -68,7 +68,7 @@
<translation type="obsolete">No</translation>
</message>
<message>
<source>&lt;b&gt;LxQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<source>&lt;b&gt;LXQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;Caja de herramientas del Escritorio LXQt - Información técnica&lt;/b&gt;</translation>
</message>
<message>
@ -130,11 +130,11 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation type="unfinished">Error del gestor de energía de LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">Error del gestor de energía de LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
@ -143,7 +143,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -151,7 +151,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -179,8 +179,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<translation>Suspender sesión LxQt</translation>
<source>LXQt Session Suspend</source>
<translation>Suspender sesión LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="153"/>
@ -189,8 +189,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<translation>Hibernar la sesión LxQt</translation>
<source>LXQt Session Hibernate</source>
<translation>Hibernar la sesión LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="163"/>
@ -199,8 +199,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation>Reiniciar la sesión LxQt</translation>
<source>LXQt Session Reboot</source>
<translation>Reiniciar la sesión LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
@ -209,8 +209,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<translation>Apagar la sesión LxQt</translation>
<source>LXQt Session Shutdown</source>
<translation>Apagar la sesión LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="183"/>
@ -219,8 +219,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>Cerrar la sesión LxQt</translation>
<source>LXQt Session Logout</source>
<translation>Cerrar la sesión LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -230,8 +230,8 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>Error del gestor de energía de LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>Error del gestor de energía de LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -245,61 +245,63 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Bloquear pantalla</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Error de activación del protector de pantalla</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>Ocurrió un error al iniciar el protector de pantalla. xdg-screensaver no puede iniciar debido a un error.</translation>
<translation type="vanished">Ocurrió un error al iniciar el protector de pantalla. xdg-screensaver no puede iniciar debido a un error.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>Ocurrió un error al iniciar el protector de pantalla. xdg-screensaver no está correctamente instalado.</translation>
<translation type="vanished">Ocurrió un error al iniciar el protector de pantalla. xdg-screensaver no está correctamente instalado.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>Ocurrió un error al iniciar el protector de pantalla. xdg-screensaver no puede iniciar.</translation>
<translation type="vanished">Ocurrió un error al iniciar el protector de pantalla. xdg-screensaver no puede iniciar.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>Ocurrió un error al iniciar el protector de pantalla. Error de sintaxis en los argumentos de xdg-screensaver.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Ocurrió un error al iniciar el protector de pantalla. Asegúrese de tener xdg-screensaver instalado y ejecutándose.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Ocurrió un error al iniciar el protector de pantalla. La acción &apos;activate&apos; falló. Asegúrese de tener xdg-screensaver instalado y ejecutándose.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation>Ocurrio un error al inicio el protector de pantalla. Error desconocido - valor de retorno de xdg-screensaver no documentado=%1</translation>
<translation type="vanished">Ocurrio un error al inicio el protector de pantalla. Error desconocido - valor de retorno de xdg-screensaver no documentado=%1</translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Limpiar</translation>
@ -334,7 +336,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished">Acerca de LxQt</translation>
<translation type="vanished">Acerca de LXQt</translation>
</message>
<message>
<source>About</source>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">Version: %1</translation>
@ -68,7 +68,7 @@
<translation type="obsolete">No</translation>
</message>
<message>
<source>&lt;b&gt;LxQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<source>&lt;b&gt;LXQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;Utilidad de Escritorio LXQt - Informacion&lt;/b&gt;</translation>
</message>
<message>
@ -130,11 +130,11 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation type="unfinished">Error en Gestion de energia de LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">Error en Gestion de energia de LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
@ -143,7 +143,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -151,7 +151,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -179,8 +179,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<translation>Suspension del sistema por LxQt</translation>
<source>LXQt Session Suspend</source>
<translation>Suspension del sistema por LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="153"/>
@ -189,8 +189,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<translation>Hibernacion del sistema por LxQt</translation>
<source>LXQt Session Hibernate</source>
<translation>Hibernacion del sistema por LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="163"/>
@ -199,8 +199,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation>Reinicio del sistema por LxQt</translation>
<source>LXQt Session Reboot</source>
<translation>Reinicio del sistema por LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
@ -209,8 +209,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<translation>Apagado del sistema por LxQt</translation>
<source>LXQt Session Shutdown</source>
<translation>Apagado del sistema por LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="183"/>
@ -219,8 +219,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>Cierre de la sesion por LxQt</translation>
<source>LXQt Session Logout</source>
<translation>Cierre de la sesion por LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -230,8 +230,8 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>Error en Gestion de energia de LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>Error en Gestion de energia de LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -245,61 +245,63 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Bloquear Pantalla</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Activacion de salvapantallas erronea</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>Un error ha ocurrido al iniciar el salvapantallas. xdg-screensaver no puede iniciarlo debido a un fallo grave.</translation>
<translation type="vanished">Un error ha ocurrido al iniciar el salvapantallas. xdg-screensaver no puede iniciarlo debido a un fallo grave.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>Un error ha ocurridoal iniciar el salvapantallas. xdg-screensaver no esta instalado correctamente.</translation>
<translation type="vanished">Un error ha ocurridoal iniciar el salvapantallas. xdg-screensaver no esta instalado correctamente.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>Un error ha ocurridoal iniciar el salvapantallas. xdg-screensaver no puede iniciarse.</translation>
<translation type="vanished">Un error ha ocurridoal iniciar el salvapantallas. xdg-screensaver no puede iniciarse.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>Un error ha ocurridoal iniciar el salvapantallas. Error en argumentos dados a xdg-screensaver.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Un error ha ocurridoal iniciar el salvapantallas. Asegurate tengas el xscreensaver instalado y ejecutandose.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Un error ha ocurridoal iniciar el salvapantallas. Accion &apos;activate&apos; fallida. Asegurate tengas xscreensaver instalado y corriendo.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation>Un error ocurrio iniciando el salvapantallas. Desconocido - valor retornado indocumentado desde xdg-screensaver=%1.</translation>
<translation type="vanished">Un error ocurrio iniciando el salvapantallas. Desconocido - valor retornado indocumentado desde xdg-screensaver=%1.</translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Limpiar</translation>
@ -334,7 +336,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished">Acerca de LxQt</translation>
<translation type="vanished">Acerca de LXQt</translation>
</message>
<message>
<source>About</source>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">Bertsioa: %1</translation>
@ -68,8 +68,8 @@
<translation type="obsolete">Ez</translation>
</message>
<message>
<source>&lt;b&gt;LxQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;LxQt mahaigainaren tresna-jokoa - Informazio teknikoa&lt;/b&gt;</translation>
<source>&lt;b&gt;LXQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;LXQt mahaigainaren tresna-jokoa - Informazio teknikoa&lt;/b&gt;</translation>
</message>
<message>
<source>Version</source>
@ -130,11 +130,11 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation type="unfinished">LxQt energia-kudeatzailearen errorea</translation>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">LXQt energia-kudeatzailearen errorea</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
@ -143,7 +143,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -151,7 +151,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -179,8 +179,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<translation>LxQt saioa eseki</translation>
<source>LXQt Session Suspend</source>
<translation>LXQt saioa eseki</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="153"/>
@ -189,8 +189,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<translation>LxQt saioa hibernatu</translation>
<source>LXQt Session Hibernate</source>
<translation>LXQt saioa hibernatu</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="163"/>
@ -199,8 +199,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation>LxQt saioa berrabiarazi</translation>
<source>LXQt Session Reboot</source>
<translation>LXQt saioa berrabiarazi</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
@ -209,8 +209,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<translation>LxQt saioa itzali</translation>
<source>LXQt Session Shutdown</source>
<translation>LXQt saioa itzali</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="183"/>
@ -219,8 +219,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>LxQt saioa amaitu</translation>
<source>LXQt Session Logout</source>
<translation>LXQt saioa amaitu</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -230,8 +230,8 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>LxQt energia-kudeatzailearen errorea</translation>
<source>LXQt Power Manager Error</source>
<translation>LXQt energia-kudeatzailearen errorea</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -245,61 +245,63 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Blokeatu pantaila</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Pantaila-babeslearen aktibatze-errorea</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>Errore bat gertatu da pantaila-babeslea abiaraztean. Ezin da xdg-screensaver abiarazi kraskatzea dela eta.</translation>
<translation type="vanished">Errore bat gertatu da pantaila-babeslea abiaraztean. Ezin da xdg-screensaver abiarazi kraskatzea dela eta.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>Errore bat gertatu da pantaila-babeslea abiaraztean. xdg-screensaver ez dago behar bezala instalatuta.</translation>
<translation type="vanished">Errore bat gertatu da pantaila-babeslea abiaraztean. xdg-screensaver ez dago behar bezala instalatuta.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>Errore bat gertatu da pantaila-babeslea abiaraztean. Ezin da xdg-screensaver abiarazi. </translation>
<translation type="vanished">Errore bat gertatu da pantaila-babeslea abiaraztean. Ezin da xdg-screensaver abiarazi. </translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>Errore bat gertatu da pantaila-babeslea abiaraztean. Sintaxi-errore bat dago xdg-screensaver-en argumentuetan.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Errore bat gertatu da pantaila-babeslea abiaraztean. Ziurtatu xdg-screensaver instalatuta eta martxan dagoela. </translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Errore bat gertatu da pantaila-babeslea abiaraztean. &apos;Aktibatu&apos; ekintzak huts egin du. Ziurtatu xdg-screensaver instalatuta eta martxan dagoela. </translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation>Errore bat gertatu da pantaila-babeslea abiaraztean. Errore ezezaguna - dokumentatu gabeko balioa itzuli du xdg-screensaver-ek: %1</translation>
<translation type="vanished">Errore bat gertatu da pantaila-babeslea abiaraztean. Errore ezezaguna - dokumentatu gabeko balioa itzuli du xdg-screensaver-ek: %1</translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Garbitu</translation>
@ -334,7 +336,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished">LxQt-i buruz</translation>
<translation type="vanished">LXQt-i buruz</translation>
</message>
<message>
<source>About</source>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">Versio: %1</translation>
@ -72,11 +72,11 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation type="unfinished">LxQtin virranhallintavirhe</translation>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">LXQtin virranhallintavirhe</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
@ -85,7 +85,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -93,7 +93,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -121,7 +121,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<source>LXQt Session Suspend</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -131,7 +131,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<source>LXQt Session Hibernate</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -141,7 +141,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<source>LXQt Session Reboot</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -151,8 +151,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<translation>LxQt-istunnon sammutus</translation>
<source>LXQt Session Shutdown</source>
<translation>LXQt-istunnon sammutus</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="183"/>
@ -161,8 +161,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>LxQt-istunnon uloskirjaus</translation>
<source>LXQt Session Logout</source>
<translation>LXQt-istunnon uloskirjaus</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -172,8 +172,8 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>LxQtin virranhallintavirhe</translation>
<source>LXQt Power Manager Error</source>
<translation>LXQtin virranhallintavirhe</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -187,61 +187,59 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Lukitse näyttö</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Näytönsäästäjän käynnistysvirhe</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>Näytönsäästäjää käynnistäessä ilmeni virhe. Näytönsäästäjää xdg-screensaver ei voi käynnistää, koska se kaatui.</translation>
<translation type="vanished">Näytönsäästäjää käynnistäessä ilmeni virhe. Näytönsäästäjää xdg-screensaver ei voi käynnistää, koska se kaatui.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>Näytönsäästäjää käynnistäessä ilmeni virhe. Näytönsäästäjän xdg-screensaver asennus ei ole kunnossa.</translation>
<translation type="vanished">Näytönsäästäjää käynnistäessä ilmeni virhe. Näytönsäästäjän xdg-screensaver asennus ei ole kunnossa.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>Näytönsäästäjää käynnistäessä ilmeni virhe. Näytönsäästäjää xdg-screensaver ei voi käynnistää.</translation>
<translation type="vanished">Näytönsäästäjää käynnistäessä ilmeni virhe. Näytönsäästäjää xdg-screensaver ei voi käynnistää.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Näytönsäästäjää käynnistäessä ilmeni virhe. Varmista, että xscreensaver on asennettu ja että se on toiminnassa.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Näytönsäästäjää käynnistäessä ilmeni virhe. Toiminto &apos;activate&apos; epäonnistui. Varmista, että xscreensaver on asennettu ja että se on toiminnassa.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Tyhjennä</translation>
@ -272,7 +270,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished">Tietoja LxQtista</translation>
<translation type="vanished">Tietoja LXQtista</translation>
</message>
<message>
<source>About</source>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Yes</source>
<translation type="obsolete">Oui</translation>
@ -40,11 +40,11 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation type="unfinished">Erreur du gestionnaire d&apos;énergie de LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">Erreur du gestionnaire d&apos;énergie de LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
@ -53,7 +53,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -61,7 +61,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -89,8 +89,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<translation>Suspendre la session LxQt</translation>
<source>LXQt Session Suspend</source>
<translation>Suspendre la session LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="153"/>
@ -99,8 +99,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<translation>Mettre la session LxQt en hibernation</translation>
<source>LXQt Session Hibernate</source>
<translation>Mettre la session LXQt en hibernation</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="163"/>
@ -109,39 +109,39 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation>Redémarrer la session LxQt</translation>
<source>LXQt Session Reboot</source>
<translation>Redémarrer la session LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
<source>Do you want to really restart your computer? All unsaved work will be lost...</source>
<translation>Voulez-vous vraiment redémarrer votre ordinateur? Tout travail non souvegardé sera perdu...</translation>
<translation>Voulez-vous vraiment redémarrer votre ordinateur? Tout travail non sauvegardé sera perdu...</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<translation>Éteindre la session LxQt</translation>
<source>LXQt Session Shutdown</source>
<translation>Éteindre la session LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="183"/>
<source>Do you want to really switch off your computer? All unsaved work will be lost...</source>
<translation>Voulez-vous vraiment éteindre votre ordinateur? Tout travail non souvegardé sera perdu...</translation>
<translation>Voulez-vous vraiment éteindre votre ordinateur? Tout travail non sauvegardé sera perdu...</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>Se déconnecter de la session LxQt</translation>
<source>LXQt Session Logout</source>
<translation>Se déconnecter de la session LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
<source>Do you want to really logout? All unsaved work will be lost...</source>
<translation>Voulez-vous vraiment vous déconnecter? Tout travail non souvegardé sera perdu...</translation>
<translation>Voulez-vous vraiment vous déconnecter? Tout travail non sauvegardé sera perdu...</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>Erreur du gestionnaire d&apos;énergie de LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>Erreur du gestionnaire d&apos;énergie de LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -155,61 +155,63 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Vérouiller l&apos;écran</translation>
<translation>Verrouiller l&apos;écran</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Erreur lors de la mise en veille</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>Une erreur est survenue lors du démarrage de l&apos;écran de veille. xdg-screensaver n&apos;a pas pu démarrer.</translation>
<translation type="vanished">Une erreur est survenue lors du démarrage de l&apos;écran de veille. xdg-screensaver n&apos;a pas pu démarrer.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>Une erreur est survenue lors du démarrage de l&apos;écran de veille. xdg-screensaver n&apos;est pas installé correctement.</translation>
<translation type="vanished">Une erreur est survenue lors du démarrage de l&apos;écran de veille. xdg-screensaver n&apos;est pas installé correctement.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>Une erreur est survenue lors du démarrage de l&apos;écran de veille. xdg-screensaver n&apos;a pas pu démarrer.</translation>
<translation type="vanished">Une erreur est survenue lors du démarrage de l&apos;écran de veille. xdg-screensaver n&apos;a pas pu démarrer.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>Une erreur est survenue lors du démarrage de l&apos;écran de veille. Les arguments de xdg-screensaver contiennent des erreurs de syntaxe.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Une erreur est survenue lors du démarrage de l&apos;écran de veille. Assurez-vous que screensaver est installé et actif.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Une erreur est survenue lors du démarrage de l&apos;écran de veille. L&apos;action &apos;activate&apos; a échoué. Assurez-vous que screensaver est installé et actif.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation>Une erreur s&apos;est produite au lancement de l&apos;économiseur d&apos;écran. Erreur inconnue - valeur retournée par xdg-screensaver=%1 non documentée.</translation>
<translation type="vanished">Une erreur s&apos;est produite au lancement de l&apos;économiseur d&apos;écran. Erreur inconnue - valeur retournée par xdg-screensaver=%1 non documentée.</translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Vider</translation>
@ -244,7 +246,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished">À propos de LxQt</translation>
<translation type="vanished">À propos de LXQt</translation>
</message>
<message>
<source>About</source>

@ -25,7 +25,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">Verzió: %1</translation>
@ -77,17 +77,17 @@
</message>
</context>
<context>
<name>LxQt::AddPluginDialog</name>
<name>LXQt::AddPluginDialog</name>
<message>
<source>(%1 active)</source>
<translation type="vanished">(%1 aktív)</translation>
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation>LXQt Energiakezelő hiba</translation>
</message>
<message>
@ -97,7 +97,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -105,7 +105,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -133,7 +133,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<source>LXQt Session Suspend</source>
<translation>Az LXQT készenléte</translation>
</message>
<message>
@ -143,7 +143,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<source>LXQt Session Hibernate</source>
<translation>Az LXQT elaltatása</translation>
</message>
<message>
@ -153,8 +153,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation>LxQt újraindítás</translation>
<source>LXQt Session Reboot</source>
<translation>LXQt újraindítás</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
@ -163,8 +163,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<translation>LxQt kikapcsolás</translation>
<source>LXQt Session Shutdown</source>
<translation>LXQt kikapcsolás</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="183"/>
@ -173,8 +173,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>LxQt kijelentkezés</translation>
<source>LXQt Session Logout</source>
<translation>LXQt kijelentkezés</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -184,8 +184,8 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>LxQt energiakezelő hiba</translation>
<source>LXQt Power Manager Error</source>
<translation>LXQt energiakezelő hiba</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -199,57 +199,59 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Képernyőzár</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Képvédő indítási hiba</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>Hiba a képernyővédő indításakor.Az xdg-képernyővédő összeomlott.</translation>
<translation type="vanished">Hiba a képernyővédő indításakor.Az xdg-képernyővédő összeomlott.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>Hiba a képernyővédő indításakor.Az xdg-képernyővédő nincs jól telepítve.</translation>
<translation type="vanished">Hiba a képernyővédő indításakor.Az xdg-képernyővédő nincs jól telepítve.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>Hiba a képernyővédő indításakor.Az xdg-képernyővédő indíthatatlan.</translation>
<translation type="vanished">Hiba a képernyővédő indításakor.Az xdg-képernyővédő indíthatatlan.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>Hiba a képernyővédő indításakor.Az xdg-képernyővédő indító paramétere hibás.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Hiba a képernyővédő indításakor.Az xdg-képernyővédő telepített és futtatható?</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Hiba a képernyővédő indításakor.Az &apos;activate&apos; sikertelen. Az xdg-képernyővédő telepített és futtatható?</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation>Hiba a képernyővédő indításakor.Ismeretlen hiba - az xdg-képernyővédő ismeretlen hibakóddal kilépett=%1.</translation>
<translation type="vanished">Hiba a képernyővédő indításakor.Ismeretlen hiba - az xdg-képernyővédő ismeretlen hibakóddal kilépett=%1.</translation>
</message>
</context>
<context>

@ -10,10 +10,10 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -23,7 +23,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -31,7 +31,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -59,7 +59,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<source>LXQt Session Suspend</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -69,7 +69,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<source>LXQt Session Hibernate</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -79,7 +79,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<source>LXQt Session Reboot</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -89,7 +89,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<source>LXQt Session Shutdown</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -99,7 +99,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<source>LXQt Session Logout</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -110,7 +110,7 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -125,58 +125,44 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<source>Screen Saver Activation Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QObject</name>

@ -10,10 +10,10 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -23,7 +23,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -31,7 +31,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -59,7 +59,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<source>LXQt Session Suspend</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -69,7 +69,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<source>LXQt Session Hibernate</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -79,7 +79,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<source>LXQt Session Reboot</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -89,7 +89,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<source>LXQt Session Shutdown</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -99,7 +99,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<source>LXQt Session Logout</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -110,7 +110,7 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -125,58 +125,44 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<source>Screen Saver Activation Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QObject</name>

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="it_IT">
<TS version="2.1" language="it">
<context>
<name>AddPluginDialog</name>
<message>
@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">Versione: %1</translation>
@ -68,7 +68,7 @@
<translation type="obsolete">No</translation>
</message>
<message>
<source>&lt;b&gt;LxQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<source>&lt;b&gt;LXQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;Strumenti desktop di LXQt - informazioni tecniche&lt;/b&gt;</translation>
</message>
<message>
@ -130,20 +130,20 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation type="unfinished">Errore del gestore energetico di LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>Errore del gestore energetico di LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>Hibernate failed.</source>
<translation type="unfinished">L&apos;ibernazione non è riuscita.</translation>
<translation>L&apos;ibernazione non è riuscita.</translation>
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -151,7 +151,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -179,59 +179,59 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<translation>Sospendi la sessione di LxQt</translation>
<source>LXQt Session Suspend</source>
<translation>Sospendi la sessione di LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="153"/>
<source>Do you want to really suspend your computer?&lt;p&gt;Suspends the computer into a low power state. System state is not preserved if the power is lost.</source>
<translation>Vuoi davvero sospendere il computer?&lt;p&gt;Sospendi il computer in uno stato a minore consumo energetico. Lo stato del sistema non viene preservato se la batteria si esaurisce o il pc non è collegato all&apos;alimentazione.</translation>
<translation>Sospendere il computer?&lt;p&gt;Sospendi il computer in uno stato a minore consumo energetico. Lo stato del sistema non viene preservato se la batteria si esaurisce o il pc non è collegato all&apos;alimentazione.</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<translation>Iberna la sessione di LxQt</translation>
<source>LXQt Session Hibernate</source>
<translation>Iberna la sessione di LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="163"/>
<source>Do you want to really hibernate your computer?&lt;p&gt;Hibernates the computer into a low power state. System state is preserved if the power is lost.</source>
<translation>Vuoi davvero ibernare il computer?&lt;p&gt;Iberna il computer in uno stato a minore consumo energetico. Lo stato del sistema non viene preservato se la batteria si esaurisce o il pc non è collegato all&apos;alimentazione.</translation>
<translation>Ibernare il computer?&lt;p&gt;Iberna il computer in uno stato a minore consumo energetico. Lo stato del sistema viene preservato se la batteria si esaurisce o il pc non è collegato all&apos;alimentazione.</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation>Riavvia la sessione di LxQt</translation>
<source>LXQt Session Reboot</source>
<translation>Riavvia la sessione di LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
<source>Do you want to really restart your computer? All unsaved work will be lost...</source>
<translation>Vuoi davvero riavviare il computer? Tutto il lavoro non salvato verrà perso...</translation>
<translation>Riavviare il computer? Tutto il lavoro non salvato verrà perso.</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<translation>Spegni la sessione di LxQt</translation>
<source>LXQt Session Shutdown</source>
<translation>Uscire dalla sessione di LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="183"/>
<source>Do you want to really switch off your computer? All unsaved work will be lost...</source>
<translation>Vuoi davvero spegnere il computer? Tutto il lavoro non salvato verrà perso...</translation>
<translation>Spegnere il computer? Tutto il lavoro non salvato verrà perso.</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>Esci dalla sessione di LxQt</translation>
<source>LXQt Session Logout</source>
<translation>Esci dalla sessione di LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
<source>Do you want to really logout? All unsaved work will be lost...</source>
<translation>Vuoi davvero chiudere la sessione? Tutto il lavoro non salvato verrà perso...</translation>
<translation>Chiudere la sessione? Tutto il lavoro non salvato verrà perso...</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>Errore del gestore energetico di LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>Errore del gestore energetico di LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -245,61 +245,63 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Blocca schermo</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Errore nell&apos;avvio del salvaschermo</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>È avvenuto un errore durante l&apos;avvio del salvaschermo. xdg-screensaver non può essere avviato a causa di un problema dell&apos;applicazione stessa.</translation>
<translation type="vanished">È avvenuto un errore durante l&apos;avvio del salvaschermo. xdg-screensaver non può essere avviato a causa di un problema dell&apos;applicazione stessa.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>È avvenuto un errore durante l&apos;avvio del salvaschermo. xda-screensaver non è installato correttamente.</translation>
<translation type="vanished">È avvenuto un errore durante l&apos;avvio del salvaschermo. xdg-screensaver non è installato correttamente.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>È avvenuto un errore durante l&apos;avvio del salvaschermo. xda-screensaver non può essere avviato.</translation>
<translation type="vanished">È avvenuto un errore durante l&apos;avvio del salvaschermo. xdg-screensaver non può essere avviato.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>È avvenuto un errore durante l&apos;avvio del salvaschermo. Errore di sintassi in xdg-screensaver.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>È avvenuto un errore durante l&apos;avvio del salvaschermo. Assicurati di avere xscreensaver installato e funzionante.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>È avvenuto un errore durante l&apos;avvio del salvaschermo. L&apos;attivazione non è riuscita, assicurati di avere xscreensaver installato e funzionante.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation>Si è verificato un errore avviando il salvaschermo. Errore sconosciuto: valore di ritorno non documentato da xdg-screensaver=%1.</translation>
<translation type="vanished">Si è verificato un errore avviando il salvaschermo. Errore sconosciuto: valore di ritorno non documentato da xdg-screensaver=%1.</translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Pulisci</translation>
@ -334,7 +336,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished">Informazioni su LxQt</translation>
<translation type="vanished">Informazioni su LXQt</translation>
</message>
<message>
<source>About</source>

@ -25,7 +25,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">: %1</translation>
@ -38,7 +38,7 @@
<message>
<source>LXQt would not have been possible without the &lt;a %1&gt;Razor-qt&lt;/a&gt; project and its many contributors.</source>
<comment>About dialog, &apos;About&apos; tab text</comment>
<translation type="vanished">LxQt&lt;a %1&gt;Razor-qt&lt;/a&gt;</translation>
<translation type="vanished">LXQt&lt;a %1&gt;Razor-qt&lt;/a&gt;</translation>
</message>
<message>
<source>Copyright: %1-%2 %3</source>
@ -77,18 +77,18 @@
</message>
</context>
<context>
<name>LxQt::AddPluginDialog</name>
<name>LXQt::AddPluginDialog</name>
<message>
<source>(%1 active)</source>
<translation type="vanished">(%1 )</translation>
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation>LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
@ -97,7 +97,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -105,7 +105,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -133,8 +133,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<translation>LxQt</translation>
<source>LXQt Session Suspend</source>
<translation>LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="153"/>
@ -143,8 +143,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<translation>LxQt</translation>
<source>LXQt Session Hibernate</source>
<translation>LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="163"/>
@ -154,8 +154,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation>LxQt</translation>
<source>LXQt Session Reboot</source>
<translation>LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
@ -164,8 +164,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<translation>LxQt</translation>
<source>LXQt Session Shutdown</source>
<translation>LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="183"/>
@ -174,8 +174,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>LxQt</translation>
<source>LXQt Session Logout</source>
<translation>LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -185,8 +185,8 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -200,57 +200,59 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>xdg-</translation>
<translation type="vanished">xdg-</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>xdg-</translation>
<translation type="vanished">xdg-</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>xdg-</translation>
<translation type="vanished">xdg-</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>xdg-</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>xscreensaver</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>&apos;Activate&apos;xscreensaver</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation> - xdg-screensaver=%1</translation>
<translation type="vanished"> - xdg-screensaver=%1</translation>
</message>
</context>
<context>
@ -278,7 +280,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished">LxQt</translation>
<translation type="vanished">LXQt</translation>
</message>
<message>
<source>About</source>

@ -10,10 +10,10 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -23,7 +23,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -31,7 +31,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -59,7 +59,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<source>LXQt Session Suspend</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -69,7 +69,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<source>LXQt Session Hibernate</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -79,7 +79,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<source>LXQt Session Reboot</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -89,7 +89,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<source>LXQt Session Shutdown</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -99,7 +99,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<source>LXQt Session Logout</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -110,7 +110,7 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -125,58 +125,44 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<source>Screen Saver Activation Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QObject</name>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Yes</source>
<translation type="obsolete">Taip</translation>
@ -40,11 +40,11 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation type="unfinished">LxQt Energijos Nustatymų Klaida</translation>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">LXQt Energijos Nustatymų Klaida</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
@ -53,7 +53,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -61,7 +61,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -89,8 +89,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<translation>LxQt sesijos užmigdymas</translation>
<source>LXQt Session Suspend</source>
<translation>LXQt sesijos užmigdymas</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="153"/>
@ -99,8 +99,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<translation>LxQt sesijos sustabdymas į atmintį.</translation>
<source>LXQt Session Hibernate</source>
<translation>LXQt sesijos sustabdymas į atmintį.</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="163"/>
@ -109,8 +109,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation>LxQt sesijos perkrovimas</translation>
<source>LXQt Session Reboot</source>
<translation>LXQt sesijos perkrovimas</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
@ -119,8 +119,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<translation>LxQt sesijos išjungimas</translation>
<source>LXQt Session Shutdown</source>
<translation>LXQt sesijos išjungimas</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="183"/>
@ -129,8 +129,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>LxQt sesijos atjungimas</translation>
<source>LXQt Session Logout</source>
<translation>LXQt sesijos atjungimas</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -140,8 +140,8 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>LxQt Energijos Nustatymų Klaida</translation>
<source>LXQt Power Manager Error</source>
<translation>LXQt Energijos Nustatymų Klaida</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -155,61 +155,59 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Užrakinti ekraną</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Ekrano užsklandos aktyvavimo klaida</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>Klaida paleidžiant ekrano užsklandą. xdg-screensaver negali pasileisti, nes nulūžo.</translation>
<translation type="vanished">Klaida paleidžiant ekrano užsklandą. xdg-screensaver negali pasileisti, nes nulūžo.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>Klaida paleidžiant ekrano užsklandą. xdg-screensaver nėra tinkamai įdiegtas.</translation>
<translation type="vanished">Klaida paleidžiant ekrano užsklandą. xdg-screensaver nėra tinkamai įdiegtas.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>Klaida paleidžiant ekrano užsklandą. xdg-screensaver negali būti paleistas.</translation>
<translation type="vanished">Klaida paleidžiant ekrano užsklandą. xdg-screensaver negali būti paleistas.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>Klaida paleidžiant ekrano užsklandą. Sintaksės klaida xdg-screensaver argumentuose.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Klaida paleidžiant ekrano užsklandą. Įsitikinkite, ar įdiegtas ir paleistas xscreensaver.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Klaida paleidžiant ekrano užsklandą. Nevyko atlikti veiksmo activate. Įsitikinkite, ar įdiegtas ir paleistas xscreensaver.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Išvalyti</translation>
@ -244,7 +242,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished">Apie LxQt</translation>
<translation type="vanished">Apie LXQt</translation>
</message>
<message>
<source>About</source>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Yes</source>
<translation type="obsolete">Ja</translation>
@ -40,11 +40,11 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation type="unfinished">LxQt Energiebeheer fout</translation>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">LXQt Energiebeheer fout</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
@ -53,7 +53,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -61,7 +61,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -89,8 +89,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<translation>LxQt Sessie Slapen</translation>
<source>LXQt Session Suspend</source>
<translation>LXQt Sessie Slapen</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="153"/>
@ -99,8 +99,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<translation>LxQt Sessie Slaapstand</translation>
<source>LXQt Session Hibernate</source>
<translation>LXQt Sessie Slaapstand</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="163"/>
@ -109,8 +109,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation>LxQt Sessie Herstarten</translation>
<source>LXQt Session Reboot</source>
<translation>LXQt Sessie Herstarten</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
@ -119,8 +119,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<translation>LxQt Sessie Afsluiten</translation>
<source>LXQt Session Shutdown</source>
<translation>LXQt Sessie Afsluiten</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="183"/>
@ -129,8 +129,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>LxQt Sessie Afmelden</translation>
<source>LXQt Session Logout</source>
<translation>LXQt Sessie Afmelden</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -140,8 +140,8 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>LxQt Energiebeheer fout</translation>
<source>LXQt Power Manager Error</source>
<translation>LXQt Energiebeheer fout</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -155,61 +155,59 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Scherm Vergrendelen</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Schermbeveiliging Activering fout</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>Fout tijdens het starten van de schermbeveiliging. xdg-schermbeveiliging kan niet starten, wegens een crash.</translation>
<translation type="vanished">Fout tijdens het starten van de schermbeveiliging. xdg-schermbeveiliging kan niet starten, wegens een crash.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>Fout tijdens het starten van de schermbeveiliging. xdg-schermbeveiliging is niet correct geinstalleerd..</translation>
<translation type="vanished">Fout tijdens het starten van de schermbeveiliging. xdg-schermbeveiliging is niet correct geinstalleerd..</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>Fout tijdens het starten van de schermbeveiliging. xdg-schermbeveiliging kan niet starten.</translation>
<translation type="vanished">Fout tijdens het starten van de schermbeveiliging. xdg-schermbeveiliging kan niet starten.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>Fout tijdens het starten van de schermbeveiliging. Regelfout in xdg-schermbeveiliging argumenten.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Fout tijdens het starten van de schermbeveiliging. Controleer of xdg-schermbeveiliging is geinstalleerd en gestart.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Fout tijdens het starten van de schermbeveiliging. Actie &apos;activeren&apos; mislukt. Controleer of xdg-schermbeveiliging is geinstalleerd en gestart.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Wissen</translation>
@ -244,7 +242,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished">Over LxQt</translation>
<translation type="vanished">Over LXQt</translation>
</message>
<message>
<source>About</source>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">Wersja: %1</translation>
@ -68,8 +68,8 @@
<translation type="obsolete">Nie</translation>
</message>
<message>
<source>&lt;b&gt;LxQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;Skrzynka narzędziowa pulpitu LxQt - Informacje techniczne&lt;/b&gt;</translation>
<source>&lt;b&gt;LXQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;Skrzynka narzędziowa pulpitu LXQt - Informacje techniczne&lt;/b&gt;</translation>
</message>
<message>
<source>Version</source>
@ -130,10 +130,10 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">Błąd zarządzania energią</translation>
</message>
<message>
@ -143,7 +143,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -151,7 +151,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -179,7 +179,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<source>LXQt Session Suspend</source>
<translation>Uśpij sesję</translation>
</message>
<message>
@ -189,7 +189,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<source>LXQt Session Hibernate</source>
<translation>Hibernuj sesję</translation>
</message>
<message>
@ -199,7 +199,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<source>LXQt Session Reboot</source>
<translation>Uruchom ponownie</translation>
</message>
<message>
@ -209,7 +209,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<source>LXQt Session Shutdown</source>
<translation>Wyłącz</translation>
</message>
<message>
@ -219,7 +219,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<source>LXQt Session Logout</source>
<translation>Wyloguj</translation>
</message>
<message>
@ -230,7 +230,7 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation>Błąd zarządzania energią</translation>
</message>
<message>
@ -245,61 +245,63 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Zablokuj ekran</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Błąd podczas aktywacji wygaszacza ekranu</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>Wystąpił błąd podczas uruchamiania wygaszacza ekranu. xdg-screensaver nie uruchamia się (crash).</translation>
<translation type="vanished">Wystąpił błąd podczas uruchamiania wygaszacza ekranu. xdg-screensaver nie uruchamia się (crash).</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>Wystąpił błąd podczas uruchamiania wygaszacza ekranu. xdg-screensaver nie jest poprawnie zainstalowany.</translation>
<translation type="vanished">Wystąpił błąd podczas uruchamiania wygaszacza ekranu. xdg-screensaver nie jest poprawnie zainstalowany.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>Wystąpił błąd podczas uruchamiania wygaszacza ekranu. xdg-screensaver nie może zostać uruchomiony.</translation>
<translation type="vanished">Wystąpił błąd podczas uruchamiania wygaszacza ekranu. xdg-screensaver nie może zostać uruchomiony.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>Wystąpił błąd podczas uruchamiania wygaszacza ekranu. Błąd składni argumentów xdg-screensaver.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Wystąpił błąd podczas uruchamiania wygaszacza ekranu. Upewnij się, że xdg-screensaver jest zainstalowany oraz uruchomiony.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Wystąpił błąd podczas uruchamiania wygaszacza ekranu. Akcja &quot;aktywacja&quot; zawiodła. Upewnij się, że xdg-screensaver jest zainstalowany oraz uruchomiony.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation>Wystąpił błąd podczas wywołania wygaszacza ekranu. Nieznany błąd - nieudokumentowany zwrot wartości z xdg-screensaver=%1.</translation>
<translation type="vanished">Wystąpił błąd podczas wywołania wygaszacza ekranu. Nieznany błąd - nieudokumentowany zwrot wartości z xdg-screensaver=%1.</translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Wyczyść</translation>
@ -334,7 +336,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished">O LxQt</translation>
<translation type="vanished">O LXQt</translation>
</message>
<message>
<source>About</source>

@ -33,7 +33,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">Versão: %1</translation>
@ -46,7 +46,7 @@
<message>
<source>LXQt would not have been possible without the &lt;a %1&gt;Razor-qt&lt;/a&gt; project and its many contributors.</source>
<comment>About dialog, &apos;About&apos; tab text</comment>
<translation type="vanished">O LxQt não seria possível sem a ajuda dos colaboradores do projeto &lt;a %1&gt;Razor-qt&lt;/a&gt;.</translation>
<translation type="vanished">O LXQt não seria possível sem a ajuda dos colaboradores do projeto &lt;a %1&gt;Razor-qt&lt;/a&gt;.</translation>
</message>
<message>
<source>Copyright: %1-%2 %3</source>
@ -66,7 +66,7 @@
<message>
<source>LXQt is developed by the &lt;a %1&gt;LXQt Team and contributors&lt;/a&gt;.</source>
<comment>About dialog, &apos;Authors&apos; tab text</comment>
<translation type="vanished">O LxQt é desenvolvido pelos &lt;a %1&gt;colaboradores da equipa LxQt&lt;/a&gt;.</translation>
<translation type="vanished">O LXQt é desenvolvido pelos &lt;a %1&gt;colaboradores da equipa LXQt&lt;/a&gt;.</translation>
</message>
<message>
<source>If you are interested in working with our development team, &lt;a %1&gt;join us&lt;/a&gt;.</source>
@ -81,7 +81,7 @@
<message>
<source>LXQt is translated into many languages thanks to the work of the translation teams all over the world.</source>
<comment>About dialog, &apos;Translations&apos; tab text</comment>
<translation type="vanished">O LxQt está traduzido em diversos idiomas graças ao trabalho desenvolvido pelas equipas de tradução de todo o mundo.</translation>
<translation type="vanished">O LXQt está traduzido em diversos idiomas graças ao trabalho desenvolvido pelas equipas de tradução de todo o mundo.</translation>
</message>
<message>
<source>Yes</source>
@ -92,7 +92,7 @@
<translation type="obsolete">Não</translation>
</message>
<message>
<source>&lt;b&gt;LxQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<source>&lt;b&gt;LXQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;Ambiente de trabalho LXQt - Informações técnicas&lt;/b&gt;</translation>
</message>
<message>
@ -154,18 +154,18 @@
</message>
</context>
<context>
<name>LxQt::AddPluginDialog</name>
<name>LXQt::AddPluginDialog</name>
<message>
<source>(%1 active)</source>
<translation type="vanished">(%1 ativo)</translation>
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation>Erro do gestor de energia do LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>Erro do gestor de energia do LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
@ -174,7 +174,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -182,7 +182,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -210,7 +210,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<source>LXQt Session Suspend</source>
<translation>Suspender</translation>
</message>
<message>
@ -220,7 +220,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<source>LXQt Session Hibernate</source>
<translation>Hibernar</translation>
</message>
<message>
@ -230,7 +230,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<source>LXQt Session Reboot</source>
<translation>Reiniciar</translation>
</message>
<message>
@ -240,7 +240,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<source>LXQt Session Shutdown</source>
<translation>Desligar</translation>
</message>
<message>
@ -250,7 +250,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<source>LXQt Session Logout</source>
<translation>Terminar sessão</translation>
</message>
<message>
@ -261,8 +261,8 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>Erro do gestor de energia do LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>Erro do gestor de energia do LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -276,61 +276,63 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Bloquear ecrã</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Erro ao ativar a proteção de ecrã</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>Ocorreu um erro ao iniciar a proteção de ecrã. O xdg-screensaver terminou abruptamente.</translation>
<translation type="vanished">Ocorreu um erro ao iniciar a proteção de ecrã. O xdg-screensaver terminou abruptamente.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>Ocorreu um erro ao iniciar a proteção de ecrã. O xdg-screensaver não está instalado corretamente.</translation>
<translation type="vanished">Ocorreu um erro ao iniciar a proteção de ecrã. O xdg-screensaver não está instalado corretamente.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>Ocorreu um erro ao iniciar a proteção de ecrã. O xdg-screensaver não foi iniciado.</translation>
<translation type="vanished">Ocorreu um erro ao iniciar a proteção de ecrã. O xdg-screensaver não foi iniciado.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>Ocorreu um erro ao iniciar a proteção de ecrã. Existem erros na sintaxe nos argumentos xdg-screensaver.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Ocorreu um erro ao iniciar a proteção de ecrã. Certifique-se que o xdg-screensaver está instalado e em execução.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Ocorreu um erro ao iniciar a proteção de ecrã. Erro na ação &apos;activate&apos;. Certifique-se que o xdg-screensaver está instalado e em execução.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation>Ocorreu um erro ao iniciar a proteção de ecrã. O erro xdg-screensaver=%1 não é conhecido ou documentado.</translation>
<translation type="vanished">Ocorreu um erro ao iniciar a proteção de ecrã. O erro xdg-screensaver=%1 não é conhecido ou documentado.</translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Limpar</translation>
@ -365,7 +367,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished"> Sobre o LxQt</translation>
<translation type="vanished"> Sobre o LXQt</translation>
</message>
<message>
<source>About</source>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">Versão: %1</translation>
@ -68,7 +68,7 @@
<translation type="obsolete">Não</translation>
</message>
<message>
<source>&lt;b&gt;LxQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<source>&lt;b&gt;LXQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;Caixa De Ferramentas Do Desktop LXQt - Informações Técnicas&lt;/b&gt;</translation>
</message>
<message>
@ -130,11 +130,11 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation type="unfinished">Erro ao gerenciar energia do LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">Erro ao gerenciar energia do LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
@ -143,7 +143,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -151,7 +151,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -179,8 +179,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<translation>Suspender sessão do LxQt</translation>
<source>LXQt Session Suspend</source>
<translation>Suspender sessão do LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="153"/>
@ -189,8 +189,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<translation>Hibernar sessão do LxQt</translation>
<source>LXQt Session Hibernate</source>
<translation>Hibernar sessão do LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="163"/>
@ -199,8 +199,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation>Reiniciar sessão do LxQt</translation>
<source>LXQt Session Reboot</source>
<translation>Reiniciar sessão do LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
@ -209,8 +209,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<translation>Desligar sessão do LxQt</translation>
<source>LXQt Session Shutdown</source>
<translation>Desligar sessão do LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="183"/>
@ -219,8 +219,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>Encerrar sessão do LxQt</translation>
<source>LXQt Session Logout</source>
<translation>Encerrar sessão do LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -230,8 +230,8 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>Erro ao gerenciar energia do LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>Erro ao gerenciar energia do LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -245,61 +245,63 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Bloquear tela</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Erro na ativação do protetor de tela</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>Ocorreu um erro ao iniciar o protetor de tela. O xdg-screensaver não pôde ser iniciado devido a uma falha.</translation>
<translation type="vanished">Ocorreu um erro ao iniciar o protetor de tela. O xdg-screensaver não pôde ser iniciado devido a uma falha.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>Ocorreu um erro ao iniciar o protetor de tela. O xdg-screensaver não está instalado corretamente.</translation>
<translation type="vanished">Ocorreu um erro ao iniciar o protetor de tela. O xdg-screensaver não está instalado corretamente.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>Ocorreu um erro ao iniciar o protetor de tela. O xdg-screensaver não pôde ser iniciado.</translation>
<translation type="vanished">Ocorreu um erro ao iniciar o protetor de tela. O xdg-screensaver não pôde ser iniciado.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>Ocorreu um erro ao iniciar o protetor de tela. Erro de sintaxe nos argumentos do xdg-screensaver.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Ocorreu um erro ao iniciar o protetor de tela. Garanta que você tenha o xscreensaver instalado e funcionado.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Ocorreu um erro ao iniciar o protetor de tela. A ação &apos;ativar&apos; falhou. Garanta que você tenha o xscreensaver instalado e funcionado.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation>Ocorreu um erro ao inicair o protetor de tela. Erro desconhecido - retorno não documentado de xdg-screensaver=%1</translation>
<translation type="vanished">Ocorreu um erro ao inicair o protetor de tela. Erro desconhecido - retorno não documentado de xdg-screensaver=%1</translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Limpar</translation>
@ -334,7 +336,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished">Sobre o LxQt</translation>
<translation type="vanished">Sobre o LXQt</translation>
</message>
<message>
<source>About</source>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Yes</source>
<translation type="obsolete">Da</translation>
@ -40,11 +40,11 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation type="unfinished">Eroare gestiune alimentare LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">Eroare gestiune alimentare LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
@ -53,7 +53,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -61,7 +61,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -89,7 +89,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<source>LXQt Session Suspend</source>
<translation>Sesiune LXQt - suspendare</translation>
</message>
<message>
@ -99,7 +99,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<source>LXQt Session Hibernate</source>
<translation>Sesiune LXQt - hibernare</translation>
</message>
<message>
@ -109,7 +109,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<source>LXQt Session Reboot</source>
<translation>Sesiune LXQt - repornire</translation>
</message>
<message>
@ -119,7 +119,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<source>LXQt Session Shutdown</source>
<translation>Sesiune LXQt - oprire</translation>
</message>
<message>
@ -129,7 +129,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<source>LXQt Session Logout</source>
<translation>Sesiune LXQt - ieșire</translation>
</message>
<message>
@ -140,8 +140,8 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>Eroare gestiune alimentare LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>Eroare gestiune alimentare LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -155,61 +155,59 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Blochează ecranul</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Eroare la activarea protecției de ecran</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>A apărut o eroare la activarea protecției de ecran. xdg-screensaver nu a putut fi pornit.</translation>
<translation type="vanished">A apărut o eroare la activarea protecției de ecran. xdg-screensaver nu a putut fi pornit.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>A apărut o eroare la activarea protecției de ecran. xdg-screensaver nu a fost instalat corect.</translation>
<translation type="vanished">A apărut o eroare la activarea protecției de ecran. xdg-screensaver nu a fost instalat corect.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>A apărut o eroare la activarea protecției de ecran. xdg-screensaver nu a putut fi pornit.</translation>
<translation type="vanished">A apărut o eroare la activarea protecției de ecran. xdg-screensaver nu a putut fi pornit.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>A apărut o eroare la activarea protecției de ecran. Eroare de sintaxă în argumentele xdg-screensaver.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>A apărut o eroare la pornirea protecției de ecran. Asigurați-vă că ați instalat xscreensaver și că acesta rulează.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>A apărut o eroare la pornirea protecției de ecran. Acțiunea &apos;activează&apos; a eșuat. Asigurați-vă că ați instalat xscreensaver și că acesta rulează.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Curăță</translation>
@ -244,7 +242,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished"> Despre LxQt</translation>
<translation type="vanished"> Despre LXQt</translation>
</message>
<message>
<source>About</source>

@ -25,7 +25,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">Версия: %1</translation>
@ -77,18 +77,18 @@
</message>
</context>
<context>
<name>LxQt::AddPluginDialog</name>
<name>LXQt::AddPluginDialog</name>
<message>
<source>(%1 active)</source>
<translation type="vanished">(%1 активный)</translation>
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation>Ошибка управления энергопотреблением LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>Ошибка управления энергопотреблением LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
@ -97,7 +97,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -105,7 +105,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -133,8 +133,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<translation>Ждущий режим сеанса LxQt</translation>
<source>LXQt Session Suspend</source>
<translation>Ждущий режим сеанса LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="153"/>
@ -143,8 +143,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<translation>Спящий режим сеанса LxQt</translation>
<source>LXQt Session Hibernate</source>
<translation>Спящий режим сеанса LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="163"/>
@ -153,8 +153,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation>Перезагрузка сеанса LxQt</translation>
<source>LXQt Session Reboot</source>
<translation>Перезагрузка сеанса LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
@ -163,8 +163,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<translation>Завершение сеанса LxQt</translation>
<source>LXQt Session Shutdown</source>
<translation>Завершение сеанса LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="183"/>
@ -173,8 +173,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>Завершение сеанса LxQt</translation>
<source>LXQt Session Logout</source>
<translation>Завершение сеанса LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -184,8 +184,8 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>Ошибка управления энергопотреблением LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>Ошибка управления энергопотреблением LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -199,57 +199,59 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Заблокировать экран</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Ошибка запуска хранителя экрана</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>При запуске хранителя экрана произошла ошибка. Невозможно запустить xdg-screensaver по причине его сбоя.</translation>
<translation type="vanished">При запуске хранителя экрана произошла ошибка. Невозможно запустить xdg-screensaver по причине его сбоя.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>При запуске хранителя экрана произошла ошибка. Xdg-screensaver установлен некорректно.</translation>
<translation type="vanished">При запуске хранителя экрана произошла ошибка. Xdg-screensaver установлен некорректно.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>При запуске хранителя экрана произошла ошибка. Xdg-screensaver не может быть запущен.</translation>
<translation type="vanished">При запуске хранителя экрана произошла ошибка. Xdg-screensaver не может быть запущен.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>При запуске хранителя экрана произошла ошибка. Неверные аргументы запуска xdg-screensaver.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>При запуске хранителя экрана произошла ошибка. Убедитесь, что xscreensaver установлен и запущен.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>При запуске заставки произошла ошибка. Невозможно выполнить действие «запустить». Проверьте, чтобы xscreensaver был установлен и запущен.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation>При запуске заставки произвошла ошибка. Неизвестная ошибка - недокументированное значение возвращено из xdg-screensaver=%1.</translation>
<translation type="vanished">При запуске заставки произвошла ошибка. Неизвестная ошибка - недокументированное значение возвращено из xdg-screensaver=%1.</translation>
</message>
</context>
<context>

@ -25,7 +25,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">Версия: %1</translation>
@ -77,18 +77,18 @@
</message>
</context>
<context>
<name>LxQt::AddPluginDialog</name>
<name>LXQt::AddPluginDialog</name>
<message>
<source>(%1 active)</source>
<translation type="vanished">(%1 активный)</translation>
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation>Ошибка управления энергопотреблением LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>Ошибка управления энергопотреблением LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
@ -97,7 +97,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -105,7 +105,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -133,8 +133,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<translation>Ждущий режим сеанса LxQt</translation>
<source>LXQt Session Suspend</source>
<translation>Ждущий режим сеанса LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="153"/>
@ -143,8 +143,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<translation>Спящий режим сеанса LxQt</translation>
<source>LXQt Session Hibernate</source>
<translation>Спящий режим сеанса LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="163"/>
@ -153,8 +153,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation>Перезагрузка сеанса LxQt</translation>
<source>LXQt Session Reboot</source>
<translation>Перезагрузка сеанса LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
@ -163,8 +163,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<translation>Завершение сеанса LxQt</translation>
<source>LXQt Session Shutdown</source>
<translation>Завершение сеанса LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="183"/>
@ -173,8 +173,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>Завершение сеанса LxQt</translation>
<source>LXQt Session Logout</source>
<translation>Завершение сеанса LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -184,8 +184,8 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>Ошибка управления энергопотреблением LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>Ошибка управления энергопотреблением LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -199,57 +199,59 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Заблокировать экран</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Ошибка запуска хранителя экрана</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>При запуске хранителя экрана произошла ошибка. Невозможно запустить xdg-screensaver по причине его сбоя.</translation>
<translation type="vanished">При запуске хранителя экрана произошла ошибка. Невозможно запустить xdg-screensaver по причине его сбоя.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>При запуске хранителя экрана произошла ошибка. Xdg-screensaver установлен некорректно.</translation>
<translation type="vanished">При запуске хранителя экрана произошла ошибка. Xdg-screensaver установлен некорректно.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>При запуске хранителя экрана произошла ошибка. Xdg-screensaver не может быть запущен.</translation>
<translation type="vanished">При запуске хранителя экрана произошла ошибка. Xdg-screensaver не может быть запущен.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>При запуске хранителя экрана произошла ошибка. Неверные аргументы запуска xdg-screensaver.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>При запуске хранителя экрана произошла ошибка. Убедитесь, что xscreensaver установлен и запущен.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>При запуске заставки произошла ошибка. Невозможно выполнить действие «запустить». Проверьте, чтобы xscreensaver был установлен и запущен.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation>При запуске заставки произвошла ошибка. Неизвестная ошибка - недокументированное значение возвращено из xdg-screensaver=%1.</translation>
<translation type="vanished">При запуске заставки произвошла ошибка. Неизвестная ошибка - недокументированное значение возвращено из xdg-screensaver=%1.</translation>
</message>
</context>
<context>

@ -29,11 +29,11 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation type="unfinished">Chyba správcu napájania LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">Chyba správcu napájania LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
@ -42,7 +42,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -50,7 +50,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -78,8 +78,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<translation>Úsporný režim relácie LxQt</translation>
<source>LXQt Session Suspend</source>
<translation>Úsporný režim relácie LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="153"/>
@ -88,8 +88,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<translation>Hibernácia relácie LxQt</translation>
<source>LXQt Session Hibernate</source>
<translation>Hibernácia relácie LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="163"/>
@ -98,8 +98,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation>Reštart relácie LxQt</translation>
<source>LXQt Session Reboot</source>
<translation>Reštart relácie LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
@ -108,8 +108,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<translation>Vypnutie relácie LxQt</translation>
<source>LXQt Session Shutdown</source>
<translation>Vypnutie relácie LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="183"/>
@ -118,8 +118,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>Odhlásenie relácie LxQt</translation>
<source>LXQt Session Logout</source>
<translation>Odhlásenie relácie LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -129,8 +129,8 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>Chyba správcu napájania LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>Chyba správcu napájania LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -144,61 +144,59 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Zamknúť obrazovku</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>CHyba pri aktivácii šetriča obrazovky</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>Pri štarte šetriča obrazovky sa vyskytla chyba. xdg-screensaver nebolo možné spustiť, pretože havaroval.</translation>
<translation type="vanished">Pri štarte šetriča obrazovky sa vyskytla chyba. xdg-screensaver nebolo možné spustiť, pretože havaroval.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>Pri štarte šetriča obrazovky sa vyskytla chyba. xdg-screensaver nie je správne nainštalovaný.</translation>
<translation type="vanished">Pri štarte šetriča obrazovky sa vyskytla chyba. xdg-screensaver nie je správne nainštalovaný.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>Pri štarte šetriča obrazovky sa vyskytla chyba. xdg-screensaver nebolo možné spustiť.</translation>
<translation type="vanished">Pri štarte šetriča obrazovky sa vyskytla chyba. xdg-screensaver nebolo možné spustiť.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>Pri štarte šetriča obrazovky sa vyskytla chyba. Chyba syntaxe v argumentoch xdg-screensaver.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Pri štarte šetriča obrazovky sa vyskytla chyba. Uistite sa, či je xdg-screensaver nainštalovaný a spustený.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Pri štarte šetriča obrazovky sa vyskytla chyba. Operácia activate zlyhala. Uistite sa, či je xdg-screensaver nainštalovaný a spustený.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Vyčistiť</translation>
@ -233,7 +231,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished">O prostredí LxQt</translation>
<translation type="vanished">O prostredí LXQt</translation>
</message>
</context>
</TS>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Yes</source>
<translation type="obsolete">Da</translation>
@ -40,10 +40,10 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">Napaka upravljanja z energijo</translation>
</message>
<message>
@ -53,7 +53,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -61,7 +61,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -89,7 +89,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<source>LXQt Session Suspend</source>
<translation>Seja v pripravljenost</translation>
</message>
<message>
@ -99,7 +99,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<source>LXQt Session Hibernate</source>
<translation>Seja v mirovanje</translation>
</message>
<message>
@ -109,7 +109,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<source>LXQt Session Reboot</source>
<translation>Ponovni zagon seje</translation>
</message>
<message>
@ -119,7 +119,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<source>LXQt Session Shutdown</source>
<translation>Izklop seje</translation>
</message>
<message>
@ -129,7 +129,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<source>LXQt Session Logout</source>
<translation>Odjava seje</translation>
</message>
<message>
@ -140,7 +140,7 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation>Napaka upravljanja z energijo</translation>
</message>
<message>
@ -155,61 +155,59 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Zakleni zaslon</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Napaka vklopa ohranjevalnika zaslona</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>Prišlo je do napake pri zagonu ohranjevalnika zaslona. Programa xdg-screensaver ni moč zagnati, ker se je sesul.</translation>
<translation type="vanished">Prišlo je do napake pri zagonu ohranjevalnika zaslona. Programa xdg-screensaver ni moč zagnati, ker se je sesul.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>Prišlo je do napake pri zagonu ohranjevalnika zaslona. Program xdg-screensaver ni nameščen pravilno.</translation>
<translation type="vanished">Prišlo je do napake pri zagonu ohranjevalnika zaslona. Program xdg-screensaver ni nameščen pravilno.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>Prišlo je do napake pri zagonu ohranjevalnika zaslona. Programa xdg-screensaver ni moč zagnati.</translation>
<translation type="vanished">Prišlo je do napake pri zagonu ohranjevalnika zaslona. Programa xdg-screensaver ni moč zagnati.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>Prišlo je do napake pri zagonu ohranjevalnika zaslona. Napaka skladnje pri argumentih programa xdg-screensaver.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Prišlo je do napake pri zagonu ohranjevalnika zaslona. Preverite, ali imate nameščen in zagnan XLxQt::ScreenSaver.</translation>
<translation>Prišlo je do napake pri zagonu ohranjevalnika zaslona. Preverite, ali imate nameščen in zagnan XLXQt::ScreenSaver.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Prišlo je do napake pri zagonu ohranjevalnika zaslona. Dejanje »activate« ni uspelo. Preverite, ali imate nameščen in zagnan XLxQt::ScreenSaver.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation type="unfinished"></translation>
<translation>Prišlo je do napake pri zagonu ohranjevalnika zaslona. Dejanje »activate« ni uspelo. Preverite, ali imate nameščen in zagnan XLXQt::ScreenSaver.</translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Počisti</translation>
@ -244,7 +242,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished">O LxQt</translation>
<translation type="vanished">O LXQt</translation>
</message>
<message>
<source>About</source>

@ -10,10 +10,10 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -23,7 +23,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -31,7 +31,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -59,7 +59,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<source>LXQt Session Suspend</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -69,7 +69,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<source>LXQt Session Hibernate</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -79,7 +79,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<source>LXQt Session Reboot</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -89,7 +89,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<source>LXQt Session Shutdown</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -99,7 +99,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<source>LXQt Session Logout</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -110,7 +110,7 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -125,58 +125,44 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<source>Screen Saver Activation Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QObject</name>

@ -29,10 +29,10 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">Грешка Рејзоровог менаџера напајања</translation>
</message>
<message>
@ -42,7 +42,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -50,7 +50,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -78,7 +78,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<source>LXQt Session Suspend</source>
<translation>Суспендовање Рејзорове сесије</translation>
</message>
<message>
@ -88,7 +88,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<source>LXQt Session Hibernate</source>
<translation>Хибернација Рејзорове сесије</translation>
</message>
<message>
@ -98,7 +98,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<source>LXQt Session Reboot</source>
<translation>Поновно покретање Рејзорове сесије</translation>
</message>
<message>
@ -108,7 +108,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<source>LXQt Session Shutdown</source>
<translation>Гашење Рејзорове сесије</translation>
</message>
<message>
@ -118,7 +118,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<source>LXQt Session Logout</source>
<translation>Одјава Рејзорове сесије</translation>
</message>
<message>
@ -129,7 +129,7 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation>Грешка Рејзоровог менаџера напајања</translation>
</message>
<message>
@ -144,61 +144,59 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Закључај екран</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Грешка при активацији чувара екрана</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>Грешка при покретању чувара екрана. xdg-screensaver се не може покренути јер се срушио.</translation>
<translation type="vanished">Грешка при покретању чувара екрана. xdg-screensaver се не може покренути јер се срушио.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>Грешка при покретању чувара екрана. xdg-screensaver није инсталиран исправно.</translation>
<translation type="vanished">Грешка при покретању чувара екрана. xdg-screensaver није инсталиран исправно.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>Грешка при покретању чувара екрана. xdg-screensaver се не може покренути.</translation>
<translation type="vanished">Грешка при покретању чувара екрана. xdg-screensaver се не може покренути.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>Грешка при покретању чувара екрана. Грешка у синтакси аргумената xdg-screensaver-а.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Грешка при покретању чувара екрана. Уверите се да имате xdg-screensaver инсталиран и покренут.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Грешка при покретању чувара екрана. Радња активирај није успела. Уверите се да имате xdg-screensaver инсталиран и покренут.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Очисти</translation>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">: %1</translation>
@ -68,7 +68,7 @@
<translation type="obsolete"></translation>
</message>
<message>
<source>&lt;b&gt;LxQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<source>&lt;b&gt;LXQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt; LXQt - &lt;/b&gt;</translation>
</message>
<message>
@ -130,11 +130,11 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation type="unfinished"> LxQt </translation>
<source>LXQt Power Manager Error</source>
<translation type="unfinished"> LXQt </translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
@ -143,7 +143,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -151,7 +151,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -179,8 +179,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<translation> LxQt</translation>
<source>LXQt Session Suspend</source>
<translation> LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="153"/>
@ -189,8 +189,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<translation> LxQt</translation>
<source>LXQt Session Hibernate</source>
<translation> LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="163"/>
@ -199,8 +199,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation> LxQt </translation>
<source>LXQt Session Reboot</source>
<translation> LXQt </translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
@ -209,7 +209,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<source>LXQt Session Shutdown</source>
<translation> lxqt</translation>
</message>
<message>
@ -219,8 +219,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation> LxQt</translation>
<source>LXQt Session Logout</source>
<translation> LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -230,8 +230,8 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation> LxQt </translation>
<source>LXQt Power Manager Error</source>
<translation> LXQt </translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -245,61 +245,63 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation> xdg-screensaver </translation>
<translation type="vanished"> xdg-screensaver </translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation> xdg-screensaver </translation>
<translation type="vanished"> xdg-screensaver </translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation> xdg-screensaver </translation>
<translation type="vanished"> xdg-screensaver </translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation> syntax error xdg-screensaver </translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation> xdg-screensaver </translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation> xdg-screensaver </translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation> - undocumented xdg-screensaver=%1.</translation>
<translation type="vanished"> - undocumented xdg-screensaver=%1.</translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete"></translation>
@ -334,7 +336,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished"> LxQt</translation>
<translation type="vanished"> LXQt</translation>
</message>
<message>
<source>About</source>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">Versiyon: %1</translation>
@ -68,8 +68,8 @@
<translation type="obsolete">Hayır</translation>
</message>
<message>
<source>&lt;b&gt;LxQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;LxQt Masaüstü araç kutusu - Teknik bilgi&lt;/b&gt;</translation>
<source>&lt;b&gt;LXQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;LXQt Masaüstü araç kutusu - Teknik bilgi&lt;/b&gt;</translation>
</message>
<message>
<source>Version</source>
@ -130,11 +130,11 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation type="unfinished">LxQt Güç Yöneticisi Hatası</translation>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">LXQt Güç Yöneticisi Hatası</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
@ -143,7 +143,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -151,7 +151,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -179,8 +179,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<translation>LxQt Oturum Askıya Alma</translation>
<source>LXQt Session Suspend</source>
<translation>LXQt Oturum Askıya Alma</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="153"/>
@ -189,8 +189,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<translation>LxQt Oturum Uyku Kipi</translation>
<source>LXQt Session Hibernate</source>
<translation>LXQt Oturum Uyku Kipi</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="163"/>
@ -199,8 +199,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation>LxQt Oturum Yeniden Başlatma</translation>
<source>LXQt Session Reboot</source>
<translation>LXQt Oturum Yeniden Başlatma</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
@ -209,8 +209,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<translation>LxQt Oturum Kapatma</translation>
<source>LXQt Session Shutdown</source>
<translation>LXQt Oturum Kapatma</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="183"/>
@ -219,8 +219,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>LxQt Oturumu Kapatma</translation>
<source>LXQt Session Logout</source>
<translation>LXQt Oturumu Kapatma</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -230,8 +230,8 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>LxQt Güç Yöneticisi Hatası</translation>
<source>LXQt Power Manager Error</source>
<translation>LXQt Güç Yöneticisi Hatası</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -245,61 +245,63 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Ekranı Kilitle</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Ekran Koruyucusu Etkinleştirme Hatası</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>Ekran koruyucu başlatılırken hata oluştu. xdg-screensaver çöktüğünden başlatılamadı.</translation>
<translation type="vanished">Ekran koruyucu başlatılırken hata oluştu. xdg-screensaver çöktüğünden başlatılamadı.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>Ekran koruyucu başlatılırken hata oluştu. xdg-screensaver düzgün biçimde kurulmamış,</translation>
<translation type="vanished">Ekran koruyucu başlatılırken hata oluştu. xdg-screensaver düzgün biçimde kurulmamış,</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>Ekran koruyucu başlatılırken hata oluştu. xdg-screensaver başlatılamıyor.</translation>
<translation type="vanished">Ekran koruyucu başlatılırken hata oluştu. xdg-screensaver başlatılamıyor.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>Ekran koruyucu başlatılırken hata oluştu. xdg-screensaver argümanlarında sözdizimi hatası.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Ekran koruyucu başlatılırken hata oluştu. xscreensaver uygulamasının kurulu ve çalışmakta olduğundan emin olun.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Ekran koruyucu başlatılırken hata oluştu. &apos;etkinleştirme&apos; eylemi başarısız oldu. xscreensaver uygulamasının kurulu ve çalışmakta olduğundan emin olun.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation>Ekran Koruyucu başlarken bir hata oluştur. Bilinmeyen hata - xdg-screensaver=%1 den okunamayan geri dönüş değeri.</translation>
<translation type="vanished">Ekran Koruyucu başlarken bir hata oluştur. Bilinmeyen hata - xdg-screensaver=%1 den okunamayan geri dönüş değeri.</translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Temizle</translation>
@ -334,7 +336,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished">LxQt Hakkında</translation>
<translation type="vanished">LXQt Hakkında</translation>
</message>
<message>
<source>About</source>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">Версія: %1</translation>
@ -68,7 +68,7 @@
<translation type="obsolete">Ні</translation>
</message>
<message>
<source>&lt;b&gt;LxQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<source>&lt;b&gt;LXQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;Інструменти стільниці LXQt - Технічна інформація&lt;/b&gt;</translation>
</message>
<message>
@ -130,11 +130,11 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation type="unfinished">Збій менеджера живлення LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">Збій менеджера живлення LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
@ -143,7 +143,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -151,7 +151,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -179,7 +179,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<source>LXQt Session Suspend</source>
<translation>Призупинити компютер</translation>
</message>
<message>
@ -189,7 +189,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<source>LXQt Session Hibernate</source>
<translation>Приспати компютер</translation>
</message>
<message>
@ -199,7 +199,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<source>LXQt Session Reboot</source>
<translation>Перезавантажити компютер</translation>
</message>
<message>
@ -209,7 +209,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<source>LXQt Session Shutdown</source>
<translation>Вимкнути компютер</translation>
</message>
<message>
@ -219,8 +219,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>Вийти з сеансу LxQt</translation>
<source>LXQt Session Logout</source>
<translation>Вийти з сеансу LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -230,8 +230,8 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>Збій менеджера живлення LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>Збій менеджера живлення LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -245,61 +245,63 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation>Заблокувати екран</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation>Збій запуску зберігача екрану</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>Стався збій при запуску зберігача екрану. xdg-screensaver зазнав краху.</translation>
<translation type="vanished">Стався збій при запуску зберігача екрану. xdg-screensaver зазнав краху.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>Стався збій при запуску зберігача екрану. xdg-screensaver не встановлено коректним чином.</translation>
<translation type="vanished">Стався збій при запуску зберігача екрану. xdg-screensaver не встановлено коректним чином.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>Стався збій при запуску зберігача екрану. Не вдалося запустити xdg-screensaver.</translation>
<translation type="vanished">Стався збій при запуску зберігача екрану. Не вдалося запустити xdg-screensaver.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>Стався збій при запуску зберігача екрану. В аргументах xdg-screensaver синтаксична помилка.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>Стався збій при запуску зберігача екрану. Впевніться, що xscreensaver коректно встановлено та запущено.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>Стався збій при запуску зберігача екрану. Не вдалося виконати дію &quot;activate&quot;. Впевніться, що xscreensaver коректно встановлено та запущено.</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation>Стався збій при запуску зберігача екрану. Невідома помилка - xdg-screensaver повернув недокументоване значення = %1.</translation>
<translation type="vanished">Стався збій при запуску зберігача екрану. Невідома помилка - xdg-screensaver повернув недокументоване значення = %1.</translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete">Очистити</translation>
@ -334,7 +336,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished"> Про LxQt</translation>
<translation type="vanished"> Про LXQt</translation>
</message>
<message>
<source>About</source>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">%1</translation>
@ -68,8 +68,8 @@
<translation type="obsolete"></translation>
</message>
<message>
<source>&lt;b&gt;LxQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;LxQt - &lt;/b&gt;</translation>
<source>&lt;b&gt;LXQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;LXQt - &lt;/b&gt;</translation>
</message>
<message>
<source>Version</source>
@ -130,11 +130,11 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation type="unfinished">LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
@ -143,7 +143,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -151,7 +151,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -179,8 +179,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<translation>LxQt</translation>
<source>LXQt Session Suspend</source>
<translation>LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="153"/>
@ -189,8 +189,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<translation>LxQt</translation>
<source>LXQt Session Hibernate</source>
<translation>LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="163"/>
@ -199,8 +199,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation>LxQt</translation>
<source>LXQt Session Reboot</source>
<translation>LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
@ -209,7 +209,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<source>LXQt Session Shutdown</source>
<translation></translation>
</message>
<message>
@ -219,8 +219,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>LxQt</translation>
<source>LXQt Session Logout</source>
<translation>LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -230,8 +230,8 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -245,61 +245,63 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>xdg-screensaver</translation>
<translation type="vanished">xdg-screensaver</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>xdg-screensaver</translation>
<translation type="vanished">xdg-screensaver</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>xdg-screensaver</translation>
<translation type="vanished">xdg-screensaver</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>xdg-screensaver</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>xscreensaver</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>xscreensaver</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation> - xdg-screensaver=%1 </translation>
<translation type="vanished"> - xdg-screensaver=%1 </translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete"></translation>
@ -334,7 +336,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished">LxQt</translation>
<translation type="vanished">LXQt</translation>
</message>
<message>
<source>About</source>

@ -29,7 +29,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation type="vanished">: %1</translation>
@ -68,8 +68,8 @@
<translation type="obsolete"></translation>
</message>
<message>
<source>&lt;b&gt;LxQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;LxQt-&lt;/b&gt;</translation>
<source>&lt;b&gt;LXQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation type="obsolete">&lt;b&gt;LXQt-&lt;/b&gt;</translation>
</message>
<message>
<source>Version</source>
@ -130,11 +130,11 @@
</message>
</context>
<context>
<name>LxQt::MessageBox</name>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
<source>LxQt Power Manager Error</source>
<translation type="unfinished">LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation type="unfinished">LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="70"/>
@ -143,7 +143,7 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="152"/>
<source>Notifications Fallback</source>
@ -151,7 +151,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="112"/>
<source>Hibernate</source>
@ -179,8 +179,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="152"/>
<source>LxQt Session Suspend</source>
<translation>LxQt</translation>
<source>LXQt Session Suspend</source>
<translation>LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="153"/>
@ -189,8 +189,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="162"/>
<source>LxQt Session Hibernate</source>
<translation>LxQt</translation>
<source>LXQt Session Hibernate</source>
<translation>LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="163"/>
@ -199,8 +199,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="172"/>
<source>LxQt Session Reboot</source>
<translation>LxQt</translation>
<source>LXQt Session Reboot</source>
<translation>LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="173"/>
@ -209,7 +209,7 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="182"/>
<source>LxQt Session Shutdown</source>
<source>LXQt Session Shutdown</source>
<translation></translation>
</message>
<message>
@ -219,8 +219,8 @@
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="192"/>
<source>LxQt Session Logout</source>
<translation>LxQt</translation>
<source>LXQt Session Logout</source>
<translation>LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="193"/>
@ -230,8 +230,8 @@
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
<location filename="../lxqtpowermanager.cpp" line="206"/>
<source>LxQt Power Manager Error</source>
<translation>LxQt</translation>
<source>LXQt Power Manager Error</source>
<translation>LXQt</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="201"/>
@ -245,61 +245,63 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="51"/>
<source>Lock Screen</source>
<translation></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="70"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<location filename="../lxqtscreensaver.cpp" line="86"/>
<location filename="../lxqtscreensaver.cpp" line="98"/>
<location filename="../lxqtscreensaver.cpp" line="106"/>
<location filename="../lxqtscreensaver.cpp" line="114"/>
<location filename="../lxqtscreensaver.cpp" line="123"/>
<location filename="../lxqtscreensaver.cpp" line="77"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="83"/>
<location filename="../lxqtscreensaver.cpp" line="89"/>
<location filename="../lxqtscreensaver.cpp" line="96"/>
<source>Screen Saver Activation Error</source>
<translation></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="71"/>
<location filename="../lxqtscreensaver.cpp" line="97"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver: %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started due its crash.</source>
<translation>xdg-screensaver</translation>
<translation type="vanished">xdg-screensaver</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="79"/>
<source>An error occurred starting screensaver. xdg-screensaver is not installed correctly.</source>
<translation>xdg-screensaver</translation>
<translation type="vanished">xdg-screensaver</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="87"/>
<source>An error occurred starting screensaver. xdg-screensaver cannot be started.</source>
<translation>xdg-screensaver</translation>
<translation type="vanished">xdg-screensaver</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="99"/>
<location filename="../lxqtscreensaver.cpp" line="78"/>
<source>An error occurred starting screensaver. Syntax error in xdg-screensaver arguments.</source>
<translation>xdg-screensaver</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="107"/>
<location filename="../lxqtscreensaver.cpp" line="84"/>
<source>An error occurred starting screensaver. Ensure you have xscreensaver installed and running.</source>
<translation>xscreensaver</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="115"/>
<location filename="../lxqtscreensaver.cpp" line="90"/>
<source>An error occurred starting screensaver. Action &apos;activate&apos; failed. Ensure you have xscreensaver installed and running.</source>
<translation>xscreensaver</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="124"/>
<source>An error occurred starting screensaver. Unknown error - undocumented return value from xdg-screensaver=%1.</source>
<translation> - xdg-screensaver=%1</translation>
<translation type="vanished"> - xdg-screensaver=%1</translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation type="obsolete"></translation>
@ -334,7 +336,7 @@
<name>about</name>
<message>
<source> About LXQt</source>
<translation type="vanished">LxQt</translation>
<translation type="vanished">LXQt</translation>
</message>
<message>
<source>About</source>

@ -19,7 +19,7 @@
</message>
</context>
<context>
<name>LxQt::PowerManager</name>
<name>LXQt::PowerManager</name>
<message>
<source>Hibernate</source>
<translation>Спящий режим</translation>
@ -41,7 +41,7 @@
<translation>Завершить сеанс</translation>
</message>
<message>
<source>LxQt Session Suspend</source>
<source>LXQt Session Suspend</source>
<translation>Paзор Ждущий режим</translation>
</message>
<message>
@ -49,7 +49,7 @@
<translation>Перевести компьютер в ждущий режим?&lt;p&gt;Состояние системы будет потеряно при отключении питания.</translation>
</message>
<message>
<source>LxQt Session Hibernate</source>
<source>LXQt Session Hibernate</source>
<translation>Paзор Спящий режим</translation>
</message>
<message>
@ -57,7 +57,7 @@
<translation>Перевести компьютер в спящий режим?&lt;p&gt;Состояние системы будет сохранено при отключении питания.</translation>
</message>
<message>
<source>LxQt Session Reboot</source>
<source>LXQt Session Reboot</source>
<translation>Paзор Перезагрузка</translation>
</message>
<message>
@ -65,7 +65,7 @@
<translation>Перезагрузить компьютер? Все не сохраненные документы будут потеряны...</translation>
</message>
<message>
<source>LxQt Session Shutdown</source>
<source>LXQt Session Shutdown</source>
<translation>Paзор Выключение</translation>
</message>
<message>
@ -73,7 +73,7 @@
<translation>Выключить компьютер? Все не сохраненные документы будут потеряны...</translation>
</message>
<message>
<source>LxQt Session Logout</source>
<source>LXQt Session Logout</source>
<translation>Paзор Завершение сеанса</translation>
</message>
<message>
@ -81,7 +81,7 @@
<translation>Завершить сеанс?&lt;p&gt;Все не сохраненные документы будут потеряны...</translation>
</message>
<message>
<source>LxQt Power Manager Error</source>
<source>LXQt Power Manager Error</source>
<translation>Ошибка Paзор менеджер электроэнергии </translation>
</message>
<message>
@ -109,7 +109,7 @@
</message>
</context>
<context>
<name>LxQt::AboutDialogPrivate</name>
<name>LXQt::AboutDialogPrivate</name>
<message>
<source>Version: %1</source>
<translation>Версия: %1</translation>
@ -143,7 +143,7 @@
<translation>Hет</translation>
</message>
<message>
<source>&lt;b&gt;LxQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<source>&lt;b&gt;LXQt Desktop Toolbox - Technical Info&lt;/b&gt;</source>
<translation>&lt;b&gt;Инструментарий рабочего стола LXQt - Техническая Информация&lt;/b&gt;</translation>
</message>
<message>
@ -211,14 +211,14 @@
</message>
</context>
<context>
<name>LxQt::NotificationPrivate</name>
<name>LXQt::NotificationPrivate</name>
<message>
<source>Notifications Fallback</source>
<translation>Уведомления отступление</translation>
</message>
</context>
<context>
<name>LxQt::ShortcutButton</name>
<name>LXQt::ShortcutButton</name>
<message>
<source>Clear</source>
<translation>Очистить</translation>
@ -229,7 +229,7 @@
</message>
</context>
<context>
<name>LxQt::ScreenSaver</name>
<name>LXQt::ScreenSaver</name>
<message>
<source>Lock Screen</source>
<translation>Заблокировать экран</translation>

Loading…
Cancel
Save