From 86fc1302395cbc995dc4c0ed1d41375c937a2ed7 Mon Sep 17 00:00:00 2001 From: Tsu Jan Date: Thu, 28 May 2020 16:03:32 +0430 Subject: [PATCH] Pre-release changes --- CHANGELOG | 8 +++++ CMakeLists.txt | 2 +- translations/liblxqt.ts | 52 ++++++++++++++++---------------- translations/liblxqt_ar.ts | 52 ++++++++++++++++---------------- translations/liblxqt_arn.ts | 52 ++++++++++++++++---------------- translations/liblxqt_ast.ts | 52 ++++++++++++++++---------------- translations/liblxqt_bg.ts | 52 ++++++++++++++++---------------- translations/liblxqt_ca.ts | 52 ++++++++++++++++---------------- translations/liblxqt_cs.ts | 52 ++++++++++++++++---------------- translations/liblxqt_cy.ts | 52 ++++++++++++++++---------------- translations/liblxqt_da.ts | 52 ++++++++++++++++---------------- translations/liblxqt_de.ts | 52 ++++++++++++++++---------------- translations/liblxqt_el.ts | 52 ++++++++++++++++---------------- translations/liblxqt_en_GB.ts | 52 ++++++++++++++++---------------- translations/liblxqt_eo.ts | 52 ++++++++++++++++---------------- translations/liblxqt_es.ts | 52 ++++++++++++++++---------------- translations/liblxqt_es_VE.ts | 52 ++++++++++++++++---------------- translations/liblxqt_eu.ts | 52 ++++++++++++++++---------------- translations/liblxqt_fi.ts | 52 ++++++++++++++++---------------- translations/liblxqt_fr.ts | 52 ++++++++++++++++---------------- translations/liblxqt_gl.ts | 52 ++++++++++++++++---------------- translations/liblxqt_he.ts | 52 ++++++++++++++++---------------- translations/liblxqt_hu.ts | 52 ++++++++++++++++---------------- translations/liblxqt_ia.ts | 52 ++++++++++++++++---------------- translations/liblxqt_id.ts | 52 ++++++++++++++++---------------- translations/liblxqt_it.ts | 52 ++++++++++++++++---------------- translations/liblxqt_ja.ts | 52 ++++++++++++++++---------------- translations/liblxqt_ko.ts | 52 ++++++++++++++++---------------- translations/liblxqt_lt.ts | 52 ++++++++++++++++---------------- translations/liblxqt_lv.ts | 52 ++++++++++++++++---------------- translations/liblxqt_nb_NO.ts | 52 ++++++++++++++++---------------- translations/liblxqt_nl.ts | 52 ++++++++++++++++---------------- translations/liblxqt_pl.ts | 52 ++++++++++++++++---------------- translations/liblxqt_pt.ts | 52 ++++++++++++++++---------------- translations/liblxqt_pt_BR.ts | 52 ++++++++++++++++---------------- translations/liblxqt_ro_RO.ts | 52 ++++++++++++++++---------------- translations/liblxqt_ru.ts | 52 ++++++++++++++++---------------- translations/liblxqt_sk_SK.ts | 52 ++++++++++++++++---------------- translations/liblxqt_sl.ts | 52 ++++++++++++++++---------------- translations/liblxqt_sr@latin.ts | 52 ++++++++++++++++---------------- translations/liblxqt_sr_RS.ts | 52 ++++++++++++++++---------------- translations/liblxqt_th_TH.ts | 52 ++++++++++++++++---------------- translations/liblxqt_tr.ts | 52 ++++++++++++++++---------------- translations/liblxqt_uk.ts | 52 ++++++++++++++++---------------- translations/liblxqt_zh_CN.ts | 52 ++++++++++++++++---------------- translations/liblxqt_zh_TW.ts | 52 ++++++++++++++++---------------- 46 files changed, 1153 insertions(+), 1145 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6ba66c59..6b220aba 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +liblxqt-0.15.1 / 2020-05-28 +=========================== + * Bumped version to 0.15.1. + * Removed dead codes. + * Removed Xdg Dirs Fallback workaround. + * Let Qt handle dialog position. + * Prevent crash when closing screen saver error message. + liblxqt-0.15.0 / 2020-04-22 =========================== * Bumped version to 0.15.0. diff --git a/CMakeLists.txt b/CMakeLists.txt index ab7809b1..5a0310ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ set(LXQT_MINOR_VERSION 15) # patch-version as liblxqt - in real life it will be fine if every component # has it's own patch version within a major/minor life cyle. # -set(LXQT_PATCH_VERSION 0) +set(LXQT_PATCH_VERSION 1) set(LXQT_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_PATCH_VERSION}) diff --git a/translations/liblxqt.ts b/translations/liblxqt.ts index 5d2f6075..08798fb5 100644 --- a/translations/liblxqt.ts +++ b/translations/liblxqt.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error - + Hibernate failed. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate - + Suspend - + Reboot - + Shutdown - + Logout - + LXQt Session Suspend - + 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. - + LXQt Session Hibernate - + 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. - + LXQt Session Reboot - + Do you want to really restart your computer? All unsaved work will be lost... - + LXQt Session Shutdown - + Do you want to really switch off your computer? All unsaved work will be lost... - + LXQt Session Logout - + Do you want to really logout? All unsaved work will be lost... - - + + LXQt Power Manager Error - + Hibernate failed. - + Suspend failed. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. - + Lock Screen - + Screen Saver Error diff --git a/translations/liblxqt_ar.ts b/translations/liblxqt_ar.ts index d215a532..d9f1c18b 100644 --- a/translations/liblxqt_ar.ts +++ b/translations/liblxqt_ar.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error خطأ في مدير لكسكيوت للطاقة - + Hibernate failed. فشل الإسبات. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback احتياطي الإخطارات @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate أسبِت - + Suspend علّق - + Reboot أعِد الإقلاع - + Shutdown أطفِئ - + Logout اخرج - + LXQt Session Suspend تعليق جلسة لكسكيوت - + 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>هذا سيُعلّق الحاسوب في وضع طاقة منخفض. لن تُحفظ حالة النظام إن فُقدت الطاقة. - + LXQt Session Hibernate إسبات جلسة لكسكيوت - + 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>هذا سيُسبت الحاسوب في وضع طاقة منخفض. تُحفظ حالة النّظام إن فُقدت الطاقة. - + LXQt Session Reboot إعادة إقلاع جلسة لكسكيوت - + Do you want to really restart your computer? All unsaved work will be lost... أمتأكد من إعادة إقلاع الحاسوب؟ ستفقد كل عملك غير المحفوظ… - + LXQt Session Shutdown إطفاء جلسة لكسكيوت - + Do you want to really switch off your computer? All unsaved work will be lost... أمتأكد من إطفاء الحاسوب؟ ستفقد كل عملك غير المحفوظ… - + LXQt Session Logout الخروج من جلسة لكسكيوت - + Do you want to really logout? All unsaved work will be lost... أمتأكد من الخروج؟ ستفقد كل عملك غير المحفوظ… - - + + LXQt Power Manager Error خطأ في مدير لكسكيوت للطاقة - + Hibernate failed. فشل الإسبات. - + Suspend failed. فشل التعليق. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. - + Lock Screen اقفل الشاشة - + Screen Saver Error خطأ في حافظ الشاشة diff --git a/translations/liblxqt_arn.ts b/translations/liblxqt_arn.ts index f3e2d895..372c7369 100644 --- a/translations/liblxqt_arn.ts +++ b/translations/liblxqt_arn.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error - + Hibernate failed. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate - + Suspend - + Reboot - + Shutdown - + Logout - + LXQt Session Suspend - + 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. - + LXQt Session Hibernate - + 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. - + LXQt Session Reboot - + Do you want to really restart your computer? All unsaved work will be lost... - + LXQt Session Shutdown - + Do you want to really switch off your computer? All unsaved work will be lost... - + LXQt Session Logout - + Do you want to really logout? All unsaved work will be lost... - - + + LXQt Power Manager Error - + Hibernate failed. - + Suspend failed. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. - + Lock Screen - + Screen Saver Error diff --git a/translations/liblxqt_ast.ts b/translations/liblxqt_ast.ts index 93cc67d4..19c1ffe0 100644 --- a/translations/liblxqt_ast.ts +++ b/translations/liblxqt_ast.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error - + Hibernate failed. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate - + Suspend - + Reboot - + Shutdown - + Logout - + LXQt Session Suspend - + 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. - + LXQt Session Hibernate - + 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. - + LXQt Session Reboot - + Do you want to really restart your computer? All unsaved work will be lost... - + LXQt Session Shutdown - + Do you want to really switch off your computer? All unsaved work will be lost... - + LXQt Session Logout - + Do you want to really logout? All unsaved work will be lost... - - + + LXQt Power Manager Error - + Hibernate failed. - + Suspend failed. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. - + Lock Screen - + Screen Saver Error diff --git a/translations/liblxqt_bg.ts b/translations/liblxqt_bg.ts index f7e0f2e0..f2f1b8c1 100644 --- a/translations/liblxqt_bg.ts +++ b/translations/liblxqt_bg.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Грешка в LXQt Power Manager - + Hibernate failed. Хибернацията е неуспешна. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Резервни известия @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Хибернирай - + Suspend Спиране - + Reboot Рестарт - + Shutdown Изключване - + Logout Излизане - + 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> Спира компютъра в състояние на ниска консумация на енергия. Състоянието на системата не се запазва, ако захранването е изгубено. - + 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> Хибернация на компютъра в ниско състояние на енергия. Състоянието на системата се запазва при загуба на мощност. - + LXQt Session Reboot Рестартиране на LXQt сесия - + Do you want to really restart your computer? All unsaved work will be lost... Искате ли наистина да рестартирате компютъра си? Всичката не запазена работа ще бъде изгубена... - + LXQt Session Shutdown Изключване на LXQt сесия - + Do you want to really switch off your computer? All unsaved work will be lost... Искате ли наистина да изключите компютъра си? Всичката не запазена работа ще бъде изгубена... - + LXQt Session Logout Изход от сесия на LXQt - + Do you want to really logout? All unsaved work will be lost... Искате ли наистина да излезете? Всичката не запазена работа ще бъде изгубена... - - + + LXQt Power Manager Error Грешка в LXQt Power Manager - + Hibernate failed. Хибернацията е неуспешна. - + Suspend failed. Спирането не бе успешно. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. Не можа да се стартира „% 1“. Уверете се, че имате шкафче / скрийнсейвър, съвместимо с xdg-скрийнсейвър, инсталиран и работещ. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. Не можа да се стартира „% 1“. Уверете се, че определената шкафче / скрийнсейвър е инсталирана и работи. - + Lock Screen Заключващ екран - + Screen Saver Error Грешка в скрийвъра diff --git a/translations/liblxqt_ca.ts b/translations/liblxqt_ca.ts index 3ed9fbf3..86c6dc8e 100644 --- a/translations/liblxqt_ca.ts +++ b/translations/liblxqt_ca.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Error del gestor d'energia de LXQt - + Hibernate failed. Ha falla la hibernació. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Replegament de les notificacions @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Hiberna - + Suspend Suspèn - + Reboot Reinicia - + Shutdown Apaga - + Logout Tanca la sessió - + LXQt Session Suspend Suspensió de la sessió 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. Esteu segur que voleu posar en suspensió el vostre ordinador?<p>Suspèn l'ordinador a un estat de baix consum. L'estat del sistema no es preserva si es perd l'alimentació. - + LXQt Session Hibernate Hibernació de la sessió 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. Esteu segur que voleu posar en hibernació el vostre ordinador?<p>Hiberna l'ordinador a un estat de baix consum. L'estat del sistema no es preserva si es perd l'alimentació. - + LXQt Session Reboot Reinici de la sessió LXQt - + Do you want to really restart your computer? All unsaved work will be lost... Esteu segur que voleu reiniciar el vostre ordinador? Es perdran tots els treballs que no s'hagin desat... - + LXQt Session Shutdown Aturada de la sessió LXQt - + Do you want to really switch off your computer? All unsaved work will be lost... Esteu segur que voleu apagar el vostre ordinador? Es perdran tots els treballs que no s'hagin desat... - + LXQt Session Logout Tancament de la sessió LXQt - + Do you want to really logout? All unsaved work will be lost... Esteu segur que voleu tancar la sessió? Es perdrà tot aquell treball que no s'hagi desat... - - + + LXQt Power Manager Error Error del gestor d'energia de LXQt - + Hibernate failed. Ha fallat la hibernació. - + Suspend failed. Ha fallat la suspensió. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. - + Lock Screen Bloqueja la pantalla - + Screen Saver Error Error de l'estalvi de pantalla diff --git a/translations/liblxqt_cs.ts b/translations/liblxqt_cs.ts index 79cbafc1..ffdaa666 100644 --- a/translations/liblxqt_cs.ts +++ b/translations/liblxqt_cs.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Chyba LXQt správy napájení - + Hibernate failed. Uspání na disk se nezdařilo. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Náhradní oznamování @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Hibernovat - + Suspend Uspat - + Reboot Restartovat - + Shutdown Vypnout - + Logout Odhlásit se - + LXQt Session Suspend LXQt sezení – uspat - + 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. Opravdu chcete svůj počítač uspat do operační paměti?<p>Uvede ho to do stavu s nízkým odběrem elektrické energie. Při ztrátě napájení nebude stav systému zachován. - + LXQt Session Hibernate LXQt sezení – hibernovat - + 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. Opravdu chcete počítač uspat na disk?<p>Uvede ho to do stavu s nejnižším odběrem elektrické energie. I při ztrátě napájení bude stav systému zachován. - + LXQt Session Reboot LXQt sezení – restartovat - + Do you want to really restart your computer? All unsaved work will be lost... Opravdu chcete svůj počítač restartovat?<p>Jakákoli neuložená práce bude ztracena… - + LXQt Session Shutdown LXQt sezení – vypnutí - + Do you want to really switch off your computer? All unsaved work will be lost... Opravdu chcete svůj počítač vypnout?<p>Jakákoli neuložená práce bude ztracena… - + LXQt Session Logout LXQt sezení ‒ odhlášení - + Do you want to really logout? All unsaved work will be lost... Opravdu se chcete odhlásit?<p>Jakákoli neuložená práce bude ztracena… - - + + LXQt Power Manager Error Chyba LXQt správy napájení - + Hibernate failed. Hibernace se nezdařila. - + Suspend failed. Uspání se nezdařilo. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. Nepodařilo se spustit „%1“. Zajistěte, aby byl nainstalován nástroj pro zamykání / šetřič obrazovky, kompatibilní se specifikací xdg-screensaver a byl spuštěný. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. Nepodařilo se spustit „%1“. Zajistěte, aby byl nainstalovaný určený nástroj pro zamykání / šetřič obrazovky a byl spuštěný. - + Lock Screen Zamknout obrazovku - + Screen Saver Error Chyba šetřiče obrazovky diff --git a/translations/liblxqt_cy.ts b/translations/liblxqt_cy.ts index adea158f..abcf18e9 100644 --- a/translations/liblxqt_cy.ts +++ b/translations/liblxqt_cy.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error - + Hibernate failed. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate - + Suspend - + Reboot - + Shutdown - + Logout - + LXQt Session Suspend - + 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. - + LXQt Session Hibernate - + 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. - + LXQt Session Reboot - + Do you want to really restart your computer? All unsaved work will be lost... - + LXQt Session Shutdown - + Do you want to really switch off your computer? All unsaved work will be lost... - + LXQt Session Logout - + Do you want to really logout? All unsaved work will be lost... - - + + LXQt Power Manager Error - + Hibernate failed. - + Suspend failed. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. - + Lock Screen - + Screen Saver Error diff --git a/translations/liblxqt_da.ts b/translations/liblxqt_da.ts index f8e276ff..fc949a46 100644 --- a/translations/liblxqt_da.ts +++ b/translations/liblxqt_da.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Fejl ved LXQt strømstyring - + Hibernate failed. Dvaletilstand mislykkedes. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Reserve for underretninger @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Dvale - + Suspend Hvile - + Reboot Genstart - + Shutdown Luk ned - + Logout Log ud - + LXQt Session Suspend Hviletilstand af LXQt-session - + 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. Vil du virkelig sætte din computer i hviletilstand?<p>Hviletilstand sætter computeren i energisparetilstand. Systemtilstanden mistes hvis strømmen forsvinder. - + LXQt Session Hibernate LXQt Session Dvale - + 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. Vil du virkelig sætte din computer i dvaletilstand?<p>Dvaletilstand sætter computeren i energisparetilstand. Systemtilstanden bibeholdes hvis strømmen forsvinder. - + LXQt Session Reboot Genstart af LXQt-session - + Do you want to really restart your computer? All unsaved work will be lost... Vil du virkelig genstarte din computer? Alt arbejde der ikke er blevet gemt, vil gå tabt... - + LXQt Session Shutdown Nedlukning af LXQt-session - + Do you want to really switch off your computer? All unsaved work will be lost... Vil du virkelig slukke din computer? Alt arbejde der ikke er blevet gemt, vil gå tabt... - + LXQt Session Logout Udlogning af LXQt-session - + Do you want to really logout? All unsaved work will be lost... Vil du virkelig logge ud? Alt arbejde der ikke er blevet gemt, vil gå tabt... - - + + LXQt Power Manager Error Fejl ved LXQt strømstyring - + Hibernate failed. Dvaletilstand mislykkedes. - + Suspend failed. Hviletilstand mislykkedes. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. Kunne ikke køre "%1". Sørg for at du har en låser/pauseskærm som er installeret og kører som er kompatibel med xdg-screensaver. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. Kunne ikke køre "%1". Sørg for at den angivne låser/pauseskærm er installeret og kører. - + Lock Screen Lås skærm - + Screen Saver Error Fejl ved pauseskærm diff --git a/translations/liblxqt_de.ts b/translations/liblxqt_de.ts index b5d8f406..7604514d 100644 --- a/translations/liblxqt_de.ts +++ b/translations/liblxqt_de.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error LXQt-Energieverwaltung Fehler - + Hibernate failed. Ruhezustand fehlgeschlagen. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Benachrichtigung Fallback @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Ruhezustand - + Suspend Bereitschaft - + Reboot Neustart - + Shutdown Herunterfahren - + Logout Abmelden - + LXQt Session Suspend LXQT-Sitzung Bereitschaft - + Do you want to really suspend your computer?<p>Suspends the computer into a low power state. System state is not preserved if the power is lost. Möchten Sie ihren Computer in Bereitschaft versetzen?<p>Der Computer wird in einen Energiesparmodus versetzt. Der Systemzustand geht verloren, wenn die Energiezufuhr abbricht. - + LXQt Session Hibernate LXQT-Sitzung Ruhezustand - + Do you want to really hibernate your computer?<p>Hibernates the computer into a low power state. System state is preserved if the power is lost. Möchten Sie ihren Computer in Ruhezustand versetzen?<p>Dies versetzt ihren Computer in einen Energiesparmodus. Der Systemzustand bleibt erhalten, wenn die Energiezufuhr abbricht. - + LXQt Session Reboot LXQT-Sitzung Neustart - + Do you want to really restart your computer? All unsaved work will be lost... Möchten Sie ihren Computer wirklich neustarten? Alle ungespeicherten Arbeiten gehen verloren… - + LXQt Session Shutdown LXQT-Sitzung Herunterfahren - + Do you want to really switch off your computer? All unsaved work will be lost... Möchten Sie ihren Computer wirklich herunterfahren? Alle ungespeicherten Arbeiten gehen verloren… - + LXQt Session Logout LXQT-Sitzung Abmelden - + Do you want to really logout? All unsaved work will be lost... Möchten Sie sich wirklich abmelden? Alle ungespeicherten Arbeiten gehen verloren… - - + + LXQt Power Manager Error LXQt-Energieverwaltung Fehler - + Hibernate failed. Ruhezustand fehlgeschlagen. - + Suspend failed. Bereitschaft fehlgeschlagen. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. Fehler beim Ausführen von &quot;% 1&quot; Stellen Sie sicher, dass Sie einen mit xdg-screensaver kompatiblen Locker/Bildschirmschoner installiert haben. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. Fehler beim Ausführen von &quot;% 1&quot; Stellen Sie sicher, dass der ausgewählte Locker/Bildschirmschoner installiert ist und läuft.. - + Lock Screen Bildschirm sperren - + Screen Saver Error Bildschirmschoner Fehler diff --git a/translations/liblxqt_el.ts b/translations/liblxqt_el.ts index e67e3464..4060d1d6 100644 --- a/translations/liblxqt_el.ts +++ b/translations/liblxqt_el.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Σφάλμα διαχείρισης ενέργειας LXQt - + Hibernate failed. Αποτυχία νάρκωσης. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Ανακατεύθυνση ειδοποιήσεων @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Νάρκη - + Suspend Αναστολή - + Reboot Επανεκκίνηση - + Shutdown Τερματισμός - + Logout Αποσύνδεση - + 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>Θέτει τον υπολογιστή σε κατάσταση χαμηλής κατανάλωσης. Η κατάσταση του συστήματος δεν διατηρείται εάν διακοπεί η παροχή ρεύματος. - + 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>Θέτει τον υπολογιστή σε κατάσταση χαμηλής κατανάλωσης. Η κατάσταση του συστήματος διατηρείται εάν διακοπεί η παροχή ρεύματος. - + LXQt Session Reboot Επανεκκίνηση συνεδρίας LXQt - + Do you want to really restart your computer? All unsaved work will be lost... Θέλετε πραγματικά να επανεκκινήσετε τον υπολογιστή; Όλες οι μη αποθηκευμένες εργασίες σας θα χαθούν... - + LXQt Session Shutdown Τερματισμός συνεδρίας LXQt - + Do you want to really switch off your computer? All unsaved work will be lost... Θέλετε πραγματικά να τερματίσετε τον υπολογιστή; Όλες οι μη αποθηκευμένες εργασίες σας θα χαθούν... - + LXQt Session Logout Αποσύνδεση της συνεδρίας LXQt - + Do you want to really logout? All unsaved work will be lost... Θέλετε πραγματικά να αποσυνδεθείτε; Όλες οι μη αποθηκευμένες εργασίες σας θα χαθούν... - - + + LXQt Power Manager Error Σφάλμα διαχείρισης της ενέργειας LXQt - + Hibernate failed. Αποτυχία νάρκωσης. - + Suspend failed. Αποτυχία αναστολής. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. Αποτυχία εκτέλεσης του «%1». Σιγουρευτείτε ότι έχετε μια προστασία/κλείδωμα οθόνης συμβατή με xdg-screensaver εγκατεστημένη και ενεργή. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. Αποτυχία εκτέλεσης του «%1». Σιγουρευτείτε ότι η καθορισμένη προστασία/κλείδωμα οθόνης είναι εγκατεστημένη και ενεργή. - + Lock Screen Κλείδωμα οθόνης - + Screen Saver Error Σφάλμα της προστασίας οθόνης diff --git a/translations/liblxqt_en_GB.ts b/translations/liblxqt_en_GB.ts index 9279c0db..004d0d61 100644 --- a/translations/liblxqt_en_GB.ts +++ b/translations/liblxqt_en_GB.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error - + Hibernate failed. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate - + Suspend - + Reboot - + Shutdown - + Logout - + LXQt Session Suspend - + 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. - + LXQt Session Hibernate - + 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. - + LXQt Session Reboot - + Do you want to really restart your computer? All unsaved work will be lost... - + LXQt Session Shutdown - + Do you want to really switch off your computer? All unsaved work will be lost... - + LXQt Session Logout - + Do you want to really logout? All unsaved work will be lost... - - + + LXQt Power Manager Error - + Hibernate failed. - + Suspend failed. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. - + Lock Screen - + Screen Saver Error diff --git a/translations/liblxqt_eo.ts b/translations/liblxqt_eo.ts index 8e3fe441..7bb79359 100644 --- a/translations/liblxqt_eo.ts +++ b/translations/liblxqt_eo.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error - + Hibernate failed. Pasivumigo fiaskis. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Pasivumigi - + Suspend Prokrasti - + Reboot Restartigi - + Shutdown Elŝalti - + Logout Elsaluti - + LXQt Session Suspend - + 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. - + LXQt Session Hibernate - + 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. - + LXQt Session Reboot - + Do you want to really restart your computer? All unsaved work will be lost... - + LXQt Session Shutdown - + Do you want to really switch off your computer? All unsaved work will be lost... - + LXQt Session Logout - + Do you want to really logout? All unsaved work will be lost... - - + + LXQt Power Manager Error - + Hibernate failed. Pasivumigo fiaskis. - + Suspend failed. Prokrasto fiaskis. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. - + Lock Screen Ŝlosi ekranon - + Screen Saver Error diff --git a/translations/liblxqt_es.ts b/translations/liblxqt_es.ts index 0997f48a..66b60ff0 100644 --- a/translations/liblxqt_es.ts +++ b/translations/liblxqt_es.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Error del gestor de energía de LXQt - + Hibernate failed. Fallo al hibernar. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Alternativa para notificaciones @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Hibernar - + Suspend Suspender - + Reboot Reiniciar - + Shutdown Apagar - + Logout Cerrar la sesión - + LXQt Session Suspend Suspender la sesión 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. ¿Realmente desea suspender el sistema?<p>Suspende el sistema a un estado de bajo consumo. El estado del sistema no se preserva si se agota la energía. - + LXQt Session Hibernate Hibernar la sesión 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. ¿Realmente desea hibernar su PC?<p>Hiberna la PC a un estado de bajo consumo. El estado del sistema se preserva si se agota la energía. - + LXQt Session Reboot Reiniciar la sesión LXQt - + Do you want to really restart your computer? All unsaved work will be lost... ¿Realmente desea reiniciar su PC? Todo el trabajo sin guardar se perderá... - + LXQt Session Shutdown Apagar la sesión LXQt - + Do you want to really switch off your computer? All unsaved work will be lost... ¿Realmente desea apagar su PC? Todo el trabajo sin guardar se perderá... - + LXQt Session Logout Cerrar la sesión LXQt - + Do you want to really logout? All unsaved work will be lost... ¿Realmente desea cerrar la sesión? Todo el trabajo sin guardar se perderá... - - + + LXQt Power Manager Error Error del gestor de energía de LXQt - + Hibernate failed. Fallo al hibernar. - + Suspend failed. Fallo al suspender. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. Error al ejecutar "%1". Asegúrese de tener un bloqueador de pantalla/salvapantallas compatible con xdg-screensaver instalado y funcionando. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. Error al ejecutar "%1". Asegúrese de que el bloqueador de pantalla/salvapantallas está instalado y funcionando. - + Lock Screen Bloquear la pantalla - + Screen Saver Error Error del salvapantallas diff --git a/translations/liblxqt_es_VE.ts b/translations/liblxqt_es_VE.ts index 72b1aa71..bf6ac532 100644 --- a/translations/liblxqt_es_VE.ts +++ b/translations/liblxqt_es_VE.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Error en Gestión de Energía de LXQt - + Hibernate failed. Hibernación ha fallado. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Delegacion de notificaciones @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Hibernar - + Suspend Suspender - + Reboot Reiniciar - + Shutdown Apagar - + Logout Salirse - + LXQt Session Suspend Sesión LXQt Suspendida - + 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. Quiere usted realmente suspender su computador?<p>Suspenderá el computador en un estado de baja energía. El estado del sistema operativo no se preservara ante la perdida o caída de energía. - + LXQt Session Hibernate Hibernar Sesión 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. Quiere usted realmente hibernar su computador?<p>Hibernara el computador en un estado de baja energia y lo guardara en el disco. El estado del sistema si se preservara ante la perdida o caida de energia. - + LXQt Session Reboot Reinicio del sistema por LXQt - + Do you want to really restart your computer? All unsaved work will be lost... Quiere usted realmente reiniciar su computador? Todo el trabajo realizado se perdera si no lo ha guardado, dado que se cerrara... - + LXQt Session Shutdown Apagado del sistema por LXQt - + Do you want to really switch off your computer? All unsaved work will be lost... Quiere usted realmente apagar su computador?<p> Todo el trabajo realizado se perdera si no lo ha guardado, dado que se apagara... - + LXQt Session Logout Cierre de la sesion por LXQt - + Do you want to really logout? All unsaved work will be lost... Quiere realmente cerar su sesion? Todo el trabajo realizado se perdera si no lo ha guardado, dado que se cerrara... - - + + LXQt Power Manager Error Error en Gestion de energia de LXQt - + Hibernate failed. Hibernacion ha fallado. - + Suspend failed. Suspensión ha fallado. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. - + Lock Screen Bloquear Pantalla - + Screen Saver Error Error de Salvapantalla diff --git a/translations/liblxqt_eu.ts b/translations/liblxqt_eu.ts index 832f5823..a412af6b 100644 --- a/translations/liblxqt_eu.ts +++ b/translations/liblxqt_eu.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error LXQt energia-kudeatzailearen errorea - + Hibernate failed. Hibernatzeak huts egin du. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Ordezko jakinarazpenak @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Hibernatu - + Suspend Eseki - + Reboot Berrabiarazi - + Shutdown Itzali - + Logout Amaitu saioa - + LXQt Session Suspend LXQt saioa eseki - + 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. Ziur zaude ordenagailua eseki nahi duzula?<p>Energia baxuko egoera batetara esekitzen du ordenagailua. Sistemaren egoera ez da mantentzen korrontea eteten bada. - + LXQt Session Hibernate LXQt saioa hibernatu - + 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. Ziur zaude ordenagailua hibernatu nahi duzula?<p>Energia baxuko egoera batetara hibernatzen du ordenagailua. Sistemaren egoera mantentzen da korrontea eteten bada. - + LXQt Session Reboot LXQt saioa berrabiarazi - + Do you want to really restart your computer? All unsaved work will be lost... Ziur zaude ordenagailua berrabiarazi nahi duzula? Gorde gabeko lan guztiak galduko dira... - + LXQt Session Shutdown LXQt saioa itzali - + Do you want to really switch off your computer? All unsaved work will be lost... Ziur zaude ordenagailua itzali nahi duzula? Gorde gabeko lan guztiak galduko dira... - + LXQt Session Logout LXQt saioa amaitu - + Do you want to really logout? All unsaved work will be lost... Ziur zaude saioa amaitu nahi duzula? Gorde gabeko lan guztiak galduko dira... - - + + LXQt Power Manager Error LXQt energia-kudeatzailearen errorea - + Hibernate failed. Hibernatzeak huts egin du. - + Suspend failed. Esekitzeak huts egin du. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. - + Lock Screen Blokeatu pantaila - + Screen Saver Error diff --git a/translations/liblxqt_fi.ts b/translations/liblxqt_fi.ts index 042b0733..a7c3e9ad 100644 --- a/translations/liblxqt_fi.ts +++ b/translations/liblxqt_fi.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error LXQt Virranhallintavirhe - + Hibernate failed. Lepotilaan siirtyminen epäonnistui. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Ilmoitusten varavaihtoehto @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Lepotila - + Suspend Valmiustila - + Reboot Käynnistä uudelleen - + Shutdown Sammuta - + Logout Kirjaudu ulos - + LXQt Session Suspend LXQt-istunnon valmiustila - + 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. Oletko varma, että halua siirtää tietokoneesi valmiustilaan?<p>Siirtää tietokoneen matalan virrankäytön tilaan. Virtakatkon sattuessa järjestelmän tilaa ei ole tallennettu. - + LXQt Session Hibernate LXQt-istunnon lepotila - + 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. Oletko varma, että haluat siirtää tietokoneesi lepotilaan?<p>Siirtää tietokoneen matalan virrankäytön tilaan. Virtakatkon sattuessa järjestelmän tila on tallennettu. - + LXQt Session Reboot LXQt-istunnon uudelleenkäynnistys - + Do you want to really restart your computer? All unsaved work will be lost... Haluatko varmasti käynnistää tietokoneen uudelleen? Kaikki tallentamaton tieto menetetään... - + LXQt Session Shutdown LXQt-istunnon sammutus - + Do you want to really switch off your computer? All unsaved work will be lost... Haluatko varmasti sammuttaa tietokoneen? Kaikki tallentamaton tieto menetetään... - + LXQt Session Logout LXQt-istunnon uloskirjaus - + Do you want to really logout? All unsaved work will be lost... Haluatko varmasti kirjautua ulos? Kaikki tallentamaton tieto menetetään... - - + + LXQt Power Manager Error LXQt Virranhallintavirhe - + Hibernate failed. Lepotilaan siirtyminen epäonnistui. - + Suspend failed. Valmiustilaan siirtyminen epäonnistui. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. Ohjelman "%1" käynnistäminen epäonnistui. Varmista, että järjestelmässä on xdg-screensaver yhteensopiva näytönsäästäjä/näytönlukitsija asennettuna sekä käynnissä. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. Ohjelman "%1" käynnistäminen epäonnistui. Varmista, että valittu näytönsäästäjä/näytönlukitsija on asennettu sekä käynnissä. - + Lock Screen Lukitse näyttö - + Screen Saver Error Näytönsäästäjän virhe diff --git a/translations/liblxqt_fr.ts b/translations/liblxqt_fr.ts index c91c7708..f6cd1253 100644 --- a/translations/liblxqt_fr.ts +++ b/translations/liblxqt_fr.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Erreur du gestionnaire d'alimentation de LXQt - + Hibernate failed. Échec de la mise en hibernation. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Notifications de secours @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Hiberner - + Suspend Suspendre - + Reboot Redémarrer - + Shutdown Arrêter - + Logout Déconnexion - + LXQt Session Suspend Suspendre la session 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. Souhaitez-vous vraiment suspendre votre ordinateur ?<p>Votre ordinateur consommera un peu d'énergie. L'état du système ne sera pas préservé en cas de coupure de courant. - + LXQt Session Hibernate Mettre la session LXQt en hibernation - + 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. Souhaitez-vous vraiment hiberner votre ordinateur ?<p>Votre ordinateur consommera un peu d'énergie. L'état du système sera préservé en cas de coupure de courant. - + LXQt Session Reboot Redémarrer la session LXQt - + Do you want to really restart your computer? All unsaved work will be lost... Voulez-vous vraiment redémarrer votre ordinateur ? Tout travail non sauvegardé sera perdu... - + LXQt Session Shutdown Arrêter la session LXQt - + Do you want to really switch off your computer? All unsaved work will be lost... Voulez-vous vraiment éteindre votre ordinateur ? Tout travail non sauvegardé sera perdu... - + LXQt Session Logout Déconnexion de la session LXQt - + Do you want to really logout? All unsaved work will be lost... Voulez-vous vraiment vous déconnecter ? Tout travail non sauvegardé sera perdu... - - + + LXQt Power Manager Error Erreur du gestionnaire d'alimentation de LXQt - + Hibernate failed. Échec de la mise en hibernation. - + Suspend failed. Échec de la suspension. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. Erreur lors du démarrage de "%1". Vérifiez que vous avez un écran de verouillage/veille compatible avec xdg-screensaver installé et démarré. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. Erreur lors du démarrage de "%1". Vérifiez que le verouillage/écran de veille est installé et démarré. - + Lock Screen Verrouiller l'écran - + Screen Saver Error Erreur de l'économiseur d'écran diff --git a/translations/liblxqt_gl.ts b/translations/liblxqt_gl.ts index 8ee267d3..18873a17 100644 --- a/translations/liblxqt_gl.ts +++ b/translations/liblxqt_gl.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Produciuse un erro no xestor de enerxía de LXQt - + Hibernate failed. Produciuse un fallo na posta en hibernación. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Notificacións de retorno @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Hibernar - + Suspend Suspender - + Reboot Reiniciar - + Shutdown Apagar - + Logout Pechar a sesión - + LXQt Session Suspend Suspender a sesión 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. Confirma que quere suspender o sistema?<p>Suspende o computador a un estado de baixo consumo. O estado do sistema non se conserva se se esgota a enerxía. - + LXQt Session Hibernate Hibernar a sesión 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. Confirma que quere hibernar o computador?<p>Hiberna o computador a un estado de baixo consumo. O estado do sistema conservarase aínda que se esgote a enerxía. - + LXQt Session Reboot Reiniciar a sesión LXQt - + Do you want to really restart your computer? All unsaved work will be lost... Confirma que quere reiniciar o seu computador? Perderase todo o traballo que non teña gardado... - + LXQt Session Shutdown Apagar a sesión LXQt - + Do you want to really switch off your computer? All unsaved work will be lost... Confirma que quere apagar o seu computador? Perderase todo o traballo que non teña gardado... - + LXQt Session Logout Pechar a sesión de LXQt - + Do you want to really logout? All unsaved work will be lost... Confirma que quere pechar a sesión? Perderase todo o traballo que non teña gardado... - - + + LXQt Power Manager Error Produciuse un erro no xestor de enerxía de LXQt - + Hibernate failed. Produciuse un fallo na posta en hibernación. - + Suspend failed. Produciuse un fallo na posta en suspensión. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. Produciuse un fallo ao executar «%1». Asegúrese de ter un bloqueador/salva pantallas compatíbel co xdg-screensaver instalado e en execución. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. Produciuse un fallo ao executar «%1». Asegúrese de que o bloqueador/salva pantallas está instalado e en execución. - + Lock Screen Bloquear a pantalla - + Screen Saver Error Produciuse un erro no salva pantallas diff --git a/translations/liblxqt_he.ts b/translations/liblxqt_he.ts index 0e07eadd..5a6bd6d2 100644 --- a/translations/liblxqt_he.ts +++ b/translations/liblxqt_he.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error שגיאה במנהל צריכת החשמל של LXQt - + Hibernate failed. התרדמת נכשלה. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback עתודת התראות @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate תרדמת - + Suspend השהיה - + Reboot הפעלה מחדש - + Shutdown כיבוי - + Logout יציאה - + 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>המחשב יושהה למצב חסכוני בחשמל. מצב המערכת לא נשמר אם החשמל מנותק. - + 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>המחשב יירדם למצב חסכוני בחשמל. מצב המערכת נשמר גם אם החשמל מנותק. - + LXQt Session Reboot הפעלה מחדש של LXQt - + Do you want to really restart your computer? All unsaved work will be lost... להפעיל מחדש את המחשב? כל העבודה שלא שמרת תלך לאיבוד… - + LXQt Session Shutdown כיבוי של LXQt - + Do you want to really switch off your computer? All unsaved work will be lost... לכבות את המחשב? כל העבודה שלא שמרת תלך לאיבוד… - + LXQt Session Logout יציאה מהפעלה של LXQt - + Do you want to really logout? All unsaved work will be lost... לצאת מהמערכת? כל העבודה שלא שמרת תלך לאיבוד… - - + + LXQt Power Manager Error שגיאה במנהל צריכת החשמל של LXQt - + Hibernate failed. התרדמת נכשלה. - + Suspend failed. ההשהיה נכשלה. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. ההרצה של „%1” נכשלה. נא לוודא שמותקן ומופעל במחשב נועל/שומר המסך תואם ל־xdg-screensaver. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. ההרצה של „%1” נכשלה. נא לוודא שנועל/שומר המסך מותקן ופעיל. - + Lock Screen נעילת המסך - + Screen Saver Error שגיאת שומר מסך diff --git a/translations/liblxqt_hu.ts b/translations/liblxqt_hu.ts index c93caa71..b41841ec 100644 --- a/translations/liblxqt_hu.ts +++ b/translations/liblxqt_hu.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error LXQt Energiakezelő hiba - + Hibernate failed. Mélykészenlét sikertelen. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Vészhitelesítés @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Mélykészenlét - + Suspend Készenlét - + Reboot Újraindítás - + Shutdown Kikapcsolás - + Logout Kijelentkezés - + LXQt Session Suspend Készenlét - + 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. Készenléti állapotba akarja helyezni a gépet?<p>A kis energiaszükségletű állapotban feszültségkimaradáskor a felébredés nem biztos. - + LXQt Session Hibernate Az LXQt mélykészenléte - + Do you want to really hibernate your computer?<p>Hibernates the computer into a low power state. System state is preserved if the power is lost. Mélykészenlétbe akarja helyezni a gépet?<p>A kis energiaszükségletű alvó állapotban feszültségkimaradáskor a felébredés nem biztos. - + LXQt Session Reboot Újraindítás - + Do you want to really restart your computer? All unsaved work will be lost... Újra akarja indítani a gépet? Minden mentetlen munka elvész... - + LXQt Session Shutdown Kikapcsolás - + Do you want to really switch off your computer? All unsaved work will be lost... Ki akarja kapcsolni a gépet? Minden mentetlen munka elvész... - + LXQt Session Logout Kijelentkezés - + Do you want to really logout? All unsaved work will be lost... Kijelentkezik? Minden mentetlen munka elvész... - - + + LXQt Power Manager Error LXQt energiakezelő hiba - + Hibernate failed. Mélykészenlét sikertelen. - + Suspend failed. Készenlét sikertelen. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. Nem sikerült elindítani: "%1". Győződjön meg arról, hogy telepítve van és fut az xdg-screensaver kompatibilis zároló/képernyővédő. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. Nem sikerült futtatni: "%1". Győződj meg róla, hogy a megfelelő zároló alkalmazás/képernyővédő telepítve van és fut. - + Lock Screen Zárolás - + Screen Saver Error Képernyővédő hiba diff --git a/translations/liblxqt_ia.ts b/translations/liblxqt_ia.ts index 94e534ed..8ec34949 100644 --- a/translations/liblxqt_ia.ts +++ b/translations/liblxqt_ia.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error - + Hibernate failed. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate - + Suspend - + Reboot - + Shutdown - + Logout - + LXQt Session Suspend - + 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. - + LXQt Session Hibernate - + 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. - + LXQt Session Reboot - + Do you want to really restart your computer? All unsaved work will be lost... - + LXQt Session Shutdown - + Do you want to really switch off your computer? All unsaved work will be lost... - + LXQt Session Logout - + Do you want to really logout? All unsaved work will be lost... - - + + LXQt Power Manager Error - + Hibernate failed. - + Suspend failed. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. - + Lock Screen - + Screen Saver Error diff --git a/translations/liblxqt_id.ts b/translations/liblxqt_id.ts index fee7f020..c7a7c71f 100644 --- a/translations/liblxqt_id.ts +++ b/translations/liblxqt_id.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Kesalahan Manajer Daya LXQt - + Hibernate failed. Hibernasi gagal. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Fallback Notifikasi @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Hibernasi - + Suspend Suspensi - + Reboot Muat ulang - + Shutdown Matikan - + Logout Keluar - + LXQt Session Suspend Suspensi Sesi 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. Apakah Anda ingin mensuspensi komputer Anda?<p>Suspensi komputer ke kondisi daya rendah. Kondisi sistem tidak disimpan jika daya hilang. - + LXQt Session Hibernate Hibernasi Sesi 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. Apakah Anda ingin menghibernasi komputer Anda?<p>Hibernasi kompeter ke kondisi daya rendah. Kondisi sistem akan disimpan jika daya hilang. - + LXQt Session Reboot Jalankan Ulang Sesi LXQt - + Do you want to really restart your computer? All unsaved work will be lost... Apakah Anda ingin menjalankan ulang komputer? Semua pekerjaan yang belum disimpan akan hilang.... - + LXQt Session Shutdown Matikan Sesi LXQt - + Do you want to really switch off your computer? All unsaved work will be lost... Apakah Anda ingin mematikan komputer? Semua pekerjaan yang belum disimpan akan hilang.... - + LXQt Session Logout Keluar Sesi LXQt - + Do you want to really logout? All unsaved work will be lost... Apakah Anda ingin keluar? Semua pekerjaan yang belum disimpan akan hilang... - - + + LXQt Power Manager Error Kesalahan Manajer Daya LXQt - + Hibernate failed. Hibernasi gagal. - + Suspend failed. Suspensi gagal. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. Gagal untuk menjalankan "%1". Pastikan Anda memiliki sebuah pengunci/screensaver yang kompatibel dengan xdg-screensaver yang terinstall dan dijalankan. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. Gagal untuk menjalankan "%1". Pastikan pengunci/screensaver yang ditentukan telah terpasang dan bekerja. - + Lock Screen Kunci Layar - + Screen Saver Error Kesalahan Screen Saver diff --git a/translations/liblxqt_it.ts b/translations/liblxqt_it.ts index 82ef0780..731ca6b8 100644 --- a/translations/liblxqt_it.ts +++ b/translations/liblxqt_it.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Errore del gestore energetico di LXQt - + Hibernate failed. L'ibernazione non è riuscita. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Notifiche di ripiego @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Ibernazione - + Suspend Sospensione - + Reboot Riavvia - + Shutdown Spegni - + Logout Esci - + LXQt Session Suspend Sospendi la sessione di 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. Vuoi davvero sospendere il computer?<p>Sospende il computer in uno stato a minore consumo energetico. Lo stato del sistema non viene preservato se la batteria si esaurisce o il pc non è collegato all'alimentazione. - + LXQt Session Hibernate Iberna la sessione di 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. Vuoi davvero ibernare il computer?<p>Iberna il computer in uno stato a minore consumo energetico. Lo stato del sistema viene preservato se la batteria si esaurisce o il pc non è collegato all'alimentazione. - + LXQt Session Reboot Riavvia la sessione di LXQt - + Do you want to really restart your computer? All unsaved work will be lost... Vuoi davvero riavviare il computer? Tutto il lavoro non salvato sarà perso... - + LXQt Session Shutdown Spegnimento dalla sessione di LXQt - + Do you want to really switch off your computer? All unsaved work will be lost... Vuoi davvero spegnere il computer? Tutto il lavoro non salvato sarà perso... - + LXQt Session Logout Uscita dalla sessione di LXQt - + Do you want to really logout? All unsaved work will be lost... Vuoi davvero chiudere la sessione? Tutto il lavoro non salvato verrà perso... - - + + LXQt Power Manager Error Errore del gestore energetico di LXQt - + Hibernate failed. L'ibernazione non è riuscita. - + Suspend failed. La sospensione non è riuscita. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. - + Lock Screen Blocca schermo - + Screen Saver Error Errore salvaschermo diff --git a/translations/liblxqt_ja.ts b/translations/liblxqt_ja.ts index 04166748..9997274e 100644 --- a/translations/liblxqt_ja.ts +++ b/translations/liblxqt_ja.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error LXQt 電源管理エラー - + Hibernate failed. ハイバネートを失敗しました。 @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback 通知のフォールバック @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate ハイバネート - + Suspend サスペンド - + Reboot 再起動 - + Shutdown シャットダウン - + Logout ログアウト - + 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>コンピューターを低消費電力状態にサスペンドします。電源が失われた場合にはシステムの状態は保持されません。 - + 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>コンピューターを低消費電力状態で休止します。電源が失われた場合でもシステムの状態は保持されます。 - + LXQt Session Reboot LXQt セッションの再起動 - + Do you want to really restart your computer? All unsaved work will be lost... 本当にコンピューターを再起動しますか? 保存されていない作業はすべて失われます... - + LXQt Session Shutdown LXQt セッションのシャットダウン - + Do you want to really switch off your computer? All unsaved work will be lost... 本当にコンピューターをオフしますか? 保存されていないすべての作業は失われます... - + LXQt Session Logout LXQt セッションのログアウト - + Do you want to really logout? All unsaved work will be lost... 本当にログアウトしますか? 保存されていないすべての作業は失われます... - - + + LXQt Power Manager Error LXQt 電源管理エラー - + Hibernate failed. ハイバネートを失敗しました。 - + Suspend failed. サスペンドを失敗しました。 @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. "%1" の実行に失敗しました。 xdg-screensaver 互換のロッカーまたはスクリーンセーバーがインストールされ実行しているか確認して下さい。 - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. "%1" の実行に失敗しました。指定したロッカーまたはスクリーンセーバーがインストールされ実行しているか確認して下さい。 - + Lock Screen 画面のロック - + Screen Saver Error スクリーンセーバーのエラー diff --git a/translations/liblxqt_ko.ts b/translations/liblxqt_ko.ts index fa6557ad..a84eddf8 100644 --- a/translations/liblxqt_ko.ts +++ b/translations/liblxqt_ko.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error LXQt 전력 관리 오류 - + Hibernate failed. 잠자기 실패. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback 대비책 알림 @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate 잠자기 - + Suspend 대기 - + Reboot 다시 시작 - + Shutdown 끄기 - + Logout 로그아웃 - + 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>컴퓨터를 저전력 상태로 대기시킵니다. 전력을 잃으면 시스템 상태는 보존되지 않습니다. - + 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>컴퓨터를 잠자기 상태로 진입시킵니다. 전력을 잃으면 시스템 상태는 보존되지 않습니다. - + LXQt Session Reboot LXQt 세션 다시 시작 - + Do you want to really restart your computer? All unsaved work will be lost... 컴퓨터를 다시 시작하시겠습니다? 저장하지 않은 작업들은 모두 잃게 됩니다... - + LXQt Session Shutdown LXQt 세션 끄기 - + Do you want to really switch off your computer? All unsaved work will be lost... 컴퓨터를 끄시겠습니다? 저장하지 않은 작업들은 모두 잃게 됩니다... - + LXQt Session Logout LXQt 세션 로그아웃 - + Do you want to really logout? All unsaved work will be lost... 로그아웃 하시겠습니다? 저장하지 않은 작업들은 모두 잃게 됩니다... - - + + LXQt Power Manager Error LXQt 전력 관리 오류 - + Hibernate failed. 잠자기 실패. - + Suspend failed. 대기 실패. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. "% 1"을 (를) 실행하지 못했습니다. xdg-screensaver와 호환되는 로커 / 스크린 세이버가 설치되어 실행 중인지 확인하십시오. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. "% 1"을 (를) 실행하지 못했습니다. 지정된 사물함 / 스크린 세이버가 설치되어 실행 중인지 확인하십시오. - + Lock Screen 화면 잠금 - + Screen Saver Error 화면 보호기 오류 diff --git a/translations/liblxqt_lt.ts b/translations/liblxqt_lt.ts index e1ef7f30..6adb4126 100644 --- a/translations/liblxqt_lt.ts +++ b/translations/liblxqt_lt.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error LXQt maitinimo tvarkytuvės klaida - + Hibernate failed. Užmigdymas nepavyko. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Pranešimų surogatas @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Užmigdyti - + Suspend Pristabdyti - + Reboot Paleisti iš naujo - + Shutdown Išjungti - + Logout Atsijungti - + LXQt Session Suspend LXQt seanso pristabdymas - + 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. Ar tikrai norite pristabdyti savo kompiuterį?<p>Pristabdo kompiuterį į mažo energijos naudojimo būseną. Nutrūkus maitinimui, sistemos būsena nėra išsaugoma. - + LXQt Session Hibernate LXQt seanso užmigdymas - + 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. Ar tikrai norite užmigdyti savo kompiuterį?<p>Užmigdo kompiuterį į mažo energijos naudojimo būseną. Nutrūkus maitinimui, sistemos būsena yra išsaugoma. - + LXQt Session Reboot LXQt seanso paleidimas iš naujo - + Do you want to really restart your computer? All unsaved work will be lost... Ar tikrai norite paleisti savo kompiuterį iš naujo? Visas neįrašytas darbas bus prarastas... - + LXQt Session Shutdown LXQt seanso išjungimas - + Do you want to really switch off your computer? All unsaved work will be lost... Ar tikrai norite išjungti savo kompiuterį? Visas neįrašytas darbas bus prarastas... - + LXQt Session Logout LXQt seanso atjungimas - + Do you want to really logout? All unsaved work will be lost... Ar tikrai norite atsijungti? Visas neįrašytas darbas bus prarastas... - - + + LXQt Power Manager Error LXQt maitinimo tvarkytuvės klaida - + Hibernate failed. Užmigdymas nepavyko. - + Suspend failed. Pristabdymas nepavyko. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. Nepavyko paleisti "%1". Įsitikinkite, kad esate įdiegę ir paleidę su xdg-screensaver suderinamą užrakto įrankį/ekrano užsklandą. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. Nepavyko paleisti "%1". Įsitikinkite, kad nurodytas užrakto įrankis/ekrano užsklanda yra įdiegta ir veikia. - + Lock Screen Užrakinti ekraną - + Screen Saver Error Ekrano užsklandos klaida diff --git a/translations/liblxqt_lv.ts b/translations/liblxqt_lv.ts index f91e26e0..b26a215c 100644 --- a/translations/liblxqt_lv.ts +++ b/translations/liblxqt_lv.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error LXQt Enerģijas Menedžera Kļūda - + Hibernate failed. Iemidzināšana neizdevās. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Paziņojumu atkāpšanās @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Iemidzināt - + Suspend Aizturēt - + Reboot Pārstartēt - + Shutdown Izslēgt - + Logout Izlogoties - + LXQt Session Suspend LXQt Sesijas Aizturēšana - + 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. Vai tiešām vēlies aizturēt savu datoru?<p>Aiztur datoru mazas enerģijas patērēšānas režīmā. Sistēmas statuss netiek saglabāts, ja strāva tiek atslēgta. - + LXQt Session Hibernate LXQt Sesijas Iemidzināšana - + 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. Vai tiešām vēlies iemidzināt savu datoru?<p>Iemidzina datoru mazas enerģijas patērēšānas režīmā. Sistēmas statuss netiek saglabāts, ja strāva tiek atslēgta. - + LXQt Session Reboot LXQt Sesijas Pārstartēšana - + Do you want to really restart your computer? All unsaved work will be lost... Vai tiešām vēlies pārstartēt savu datoru? Visas nesaglābātās darbības tiks zaudētas... - + LXQt Session Shutdown LXQt Sesijas Izslēgšana - + Do you want to really switch off your computer? All unsaved work will be lost... Vai tiešām vēlies izslēgt savu datoru? Visas nesaglābātās darbības tiks zaudētas... - + LXQt Session Logout LXQt Sesijas Atslēgšana - + Do you want to really logout? All unsaved work will be lost... Vai tiešām vēlies atslēgties? Visas nesaglābātās darbības tiks zaudētas... - - + + LXQt Power Manager Error LXQt Enerģijas Menedžera Kļūda - + Hibernate failed. Iemidzināšana neizdevās. - + Suspend failed. Aizturēšana neizdevās. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. - + Lock Screen Aizslēgt ekrānu - + Screen Saver Error Ekrānsargātāja Kļūda diff --git a/translations/liblxqt_nb_NO.ts b/translations/liblxqt_nb_NO.ts index 8d2217ae..77a550db 100644 --- a/translations/liblxqt_nb_NO.ts +++ b/translations/liblxqt_nb_NO.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error LXQt Strømstyringsfeil - + Hibernate failed. Dvale mislyktes. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Reserveløsning for varsler @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Dvale - + Suspend Hvile - + Reboot Omstart - + Shutdown Slå av - + Logout Logg ut - + LXQt Session Suspend LXQt hvile - + 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. Vil du virkelig hvile maskinen?<p>Hviler maskinen. Datamaskinens tilstand kan gå tapt hvis strømmen går. - + LXQt Session Hibernate LXQt dvale - + 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. Vil du virkelig dvale maskinen?<p>Dvaler maskinen. Datamaskinens tilstand går ikke tapt om strømmen går. - + LXQt Session Reboot LXQt omstart - + Do you want to really restart your computer? All unsaved work will be lost... Vil du virkelig omstarte datamaskinen? Alt arbeid som ikke er lagret vil gå tapt... - + LXQt Session Shutdown LXQt slå av - + Do you want to really switch off your computer? All unsaved work will be lost... Vil du virkelig slå av datamaskinen? Alt arbeid som ikke er lagret vil gå tapt... - + LXQt Session Logout LXQt logg ut - + Do you want to really logout? All unsaved work will be lost... Vil du virkelig logge ut? Alt arbeid som ikke er lagret vil gå tapt... - - + + LXQt Power Manager Error LXQt Strømstyringsfeil - + Hibernate failed. Dvale mislyktes. - + Suspend failed. Hvile mislyktes. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. Mislyktes med å kjøre "%1". Pass på at du har en skjermlåser/-sparer kompatibel med xdg-screensaver installert som kjører. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. Mislyktes med å kjøre "%1". Pass på at den nevnte skjermlåseren/-spareren er installert og kjører. - + Lock Screen Lås skjerm - + Screen Saver Error Skjermsparerfeil diff --git a/translations/liblxqt_nl.ts b/translations/liblxqt_nl.ts index 880bb9d6..5a544878 100644 --- a/translations/liblxqt_nl.ts +++ b/translations/liblxqt_nl.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Fout van LXQt-Energiebeheerder - + Hibernate failed. Slaapstand is mislukt. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Reserve-meldingensysteem @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Slaapstand - + Suspend Pauzestand - + Reboot Herstarten - + Shutdown Afsluiten - + Logout Afmelden - + LXQt Session Suspend LXQt-Sessie-pauzestand - + 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. Wilt u uw computer echt in pauzestand brengen?<p>Pauzestand brengt de computer in een energiespaarstand. De systeemstatus blijft niet behouden wanneer de stroomtoevoer wordt verbroken. - + LXQt Session Hibernate LXQt-Sessie-slaapstand - + 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. Wilt u uw computer echt in slaapstand brengen?<p>Slaapstand brengt de computer in een energiespaarstand. De systeemstatus blijft behouden wanneer de stroomtoevoer wordt verbroken. - + LXQt Session Reboot LXQt-Sessie-herstarten - + Do you want to really restart your computer? All unsaved work will be lost... Wilt u uw computer echt herstarten? Al uw niet-opgeslagen werk zal verloren gaan... - + LXQt Session Shutdown LXQt-Sessie-afsluiten - + Do you want to really switch off your computer? All unsaved work will be lost... Wilt u uw computer echt afsluiten? Al uw niet-opgeslagen werk zal verloren gaan... - + LXQt Session Logout Meld LXQt-sessie af - + Do you want to really logout? All unsaved work will be lost... Wilt u zich echt afmelden? Al uw niet-opgeslagen werk zal verloren gaan... - - + + LXQt Power Manager Error Fout van LXQt-energiebeheerder - + Hibernate failed. Slaapstand is mislukt. - + Suspend failed. Pauzestand is mislukt. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. Mislukt om "%1" te runnen. Controleer of je een schermbeveiliging hebt die compatibel is met de geïnstalleerde en runnende xdg-screensaver. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. Mislukt om "%1" te runnen. Controleer of de aangegeven schermbeveiliging is geïnstalleerd en runt. - + Lock Screen Vergrendel scherm - + Screen Saver Error Fout van schermbeveiliging diff --git a/translations/liblxqt_pl.ts b/translations/liblxqt_pl.ts index e1a422ff..f026889c 100644 --- a/translations/liblxqt_pl.ts +++ b/translations/liblxqt_pl.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Błąd zarządzania energią - + Hibernate failed. Hibernacja nie powiodła się. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Rozwiązanie rezerwowe dla powiadomień @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Hibernuj - + Suspend Uśpij - + Reboot Uruchom ponownie - + Shutdown Wyłącz - + Logout Wyloguj - + LXQt Session Suspend Uśpij sesję - + 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. Czy jesteś pewien, że chcesz uśpić swój komputer?<p>Przełącza komputer w stan niskiego poboru prądu. Stan systemu nie jest zabezpieczony przed utratą zasilania. - + LXQt Session Hibernate Hibernuj sesję - + 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. Czy jesteś pewien, że chcesz zahibernować swój komputer?<p>Przełącza komputer w stan niskiego poboru prądu. Stan systemu jest zabezpieczony przed utratą zasilania. - + LXQt Session Reboot Uruchom ponownie - + Do you want to really restart your computer? All unsaved work will be lost... Czy jesteś pewien, że chcesz ponownie uruchomić swój komputer?<p>Cała niezapisana praca zostanie utracona... - + LXQt Session Shutdown Wyłącz - + Do you want to really switch off your computer? All unsaved work will be lost... Czy jesteś pewien, że chcesz wyłączyć swój komputer?<p>Cała niezapisana praca zostanie utracona... - + LXQt Session Logout Wyloguj - + Do you want to really logout? All unsaved work will be lost... Czy jesteś pewien, że chcesz się wylogować?<p>Cała niezapisana praca zostanie utracona... - - + + LXQt Power Manager Error Błąd zarządzania energią - + Hibernate failed. Hibernacja nie powiodła się. - + Suspend failed. Uśpienie nie powiodło się. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. Nie udało się uruchomić "%1". Upewnij się, że masz zainstalowany i uruchomiony ekran blokady lub wygaszacz ekranu kompatybilny z xdg-screensaver. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. Nie udało się uruchomić "%1". Upewnij się, że określony ekran blokady lub wygaszacz ekranu jest zainstalowany i uruchomiony. - + Lock Screen Zablokuj ekran - + Screen Saver Error Błąd wygaszacza ekranu diff --git a/translations/liblxqt_pt.ts b/translations/liblxqt_pt.ts index f4460772..8236808c 100644 --- a/translations/liblxqt_pt.ts +++ b/translations/liblxqt_pt.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Erro no gestor de energia LXQt - + Hibernate failed. Falha ao hibernar. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Recurso para notificações @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Hibernar - + Suspend Suspender - + Reboot Reiniciar - + Shutdown Desligar - + Logout Sair - + LXQt Session Suspend Suspender sessão 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. Tem a certeza de que deseja suspender o computador?<p>A suspensão deixa o computador num estado de baixa energia. O estado do sistema não é preservado se a energia for perdida. - + LXQt Session Hibernate Hibernar sessão 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. Tem a certeza de que deseja hibernar o computador?<p>A hibernação deixa o computador num estado de baixa energia. O estado do sistema é preservado se a energia for perdida. - + LXQt Session Reboot Reiniciar sessão LXQt - + Do you want to really restart your computer? All unsaved work will be lost... Tem a certeza de que deseja reiniciar o computador? Todos os trabalhos não guardados serão perdidos... - + LXQt Session Shutdown Desligar sessão LXQt - + Do you want to really switch off your computer? All unsaved work will be lost... Tem a certeza de que deseja desligar o computador? Todos os trabalhos não guardados serão perdidos... - + LXQt Session Logout Sair da sessão LXQt - + Do you want to really logout? All unsaved work will be lost... Tem a certeza de que deseja sair da sessão? Todos os trabalhos não guardados serão perdidos... - - + + LXQt Power Manager Error Erro no gestor de energia LXQt - + Hibernate failed. Falha ao hibernar. - + Suspend failed. Falha ao suspender. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. Falha ao executar "%1". Certifique-se de que instalou e configurou corretamente um protetor de ecrã compatível com xdg-screensaver. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. Falha ao executar "%1". Certifique-se de que instalou e configurou corretamente um protetor de ecrã. - + Lock Screen Bloquear ecrã - + Screen Saver Error Erro de proteção de ecrã diff --git a/translations/liblxqt_pt_BR.ts b/translations/liblxqt_pt_BR.ts index 8a15f349..65db020b 100644 --- a/translations/liblxqt_pt_BR.ts +++ b/translations/liblxqt_pt_BR.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Erro no Gerenciador de Energia do LXQt - + Hibernate failed. Falha ao hibernar. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Notificações de Contingência @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Hibernar - + Suspend Suspender - + Reboot Reiniciar - + Shutdown Desligar - + Logout Encerrar sessão - + LXQt Session Suspend Suspender sessão do 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. Deseja realmente suspender o computador?<p>Suspende o computador em um estado de baixa energia. O estado do sistema não é preservado se a energia for perdida. - + LXQt Session Hibernate Hibernar sessão do 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. Deseja realmente hibernar o computador?<p>Hiberna o computador em um estado de baixa energia. O estado do sistema é preservado se a energia for perdida. - + LXQt Session Reboot Reiniciar sessão do LXQt - + Do you want to really restart your computer? All unsaved work will be lost... Deseja realmente reiniciar o computador? Todos os trabalhos não salvos serão perdidos... - + LXQt Session Shutdown Desligar sessão do LXQt - + Do you want to really switch off your computer? All unsaved work will be lost... Deseja realmente desligar o computador? Todos os trabalhos não salvos serão perdidos... - + LXQt Session Logout Encerrar sessão do LXQt - + Do you want to really logout? All unsaved work will be lost... Deseja realmente encerrar a sessão? Todos os trabalhos não salvos serão perdidos... - - + + LXQt Power Manager Error Erro no Gerenciador de Energia do LXQt - + Hibernate failed. Falha ao hibernar. - + Suspend failed. Falha ao suspender. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. Falha ao executar "%1". Verifique se você possui um bloqueador/protetor de tela compatível com o xdg-screensaver instalado e em execução. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. Falha ao executar "%1". Verifique se o bloqueador/protetor de tela especificado está instalado e funcionando. - + Lock Screen Bloquear tela - + Screen Saver Error Erro no Protetor de Tela diff --git a/translations/liblxqt_ro_RO.ts b/translations/liblxqt_ro_RO.ts index 6bc7b248..43e726d3 100644 --- a/translations/liblxqt_ro_RO.ts +++ b/translations/liblxqt_ro_RO.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Eroare gestiune alimentare LXQt - + Hibernate failed. Hibernarea a eșuat. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Hibernare - + Suspend Suspendare - + Reboot Repornire - + Shutdown Oprire - + Logout Ieșire - + LXQt Session Suspend Sesiune LXQt - suspendare - + 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. Doriți să suspendați calculatorul?<p>Suspendă calculatorul într-o stare cu consum minim de energie. Starea sistemului nu va fi păstrată dacă se întrerupe alimentarea. - + LXQt Session Hibernate Sesiune LXQt - hibernare - + 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. Doriți să treceți calculatorul în stare de hibernare?<p>Calculatorul va trece într-o stare cu consum minim de energie. Starea sistemului va fi păstrată și dacă se întrerupe alimentarea. - + LXQt Session Reboot Sesiune LXQt - repornire - + Do you want to really restart your computer? All unsaved work will be lost... Doriți să reporniți calculatorul? Tot ce nu ați salvat se va pierde... - + LXQt Session Shutdown Sesiune LXQt - oprire - + Do you want to really switch off your computer? All unsaved work will be lost... Doriți să opriți calculatorul? Tot ce nu ați salvat se va pierde... - + LXQt Session Logout Sesiune LXQt - ieșire - + Do you want to really logout? All unsaved work will be lost... Doriți să ieșiți din sesiune? Tot ce nu ați salvat se va pierde... - - + + LXQt Power Manager Error Eroare gestiune alimentare LXQt - + Hibernate failed. Hibernarea a eșuat. - + Suspend failed. Suspendarea a eșuat. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. - + Lock Screen Blochează ecranul - + Screen Saver Error diff --git a/translations/liblxqt_ru.ts b/translations/liblxqt_ru.ts index abd698eb..1b69fd5f 100644 --- a/translations/liblxqt_ru.ts +++ b/translations/liblxqt_ru.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Ошибка управления энергопотреблением LXQt - + Hibernate failed. Ошибка перехода в спящий режим. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Резервный вариант уведомлений @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Спящий режим - + Suspend Ждущий режим - + Reboot Перезагрузить - + Shutdown Выключить компьютер - + Logout Завершить сеанс - + 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>Переводит компьютер в режим низкого энергопотребления. В случае отключения питания состояние системы будет потеряно. - + 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>Переводит компьютер в режим низкого энергопотребления. Состояние системы будет сохранено при отключении питания. - + LXQt Session Reboot Перезагрузка сеанса LXQt - + Do you want to really restart your computer? All unsaved work will be lost... Перезагрузить компьютер? Все несохранённые изменения в документах будут потеряны... - + LXQt Session Shutdown Выключение сеанса LXQt - + Do you want to really switch off your computer? All unsaved work will be lost... Выключить компьютер? Все несохранённые изменения в документах будут потеряны... - + LXQt Session Logout Завершение сеанса LXQt - + Do you want to really logout? All unsaved work will be lost... Завершить сеанс? Все несохранённые изменения в документах будут потеряны... - - + + LXQt Power Manager Error Ошибка управления энергопотреблением LXQt - + Hibernate failed. Ошибка перехода в спящий режим. - + Suspend failed. Ошибка перехода в ждущий режим. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. Не удалось запустить «%1». Убедитесь, что блокировщик/хранитель экрана совместим с установленным и запускаемым xdg-screensaver. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. Не удалось запустить «%1». Убедитесь, что указанный блокировщик/хранитель экрана установлен и корректно запускается. - + Lock Screen Заблокировать экран - + Screen Saver Error Ошибка хранителя экрана diff --git a/translations/liblxqt_sk_SK.ts b/translations/liblxqt_sk_SK.ts index fde9efd5..bd335c00 100644 --- a/translations/liblxqt_sk_SK.ts +++ b/translations/liblxqt_sk_SK.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Chyba správcu napájania LXQt - + Hibernate failed. Hibernácia sa nepodarila. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Náhradné oznámenia @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Hibernovať - + Suspend Úsporný režim - + Reboot Reštartovať - + Shutdown Vypnúť - + Logout Odhlásiť sa - + LXQt Session Suspend Úsporný režim relácie 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. Skutočne chcete svoj počítač uviesť do úsporného režimu?<p>Uvedie počítač do stavu s nízkym odberom prúdu. Stav systému sa pri strate napájania nezachová. - + LXQt Session Hibernate Hibernácia relácie 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. Skutočne chcete svoj počítač hibernovať?<p>Uvedie počítač do stavu s nízkym odberom prúdu. Stav systému sa pri strate napájania zachová. - + LXQt Session Reboot Reštart relácie LXQt - + Do you want to really restart your computer? All unsaved work will be lost... Skutočne chcete svoj počítač reštartovať? Akákoľvek neuložená práca sa stratí... - + LXQt Session Shutdown Vypnutie relácie LXQt - + Do you want to really switch off your computer? All unsaved work will be lost... Skutočne chcete svoj počítač vypnúť? Akákoľvek neuložená práca sa stratí... - + LXQt Session Logout Odhlásenie relácie LXQt - + Do you want to really logout? All unsaved work will be lost... Skutočne sa chcete odhlásiť z vášho počítača? Akákoľvek neuložená práca sa stratí... - - + + LXQt Power Manager Error Chyba správcu napájania LXQt - + Hibernate failed. Hibernácia sa nepodarila. - + Suspend failed. Uvedenie do úsporného režimu sa nepodarilo. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. Nepodarilo sa spustiť„%1“. Zaistite, aby bol nainštalovaný nástroj na zamykanie/šetrič obrazovky, kompatibilný so špecifikáciou xdg-screensaver a bol aj spustený. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. Nepodarilo sa spustiť „%1“. Zaistite, aby bol nainštalovaný a spustený príslušný nástroj pre zamykanie / šetrič obrazovky. - + Lock Screen Zamknúť obrazovku - + Screen Saver Error Chyba šetriča obrazovky diff --git a/translations/liblxqt_sl.ts b/translations/liblxqt_sl.ts index 765e22f0..b3aa4b0f 100644 --- a/translations/liblxqt_sl.ts +++ b/translations/liblxqt_sl.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Napaka upravljalnika energije - + Hibernate failed. Prehod v mirovanje ni uspel. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Zasilen prikaz obvestil @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Mirovanje - + Suspend V pripravljenost - + Reboot Znova zaženi - + Shutdown Izklopi - + Logout Odjavi - + LXQt Session Suspend Seja v pripravljenost - + 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. Ali res želite v stanje pripravljenosti?<p>Računalnik gre v stanje nizke porabe energije. Morebitni odprti programi se v primeru izpada elektrike zaprejo. - + LXQt Session Hibernate Seja v mirovanje - + 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. Ali res želite računalnik preklopiti v stanje mirovanja?<p>Računalnik gre v stanje nizke porabe energije. Morebitni odprti programi se v primeru izpada elektrike ne zaprejo. - + LXQt Session Reboot Ponovni zagon seje - + Do you want to really restart your computer? All unsaved work will be lost... Ali res želite znova zagnati računalnik? Vse neshranjeno delo bo izgubljeno. - + LXQt Session Shutdown Izklop seje - + Do you want to really switch off your computer? All unsaved work will be lost... Ali res želite izklopiti računalnik? Vse neshranjeno delo bo izgubljeno. - + LXQt Session Logout Odjava seje - + Do you want to really logout? All unsaved work will be lost... Ali se res želite odjaviti? Vse neshranjeno delo bo izgubljeno. - - + + LXQt Power Manager Error Napaka upravljalnika energije - + Hibernate failed. Prehod v mirovanje ni uspel. - + Suspend failed. Prehod v pripravljenost ni uspel. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. Napaka pri zaganjanju "%1". Preverite, ali imate nameščen in zagnan ohranjevalnik zaslona, združljiv z xdg-screensaver. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. Napaka pri zaganjanju "%1". Preverite, če je ohranjevalnik zaslona nameščen in zagnan. - + Lock Screen Zakleni zaslon - + Screen Saver Error Napaka ohranjevalnika zaslona diff --git a/translations/liblxqt_sr@latin.ts b/translations/liblxqt_sr@latin.ts index d45ce98d..e672e165 100644 --- a/translations/liblxqt_sr@latin.ts +++ b/translations/liblxqt_sr@latin.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error LXQT Greska sa Upravljacem Napajanja - + Hibernate failed. Hibernacija je neuspesna. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Hibernacija - + Suspend Obustavi - + Reboot Ponovo Pokretanje - + Shutdown Ugasi - + Logout Odjavi se - + LXQt Session Suspend LXQt sesija obustavljena - + 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. Da li stvarno želite da obustavite računar?<p>Obustavlja računar kada je stanje male energije. Sistemski status nije sačuvan kada nema struje. - + LXQt Session Hibernate LXQt Sesija Hibernacija - + 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. Želite li zaista hibernirati svoj računar?<p>Hibernira računar u stanje male potrošnje. Stanje sistema je sačuvano ako nestane struja. - + LXQt Session Reboot Ponovno pokretanje sesije LXQt - + Do you want to really restart your computer? All unsaved work will be lost... Da li stvarno želite ponovo pokrenuti vas računar? Svi nespremljeni radovi će se izgubiti... - + LXQt Session Shutdown LXQt ugasivanje sesije - + Do you want to really switch off your computer? All unsaved work will be lost... - + LXQt Session Logout - + Do you want to really logout? All unsaved work will be lost... - - + + LXQt Power Manager Error LXQT Greska sa Upravljacem Napajanja - + Hibernate failed. Hibernacija je neuspesna. - + Suspend failed. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. - + Lock Screen - + Screen Saver Error diff --git a/translations/liblxqt_sr_RS.ts b/translations/liblxqt_sr_RS.ts index dae56c85..5ca446b8 100644 --- a/translations/liblxqt_sr_RS.ts +++ b/translations/liblxqt_sr_RS.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Грешка Рејзоровог менаџера напајања - + Hibernate failed. Хибернација није успела. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Хибернирај - + Suspend Суспендуј - + Reboot Поново покрени - + Shutdown Угаси - + Logout Одјави се - + LXQt Session Suspend Суспендовање Рејзорове сесије - + 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>Ово поставља ваш рачунар у стање смањене потрошње енергије. Стање система није очувано ако дође до нестанка струје. - + LXQt Session Hibernate Хибернација Рејзорове сесије - + 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>Ово поставља ваш рачунар у стање смањене потрошње енергије. Стање система је очувано ако дође до нестанка струје. - + LXQt Session Reboot Поновно покретање Рејзорове сесије - + Do you want to really restart your computer? All unsaved work will be lost... Желите ли заиста да поново покренете ваш рачунар? Несачуван рад ће бити изгубљен... - + LXQt Session Shutdown Гашење Рејзорове сесије - + Do you want to really switch off your computer? All unsaved work will be lost... Желите ли заиста да угасите ваш рачунар? Несачуван рад ће бити изгубљен... - + LXQt Session Logout Одјава Рејзорове сесије - + Do you want to really logout? All unsaved work will be lost... Желите ли заиста да се одјавите? Несачуван рад ће бити изгубљен... - - + + LXQt Power Manager Error Грешка Рејзоровог менаџера напајања - + Hibernate failed. Хибернација није успела. - + Suspend failed. Суспендовање није успело. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. - + Lock Screen Закључај екран - + Screen Saver Error diff --git a/translations/liblxqt_th_TH.ts b/translations/liblxqt_th_TH.ts index 933920da..b52c3a52 100644 --- a/translations/liblxqt_th_TH.ts +++ b/translations/liblxqt_th_TH.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error โปรแกรมจัดการพลังงานของ LXQt ขัดข้อง - + Hibernate failed. จำศีลเครื่องล้มเหลว @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback การเตือนต่างๆ กรณีกันพลาด @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate จำศีลเครื่อง - + Suspend พักเครื่อง - + Reboot เริ่มระบบใหม่ - + Shutdown ปิดเครื่อง - + Logout ออกจากระบบ - + 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>การพักเครื่องจะลดการใช้พลังงาน โปรดระวังด้วย หากไฟดับสถานะของระบบจะสูญหาย - + 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>การจำศีลเครื่องจะลดการใช้พลังงาน ถึงแม้ว่าไฟดับ สถานะของระบบก็จะถูกรักษาไว้ - + LXQt Session Reboot เริ่มการทำงานของ LXQt ใหม่ - + Do you want to really restart your computer? All unsaved work will be lost... คุณแน่ใจนะ ว่าต้องการเริ่มระบบใหม่? งานที่ไม่ได้บันทึกไว้ทั้งหมดจะสูญหาย - + LXQt Session Shutdown จบการทำงานของ lxqt - + Do you want to really switch off your computer? All unsaved work will be lost... คุณแน่ใจนะ ว่าต้องการปิดเครื่อง? งานที่ไม่ได้บันทึกไว้ทั้งหมดจะสูญหาย - + LXQt Session Logout ออกจากระบบ LXQt - + Do you want to really logout? All unsaved work will be lost... คุณแน่ใจนะว่า ต้องการออกจากระบบ? งานที่ยังไม่ได้บันทึกทั้งหมดจะสูญหาย.. - - + + LXQt Power Manager Error โปรแกรมจัดการพลังงานของ LXQt ขัดข้อง - + Hibernate failed. จำศีลเครื่องล้มเหลว - + Suspend failed. พักเครื่องล้มเหลว @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. - + Lock Screen ล็อคหน้าจอ - + Screen Saver Error diff --git a/translations/liblxqt_tr.ts b/translations/liblxqt_tr.ts index 9802d011..8a69a4ce 100644 --- a/translations/liblxqt_tr.ts +++ b/translations/liblxqt_tr.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error LXQt Güç Yöneticisi Hatası - + Hibernate failed. Hazırda bekletme başarısız oldu. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Bildirimleri Geri Al @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Hazırda Beklet - + Suspend Askıya Al - + Reboot Yeniden Başlat - + Shutdown Bilgisayarı Kapat - + Logout Oturumdan Çık - + LXQt Session Suspend LXQt Oturumunu Askıya Al - + 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. Bilgisayarınızı askıya almayı gerçekten istiyor musunuz?<p>Bilgisayarı düşük güç tüketiminde askıya alır. Güç biterse sistem durumu korunmaz. - + LXQt Session Hibernate LXQt Oturumunu Hazırda Beklet - + 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. Bilgisayarınızı hazırda bekletmeyi gerçekten istiyor musunuz?<p>Bilgisayarı düşük güç tüketiminde hazırda bekletir. Güç biterse sistem durumu korunur. - + LXQt Session Reboot LXQt Oturumunu Yeniden Başlat - + Do you want to really restart your computer? All unsaved work will be lost... Bilgisayarınızı yeniden başlatmayı gerçekten istiyor musunuz? Kaydedilmemiş veriler kaybolacaktır... - + LXQt Session Shutdown LXQt Oturumunu Kapat - + Do you want to really switch off your computer? All unsaved work will be lost... Bilgisayarınızı kapatmayı gerçekten istiyor musunuz? Kaydedilmemiş veriler kaybolacaktır... - + LXQt Session Logout LXQt Oturumundan Çık - + Do you want to really logout? All unsaved work will be lost... Oturumdan çıkmayı gerçekten istiyor musunuz? Kaydedilmemiş veriler kaybolacaktır... - - + + LXQt Power Manager Error LXQt Güç Yöneticisi Hatası - + Hibernate failed. Hazırda bekletme başarısız oldu. - + Suspend failed. Askıya alma başarısız oldu. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. "%1" çalıştırması başarısız. xdg-screensaver ile uyumlu bir kilitleyici/ekran koruyucu yüklediğinizden ve çalıştırdığınızdan emin olunuz. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. "%1" çalıştırma başarısız. Belirli bir kilitleyicinin/ekran koruyucunun yüklendiğinden ve çalıştığından emin olunuz. - + Lock Screen Ekranı Kilitle - + Screen Saver Error Ekran Koruyucu Hatası diff --git a/translations/liblxqt_uk.ts b/translations/liblxqt_uk.ts index 617f059e..854a666b 100644 --- a/translations/liblxqt_uk.ts +++ b/translations/liblxqt_uk.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error Збій менеджера живлення LXQt - + Hibernate failed. Не вдалося приспати. @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback Резервне сповіщення @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate Приспати - + Suspend Призупинити - + Reboot Перезавантажити - + Shutdown Вимкнути - + Logout Вийти - + LXQt Session Suspend Призупинити комп’ютер - + 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>Це переведе його в режим зниженого енергоспоживання. При втраті живлення стан системи не збережеться. - + LXQt Session Hibernate Приспати комп’ютер - + 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>Це переведе його в режим зниженого енергоспоживання. При втраті живлення стан системи збережеться. - + LXQt Session Reboot Перезавантажити комп’ютер - + Do you want to really restart your computer? All unsaved work will be lost... Дійсно перезавантажити комп’ютер? Усю незбережену роботу буде втрачено... - + LXQt Session Shutdown Вимкнути комп’ютер - + Do you want to really switch off your computer? All unsaved work will be lost... Дійсно вимкнути комп’ютер? Усю незбережену роботу буде втрачено... - + LXQt Session Logout Вийти з сеансу LXQt - + Do you want to really logout? All unsaved work will be lost... Дійсно завершити сеанс? Усю незбережену роботу буде втрачено... - - + + LXQt Power Manager Error Збій менеджера живлення LXQt - + Hibernate failed. Не вдалося приспати. - + Suspend failed. Не вдалося призупинити. @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. - + Lock Screen Заблокувати екран - + Screen Saver Error Помилка зберігача екрану diff --git a/translations/liblxqt_zh_CN.ts b/translations/liblxqt_zh_CN.ts index 6a8d0ea1..fa991fea 100644 --- a/translations/liblxqt_zh_CN.ts +++ b/translations/liblxqt_zh_CN.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error LXQt 电源管理器错误 - + Hibernate failed. 休眠失败。 @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback 缺省消息通知 @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate 休眠 - + Suspend 挂起 - + Reboot 重启 - + Shutdown 关机 - + Logout 注销 - + 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>挂起的计算机将进入低功耗状态。 电源丢失后系统状态不会被保存。 - + 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>休眠的计算机将进入低功耗状态。 电源丢失后系统状态不会被保存。 - + LXQt Session Reboot 重启LXQt会话 - + Do you want to really restart your computer? All unsaved work will be lost... 你真的想要重启你的计算机吗? 所有未保存的任务都将丢失…… - + LXQt Session Shutdown 关闭电源 - + Do you want to really switch off your computer? All unsaved work will be lost... 你真的想要关闭你的计算机吗? 所有未保存的任务都将丢失…… - + LXQt Session Logout 注销LXQt会话 - + Do you want to really logout? All unsaved work will be lost... 你真的想要注销你的计算机吗? 所有未保存的任务都将丢失…… - - + + LXQt Power Manager Error LXQt 电源管理器错误 - + Hibernate failed. 休眠失败。 - + Suspend failed. 挂起失败。 @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. 运行"%1"失败。确保你已经安装并运行着一个与 xdg-screensaver 适配的屏保或锁屏。 - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. 运行 "%1"失败。请确保指定的锁屏或屏保已经安装并正在运行。 - + Lock Screen 锁屏 - + Screen Saver Error 屏幕保护程序错误 diff --git a/translations/liblxqt_zh_TW.ts b/translations/liblxqt_zh_TW.ts index fdc3dfc4..a7e805aa 100644 --- a/translations/liblxqt_zh_TW.ts +++ b/translations/liblxqt_zh_TW.ts @@ -12,12 +12,12 @@ LXQt::MessageBox - + LXQt Power Manager Error LXQt電源管理員錯誤 - + Hibernate failed. 休眠失敗。 @@ -25,7 +25,7 @@ LXQt::NotificationPrivate - + Notifications Fallback 後備通知 @@ -33,93 +33,93 @@ LXQt::PowerManager - + Hibernate 休眠 - + Suspend 暫停 - + Reboot 重新啟動 - + Shutdown 關機 - + Logout 登出 - + 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>暫停主機可以節省耗能。切斷電源後系統狀況也將遺失。 - + 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>休眠主機可以節省耗能。切斷電源後系統狀況也將遺失。 - + LXQt Session Reboot 重新啟動LXQt會話 - + Do you want to really restart your computer? All unsaved work will be lost... 您確定要重新啟動您的電腦嗎?所有未儲存工作將會遺失…… - + LXQt Session Shutdown 關閉電源 - + Do you want to really switch off your computer? All unsaved work will be lost... 您確定要關閉您的電腦嗎?所有未儲存工作將會遺失…… - + LXQt Session Logout 登出LXQt會話 - + Do you want to really logout? All unsaved work will be lost... 您確定要登出嗎?所有未儲存工作將會遺失…… - - + + LXQt Power Manager Error LXQt電源管理員錯誤 - + Hibernate failed. 休眠失敗。 - + Suspend failed. 暫停失敗。 @@ -127,22 +127,22 @@ LXQt::ScreenSaver - + Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running. - + Failed to run "%1". Ensure the specified locker/screensaver is installed and running. - + Lock Screen 螢幕上鎖 - + Screen Saver Error 螢幕保護程式錯誤