From ac72bd812a2176d1fdb7e4b72c508fb0a9142f32 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Tue, 1 Sep 2015 18:47:19 +0200 Subject: [PATCH] Cherry-picking upstream version 0.9.0+20150901. --- .gitignore | 23 ----- CMakeLists.txt | 2 +- cmake/modules/LXQtAppTranslationLoader.cpp.in | 2 +- cmake/modules/LXQtLibTranslationLoader.cpp.in | 2 +- cmake/modules/LXQtTranslateDesktop.cmake | 2 +- configdialog/lxqtconfigdialog.cpp | 2 +- configdialog/lxqtconfigdialog.h | 4 +- configdialog/lxqtconfigdialog.ui | 4 +- configdialog/lxqtpageselectwidget.cpp | 2 +- configdialog/lxqtpageselectwidget.h | 4 +- lxqtapplication.cpp | 2 +- lxqtapplication.h | 6 +- lxqtautostartentry.cpp | 2 +- lxqtautostartentry.h | 4 +- lxqtgridlayout.cpp | 4 +- lxqtgridlayout.h | 4 +- lxqthtmldelegate.cpp | 2 +- lxqthtmldelegate.h | 2 +- lxqtnotification.cpp | 2 +- lxqtnotification.h | 6 +- lxqtnotification_p.h | 4 +- lxqtplugininfo.cpp | 8 +- lxqtplugininfo.h | 16 +-- lxqtpower/lxqtpower.cpp | 4 +- lxqtpower/lxqtpower.h | 4 +- lxqtpower/lxqtpowerproviders.cpp | 18 ++-- lxqtpower/lxqtpowerproviders.h | 10 +- lxqtpowermanager.cpp | 20 ++-- lxqtpowermanager.h | 6 +- lxqtprogramfinder.cpp | 2 +- lxqtprogramfinder.h | 4 +- lxqtrotatedwidget.cpp | 2 +- lxqtrotatedwidget.h | 4 +- lxqtscreensaver.cpp | 2 +- lxqtscreensaver.h | 4 +- lxqtsettings.cpp | 60 ++++++------ lxqtsettings.h | 32 +++--- lxqtsingleapplication.cpp | 2 +- lxqtsingleapplication.h | 18 ++-- lxqttranslator.cpp | 4 +- lxqttranslator.h | 4 +- translations/liblxqt.ts | 22 ++--- translations/liblxqt_ar.ts | 26 ++--- translations/liblxqt_cs.ts | 42 ++++---- translations/liblxqt_cs_CZ.ts | 42 ++++---- translations/liblxqt_da.ts | 22 ++--- translations/liblxqt_da_DK.ts | 44 ++++----- translations/liblxqt_de.ts | 22 ++--- .../{liblxqt_el_GR.ts => liblxqt_el.ts} | 98 +++++++++---------- translations/liblxqt_eo.ts | 28 +++--- translations/liblxqt_es.ts | 44 ++++----- translations/liblxqt_es_VE.ts | 44 ++++----- translations/liblxqt_eu.ts | 46 ++++----- translations/liblxqt_fi.ts | 36 +++---- translations/liblxqt_fr_FR.ts | 42 ++++---- translations/liblxqt_hu.ts | 34 +++---- translations/liblxqt_ia.ts | 22 ++--- translations/liblxqt_id_ID.ts | 22 ++--- translations/liblxqt_it_IT.ts | 44 ++++----- translations/liblxqt_ja.ts | 44 ++++----- translations/liblxqt_ko.ts | 22 ++--- translations/liblxqt_lt.ts | 42 ++++---- translations/liblxqt_nl.ts | 42 ++++---- translations/liblxqt_pl_PL.ts | 32 +++--- translations/liblxqt_pt.ts | 42 ++++---- translations/liblxqt_pt_BR.ts | 44 ++++----- translations/liblxqt_ro_RO.ts | 32 +++--- translations/liblxqt_ru.ts | 40 ++++---- translations/liblxqt_ru_RU.ts | 40 ++++---- translations/liblxqt_sk_SK.ts | 40 ++++---- translations/liblxqt_sl.ts | 32 +++--- translations/liblxqt_sr@latin.ts | 22 ++--- translations/liblxqt_sr_RS.ts | 24 ++--- translations/liblxqt_th_TH.ts | 42 ++++---- translations/liblxqt_tr.ts | 46 ++++----- translations/liblxqt_uk.ts | 36 +++---- translations/liblxqt_zh_CN.ts | 44 ++++----- translations/liblxqt_zh_TW.ts | 44 ++++----- translations/librazorqt_ru.ts | 24 ++--- 79 files changed, 850 insertions(+), 873 deletions(-) delete mode 100644 .gitignore rename translations/{liblxqt_el_GR.ts => liblxqt_el.ts} (78%) diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 1e925d8..0000000 --- a/.gitignore +++ /dev/null @@ -1,23 +0,0 @@ -*.kdev4* -moc_*.cxx -qrc_*.cxx -cmake_install.cmake -cmake_uninstall.cmake -Makefile -CMakeFiles -CMakeCache.txt -CPackConfig.cmake -CPackSourceConfig.cmake -lib*.so -lib*.so.* -ui_*.h -*.qm -lxqt-appswitcher/lxqt-appswitcher -lxqt-desktop/lxqt-desktop -lxqt-panel/panel/lxqt-panel -*~ -*.autosave -*-swp -CMakeLists.txt.user* -/build -nbproject/ diff --git a/CMakeLists.txt b/CMakeLists.txt index 1118f82..346b3e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/cmake/modules/LXQtAppTranslationLoader.cpp.in b/cmake/modules/LXQtAppTranslationLoader.cpp.in index 7ec7644..cf2c8c2 100644 --- a/cmake/modules/LXQtAppTranslationLoader.cpp.in +++ b/cmake/modules/LXQtAppTranslationLoader.cpp.in @@ -9,7 +9,7 @@ static void loadAppTranslation() { - LxQt::Translator::translateApplication(QStringLiteral("@catalog_name@")); + LXQt::Translator::translateApplication(QStringLiteral("@catalog_name@")); } Q_COREAPP_STARTUP_FUNCTION(loadAppTranslation) diff --git a/cmake/modules/LXQtLibTranslationLoader.cpp.in b/cmake/modules/LXQtLibTranslationLoader.cpp.in index 4e5efca..d7a0c7b 100644 --- a/cmake/modules/LXQtLibTranslationLoader.cpp.in +++ b/cmake/modules/LXQtLibTranslationLoader.cpp.in @@ -9,7 +9,7 @@ static void loadLibTranslation() { - LxQt::Translator::translateLibrary(QStringLiteral("@catalog_name@")); + LXQt::Translator::translateLibrary(QStringLiteral("@catalog_name@")); } Q_COREAPP_STARTUP_FUNCTION(loadLibTranslation) diff --git a/cmake/modules/LXQtTranslateDesktop.cmake b/cmake/modules/LXQtTranslateDesktop.cmake index a984d71..e770b63 100644 --- a/cmake/modules/LXQtTranslateDesktop.cmake +++ b/cmake/modules/LXQtTranslateDesktop.cmake @@ -1,6 +1,6 @@ #============================================================================= # The lxqt_translate_desktop() function was copied from the -# LXQt LxQtTranslate.cmake +# LXQt LXQtTranslate.cmake # # Original Author: Alexander Sokolov # diff --git a/configdialog/lxqtconfigdialog.cpp b/configdialog/lxqtconfigdialog.cpp index da98a5a..e469d94 100644 --- a/configdialog/lxqtconfigdialog.cpp +++ b/configdialog/lxqtconfigdialog.cpp @@ -28,7 +28,7 @@ #include #include -using namespace LxQt; +using namespace LXQt; ConfigDialog::ConfigDialog(const QString& title, Settings* settings, QWidget* parent) : QDialog(parent), diff --git a/configdialog/lxqtconfigdialog.h b/configdialog/lxqtconfigdialog.h index 33ecace..05c7984 100644 --- a/configdialog/lxqtconfigdialog.h +++ b/configdialog/lxqtconfigdialog.h @@ -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 diff --git a/configdialog/lxqtconfigdialog.ui b/configdialog/lxqtconfigdialog.ui index 105466f..6818f92 100644 --- a/configdialog/lxqtconfigdialog.ui +++ b/configdialog/lxqtconfigdialog.ui @@ -17,7 +17,7 @@ - + Qt::ScrollBarAlwaysOff @@ -50,7 +50,7 @@ - LxQt::PageSelectWidget + LXQt::PageSelectWidget QListWidget
configdialog/lxqtpageselectwidget.h
diff --git a/configdialog/lxqtpageselectwidget.cpp b/configdialog/lxqtpageselectwidget.cpp index 341299b..2e02af2 100644 --- a/configdialog/lxqtpageselectwidget.cpp +++ b/configdialog/lxqtpageselectwidget.cpp @@ -31,7 +31,7 @@ #include #include -using namespace LxQt; +using namespace LXQt; class PageSelectWidgetItemDelegate: public QStyledItemDelegate { diff --git a/configdialog/lxqtpageselectwidget.h b/configdialog/lxqtpageselectwidget.h index 14f0efb..bfeb712 100644 --- a/configdialog/lxqtpageselectwidget.h +++ b/configdialog/lxqtpageselectwidget.h @@ -32,7 +32,7 @@ #include "lxqtglobals.h" #include -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 diff --git a/lxqtapplication.cpp b/lxqtapplication.cpp index 4a6fcc1..35a0704 100644 --- a/lxqtapplication.cpp +++ b/lxqtapplication.cpp @@ -33,7 +33,7 @@ #include #include -using namespace LxQt; +using namespace LXQt; #define COLOR_DEBUG "\033[32;2m" #define COLOR_WARN "\033[33;2m" diff --git a/lxqtapplication.h b/lxqtapplication.h index e19fd6b..1d42411 100644 --- a/lxqtapplication.h +++ b/lxqtapplication.h @@ -32,7 +32,7 @@ #include #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(qApp)) +#define lxqtApp (static_cast(qApp)) -} // namespace LxQt +} // namespace LXQt #endif // LXQTAPPLICATION_H diff --git a/lxqtautostartentry.cpp b/lxqtautostartentry.cpp index 9f9bedb..f977a75 100644 --- a/lxqtautostartentry.cpp +++ b/lxqtautostartentry.cpp @@ -28,7 +28,7 @@ #include #include -using namespace LxQt; +using namespace LXQt; AutostartEntry::AutostartEntry() : mLocalState(StateNone), mSystem(false) diff --git a/lxqtautostartentry.h b/lxqtautostartentry.h index a5020e4..28df812 100644 --- a/lxqtautostartentry.h +++ b/lxqtautostartentry.h @@ -28,7 +28,7 @@ #include "lxqtglobals.h" #include -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 diff --git a/lxqtgridlayout.cpp b/lxqtgridlayout.cpp index a4f53b4..b731b43 100644 --- a/lxqtgridlayout.cpp +++ b/lxqtgridlayout.cpp @@ -31,9 +31,9 @@ #include #include -using namespace LxQt; +using namespace LXQt; -class LxQt::GridLayoutPrivate +class LXQt::GridLayoutPrivate { public: GridLayoutPrivate(); diff --git a/lxqtgridlayout.h b/lxqtgridlayout.h index d7dd3dc..f9676bf 100644 --- a/lxqtgridlayout.h +++ b/lxqtgridlayout.h @@ -34,7 +34,7 @@ #include -namespace LxQt +namespace LXQt { class GridLayoutPrivate; @@ -233,5 +233,5 @@ private: Q_DECLARE_OPERATORS_FOR_FLAGS(GridLayout::Stretch) -} // namespace LxQt +} // namespace LXQt #endif // LXQTGRIDLAYOUT_H diff --git a/lxqthtmldelegate.cpp b/lxqthtmldelegate.cpp index e5e07bd..6fddd27 100644 --- a/lxqthtmldelegate.cpp +++ b/lxqthtmldelegate.cpp @@ -30,7 +30,7 @@ #include #include -using namespace LxQt; +using namespace LXQt; HtmlDelegate::HtmlDelegate(const QSize iconSize, QObject* parent) : diff --git a/lxqthtmldelegate.h b/lxqthtmldelegate.h index 35f40e4..d888b7a 100644 --- a/lxqthtmldelegate.h +++ b/lxqthtmldelegate.h @@ -33,7 +33,7 @@ #include #include "lxqtglobals.h" -namespace LxQt +namespace LXQt { class LXQT_API HtmlDelegate : public QStyledItemDelegate diff --git a/lxqtnotification.cpp b/lxqtnotification.cpp index 6181f7a..9c97570 100644 --- a/lxqtnotification.cpp +++ b/lxqtnotification.cpp @@ -27,7 +27,7 @@ #include #include -using namespace LxQt; +using namespace LXQt; Notification::Notification(const QString& summary, QObject* parent) : QObject(parent), diff --git a/lxqtnotification.h b/lxqtnotification.h index 2d74504..7ec5ea9 100644 --- a/lxqtnotification.h +++ b/lxqtnotification.h @@ -29,7 +29,7 @@ #include #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 diff --git a/lxqtnotification_p.h b/lxqtnotification_p.h index 6be536f..49d0793 100644 --- a/lxqtnotification_p.h +++ b/lxqtnotification_p.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 diff --git a/lxqtplugininfo.cpp b/lxqtplugininfo.cpp index 5c65dad..243efb2 100644 --- a/lxqtplugininfo.cpp +++ b/lxqtplugininfo.cpp @@ -35,7 +35,7 @@ #include #include -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); } diff --git a/lxqtplugininfo.h b/lxqtplugininfo.h index 8cb014a..b4a798a 100644 --- a/lxqtplugininfo.h +++ b/lxqtplugininfo.h @@ -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 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 diff --git a/lxqtpower/lxqtpower.cpp b/lxqtpower/lxqtpower.cpp index 8a0d463..742793b 100644 --- a/lxqtpower/lxqtpower.cpp +++ b/lxqtpower/lxqtpower.cpp @@ -31,7 +31,7 @@ #include #include -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)); } diff --git a/lxqtpower/lxqtpower.h b/lxqtpower/lxqtpower.h index af02a92..f738b46 100644 --- a/lxqtpower/lxqtpower.h +++ b/lxqtpower/lxqtpower.h @@ -33,7 +33,7 @@ #include #include "lxqtglobals.h" -namespace LxQt +namespace LXQt { @@ -103,5 +103,5 @@ private: QList mProviders; }; -} // namespace LxQt +} // namespace LXQt #endif // LXQTPOWER_H diff --git a/lxqtpower/lxqtpowerproviders.cpp b/lxqtpower/lxqtpowerproviders.cpp index 4418802..8f063fd 100644 --- a/lxqtpower/lxqtpowerproviders.cpp +++ b/lxqtpower/lxqtpowerproviders.cpp @@ -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()); @@ -473,20 +473,20 @@ bool SystemdProvider::doAction(Power::Action action) /************************************************ - 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; diff --git a/lxqtpower/lxqtpowerproviders.h b/lxqtpower/lxqtpowerproviders.h index 08ac25f..7ec81cc 100644 --- a/lxqtpower/lxqtpowerproviders.h +++ b/lxqtpower/lxqtpowerproviders.h @@ -34,7 +34,7 @@ #include "lxqtpower.h" #include // 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 diff --git a/lxqtpowermanager.cpp b/lxqtpowermanager.cpp index 8999c69..fb99198 100644 --- a/lxqtpowermanager.cpp +++ b/lxqtpowermanager.cpp @@ -37,7 +37,7 @@ #include "lxqtsettings.h" #include -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 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?

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?

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 diff --git a/lxqtpowermanager.h b/lxqtpowermanager.h index 934c8fe..04ad5b4 100644 --- a/lxqtpowermanager.h +++ b/lxqtpowermanager.h @@ -32,7 +32,7 @@ #include #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 diff --git a/lxqtprogramfinder.cpp b/lxqtprogramfinder.cpp index c4ac64b..2d8f53c 100644 --- a/lxqtprogramfinder.cpp +++ b/lxqtprogramfinder.cpp @@ -27,7 +27,7 @@ #include #include -using namespace LxQt; +using namespace LXQt; LXQT_API bool ProgramFinder::programExists(const QString& command) { diff --git a/lxqtprogramfinder.h b/lxqtprogramfinder.h index 1d251a1..0e09060 100644 --- a/lxqtprogramfinder.h +++ b/lxqtprogramfinder.h @@ -28,7 +28,7 @@ #include #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 diff --git a/lxqtrotatedwidget.cpp b/lxqtrotatedwidget.cpp index 0116ad4..ec6f284 100644 --- a/lxqtrotatedwidget.cpp +++ b/lxqtrotatedwidget.cpp @@ -41,7 +41,7 @@ #include -using namespace LxQt; +using namespace LXQt; RotatedWidget::RotatedWidget(QWidget &content, QWidget *parent, Qt::WindowFlags f) : QWidget(parent, f) diff --git a/lxqtrotatedwidget.h b/lxqtrotatedwidget.h index 462265b..a371824 100644 --- a/lxqtrotatedwidget.h +++ b/lxqtrotatedwidget.h @@ -31,7 +31,7 @@ #include #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 diff --git a/lxqtscreensaver.cpp b/lxqtscreensaver.cpp index 1051b2a..36a80e6 100644 --- a/lxqtscreensaver.cpp +++ b/lxqtscreensaver.cpp @@ -33,7 +33,7 @@ #include #include -using namespace LxQt; +using namespace LXQt; ScreenSaver::ScreenSaver(QObject * parent) : QObject(parent) diff --git a/lxqtscreensaver.h b/lxqtscreensaver.h index 4884693..d2f5ca3 100644 --- a/lxqtscreensaver.h +++ b/lxqtscreensaver.h @@ -33,7 +33,7 @@ #include #include -namespace LxQt +namespace LXQt { class LXQT_API ScreenSaver : public QObject @@ -59,6 +59,6 @@ private slots: }; -} // namespace LxQt +} // namespace LXQt #endif diff --git a/lxqtsettings.cpp b/lxqtsettings.cpp index c7a50ba..fb3b0d8 100644 --- a/lxqtsettings.cpp +++ b/lxqtsettings.cpp @@ -39,9 +39,9 @@ #include #include -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; }; @@ -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::allThemes() +QList LXQtTheme::allThemes() { - QList ret; + QList ret; QSet processed; QStringList paths; @@ -565,7 +565,7 @@ QList 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(); } diff --git a/lxqtsettings.h b/lxqtsettings.h index 514c2bc..c94d9b5 100644 --- a/lxqtsettings.h +++ b/lxqtsettings.h @@ -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 ¤tTheme(); + static const LXQtTheme ¤tTheme(); /// Returns the all themes found in the system. - static QList allThemes(); + static QList allThemes(); private: - static LxQtTheme* mInstance; - QSharedDataPointer d; + static LXQtTheme* mInstance; + QSharedDataPointer 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 diff --git a/lxqtsingleapplication.cpp b/lxqtsingleapplication.cpp index 7e7f3f8..4e473c6 100644 --- a/lxqtsingleapplication.cpp +++ b/lxqtsingleapplication.cpp @@ -33,7 +33,7 @@ #include #include -using namespace LxQt; +using namespace LXQt; SingleApplication::SingleApplication(int &argc, char **argv, StartOptions options) : Application(argc, argv), diff --git a/lxqtsingleapplication.h b/lxqtsingleapplication.h index 926cfec..cc37a50 100644 --- a/lxqtsingleapplication.h +++ b/lxqtsingleapplication.h @@ -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(qApp)) +#define lxqtSingleApp (static_cast(qApp)) -}; // namespace LxQt +}; // namespace LXQt #endif // LXQTSINGLEAPPLICATION_H diff --git a/lxqttranslator.cpp b/lxqttranslator.cpp index 80c13ab..37b0452 100644 --- a/lxqttranslator.cpp +++ b/lxqttranslator.cpp @@ -10,7 +10,7 @@ #include -using namespace LxQt; +using namespace LXQt; bool translate(const QString &name, const QString &owner = QString()); /************************************************ @@ -35,7 +35,7 @@ QStringList *getSearchPaths() /************************************************ ************************************************/ -QStringList LxQt::Translator::translationSearchPaths() +QStringList LXQt::Translator::translationSearchPaths() { return *(getSearchPaths()); } diff --git a/lxqttranslator.h b/lxqttranslator.h index 51e5259..6bdd79f 100644 --- a/lxqttranslator.h +++ b/lxqttranslator.h @@ -32,7 +32,7 @@ #include #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 diff --git a/translations/liblxqt.ts b/translations/liblxqt.ts index 835ca26..a8f94a8 100644 --- a/translations/liblxqt.ts +++ b/translations/liblxqt.ts @@ -10,10 +10,10 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error + LXQt Power Manager Error @@ -23,7 +23,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -31,7 +31,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -59,7 +59,7 @@ - LxQt Session Suspend + LXQt Session Suspend @@ -69,7 +69,7 @@ - LxQt Session Hibernate + LXQt Session Hibernate @@ -79,7 +79,7 @@ - LxQt Session Reboot + LXQt Session Reboot @@ -89,7 +89,7 @@ - LxQt Session Shutdown + LXQt Session Shutdown @@ -99,7 +99,7 @@ - LxQt Session Logout + LXQt Session Logout @@ -110,7 +110,7 @@ - LxQt Power Manager Error + LXQt Power Manager Error @@ -125,7 +125,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen diff --git a/translations/liblxqt_ar.ts b/translations/liblxqt_ar.ts index fda0975..17fecc9 100644 --- a/translations/liblxqt_ar.ts +++ b/translations/liblxqt_ar.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Yes نعم @@ -40,10 +40,10 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error + LXQt Power Manager Error خطأٌ في إدارة الطَّاقة لنظام ريزر @@ -53,7 +53,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -61,7 +61,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -89,7 +89,7 @@ - LxQt Session Suspend + LXQt Session Suspend وضع جلسة نظام ريزر في حالة تعليق @@ -99,7 +99,7 @@ - LxQt Session Hibernate + LXQt Session Hibernate وضع جلسة نظام ريزر في حالة سبات @@ -109,7 +109,7 @@ - LxQt Session Reboot + LXQt Session Reboot إعادة إقلاع جلسة نظام ريزر @@ -119,7 +119,7 @@ - LxQt Session Shutdown + LXQt Session Shutdown إطفاء نظام ريزر @@ -129,7 +129,7 @@ - LxQt Session Logout + LXQt Session Logout الخروج من جلسة نظام ريزر @@ -140,7 +140,7 @@ - LxQt Power Manager Error + LXQt Power Manager Error خطأٌ في إدارة الطَّاقة لنظام ريزر @@ -155,7 +155,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -209,7 +209,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear مسح diff --git a/translations/liblxqt_cs.ts b/translations/liblxqt_cs.ts index 80bc1b4..313bba4 100644 --- a/translations/liblxqt_cs.ts +++ b/translations/liblxqt_cs.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 Verze: %1 @@ -68,8 +68,8 @@ Ne - <b>LxQt Desktop Toolbox - Technical Info</b> - <b>Nástroje LxQt Desktop - Technické informace</b> + <b>LXQt Desktop Toolbox - Technical Info</b> + <b>Nástroje LXQt Desktop - Technické informace</b> Version @@ -130,10 +130,10 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error + LXQt Power Manager Error Chyba ve správě energie @@ -143,7 +143,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -151,7 +151,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -179,8 +179,8 @@ - LxQt Session Suspend - Pozastavení sezení LxQtu + LXQt Session Suspend + Pozastavení sezení LXQtu @@ -189,8 +189,8 @@ - LxQt Session Hibernate - Zazimování sezení LxQtu + LXQt Session Hibernate + Zazimování sezení LXQtu @@ -199,8 +199,8 @@ - LxQt Session Reboot - Spuštění sezení LxQtu znovu + LXQt Session Reboot + Spuštění sezení LXQtu znovu @@ -209,8 +209,8 @@ - LxQt Session Shutdown - Vypnutí sezení LxQtu + LXQt Session Shutdown + Vypnutí sezení LXQtu @@ -219,8 +219,8 @@ - LxQt Session Logout - Odhlášení sezení LxQtu + LXQt Session Logout + Odhlášení sezení LXQtu @@ -230,7 +230,7 @@ - LxQt Power Manager Error + LXQt Power Manager Error Chyba ve správě energie @@ -245,7 +245,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -299,7 +299,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Smazat @@ -334,7 +334,7 @@ about About LXQt - O prostředí LxQt + O prostředí LXQt About diff --git a/translations/liblxqt_cs_CZ.ts b/translations/liblxqt_cs_CZ.ts index 1fa30d2..26a5d3f 100644 --- a/translations/liblxqt_cs_CZ.ts +++ b/translations/liblxqt_cs_CZ.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 Verze: %1 @@ -68,8 +68,8 @@ Ne - <b>LxQt Desktop Toolbox - Technical Info</b> - <b>Nástroje LxQt Desktop - Technické informace</b> + <b>LXQt Desktop Toolbox - Technical Info</b> + <b>Nástroje LXQt Desktop - Technické informace</b> Version @@ -130,10 +130,10 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error + LXQt Power Manager Error Chyba ve správě energie @@ -143,7 +143,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -151,7 +151,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -179,8 +179,8 @@ - LxQt Session Suspend - Pozastavení sezení LxQtu + LXQt Session Suspend + Pozastavení sezení LXQtu @@ -189,8 +189,8 @@ - LxQt Session Hibernate - Zazimování sezení LxQtu + LXQt Session Hibernate + Zazimování sezení LXQtu @@ -199,8 +199,8 @@ - LxQt Session Reboot - Spuštění sezení LxQtu znovu + LXQt Session Reboot + Spuštění sezení LXQtu znovu @@ -209,8 +209,8 @@ - LxQt Session Shutdown - Vypnutí sezení LxQtu + LXQt Session Shutdown + Vypnutí sezení LXQtu @@ -219,8 +219,8 @@ - LxQt Session Logout - Odhlášení sezení LxQtu + LXQt Session Logout + Odhlášení sezení LXQtu @@ -230,7 +230,7 @@ - LxQt Power Manager Error + LXQt Power Manager Error Chyba ve správě energie @@ -245,7 +245,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -299,7 +299,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Smazat @@ -334,7 +334,7 @@ about About LXQt - O prostředí LxQt + O prostředí LXQt About diff --git a/translations/liblxqt_da.ts b/translations/liblxqt_da.ts index f544ac3..c814707 100644 --- a/translations/liblxqt_da.ts +++ b/translations/liblxqt_da.ts @@ -10,10 +10,10 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error + LXQt Power Manager Error @@ -23,7 +23,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -31,7 +31,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -59,7 +59,7 @@ - LxQt Session Suspend + LXQt Session Suspend @@ -69,7 +69,7 @@ - LxQt Session Hibernate + LXQt Session Hibernate @@ -79,7 +79,7 @@ - LxQt Session Reboot + LXQt Session Reboot @@ -89,7 +89,7 @@ - LxQt Session Shutdown + LXQt Session Shutdown @@ -99,7 +99,7 @@ - LxQt Session Logout + LXQt Session Logout @@ -110,7 +110,7 @@ - LxQt Power Manager Error + LXQt Power Manager Error @@ -125,7 +125,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen diff --git a/translations/liblxqt_da_DK.ts b/translations/liblxqt_da_DK.ts index fc41bed..144e2d7 100644 --- a/translations/liblxqt_da_DK.ts +++ b/translations/liblxqt_da_DK.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 Version: %1 @@ -68,8 +68,8 @@ Nej - <b>LxQt Desktop Toolbox - Technical Info</b> - <b>LxQt Desktop Værktøjskasse - Teknisk Information</b> + <b>LXQt Desktop Toolbox - Technical Info</b> + <b>LXQt Desktop Værktøjskasse - Teknisk Information</b> Version @@ -130,11 +130,11 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - LxQt Strømstyringsfejl + LXQt Power Manager Error + LXQt Strømstyringsfejl @@ -143,7 +143,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -151,7 +151,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -179,8 +179,8 @@ - LxQt Session Suspend - LxQt Session Slumre + LXQt Session Suspend + LXQt Session Slumre @@ -189,8 +189,8 @@ - LxQt Session Hibernate - LxQt Session Dvale + LXQt Session Hibernate + LXQt Session Dvale @@ -199,8 +199,8 @@ - LxQt Session Reboot - LxQt Session Genstart + LXQt Session Reboot + LXQt Session Genstart @@ -209,8 +209,8 @@ - LxQt Session Shutdown - LxQt Session Luk Ned + LXQt Session Shutdown + LXQt Session Luk Ned @@ -219,8 +219,8 @@ - LxQt Session Logout - LxQt Session Log Ud + LXQt Session Logout + LXQt Session Log Ud @@ -230,8 +230,8 @@ - LxQt Power Manager Error - LxQt Strømstyringsfejl + LXQt Power Manager Error + LXQt Strømstyringsfejl @@ -245,7 +245,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -299,7 +299,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Rens diff --git a/translations/liblxqt_de.ts b/translations/liblxqt_de.ts index e08f079..6061173 100644 --- a/translations/liblxqt_de.ts +++ b/translations/liblxqt_de.ts @@ -10,10 +10,10 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error + LXQt Power Manager Error Fehler der LXQt-Energieverwaltung @@ -23,7 +23,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -31,7 +31,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -59,7 +59,7 @@ - LxQt Session Suspend + LXQt Session Suspend LXQt Bereitschaft @@ -69,7 +69,7 @@ - LxQt Session Hibernate + LXQt Session Hibernate LXQt Tiefschlaf @@ -79,7 +79,7 @@ - LxQt Session Reboot + LXQt Session Reboot LXQt Neustart @@ -89,7 +89,7 @@ - LxQt Session Shutdown + LXQt Session Shutdown LXQt Herunterfahren @@ -99,7 +99,7 @@ - LxQt Session Logout + LXQt Session Logout LXQt Abmelden @@ -110,7 +110,7 @@ - LxQt Power Manager Error + LXQt Power Manager Error Fehler der LXQt-Energieverwaltung @@ -125,7 +125,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen diff --git a/translations/liblxqt_el_GR.ts b/translations/liblxqt_el.ts similarity index 78% rename from translations/liblxqt_el_GR.ts rename to translations/liblxqt_el.ts index 3022238..4f812db 100644 --- a/translations/liblxqt_el_GR.ts +++ b/translations/liblxqt_el.ts @@ -1,15 +1,15 @@ - + AddPluginDialog Add plugins - Προσθήκη επεκτάσεων + Προσθήκη πρόσθετων Search: - Αναζήτηση: + Αναζήτηση: Add plugin @@ -17,7 +17,7 @@ Close - Κλείσιμο + Κλείσιμο @@ -29,35 +29,35 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 - Έκδοση: %1 + Έκδοση: %1 Advanced, easy-to-use, and fast desktop environment based on Qt technologies. About dialog, 'About' tab text - Προηγμένη, εύκολη στη χρήση και γρήγορη επιφάνεια εργασίας με βάση τις τεχνολογίες Qt. + Προηγμένη, εύκολη στη χρήση και γρήγορη επιφάνεια εργασίας με βάση τις τεχνολογίες Qt. Copyright: %1-%2 %3 About dialog, 'About' tab text - Πνευματικά δικαιώματα: %1-%2 %3 + Πνευματικά δικαιώματα: %1-%2 %3 Homepage: %1 About dialog, 'About' tab text - Αρχική σελίδα: %1 + Ιστοσελίδα: %1 License: %1 About dialog, 'About' tab text - Άδεια χρήσης: %1 + Άδεια χρήσης: %1 LXQt is translated into many languages thanks to the work of the translation teams all over the world. About dialog, 'Translations' tab text - LXQt έχει μεταφραστεί σε πολλές γλώσσες χάρη στο έργο των μεταφραστικών ομάδων σε όλο τον κόσμο. + Το LXQt έχει μεταφραστεί σε πολλές γλώσσες χάρη στο έργο των μεταφραστικών ομάδων ανά την υφήλιο. Yes @@ -68,7 +68,7 @@ Όχι - <b>LxQt Desktop Toolbox - Technical Info</b> + <b>LXQt Desktop Toolbox - Technical Info</b> <b>Επιφάνεια εργασίας LXQt - Τεχνικές πληροφορίες</b> @@ -130,32 +130,32 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - Σφάλμα διαχείρισης ενέργειας LxQt + LXQt Power Manager Error + Σφάλμα διαχείρισης ενέργειας LXQt Hibernate failed. - Αποτυχία αδρανοποίησης. + Αποτυχία νάρκωσης. - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback - Εφεδρικές ειδοποιήσεις + Ανακατεύθυνση ειδοποιήσεων - LxQt::PowerManager + LXQt::PowerManager Hibernate - Αδρανοποίηση + Νάρκη @@ -179,28 +179,28 @@ - LxQt Session Suspend - Αναστολή συνεδρίας LxQt + LXQt Session Suspend + Αναστολή της συνεδρίας LXQt 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. - Θέλετε πραγματικά να γίνει αναστολή του υπολογιστή;<p>Θέτει τον υπολογιστή σε κατάσταση χαμηλής κατανάλωσης. Η κατάσταση του συστήματος δε διατηρείται εάν διακοπεί η παροχή ρεύματος. + Θέλετε πραγματικά να γίνει αναστολή του υπολογιστή;<p>Θέτει τον υπολογιστή σε κατάσταση χαμηλής κατανάλωσης. Η κατάσταση του συστήματος δεν διατηρείται εάν διακοπεί η παροχή ρεύματος. - LxQt Session Hibernate - Κατάσταση αδρανοποίησης LxQt + LXQt Session Hibernate + Νάρκωση της συνεδρίας LXQt 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. - Θέλετε πραγματικά να γίνει αδρανοποίηση του υπολογιστή;<p>Θέτει τον υπολογιστή σε κατάσταση χαμηλής κατανάλωσης. Η κατάσταση του συστήματος διατηρείται εάν διακοπεί η παροχή ρεύματος. + Θέλετε πραγματικά να τεθεί σε νάρκη ο υπολογιστής;<p>Θέτει τον υπολογιστή σε κατάσταση χαμηλής κατανάλωσης. Η κατάσταση του συστήματος διατηρείται εάν διακοπεί η παροχή ρεύματος. - LxQt Session Reboot - Επανεκκίνηση συνεδρίας LxQt + LXQt Session Reboot + Επανεκκίνηση συνεδρίας LXQt @@ -209,8 +209,8 @@ - LxQt Session Shutdown - Τερματισμός συνεδρίας LxQt + LXQt Session Shutdown + Τερματισμός συνεδρίας LXQt @@ -219,8 +219,8 @@ - LxQt Session Logout - Αποσύνδεση συνεδρίας LxQt + LXQt Session Logout + Αποσύνδεση της συνεδρίας LXQt @@ -230,13 +230,13 @@ - LxQt Power Manager Error - Σφάλμα διαχείρισης ενέργειας LxQt + LXQt Power Manager Error + Σφάλμα διαχείρισης της ενέργειας LXQt Hibernate failed. - Αποτυχία αδρανοποίησης. + Αποτυχία νάρκωσης. @@ -245,7 +245,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -260,12 +260,12 @@ Screen Saver Activation Error - Σφάλμα ενεργοποίησης προστασίας οθόνης + Σφάλμα ενεργοποίησης της προστασίας οθόνης An error occurred starting screensaver. xdg-screensaver cannot be started due its crash. - Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασίας οθόνης. Αδυναμία εκκίνησης προστασίας οθόνης xdg λόγω κατάρευσης. + Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασίας οθόνης. Αδυναμία εκκίνησης της προστασίας οθόνης xdg λόγω κατάρρευσης. @@ -275,12 +275,12 @@ An error occurred starting screensaver. xdg-screensaver cannot be started. - Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασίας οθόνης. Αδυναμία έναρξης προστασίας οθόνης xdg. + Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασίας οθόνης. Αδυναμία έναρξης της προστασίας οθόνης xdg. An error occurred starting screensaver. Syntax error in xdg-screensaver arguments. - Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασίας οθόνης. Σφάλμα σύνταξης παραμέτρων προστασίας οθόνης xdg. + Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασίας οθόνης. Σφάλμα σύνταξης των παραμέτρων της προστασίας οθόνης xdg. @@ -290,7 +290,7 @@ An error occurred starting screensaver. Action 'activate' failed. Ensure you have xscreensaver installed and running. - Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασία οθόνης. Αποτυχία ενέργειας "ενεργοποίηση". Διασφαλίστε ότι η προστασία οθόνης είναι εγκατεστημένη και ότι εκτελείται. + Προκλήθηκε ένα σφάλμα κατά την έναρξη της προστασία οθόνης. Αποτυχία ενέργειας «ενεργοποίηση». Διασφαλίστε ότι η προστασία οθόνης είναι εγκατεστημένη και ότι εκτελείται. @@ -299,10 +299,10 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear - Εκκαθάριση + Καθαρισμός None @@ -334,32 +334,32 @@ about About LXQt - Σχετικά με το LxQt + Σχετικά με το LXQt About About dialog, Tab title - Σχετικά + Σχετικά Authors About dialog, Tab title - Δημιουργοί + Συγγραφείς Thanks About dialog, Tab title - Ευχαριστίες + Ευχαριστίες Translations About dialog, Tab title - Μεταφράσεις + Μεταφράσεις Technical Info About dialog, Tab title - Τεχνικές πληροφορίες + Τεχνικές πληροφορίες diff --git a/translations/liblxqt_eo.ts b/translations/liblxqt_eo.ts index 25d9043..0df9370 100644 --- a/translations/liblxqt_eo.ts +++ b/translations/liblxqt_eo.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Yes Jes @@ -40,10 +40,10 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error + LXQt Power Manager Error @@ -53,7 +53,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -61,7 +61,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -89,7 +89,7 @@ - LxQt Session Suspend + LXQt Session Suspend @@ -99,7 +99,7 @@ - LxQt Session Hibernate + LXQt Session Hibernate @@ -109,7 +109,7 @@ - LxQt Session Reboot + LXQt Session Reboot @@ -119,7 +119,7 @@ - LxQt Session Shutdown + LXQt Session Shutdown @@ -129,7 +129,7 @@ - LxQt Session Logout + LXQt Session Logout @@ -140,7 +140,7 @@ - LxQt Power Manager Error + LXQt Power Manager Error @@ -155,7 +155,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -209,7 +209,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Vakigi @@ -244,7 +244,7 @@ about About LXQt - Pri LxQto + Pri LXQto About diff --git a/translations/liblxqt_es.ts b/translations/liblxqt_es.ts index 9ffe4cc..d1d1c8e 100644 --- a/translations/liblxqt_es.ts +++ b/translations/liblxqt_es.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 Versión %1 @@ -68,7 +68,7 @@ No - <b>LxQt Desktop Toolbox - Technical Info</b> + <b>LXQt Desktop Toolbox - Technical Info</b> <b>Caja de herramientas del Escritorio LXQt - Información técnica</b> @@ -130,11 +130,11 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - Error del gestor de energía de LxQt + LXQt Power Manager Error + Error del gestor de energía de LXQt @@ -143,7 +143,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -151,7 +151,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -179,8 +179,8 @@ - LxQt Session Suspend - Suspender sesión LxQt + LXQt Session Suspend + Suspender sesión LXQt @@ -189,8 +189,8 @@ - LxQt Session Hibernate - Hibernar la sesión LxQt + LXQt Session Hibernate + Hibernar la sesión LXQt @@ -199,8 +199,8 @@ - LxQt Session Reboot - Reiniciar la sesión LxQt + LXQt Session Reboot + Reiniciar la sesión LXQt @@ -209,8 +209,8 @@ - LxQt Session Shutdown - Apagar la sesión LxQt + LXQt Session Shutdown + Apagar la sesión LXQt @@ -219,8 +219,8 @@ - LxQt Session Logout - Cerrar la sesión LxQt + LXQt Session Logout + Cerrar la sesión LXQt @@ -230,8 +230,8 @@ - LxQt Power Manager Error - Error del gestor de energía de LxQt + LXQt Power Manager Error + Error del gestor de energía de LXQt @@ -245,7 +245,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -299,7 +299,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Limpiar @@ -334,7 +334,7 @@ about About LXQt - Acerca de LxQt + Acerca de LXQt About diff --git a/translations/liblxqt_es_VE.ts b/translations/liblxqt_es_VE.ts index 289e72e..c46fad5 100644 --- a/translations/liblxqt_es_VE.ts +++ b/translations/liblxqt_es_VE.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 Version: %1 @@ -68,7 +68,7 @@ No - <b>LxQt Desktop Toolbox - Technical Info</b> + <b>LXQt Desktop Toolbox - Technical Info</b> <b>Utilidad de Escritorio LXQt - Informacion</b> @@ -130,11 +130,11 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - Error en Gestion de energia de LxQt + LXQt Power Manager Error + Error en Gestion de energia de LXQt @@ -143,7 +143,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -151,7 +151,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -179,8 +179,8 @@ - LxQt Session Suspend - Suspension del sistema por LxQt + LXQt Session Suspend + Suspension del sistema por LXQt @@ -189,8 +189,8 @@ - LxQt Session Hibernate - Hibernacion del sistema por LxQt + LXQt Session Hibernate + Hibernacion del sistema por LXQt @@ -199,8 +199,8 @@ - LxQt Session Reboot - Reinicio del sistema por LxQt + LXQt Session Reboot + Reinicio del sistema por LXQt @@ -209,8 +209,8 @@ - LxQt Session Shutdown - Apagado del sistema por LxQt + LXQt Session Shutdown + Apagado del sistema por LXQt @@ -219,8 +219,8 @@ - LxQt Session Logout - Cierre de la sesion por LxQt + LXQt Session Logout + Cierre de la sesion por LXQt @@ -230,8 +230,8 @@ - LxQt Power Manager Error - Error en Gestion de energia de LxQt + LXQt Power Manager Error + Error en Gestion de energia de LXQt @@ -245,7 +245,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -299,7 +299,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Limpiar @@ -334,7 +334,7 @@ about About LXQt - Acerca de LxQt + Acerca de LXQt About diff --git a/translations/liblxqt_eu.ts b/translations/liblxqt_eu.ts index 247d19a..ccbca4f 100644 --- a/translations/liblxqt_eu.ts +++ b/translations/liblxqt_eu.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 Bertsioa: %1 @@ -68,8 +68,8 @@ Ez - <b>LxQt Desktop Toolbox - Technical Info</b> - <b>LxQt mahaigainaren tresna-jokoa - Informazio teknikoa</b> + <b>LXQt Desktop Toolbox - Technical Info</b> + <b>LXQt mahaigainaren tresna-jokoa - Informazio teknikoa</b> Version @@ -130,11 +130,11 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - LxQt energia-kudeatzailearen errorea + LXQt Power Manager Error + LXQt energia-kudeatzailearen errorea @@ -143,7 +143,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -151,7 +151,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -179,8 +179,8 @@ - LxQt Session Suspend - LxQt saioa eseki + LXQt Session Suspend + LXQt saioa eseki @@ -189,8 +189,8 @@ - LxQt Session Hibernate - LxQt saioa hibernatu + LXQt Session Hibernate + LXQt saioa hibernatu @@ -199,8 +199,8 @@ - LxQt Session Reboot - LxQt saioa berrabiarazi + LXQt Session Reboot + LXQt saioa berrabiarazi @@ -209,8 +209,8 @@ - LxQt Session Shutdown - LxQt saioa itzali + LXQt Session Shutdown + LXQt saioa itzali @@ -219,8 +219,8 @@ - LxQt Session Logout - LxQt saioa amaitu + LXQt Session Logout + LXQt saioa amaitu @@ -230,8 +230,8 @@ - LxQt Power Manager Error - LxQt energia-kudeatzailearen errorea + LXQt Power Manager Error + LXQt energia-kudeatzailearen errorea @@ -245,7 +245,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -299,7 +299,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Garbitu @@ -334,7 +334,7 @@ about About LXQt - LxQt-i buruz + LXQt-i buruz About diff --git a/translations/liblxqt_fi.ts b/translations/liblxqt_fi.ts index a63b621..e044683 100644 --- a/translations/liblxqt_fi.ts +++ b/translations/liblxqt_fi.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 Versio: %1 @@ -72,11 +72,11 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - LxQtin virranhallintavirhe + LXQt Power Manager Error + LXQtin virranhallintavirhe @@ -85,7 +85,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -93,7 +93,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -121,7 +121,7 @@ - LxQt Session Suspend + LXQt Session Suspend @@ -131,7 +131,7 @@ - LxQt Session Hibernate + LXQt Session Hibernate @@ -141,7 +141,7 @@ - LxQt Session Reboot + LXQt Session Reboot @@ -151,8 +151,8 @@ - LxQt Session Shutdown - LxQt-istunnon sammutus + LXQt Session Shutdown + LXQt-istunnon sammutus @@ -161,8 +161,8 @@ - LxQt Session Logout - LxQt-istunnon uloskirjaus + LXQt Session Logout + LXQt-istunnon uloskirjaus @@ -172,8 +172,8 @@ - LxQt Power Manager Error - LxQtin virranhallintavirhe + LXQt Power Manager Error + LXQtin virranhallintavirhe @@ -187,7 +187,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -241,7 +241,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Tyhjennä @@ -272,7 +272,7 @@ about About LXQt - Tietoja LxQtista + Tietoja LXQtista About diff --git a/translations/liblxqt_fr_FR.ts b/translations/liblxqt_fr_FR.ts index c64942b..dadd3b3 100644 --- a/translations/liblxqt_fr_FR.ts +++ b/translations/liblxqt_fr_FR.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Yes Oui @@ -40,11 +40,11 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - Erreur du gestionnaire d'énergie de LxQt + LXQt Power Manager Error + Erreur du gestionnaire d'énergie de LXQt @@ -53,7 +53,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -61,7 +61,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -89,8 +89,8 @@ - LxQt Session Suspend - Suspendre la session LxQt + LXQt Session Suspend + Suspendre la session LXQt @@ -99,8 +99,8 @@ - LxQt Session Hibernate - Mettre la session LxQt en hibernation + LXQt Session Hibernate + Mettre la session LXQt en hibernation @@ -109,8 +109,8 @@ - LxQt Session Reboot - Redémarrer la session LxQt + LXQt Session Reboot + Redémarrer la session LXQt @@ -119,8 +119,8 @@ - LxQt Session Shutdown - Éteindre la session LxQt + LXQt Session Shutdown + Éteindre la session LXQt @@ -129,8 +129,8 @@ - LxQt Session Logout - Se déconnecter de la session LxQt + LXQt Session Logout + Se déconnecter de la session LXQt @@ -140,8 +140,8 @@ - LxQt Power Manager Error - Erreur du gestionnaire d'énergie de LxQt + LXQt Power Manager Error + Erreur du gestionnaire d'énergie de LXQt @@ -155,7 +155,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -209,7 +209,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Vider @@ -244,7 +244,7 @@ about About LXQt - À propos de LxQt + À propos de LXQt About diff --git a/translations/liblxqt_hu.ts b/translations/liblxqt_hu.ts index b409db4..3911090 100644 --- a/translations/liblxqt_hu.ts +++ b/translations/liblxqt_hu.ts @@ -25,7 +25,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 Verzió: %1 @@ -77,17 +77,17 @@ - LxQt::AddPluginDialog + LXQt::AddPluginDialog (%1 active) (%1 aktív) - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error + LXQt Power Manager Error LXQt Energiakezelő hiba @@ -97,7 +97,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -105,7 +105,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -133,7 +133,7 @@ - LxQt Session Suspend + LXQt Session Suspend Az LXQT készenléte @@ -143,7 +143,7 @@ - LxQt Session Hibernate + LXQt Session Hibernate Az LXQT elaltatása @@ -153,8 +153,8 @@ - LxQt Session Reboot - LxQt újraindítás + LXQt Session Reboot + LXQt újraindítás @@ -163,8 +163,8 @@ - LxQt Session Shutdown - LxQt kikapcsolás + LXQt Session Shutdown + LXQt kikapcsolás @@ -173,8 +173,8 @@ - LxQt Session Logout - LxQt kijelentkezés + LXQt Session Logout + LXQt kijelentkezés @@ -184,8 +184,8 @@ - LxQt Power Manager Error - LxQt energiakezelő hiba + LXQt Power Manager Error + LXQt energiakezelő hiba @@ -199,7 +199,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen diff --git a/translations/liblxqt_ia.ts b/translations/liblxqt_ia.ts index cecd0f8..c03511f 100644 --- a/translations/liblxqt_ia.ts +++ b/translations/liblxqt_ia.ts @@ -10,10 +10,10 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error + LXQt Power Manager Error @@ -23,7 +23,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -31,7 +31,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -59,7 +59,7 @@ - LxQt Session Suspend + LXQt Session Suspend @@ -69,7 +69,7 @@ - LxQt Session Hibernate + LXQt Session Hibernate @@ -79,7 +79,7 @@ - LxQt Session Reboot + LXQt Session Reboot @@ -89,7 +89,7 @@ - LxQt Session Shutdown + LXQt Session Shutdown @@ -99,7 +99,7 @@ - LxQt Session Logout + LXQt Session Logout @@ -110,7 +110,7 @@ - LxQt Power Manager Error + LXQt Power Manager Error @@ -125,7 +125,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen diff --git a/translations/liblxqt_id_ID.ts b/translations/liblxqt_id_ID.ts index 580fb4a..b4cd081 100644 --- a/translations/liblxqt_id_ID.ts +++ b/translations/liblxqt_id_ID.ts @@ -10,10 +10,10 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error + LXQt Power Manager Error @@ -23,7 +23,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -31,7 +31,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -59,7 +59,7 @@ - LxQt Session Suspend + LXQt Session Suspend @@ -69,7 +69,7 @@ - LxQt Session Hibernate + LXQt Session Hibernate @@ -79,7 +79,7 @@ - LxQt Session Reboot + LXQt Session Reboot @@ -89,7 +89,7 @@ - LxQt Session Shutdown + LXQt Session Shutdown @@ -99,7 +99,7 @@ - LxQt Session Logout + LXQt Session Logout @@ -110,7 +110,7 @@ - LxQt Power Manager Error + LXQt Power Manager Error @@ -125,7 +125,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen diff --git a/translations/liblxqt_it_IT.ts b/translations/liblxqt_it_IT.ts index 86e2165..48ad0d3 100644 --- a/translations/liblxqt_it_IT.ts +++ b/translations/liblxqt_it_IT.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 Versione: %1 @@ -68,7 +68,7 @@ No - <b>LxQt Desktop Toolbox - Technical Info</b> + <b>LXQt Desktop Toolbox - Technical Info</b> <b>Strumenti desktop di LXQt - informazioni tecniche</b> @@ -130,11 +130,11 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - Errore del gestore energetico di LxQt + LXQt Power Manager Error + Errore del gestore energetico di LXQt @@ -143,7 +143,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -151,7 +151,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -179,8 +179,8 @@ - LxQt Session Suspend - Sospendi la sessione di LxQt + LXQt Session Suspend + Sospendi la sessione di LXQt @@ -189,8 +189,8 @@ - LxQt Session Hibernate - Iberna la sessione di LxQt + LXQt Session Hibernate + Iberna la sessione di LXQt @@ -199,8 +199,8 @@ - LxQt Session Reboot - Riavvia la sessione di LxQt + LXQt Session Reboot + Riavvia la sessione di LXQt @@ -209,8 +209,8 @@ - LxQt Session Shutdown - Spegni la sessione di LxQt + LXQt Session Shutdown + Spegni la sessione di LXQt @@ -219,8 +219,8 @@ - LxQt Session Logout - Esci dalla sessione di LxQt + LXQt Session Logout + Esci dalla sessione di LXQt @@ -230,8 +230,8 @@ - LxQt Power Manager Error - Errore del gestore energetico di LxQt + LXQt Power Manager Error + Errore del gestore energetico di LXQt @@ -245,7 +245,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -299,7 +299,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Pulisci @@ -334,7 +334,7 @@ about About LXQt - Informazioni su LxQt + Informazioni su LXQt About diff --git a/translations/liblxqt_ja.ts b/translations/liblxqt_ja.ts index c248d3a..34904c1 100644 --- a/translations/liblxqt_ja.ts +++ b/translations/liblxqt_ja.ts @@ -25,7 +25,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 バージョン: %1 @@ -38,7 +38,7 @@ LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. About dialog, 'About' tab text - LxQtは、<a %1>Razor-qt</a>プロジェクトとそのたくさんの貢献者たちなしにはありえませんでした。 + LXQtは、<a %1>Razor-qt</a>プロジェクトとそのたくさんの貢献者たちなしにはありえませんでした。 Copyright: %1-%2 %3 @@ -77,18 +77,18 @@ - LxQt::AddPluginDialog + LXQt::AddPluginDialog (%1 active) (%1 有効) - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - LxQt電源管理エラー + LXQt Power Manager Error + LXQt電源管理エラー @@ -97,7 +97,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -105,7 +105,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -133,8 +133,8 @@ - LxQt Session Suspend - LxQtセッションのサスペンド + LXQt Session Suspend + LXQtセッションのサスペンド @@ -143,8 +143,8 @@ - LxQt Session Hibernate - LxQtセッションの休止 + LXQt Session Hibernate + LXQtセッションの休止 @@ -154,8 +154,8 @@ - LxQt Session Reboot - LxQtセッションの再起動 + LXQt Session Reboot + LXQtセッションの再起動 @@ -164,8 +164,8 @@ - LxQt Session Shutdown - LxQtセッションのシャットダウン + LXQt Session Shutdown + LXQtセッションのシャットダウン @@ -174,8 +174,8 @@ - LxQt Session Logout - LxQtセッションのログアウト + LXQt Session Logout + LXQtセッションのログアウト @@ -185,8 +185,8 @@ - LxQt Power Manager Error - LxQt電源管理エラー + LXQt Power Manager Error + LXQt電源管理エラー @@ -200,7 +200,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -278,7 +278,7 @@ about About LXQt - LxQtについて + LXQtについて About diff --git a/translations/liblxqt_ko.ts b/translations/liblxqt_ko.ts index b629fdb..880449d 100644 --- a/translations/liblxqt_ko.ts +++ b/translations/liblxqt_ko.ts @@ -10,10 +10,10 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error + LXQt Power Manager Error @@ -23,7 +23,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -31,7 +31,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -59,7 +59,7 @@ - LxQt Session Suspend + LXQt Session Suspend @@ -69,7 +69,7 @@ - LxQt Session Hibernate + LXQt Session Hibernate @@ -79,7 +79,7 @@ - LxQt Session Reboot + LXQt Session Reboot @@ -89,7 +89,7 @@ - LxQt Session Shutdown + LXQt Session Shutdown @@ -99,7 +99,7 @@ - LxQt Session Logout + LXQt Session Logout @@ -110,7 +110,7 @@ - LxQt Power Manager Error + LXQt Power Manager Error @@ -125,7 +125,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen diff --git a/translations/liblxqt_lt.ts b/translations/liblxqt_lt.ts index 312a203..0081fed 100644 --- a/translations/liblxqt_lt.ts +++ b/translations/liblxqt_lt.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Yes Taip @@ -40,11 +40,11 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - LxQt Energijos Nustatymų Klaida + LXQt Power Manager Error + LXQt Energijos Nustatymų Klaida @@ -53,7 +53,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -61,7 +61,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -89,8 +89,8 @@ - LxQt Session Suspend - LxQt sesijos užmigdymas + LXQt Session Suspend + LXQt sesijos užmigdymas @@ -99,8 +99,8 @@ - LxQt Session Hibernate - LxQt sesijos sustabdymas į atmintį. + LXQt Session Hibernate + LXQt sesijos sustabdymas į atmintį. @@ -109,8 +109,8 @@ - LxQt Session Reboot - LxQt sesijos perkrovimas + LXQt Session Reboot + LXQt sesijos perkrovimas @@ -119,8 +119,8 @@ - LxQt Session Shutdown - LxQt sesijos išjungimas + LXQt Session Shutdown + LXQt sesijos išjungimas @@ -129,8 +129,8 @@ - LxQt Session Logout - LxQt sesijos atjungimas + LXQt Session Logout + LXQt sesijos atjungimas @@ -140,8 +140,8 @@ - LxQt Power Manager Error - LxQt Energijos Nustatymų Klaida + LXQt Power Manager Error + LXQt Energijos Nustatymų Klaida @@ -155,7 +155,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -209,7 +209,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Išvalyti @@ -244,7 +244,7 @@ about About LXQt - Apie LxQt + Apie LXQt About diff --git a/translations/liblxqt_nl.ts b/translations/liblxqt_nl.ts index 9e4f7ab..a694807 100644 --- a/translations/liblxqt_nl.ts +++ b/translations/liblxqt_nl.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Yes Ja @@ -40,11 +40,11 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - LxQt Energiebeheer fout + LXQt Power Manager Error + LXQt Energiebeheer fout @@ -53,7 +53,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -61,7 +61,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -89,8 +89,8 @@ - LxQt Session Suspend - LxQt Sessie Slapen + LXQt Session Suspend + LXQt Sessie Slapen @@ -99,8 +99,8 @@ - LxQt Session Hibernate - LxQt Sessie Slaapstand + LXQt Session Hibernate + LXQt Sessie Slaapstand @@ -109,8 +109,8 @@ - LxQt Session Reboot - LxQt Sessie Herstarten + LXQt Session Reboot + LXQt Sessie Herstarten @@ -119,8 +119,8 @@ - LxQt Session Shutdown - LxQt Sessie Afsluiten + LXQt Session Shutdown + LXQt Sessie Afsluiten @@ -129,8 +129,8 @@ - LxQt Session Logout - LxQt Sessie Afmelden + LXQt Session Logout + LXQt Sessie Afmelden @@ -140,8 +140,8 @@ - LxQt Power Manager Error - LxQt Energiebeheer fout + LXQt Power Manager Error + LXQt Energiebeheer fout @@ -155,7 +155,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -209,7 +209,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Wissen @@ -244,7 +244,7 @@ about About LXQt - Over LxQt + Over LXQt About diff --git a/translations/liblxqt_pl_PL.ts b/translations/liblxqt_pl_PL.ts index 340c2fe..f296aad 100644 --- a/translations/liblxqt_pl_PL.ts +++ b/translations/liblxqt_pl_PL.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 Wersja: %1 @@ -68,8 +68,8 @@ Nie - <b>LxQt Desktop Toolbox - Technical Info</b> - <b>Skrzynka narzędziowa pulpitu LxQt - Informacje techniczne</b> + <b>LXQt Desktop Toolbox - Technical Info</b> + <b>Skrzynka narzędziowa pulpitu LXQt - Informacje techniczne</b> Version @@ -130,10 +130,10 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error + LXQt Power Manager Error Błąd zarządzania energią @@ -143,7 +143,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -151,7 +151,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -179,7 +179,7 @@ - LxQt Session Suspend + LXQt Session Suspend Uśpij sesję @@ -189,7 +189,7 @@ - LxQt Session Hibernate + LXQt Session Hibernate Hibernuj sesję @@ -199,7 +199,7 @@ - LxQt Session Reboot + LXQt Session Reboot Uruchom ponownie @@ -209,7 +209,7 @@ - LxQt Session Shutdown + LXQt Session Shutdown Wyłącz @@ -219,7 +219,7 @@ - LxQt Session Logout + LXQt Session Logout Wyloguj @@ -230,7 +230,7 @@ - LxQt Power Manager Error + LXQt Power Manager Error Błąd zarządzania energią @@ -245,7 +245,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -299,7 +299,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Wyczyść @@ -334,7 +334,7 @@ about About LXQt - O LxQt + O LXQt About diff --git a/translations/liblxqt_pt.ts b/translations/liblxqt_pt.ts index 393aaf7..5cdf93d 100644 --- a/translations/liblxqt_pt.ts +++ b/translations/liblxqt_pt.ts @@ -33,7 +33,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 Versão: %1 @@ -46,7 +46,7 @@ LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. About dialog, 'About' tab text - O LxQt não seria possível sem a ajuda dos colaboradores do projeto <a %1>Razor-qt</a>. + O LXQt não seria possível sem a ajuda dos colaboradores do projeto <a %1>Razor-qt</a>. Copyright: %1-%2 %3 @@ -66,7 +66,7 @@ LXQt is developed by the <a %1>LXQt Team and contributors</a>. About dialog, 'Authors' tab text - O LxQt é desenvolvido pelos <a %1>colaboradores da equipa LxQt</a>. + O LXQt é desenvolvido pelos <a %1>colaboradores da equipa LXQt</a>. If you are interested in working with our development team, <a %1>join us</a>. @@ -81,7 +81,7 @@ LXQt is translated into many languages thanks to the work of the translation teams all over the world. About dialog, 'Translations' tab text - O LxQt está traduzido em diversos idiomas graças ao trabalho desenvolvido pelas equipas de tradução de todo o mundo. + O LXQt está traduzido em diversos idiomas graças ao trabalho desenvolvido pelas equipas de tradução de todo o mundo. Yes @@ -92,7 +92,7 @@ Não - <b>LxQt Desktop Toolbox - Technical Info</b> + <b>LXQt Desktop Toolbox - Technical Info</b> <b>Ambiente de trabalho LXQt - Informações técnicas</b> @@ -154,18 +154,18 @@ - LxQt::AddPluginDialog + LXQt::AddPluginDialog (%1 active) (%1 ativo) - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - Erro do gestor de energia do LxQt + LXQt Power Manager Error + Erro do gestor de energia do LXQt @@ -174,7 +174,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -182,7 +182,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -210,7 +210,7 @@ - LxQt Session Suspend + LXQt Session Suspend Suspender @@ -220,7 +220,7 @@ - LxQt Session Hibernate + LXQt Session Hibernate Hibernar @@ -230,7 +230,7 @@ - LxQt Session Reboot + LXQt Session Reboot Reiniciar @@ -240,7 +240,7 @@ - LxQt Session Shutdown + LXQt Session Shutdown Desligar @@ -250,7 +250,7 @@ - LxQt Session Logout + LXQt Session Logout Terminar sessão @@ -261,8 +261,8 @@ - LxQt Power Manager Error - Erro do gestor de energia do LxQt + LXQt Power Manager Error + Erro do gestor de energia do LXQt @@ -276,7 +276,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -330,7 +330,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Limpar @@ -365,7 +365,7 @@ about About LXQt - Sobre o LxQt + Sobre o LXQt About diff --git a/translations/liblxqt_pt_BR.ts b/translations/liblxqt_pt_BR.ts index 58b81d2..f8b11fd 100644 --- a/translations/liblxqt_pt_BR.ts +++ b/translations/liblxqt_pt_BR.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 Versão: %1 @@ -68,7 +68,7 @@ Não - <b>LxQt Desktop Toolbox - Technical Info</b> + <b>LXQt Desktop Toolbox - Technical Info</b> <b>Caixa De Ferramentas Do Desktop LXQt - Informações Técnicas</b> @@ -130,11 +130,11 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - Erro ao gerenciar energia do LxQt + LXQt Power Manager Error + Erro ao gerenciar energia do LXQt @@ -143,7 +143,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -151,7 +151,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -179,8 +179,8 @@ - LxQt Session Suspend - Suspender sessão do LxQt + LXQt Session Suspend + Suspender sessão do LXQt @@ -189,8 +189,8 @@ - LxQt Session Hibernate - Hibernar sessão do LxQt + LXQt Session Hibernate + Hibernar sessão do LXQt @@ -199,8 +199,8 @@ - LxQt Session Reboot - Reiniciar sessão do LxQt + LXQt Session Reboot + Reiniciar sessão do LXQt @@ -209,8 +209,8 @@ - LxQt Session Shutdown - Desligar sessão do LxQt + LXQt Session Shutdown + Desligar sessão do LXQt @@ -219,8 +219,8 @@ - LxQt Session Logout - Encerrar sessão do LxQt + LXQt Session Logout + Encerrar sessão do LXQt @@ -230,8 +230,8 @@ - LxQt Power Manager Error - Erro ao gerenciar energia do LxQt + LXQt Power Manager Error + Erro ao gerenciar energia do LXQt @@ -245,7 +245,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -299,7 +299,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Limpar @@ -334,7 +334,7 @@ about About LXQt - Sobre o LxQt + Sobre o LXQt About diff --git a/translations/liblxqt_ro_RO.ts b/translations/liblxqt_ro_RO.ts index 5533b50..f6cba56 100644 --- a/translations/liblxqt_ro_RO.ts +++ b/translations/liblxqt_ro_RO.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Yes Da @@ -40,11 +40,11 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - Eroare gestiune alimentare LxQt + LXQt Power Manager Error + Eroare gestiune alimentare LXQt @@ -53,7 +53,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -61,7 +61,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -89,7 +89,7 @@ - LxQt Session Suspend + LXQt Session Suspend Sesiune LXQt - suspendare @@ -99,7 +99,7 @@ - LxQt Session Hibernate + LXQt Session Hibernate Sesiune LXQt - hibernare @@ -109,7 +109,7 @@ - LxQt Session Reboot + LXQt Session Reboot Sesiune LXQt - repornire @@ -119,7 +119,7 @@ - LxQt Session Shutdown + LXQt Session Shutdown Sesiune LXQt - oprire @@ -129,7 +129,7 @@ - LxQt Session Logout + LXQt Session Logout Sesiune LXQt - ieșire @@ -140,8 +140,8 @@ - LxQt Power Manager Error - Eroare gestiune alimentare LxQt + LXQt Power Manager Error + Eroare gestiune alimentare LXQt @@ -155,7 +155,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -209,7 +209,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Curăță @@ -244,7 +244,7 @@ about About LXQt - Despre LxQt + Despre LXQt About diff --git a/translations/liblxqt_ru.ts b/translations/liblxqt_ru.ts index 97aa1aa..585dabe 100644 --- a/translations/liblxqt_ru.ts +++ b/translations/liblxqt_ru.ts @@ -25,7 +25,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 Версия: %1 @@ -77,18 +77,18 @@ - LxQt::AddPluginDialog + LXQt::AddPluginDialog (%1 active) (%1 активный) - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - Ошибка управления энергопотреблением LxQt + LXQt Power Manager Error + Ошибка управления энергопотреблением LXQt @@ -97,7 +97,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -105,7 +105,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -133,8 +133,8 @@ - LxQt Session Suspend - Ждущий режим сеанса LxQt + LXQt Session Suspend + Ждущий режим сеанса LXQt @@ -143,8 +143,8 @@ - LxQt Session Hibernate - Спящий режим сеанса LxQt + LXQt Session Hibernate + Спящий режим сеанса LXQt @@ -153,8 +153,8 @@ - LxQt Session Reboot - Перезагрузка сеанса LxQt + LXQt Session Reboot + Перезагрузка сеанса LXQt @@ -163,8 +163,8 @@ - LxQt Session Shutdown - Завершение сеанса LxQt + LXQt Session Shutdown + Завершение сеанса LXQt @@ -173,8 +173,8 @@ - LxQt Session Logout - Завершение сеанса LxQt + LXQt Session Logout + Завершение сеанса LXQt @@ -184,8 +184,8 @@ - LxQt Power Manager Error - Ошибка управления энергопотреблением LxQt + LXQt Power Manager Error + Ошибка управления энергопотреблением LXQt @@ -199,7 +199,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen diff --git a/translations/liblxqt_ru_RU.ts b/translations/liblxqt_ru_RU.ts index 8497ab1..82f4be5 100644 --- a/translations/liblxqt_ru_RU.ts +++ b/translations/liblxqt_ru_RU.ts @@ -25,7 +25,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 Версия: %1 @@ -77,18 +77,18 @@ - LxQt::AddPluginDialog + LXQt::AddPluginDialog (%1 active) (%1 активный) - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - Ошибка управления энергопотреблением LxQt + LXQt Power Manager Error + Ошибка управления энергопотреблением LXQt @@ -97,7 +97,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -105,7 +105,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -133,8 +133,8 @@ - LxQt Session Suspend - Ждущий режим сеанса LxQt + LXQt Session Suspend + Ждущий режим сеанса LXQt @@ -143,8 +143,8 @@ - LxQt Session Hibernate - Спящий режим сеанса LxQt + LXQt Session Hibernate + Спящий режим сеанса LXQt @@ -153,8 +153,8 @@ - LxQt Session Reboot - Перезагрузка сеанса LxQt + LXQt Session Reboot + Перезагрузка сеанса LXQt @@ -163,8 +163,8 @@ - LxQt Session Shutdown - Завершение сеанса LxQt + LXQt Session Shutdown + Завершение сеанса LXQt @@ -173,8 +173,8 @@ - LxQt Session Logout - Завершение сеанса LxQt + LXQt Session Logout + Завершение сеанса LXQt @@ -184,8 +184,8 @@ - LxQt Power Manager Error - Ошибка управления энергопотреблением LxQt + LXQt Power Manager Error + Ошибка управления энергопотреблением LXQt @@ -199,7 +199,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen diff --git a/translations/liblxqt_sk_SK.ts b/translations/liblxqt_sk_SK.ts index a05384e..ebdc8a5 100644 --- a/translations/liblxqt_sk_SK.ts +++ b/translations/liblxqt_sk_SK.ts @@ -29,11 +29,11 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - Chyba správcu napájania LxQt + LXQt Power Manager Error + Chyba správcu napájania LXQt @@ -42,7 +42,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -50,7 +50,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -78,8 +78,8 @@ - LxQt Session Suspend - Úsporný režim relácie LxQt + LXQt Session Suspend + Úsporný režim relácie LXQt @@ -88,8 +88,8 @@ - LxQt Session Hibernate - Hibernácia relácie LxQt + LXQt Session Hibernate + Hibernácia relácie LXQt @@ -98,8 +98,8 @@ - LxQt Session Reboot - Reštart relácie LxQt + LXQt Session Reboot + Reštart relácie LXQt @@ -108,8 +108,8 @@ - LxQt Session Shutdown - Vypnutie relácie LxQt + LXQt Session Shutdown + Vypnutie relácie LXQt @@ -118,8 +118,8 @@ - LxQt Session Logout - Odhlásenie relácie LxQt + LXQt Session Logout + Odhlásenie relácie LXQt @@ -129,8 +129,8 @@ - LxQt Power Manager Error - Chyba správcu napájania LxQt + LXQt Power Manager Error + Chyba správcu napájania LXQt @@ -144,7 +144,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -198,7 +198,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Vyčistiť @@ -233,7 +233,7 @@ about About LXQt - O prostredí LxQt + O prostredí LXQt diff --git a/translations/liblxqt_sl.ts b/translations/liblxqt_sl.ts index 96bfa90..dd98016 100644 --- a/translations/liblxqt_sl.ts +++ b/translations/liblxqt_sl.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Yes Da @@ -40,10 +40,10 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error + LXQt Power Manager Error Napaka upravljanja z energijo @@ -53,7 +53,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -61,7 +61,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -89,7 +89,7 @@ - LxQt Session Suspend + LXQt Session Suspend Seja v pripravljenost @@ -99,7 +99,7 @@ - LxQt Session Hibernate + LXQt Session Hibernate Seja v mirovanje @@ -109,7 +109,7 @@ - LxQt Session Reboot + LXQt Session Reboot Ponovni zagon seje @@ -119,7 +119,7 @@ - LxQt Session Shutdown + LXQt Session Shutdown Izklop seje @@ -129,7 +129,7 @@ - LxQt Session Logout + LXQt Session Logout Odjava seje @@ -140,7 +140,7 @@ - LxQt Power Manager Error + LXQt Power Manager Error Napaka upravljanja z energijo @@ -155,7 +155,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -195,12 +195,12 @@ An error occurred starting screensaver. Ensure you have xscreensaver installed and running. - Prišlo je do napake pri zagonu ohranjevalnika zaslona. Preverite, ali imate nameščen in zagnan XLxQt::ScreenSaver. + Prišlo je do napake pri zagonu ohranjevalnika zaslona. Preverite, ali imate nameščen in zagnan XLXQt::ScreenSaver. An error occurred starting screensaver. Action 'activate' failed. Ensure you have xscreensaver installed and running. - Prišlo je do napake pri zagonu ohranjevalnika zaslona. Dejanje »activate« ni uspelo. Preverite, ali imate nameščen in zagnan XLxQt::ScreenSaver. + Prišlo je do napake pri zagonu ohranjevalnika zaslona. Dejanje »activate« ni uspelo. Preverite, ali imate nameščen in zagnan XLXQt::ScreenSaver. @@ -209,7 +209,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Počisti @@ -244,7 +244,7 @@ about About LXQt - O LxQt + O LXQt About diff --git a/translations/liblxqt_sr@latin.ts b/translations/liblxqt_sr@latin.ts index 86e6453..84bfd86 100644 --- a/translations/liblxqt_sr@latin.ts +++ b/translations/liblxqt_sr@latin.ts @@ -10,10 +10,10 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error + LXQt Power Manager Error @@ -23,7 +23,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -31,7 +31,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -59,7 +59,7 @@ - LxQt Session Suspend + LXQt Session Suspend @@ -69,7 +69,7 @@ - LxQt Session Hibernate + LXQt Session Hibernate @@ -79,7 +79,7 @@ - LxQt Session Reboot + LXQt Session Reboot @@ -89,7 +89,7 @@ - LxQt Session Shutdown + LXQt Session Shutdown @@ -99,7 +99,7 @@ - LxQt Session Logout + LXQt Session Logout @@ -110,7 +110,7 @@ - LxQt Power Manager Error + LXQt Power Manager Error @@ -125,7 +125,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen diff --git a/translations/liblxqt_sr_RS.ts b/translations/liblxqt_sr_RS.ts index c1c32b4..ed9d5f3 100644 --- a/translations/liblxqt_sr_RS.ts +++ b/translations/liblxqt_sr_RS.ts @@ -29,10 +29,10 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error + LXQt Power Manager Error Грешка Рејзоровог менаџера напајања @@ -42,7 +42,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -50,7 +50,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -78,7 +78,7 @@ - LxQt Session Suspend + LXQt Session Suspend Суспендовање Рејзорове сесије @@ -88,7 +88,7 @@ - LxQt Session Hibernate + LXQt Session Hibernate Хибернација Рејзорове сесије @@ -98,7 +98,7 @@ - LxQt Session Reboot + LXQt Session Reboot Поновно покретање Рејзорове сесије @@ -108,7 +108,7 @@ - LxQt Session Shutdown + LXQt Session Shutdown Гашење Рејзорове сесије @@ -118,7 +118,7 @@ - LxQt Session Logout + LXQt Session Logout Одјава Рејзорове сесије @@ -129,7 +129,7 @@ - LxQt Power Manager Error + LXQt Power Manager Error Грешка Рејзоровог менаџера напајања @@ -144,7 +144,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -198,7 +198,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Очисти diff --git a/translations/liblxqt_th_TH.ts b/translations/liblxqt_th_TH.ts index 03ee0b7..17e760c 100644 --- a/translations/liblxqt_th_TH.ts +++ b/translations/liblxqt_th_TH.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 รุ่น: %1 @@ -68,7 +68,7 @@ ไม่ - <b>LxQt Desktop Toolbox - Technical Info</b> + <b>LXQt Desktop Toolbox - Technical Info</b> <b>กล่องเครื่องมือเดกส์ท็อป LXQt - ข้อมูลทางเทคนิค</b> @@ -130,11 +130,11 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - โปรแกรมจัดการพลังงานของ LxQt ขัดข้อง + LXQt Power Manager Error + โปรแกรมจัดการพลังงานของ LXQt ขัดข้อง @@ -143,7 +143,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -151,7 +151,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -179,8 +179,8 @@ - LxQt Session Suspend - พักการทำงานของ LxQt + LXQt Session Suspend + พักการทำงานของ LXQt @@ -189,8 +189,8 @@ - LxQt Session Hibernate - จำศีลการทำงานของ LxQt + LXQt Session Hibernate + จำศีลการทำงานของ LXQt @@ -199,8 +199,8 @@ - LxQt Session Reboot - เริ่มการทำงานของ LxQt ใหม่ + LXQt Session Reboot + เริ่มการทำงานของ LXQt ใหม่ @@ -209,7 +209,7 @@ - LxQt Session Shutdown + LXQt Session Shutdown จบการทำงานของ lxqt @@ -219,8 +219,8 @@ - LxQt Session Logout - ออกจากระบบ LxQt + LXQt Session Logout + ออกจากระบบ LXQt @@ -230,8 +230,8 @@ - LxQt Power Manager Error - โปรแกรมจัดการพลังงานของ LxQt ขัดข้อง + LXQt Power Manager Error + โปรแกรมจัดการพลังงานของ LXQt ขัดข้อง @@ -245,7 +245,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -299,7 +299,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear ล้าง @@ -334,7 +334,7 @@ about About LXQt - เกี่ยวกับ LxQt + เกี่ยวกับ LXQt About diff --git a/translations/liblxqt_tr.ts b/translations/liblxqt_tr.ts index 057aa75..589a3dc 100644 --- a/translations/liblxqt_tr.ts +++ b/translations/liblxqt_tr.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 Versiyon: %1 @@ -68,8 +68,8 @@ Hayır - <b>LxQt Desktop Toolbox - Technical Info</b> - <b>LxQt Masaüstü araç kutusu - Teknik bilgi</b> + <b>LXQt Desktop Toolbox - Technical Info</b> + <b>LXQt Masaüstü araç kutusu - Teknik bilgi</b> Version @@ -130,11 +130,11 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - LxQt Güç Yöneticisi Hatası + LXQt Power Manager Error + LXQt Güç Yöneticisi Hatası @@ -143,7 +143,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -151,7 +151,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -179,8 +179,8 @@ - LxQt Session Suspend - LxQt Oturum Askıya Alma + LXQt Session Suspend + LXQt Oturum Askıya Alma @@ -189,8 +189,8 @@ - LxQt Session Hibernate - LxQt Oturum Uyku Kipi + LXQt Session Hibernate + LXQt Oturum Uyku Kipi @@ -199,8 +199,8 @@ - LxQt Session Reboot - LxQt Oturum Yeniden Başlatma + LXQt Session Reboot + LXQt Oturum Yeniden Başlatma @@ -209,8 +209,8 @@ - LxQt Session Shutdown - LxQt Oturum Kapatma + LXQt Session Shutdown + LXQt Oturum Kapatma @@ -219,8 +219,8 @@ - LxQt Session Logout - LxQt Oturumu Kapatma + LXQt Session Logout + LXQt Oturumu Kapatma @@ -230,8 +230,8 @@ - LxQt Power Manager Error - LxQt Güç Yöneticisi Hatası + LXQt Power Manager Error + LXQt Güç Yöneticisi Hatası @@ -245,7 +245,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -299,7 +299,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Temizle @@ -334,7 +334,7 @@ about About LXQt - LxQt Hakkında + LXQt Hakkında About diff --git a/translations/liblxqt_uk.ts b/translations/liblxqt_uk.ts index 6359d8e..ff97dc5 100644 --- a/translations/liblxqt_uk.ts +++ b/translations/liblxqt_uk.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 Версія: %1 @@ -68,7 +68,7 @@ Ні - <b>LxQt Desktop Toolbox - Technical Info</b> + <b>LXQt Desktop Toolbox - Technical Info</b> <b>Інструменти стільниці LXQt - Технічна інформація</b> @@ -130,11 +130,11 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - Збій менеджера живлення LxQt + LXQt Power Manager Error + Збій менеджера живлення LXQt @@ -143,7 +143,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -151,7 +151,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -179,7 +179,7 @@ - LxQt Session Suspend + LXQt Session Suspend Призупинити комп’ютер @@ -189,7 +189,7 @@ - LxQt Session Hibernate + LXQt Session Hibernate Приспати комп’ютер @@ -199,7 +199,7 @@ - LxQt Session Reboot + LXQt Session Reboot Перезавантажити комп’ютер @@ -209,7 +209,7 @@ - LxQt Session Shutdown + LXQt Session Shutdown Вимкнути комп’ютер @@ -219,8 +219,8 @@ - LxQt Session Logout - Вийти з сеансу LxQt + LXQt Session Logout + Вийти з сеансу LXQt @@ -230,8 +230,8 @@ - LxQt Power Manager Error - Збій менеджера живлення LxQt + LXQt Power Manager Error + Збій менеджера живлення LXQt @@ -245,7 +245,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -299,7 +299,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Очистити @@ -334,7 +334,7 @@ about About LXQt - Про LxQt + Про LXQt About diff --git a/translations/liblxqt_zh_CN.ts b/translations/liblxqt_zh_CN.ts index 42a58a5..8876747 100644 --- a/translations/liblxqt_zh_CN.ts +++ b/translations/liblxqt_zh_CN.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 版本:%1 @@ -68,8 +68,8 @@ - <b>LxQt Desktop Toolbox - Technical Info</b> - <b>LxQt 桌面工具箱 - 技术信息</b> + <b>LXQt Desktop Toolbox - Technical Info</b> + <b>LXQt 桌面工具箱 - 技术信息</b> Version @@ -130,11 +130,11 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - LxQt电源管理器错误 + LXQt Power Manager Error + LXQt电源管理器错误 @@ -143,7 +143,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -151,7 +151,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -179,8 +179,8 @@ - LxQt Session Suspend - 挂起LxQt会话 + LXQt Session Suspend + 挂起LXQt会话 @@ -189,8 +189,8 @@ - LxQt Session Hibernate - 休眠LxQt会话 + LXQt Session Hibernate + 休眠LXQt会话 @@ -199,8 +199,8 @@ - LxQt Session Reboot - 重启LxQt会话 + LXQt Session Reboot + 重启LXQt会话 @@ -209,7 +209,7 @@ - LxQt Session Shutdown + LXQt Session Shutdown 关闭电源 @@ -219,8 +219,8 @@ - LxQt Session Logout - 注销LxQt会话 + LXQt Session Logout + 注销LXQt会话 @@ -230,8 +230,8 @@ - LxQt Power Manager Error - LxQt电源管理器错误 + LXQt Power Manager Error + LXQt电源管理器错误 @@ -245,7 +245,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -299,7 +299,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear 清除 @@ -334,7 +334,7 @@ about About LXQt - 关于LxQt + 关于LXQt About diff --git a/translations/liblxqt_zh_TW.ts b/translations/liblxqt_zh_TW.ts index 77aef31..1cac71a 100644 --- a/translations/liblxqt_zh_TW.ts +++ b/translations/liblxqt_zh_TW.ts @@ -29,7 +29,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 版本: %1 @@ -68,8 +68,8 @@ - <b>LxQt Desktop Toolbox - Technical Info</b> - <b>LxQt桌面工具箱-技術資訊</b> + <b>LXQt Desktop Toolbox - Technical Info</b> + <b>LXQt桌面工具箱-技術資訊</b> Version @@ -130,11 +130,11 @@ - LxQt::MessageBox + LXQt::MessageBox - LxQt Power Manager Error - LxQt電源管理員錯誤 + LXQt Power Manager Error + LXQt電源管理員錯誤 @@ -143,7 +143,7 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback @@ -151,7 +151,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate @@ -179,8 +179,8 @@ - LxQt Session Suspend - 暫停LxQt會話 + LXQt Session Suspend + 暫停LXQt會話 @@ -189,8 +189,8 @@ - LxQt Session Hibernate - 休眠LxQt會話 + LXQt Session Hibernate + 休眠LXQt會話 @@ -199,8 +199,8 @@ - LxQt Session Reboot - 重新啟動LxQt會話 + LXQt Session Reboot + 重新啟動LXQt會話 @@ -209,7 +209,7 @@ - LxQt Session Shutdown + LXQt Session Shutdown 關閉電源 @@ -219,8 +219,8 @@ - LxQt Session Logout - 登出LxQt會話 + LXQt Session Logout + 登出LXQt會話 @@ -230,8 +230,8 @@ - LxQt Power Manager Error - LxQt電源管理員錯誤 + LXQt Power Manager Error + LXQt電源管理員錯誤 @@ -245,7 +245,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen @@ -299,7 +299,7 @@ - LxQt::ShortcutButton + LXQt::ShortcutButton Clear 清除 @@ -334,7 +334,7 @@ about About LXQt - 關於LxQt + 關於LXQt About diff --git a/translations/librazorqt_ru.ts b/translations/librazorqt_ru.ts index 2ff473c..fca11fa 100644 --- a/translations/librazorqt_ru.ts +++ b/translations/librazorqt_ru.ts @@ -19,7 +19,7 @@ - LxQt::PowerManager + LXQt::PowerManager Hibernate Спящий режим @@ -41,7 +41,7 @@ Завершить сеанс - LxQt Session Suspend + LXQt Session Suspend Paзор Ждущий режим @@ -49,7 +49,7 @@ Перевести компьютер в ждущий режим?<p>Состояние системы будет потеряно при отключении питания. - LxQt Session Hibernate + LXQt Session Hibernate Paзор Спящий режим @@ -57,7 +57,7 @@ Перевести компьютер в спящий режим?<p>Состояние системы будет сохранено при отключении питания. - LxQt Session Reboot + LXQt Session Reboot Paзор Перезагрузка @@ -65,7 +65,7 @@ Перезагрузить компьютер? Все не сохраненные документы будут потеряны... - LxQt Session Shutdown + LXQt Session Shutdown Paзор Выключение @@ -73,7 +73,7 @@ Выключить компьютер? Все не сохраненные документы будут потеряны... - LxQt Session Logout + LXQt Session Logout Paзор Завершение сеанса @@ -81,7 +81,7 @@ Завершить сеанс?<p>Все не сохраненные документы будут потеряны... - LxQt Power Manager Error + LXQt Power Manager Error Ошибка Paзор менеджер электроэнергии @@ -109,7 +109,7 @@ - LxQt::AboutDialogPrivate + LXQt::AboutDialogPrivate Version: %1 Версия: %1 @@ -143,7 +143,7 @@ Hет - <b>LxQt Desktop Toolbox - Technical Info</b> + <b>LXQt Desktop Toolbox - Technical Info</b> <b>Инструментарий рабочего стола LXQt - Техническая Информация</b> @@ -211,14 +211,14 @@ - LxQt::NotificationPrivate + LXQt::NotificationPrivate Notifications Fallback Уведомления отступление - LxQt::ShortcutButton + LXQt::ShortcutButton Clear Очистить @@ -229,7 +229,7 @@ - LxQt::ScreenSaver + LXQt::ScreenSaver Lock Screen Заблокировать экран