├── AUTHORS ├── CHANGELOG ├── CMakeLists.txt ├── COPYING ├── README-tr.md ├── README.md ├── check_ts.sh ├── compton-conf ├── CMakeLists.txt ├── compton-conf.ts ├── compton-conf_ca.ts ├── compton-conf_cs.ts ├── compton-conf_da.ts ├── compton-conf_de.ts ├── compton-conf_el.ts ├── compton-conf_es.ts ├── compton-conf_fr.ts ├── compton-conf_hu.ts ├── compton-conf_id.ts ├── compton-conf_it.ts ├── compton-conf_ja.ts ├── compton-conf_lt.ts ├── compton-conf_lv.ts ├── compton-conf_nl.ts ├── compton-conf_pl.ts ├── compton-conf_pt.ts ├── compton-conf_ru.ts ├── compton-conf_tr.ts ├── compton-conf_uk.ts └── compton-conf_zh_CN.ts ├── libfm-qt ├── CMakeLists.txt ├── libfm-qt.ts ├── libfm-qt_ar.ts ├── libfm-qt_ca.ts ├── libfm-qt_cs.ts ├── libfm-qt_da.ts ├── libfm-qt_de.ts ├── libfm-qt_el.ts ├── libfm-qt_es.ts ├── libfm-qt_fr.ts ├── libfm-qt_gl.ts ├── libfm-qt_hu.ts ├── libfm-qt_id.ts ├── libfm-qt_it.ts ├── libfm-qt_ja.ts ├── libfm-qt_lt.ts ├── libfm-qt_nl.ts ├── libfm-qt_pl.ts ├── libfm-qt_pt.ts ├── libfm-qt_ru.ts ├── libfm-qt_tr.ts ├── libfm-qt_uk.ts ├── libfm-qt_zh_CN.ts └── libfm-qt_zh_TW.ts ├── liblxqt ├── CMakeLists.txt ├── liblxqt.ts ├── liblxqt_ar.ts ├── liblxqt_ca.ts ├── liblxqt_cs.ts ├── liblxqt_da.ts ├── liblxqt_de.ts ├── liblxqt_el.ts ├── liblxqt_eo.ts ├── liblxqt_es.ts ├── liblxqt_es_VE.ts ├── liblxqt_eu.ts ├── liblxqt_fi.ts ├── liblxqt_fr.ts ├── liblxqt_hu.ts ├── liblxqt_ia.ts ├── liblxqt_id.ts ├── liblxqt_it.ts ├── liblxqt_ja.ts ├── liblxqt_ko.ts ├── liblxqt_lt.ts ├── liblxqt_lv.ts ├── liblxqt_nl.ts ├── liblxqt_pl.ts ├── liblxqt_pt.ts ├── liblxqt_pt_BR.ts ├── liblxqt_ro_RO.ts ├── liblxqt_ru.ts ├── liblxqt_sk_SK.ts ├── liblxqt_sl.ts ├── liblxqt_sr@latin.ts ├── liblxqt_sr_RS.ts ├── liblxqt_th_TH.ts ├── liblxqt_tr.ts ├── liblxqt_uk.ts ├── liblxqt_zh_CN.ts └── liblxqt_zh_TW.ts ├── lximage-qt ├── CMakeLists.txt ├── lximage-qt.ts ├── lximage-qt_ar.ts ├── lximage-qt_ca.ts ├── lximage-qt_cs.ts ├── lximage-qt_da.ts ├── lximage-qt_de.ts ├── lximage-qt_el.ts ├── lximage-qt_es.ts ├── lximage-qt_fr.ts ├── lximage-qt_gl.ts ├── lximage-qt_hr.ts ├── lximage-qt_hu.ts ├── lximage-qt_id.ts ├── lximage-qt_is.ts ├── lximage-qt_it.ts ├── lximage-qt_ja.ts ├── lximage-qt_lt.ts ├── lximage-qt_nl.ts ├── lximage-qt_pa.ts ├── lximage-qt_pl.ts ├── lximage-qt_pt.ts ├── lximage-qt_pt_BR.ts ├── lximage-qt_ru.ts ├── lximage-qt_sv.ts ├── lximage-qt_tr.ts ├── lximage-qt_uk.ts ├── lximage-qt_zh_CN.ts └── lximage-qt_zh_TW.ts ├── lxqt-about ├── CMakeLists.txt ├── lxqt-about.ts ├── lxqt-about_ar.ts ├── lxqt-about_ca.ts ├── lxqt-about_cs.ts ├── lxqt-about_da.ts ├── lxqt-about_de.ts ├── lxqt-about_el.ts ├── lxqt-about_eo.ts ├── lxqt-about_es.ts ├── lxqt-about_es_VE.ts ├── lxqt-about_eu.ts ├── lxqt-about_fi.ts ├── lxqt-about_fr.ts ├── lxqt-about_hu.ts ├── lxqt-about_ia.ts ├── lxqt-about_id.ts ├── lxqt-about_it.ts ├── lxqt-about_ja.ts ├── lxqt-about_ko.ts ├── lxqt-about_lt.ts ├── lxqt-about_lv.ts ├── lxqt-about_nl.ts ├── lxqt-about_pt.ts ├── lxqt-about_pt_BR.ts ├── lxqt-about_ro_RO.ts ├── lxqt-about_ru.ts ├── lxqt-about_sk_SK.ts ├── lxqt-about_sl.ts ├── lxqt-about_sr@latin.ts ├── lxqt-about_sr_RS.ts ├── lxqt-about_th_TH.ts ├── lxqt-about_tr.ts ├── lxqt-about_uk.ts ├── lxqt-about_zh_CN.ts └── lxqt-about_zh_TW.ts ├── lxqt-admin ├── CMakeLists.txt ├── lxqt-admin-time │ ├── CMakeLists.txt │ ├── lxqt-admin-time.ts │ ├── lxqt-admin-time_ar.ts │ ├── lxqt-admin-time_ca.ts │ ├── lxqt-admin-time_cs.ts │ ├── lxqt-admin-time_da.ts │ ├── lxqt-admin-time_de.ts │ ├── lxqt-admin-time_el.ts │ ├── lxqt-admin-time_es.ts │ ├── lxqt-admin-time_fr.ts │ ├── lxqt-admin-time_hr.ts │ ├── lxqt-admin-time_hu.ts │ ├── lxqt-admin-time_id.ts │ ├── lxqt-admin-time_it.ts │ ├── lxqt-admin-time_ja.ts │ ├── lxqt-admin-time_lt.ts │ ├── lxqt-admin-time_lv.ts │ ├── lxqt-admin-time_nl.ts │ ├── lxqt-admin-time_pl.ts │ ├── lxqt-admin-time_pt.ts │ ├── lxqt-admin-time_ru.ts │ ├── lxqt-admin-time_tr.ts │ ├── lxqt-admin-time_uk.ts │ ├── lxqt-admin-time_zh_CN.ts │ └── lxqt-admin-time_zh_TW.ts └── lxqt-admin-user │ ├── CMakeLists.txt │ ├── lxqt-admin-user.ts │ ├── lxqt-admin-user_ar.ts │ ├── lxqt-admin-user_ca.ts │ ├── lxqt-admin-user_cs.ts │ ├── lxqt-admin-user_da.ts │ ├── lxqt-admin-user_de.ts │ ├── lxqt-admin-user_el.ts │ ├── lxqt-admin-user_es.ts │ ├── lxqt-admin-user_fr.ts │ ├── lxqt-admin-user_hr.ts │ ├── lxqt-admin-user_hu.ts │ ├── lxqt-admin-user_id.ts │ ├── lxqt-admin-user_it.ts │ ├── lxqt-admin-user_ja.ts │ ├── lxqt-admin-user_lt.ts │ ├── lxqt-admin-user_nl.ts │ ├── lxqt-admin-user_pl.ts │ ├── lxqt-admin-user_pt.ts │ ├── lxqt-admin-user_ru.ts │ ├── lxqt-admin-user_tr.ts │ ├── lxqt-admin-user_uk.ts │ └── lxqt-admin-user_zh_CN.ts ├── lxqt-config ├── CMakeLists.txt ├── liblxqt-config-cursor │ ├── CMakeLists.txt │ ├── lxqt-config-cursor.ts │ ├── lxqt-config-cursor_ar.ts │ ├── lxqt-config-cursor_ca.ts │ ├── lxqt-config-cursor_cs.ts │ ├── lxqt-config-cursor_da.ts │ ├── lxqt-config-cursor_de.ts │ ├── lxqt-config-cursor_el.ts │ ├── lxqt-config-cursor_eo.ts │ ├── lxqt-config-cursor_es.ts │ ├── lxqt-config-cursor_es_VE.ts │ ├── lxqt-config-cursor_eu.ts │ ├── lxqt-config-cursor_fi.ts │ ├── lxqt-config-cursor_fr.ts │ ├── lxqt-config-cursor_hu.ts │ ├── lxqt-config-cursor_id.ts │ ├── lxqt-config-cursor_it.ts │ ├── lxqt-config-cursor_ja.ts │ ├── lxqt-config-cursor_lt.ts │ ├── lxqt-config-cursor_lv.ts │ ├── lxqt-config-cursor_nl.ts │ ├── lxqt-config-cursor_pl.ts │ ├── lxqt-config-cursor_pt.ts │ ├── lxqt-config-cursor_pt_BR.ts │ ├── lxqt-config-cursor_ro_RO.ts │ ├── lxqt-config-cursor_ru.ts │ ├── lxqt-config-cursor_sl.ts │ ├── lxqt-config-cursor_th_TH.ts │ ├── lxqt-config-cursor_tr.ts │ ├── lxqt-config-cursor_uk.ts │ ├── lxqt-config-cursor_zh_CN.ts │ └── lxqt-config-cursor_zh_TW.ts ├── lxqt-config-appearance │ ├── CMakeLists.txt │ ├── lxqt-config-appearance.ts │ ├── lxqt-config-appearance_ar.ts │ ├── lxqt-config-appearance_ca.ts │ ├── lxqt-config-appearance_cs.ts │ ├── lxqt-config-appearance_da.ts │ ├── lxqt-config-appearance_de.ts │ ├── lxqt-config-appearance_el.ts │ ├── lxqt-config-appearance_eo.ts │ ├── lxqt-config-appearance_es.ts │ ├── lxqt-config-appearance_es_VE.ts │ ├── lxqt-config-appearance_eu.ts │ ├── lxqt-config-appearance_fi.ts │ ├── lxqt-config-appearance_fr.ts │ ├── lxqt-config-appearance_hu.ts │ ├── lxqt-config-appearance_ia.ts │ ├── lxqt-config-appearance_id.ts │ ├── lxqt-config-appearance_it.ts │ ├── lxqt-config-appearance_ja.ts │ ├── lxqt-config-appearance_ko.ts │ ├── lxqt-config-appearance_lt.ts │ ├── lxqt-config-appearance_nl.ts │ ├── lxqt-config-appearance_pl.ts │ ├── lxqt-config-appearance_pt.ts │ ├── lxqt-config-appearance_pt_BR.ts │ ├── lxqt-config-appearance_ro_RO.ts │ ├── lxqt-config-appearance_ru.ts │ ├── lxqt-config-appearance_sk.ts │ ├── lxqt-config-appearance_sl.ts │ ├── lxqt-config-appearance_sr@latin.ts │ ├── lxqt-config-appearance_sr_BA.ts │ ├── lxqt-config-appearance_sr_RS.ts │ ├── lxqt-config-appearance_th_TH.ts │ ├── lxqt-config-appearance_tr.ts │ ├── lxqt-config-appearance_uk.ts │ ├── lxqt-config-appearance_zh_CN.ts │ └── lxqt-config-appearance_zh_TW.ts ├── lxqt-config-brightness │ ├── CMakeLists.txt │ ├── lxqt-config-brightness.ts │ ├── lxqt-config-brightness_ar.ts │ ├── lxqt-config-brightness_ca.ts │ ├── lxqt-config-brightness_cs.ts │ ├── lxqt-config-brightness_da.ts │ ├── lxqt-config-brightness_de.ts │ ├── lxqt-config-brightness_el.ts │ ├── lxqt-config-brightness_es.ts │ ├── lxqt-config-brightness_fr.ts │ ├── lxqt-config-brightness_hu.ts │ ├── lxqt-config-brightness_id.ts │ ├── lxqt-config-brightness_it.ts │ ├── lxqt-config-brightness_ja.ts │ ├── lxqt-config-brightness_lt.ts │ ├── lxqt-config-brightness_lv.ts │ ├── lxqt-config-brightness_nl.ts │ ├── lxqt-config-brightness_pl.ts │ ├── lxqt-config-brightness_pt.ts │ ├── lxqt-config-brightness_ru.ts │ ├── lxqt-config-brightness_tr.ts │ ├── lxqt-config-brightness_uk.ts │ └── lxqt-config-brightness_zh_CN.ts ├── lxqt-config-file-associations │ ├── CMakeLists.txt │ ├── lxqt-config-file-associations.ts │ ├── lxqt-config-file-associations_ar.ts │ ├── lxqt-config-file-associations_ca.ts │ ├── lxqt-config-file-associations_cs.ts │ ├── lxqt-config-file-associations_da.ts │ ├── lxqt-config-file-associations_de.ts │ ├── lxqt-config-file-associations_el.ts │ ├── lxqt-config-file-associations_es.ts │ ├── lxqt-config-file-associations_fr.ts │ ├── lxqt-config-file-associations_hu.ts │ ├── lxqt-config-file-associations_id.ts │ ├── lxqt-config-file-associations_it.ts │ ├── lxqt-config-file-associations_ja.ts │ ├── lxqt-config-file-associations_lt.ts │ ├── lxqt-config-file-associations_lv.ts │ ├── lxqt-config-file-associations_nl.ts │ ├── lxqt-config-file-associations_pl.ts │ ├── lxqt-config-file-associations_pt.ts │ ├── lxqt-config-file-associations_ru.ts │ ├── lxqt-config-file-associations_tr.ts │ ├── lxqt-config-file-associations_uk.ts │ └── lxqt-config-file-associations_zh_CN.ts ├── lxqt-config-input │ ├── CMakeLists.txt │ ├── lxqt-config-input.ts │ ├── lxqt-config-input_af.ts │ ├── lxqt-config-input_ar.ts │ ├── lxqt-config-input_bg.ts │ ├── lxqt-config-input_bn.ts │ ├── lxqt-config-input_bn_IN.ts │ ├── lxqt-config-input_ca.ts │ ├── lxqt-config-input_cs.ts │ ├── lxqt-config-input_da.ts │ ├── lxqt-config-input_de.ts │ ├── lxqt-config-input_el.ts │ ├── lxqt-config-input_es.ts │ ├── lxqt-config-input_eu.ts │ ├── lxqt-config-input_fi.ts │ ├── lxqt-config-input_fr.ts │ ├── lxqt-config-input_gl.ts │ ├── lxqt-config-input_hr.ts │ ├── lxqt-config-input_hu.ts │ ├── lxqt-config-input_id.ts │ ├── lxqt-config-input_is.ts │ ├── lxqt-config-input_it.ts │ ├── lxqt-config-input_ja.ts │ ├── lxqt-config-input_lt.ts │ ├── lxqt-config-input_nl.ts │ ├── lxqt-config-input_pa.ts │ ├── lxqt-config-input_pl.ts │ ├── lxqt-config-input_pt.ts │ ├── lxqt-config-input_ru.ts │ ├── lxqt-config-input_sv.ts │ ├── lxqt-config-input_tr.ts │ ├── lxqt-config-input_uk.ts │ ├── lxqt-config-input_zh_CN.ts │ ├── lxqt-config-input_zh_HK.ts │ └── lxqt-config-input_zh_TW.ts ├── lxqt-config-locale │ ├── CMakeLists.txt │ ├── lxqt-config-locale.ts │ ├── lxqt-config-locale_ar.ts │ ├── lxqt-config-locale_ca.ts │ ├── lxqt-config-locale_cs.ts │ ├── lxqt-config-locale_da.ts │ ├── lxqt-config-locale_de.ts │ ├── lxqt-config-locale_el.ts │ ├── lxqt-config-locale_es.ts │ ├── lxqt-config-locale_fr.ts │ ├── lxqt-config-locale_hu.ts │ ├── lxqt-config-locale_id.ts │ ├── lxqt-config-locale_it.ts │ ├── lxqt-config-locale_ja.ts │ ├── lxqt-config-locale_lt.ts │ ├── lxqt-config-locale_lv.ts │ ├── lxqt-config-locale_nl.ts │ ├── lxqt-config-locale_pl.ts │ ├── lxqt-config-locale_pt.ts │ ├── lxqt-config-locale_ru.ts │ ├── lxqt-config-locale_tr.ts │ ├── lxqt-config-locale_uk.ts │ └── lxqt-config-locale_zh_CN.ts ├── lxqt-config-monitor │ ├── CMakeLists.txt │ ├── lxqt-config-monitor.ts │ ├── lxqt-config-monitor_ar.ts │ ├── lxqt-config-monitor_ca.ts │ ├── lxqt-config-monitor_cs.ts │ ├── lxqt-config-monitor_da.ts │ ├── lxqt-config-monitor_de.ts │ ├── lxqt-config-monitor_el.ts │ ├── lxqt-config-monitor_es.ts │ ├── lxqt-config-monitor_fr.ts │ ├── lxqt-config-monitor_hu.ts │ ├── lxqt-config-monitor_id.ts │ ├── lxqt-config-monitor_it.ts │ ├── lxqt-config-monitor_ja.ts │ ├── lxqt-config-monitor_lt.ts │ ├── lxqt-config-monitor_nl.ts │ ├── lxqt-config-monitor_pl.ts │ ├── lxqt-config-monitor_pt.ts │ ├── lxqt-config-monitor_ru.ts │ ├── lxqt-config-monitor_tr.ts │ ├── lxqt-config-monitor_uk.ts │ ├── lxqt-config-monitor_zh_CN.ts │ └── lxqt-config-monitor_zh_TW.ts └── lxqt-config │ ├── CMakeLists.txt │ ├── lxqt-config.ts │ ├── lxqt-config_ar.ts │ ├── lxqt-config_ca.ts │ ├── lxqt-config_cs.ts │ ├── lxqt-config_da.ts │ ├── lxqt-config_de.ts │ ├── lxqt-config_el.ts │ ├── lxqt-config_es.ts │ ├── lxqt-config_es_VE.ts │ ├── lxqt-config_eu.ts │ ├── lxqt-config_fi.ts │ ├── lxqt-config_fr.ts │ ├── lxqt-config_hu.ts │ ├── lxqt-config_id.ts │ ├── lxqt-config_it.ts │ ├── lxqt-config_ja.ts │ ├── lxqt-config_lt.ts │ ├── lxqt-config_lv.ts │ ├── lxqt-config_nl.ts │ ├── lxqt-config_pl.ts │ ├── lxqt-config_pt.ts │ ├── lxqt-config_pt_BR.ts │ ├── lxqt-config_ro_RO.ts │ ├── lxqt-config_ru.ts │ ├── lxqt-config_th_TH.ts │ ├── lxqt-config_tr.ts │ ├── lxqt-config_uk.ts │ ├── lxqt-config_zh_CN.ts │ └── lxqt-config_zh_TW.ts ├── lxqt-globalkeys ├── CMakeLists.txt └── lxqt-config-globalkeyshortcuts │ ├── CMakeLists.txt │ ├── lxqt-config-globalkeyshortcuts.ts │ ├── lxqt-config-globalkeyshortcuts_ar.ts │ ├── lxqt-config-globalkeyshortcuts_ca.ts │ ├── lxqt-config-globalkeyshortcuts_cs.ts │ ├── lxqt-config-globalkeyshortcuts_da.ts │ ├── lxqt-config-globalkeyshortcuts_de.ts │ ├── lxqt-config-globalkeyshortcuts_el.ts │ ├── lxqt-config-globalkeyshortcuts_eo.ts │ ├── lxqt-config-globalkeyshortcuts_es.ts │ ├── lxqt-config-globalkeyshortcuts_es_VE.ts │ ├── lxqt-config-globalkeyshortcuts_eu.ts │ ├── lxqt-config-globalkeyshortcuts_fi.ts │ ├── lxqt-config-globalkeyshortcuts_fr.ts │ ├── lxqt-config-globalkeyshortcuts_hu.ts │ ├── lxqt-config-globalkeyshortcuts_id.ts │ ├── lxqt-config-globalkeyshortcuts_it.ts │ ├── lxqt-config-globalkeyshortcuts_ja.ts │ ├── lxqt-config-globalkeyshortcuts_lt.ts │ ├── lxqt-config-globalkeyshortcuts_lv.ts │ ├── lxqt-config-globalkeyshortcuts_nl.ts │ ├── lxqt-config-globalkeyshortcuts_pl.ts │ ├── lxqt-config-globalkeyshortcuts_pt.ts │ ├── lxqt-config-globalkeyshortcuts_pt_BR.ts │ ├── lxqt-config-globalkeyshortcuts_ro_RO.ts │ ├── lxqt-config-globalkeyshortcuts_ru.ts │ ├── lxqt-config-globalkeyshortcuts_sl.ts │ ├── lxqt-config-globalkeyshortcuts_th_TH.ts │ ├── lxqt-config-globalkeyshortcuts_tr.ts │ ├── lxqt-config-globalkeyshortcuts_uk.ts │ ├── lxqt-config-globalkeyshortcuts_zh_CN.ts │ └── lxqt-config-globalkeyshortcuts_zh_TW.ts ├── lxqt-notificationd ├── CMakeLists.txt ├── lxqt-config-notificationd │ ├── CMakeLists.txt │ ├── lxqt-config-notificationd.ts │ ├── lxqt-config-notificationd_ar.ts │ ├── lxqt-config-notificationd_ca.ts │ ├── lxqt-config-notificationd_cs.ts │ ├── lxqt-config-notificationd_da.ts │ ├── lxqt-config-notificationd_de.ts │ ├── lxqt-config-notificationd_el.ts │ ├── lxqt-config-notificationd_es.ts │ ├── lxqt-config-notificationd_fr.ts │ ├── lxqt-config-notificationd_hr.ts │ ├── lxqt-config-notificationd_hu.ts │ ├── lxqt-config-notificationd_id.ts │ ├── lxqt-config-notificationd_it.ts │ ├── lxqt-config-notificationd_ja.ts │ ├── lxqt-config-notificationd_lt.ts │ ├── lxqt-config-notificationd_lv.ts │ ├── lxqt-config-notificationd_nl.ts │ ├── lxqt-config-notificationd_pl.ts │ ├── lxqt-config-notificationd_pt.ts │ ├── lxqt-config-notificationd_ru.ts │ ├── lxqt-config-notificationd_tr.ts │ ├── lxqt-config-notificationd_uk.ts │ └── lxqt-config-notificationd_zh_CN.ts └── lxqt-notificationd │ ├── CMakeLists.txt │ ├── lxqt-notificationd.ts │ ├── lxqt-notificationd_ar.ts │ ├── lxqt-notificationd_ca.ts │ ├── lxqt-notificationd_cs.ts │ ├── lxqt-notificationd_da.ts │ ├── lxqt-notificationd_de.ts │ ├── lxqt-notificationd_el.ts │ ├── lxqt-notificationd_es.ts │ ├── lxqt-notificationd_fr.ts │ ├── lxqt-notificationd_hu.ts │ ├── lxqt-notificationd_id.ts │ ├── lxqt-notificationd_it.ts │ ├── lxqt-notificationd_ja.ts │ ├── lxqt-notificationd_lt.ts │ ├── lxqt-notificationd_lv.ts │ ├── lxqt-notificationd_nl.ts │ ├── lxqt-notificationd_pl.ts │ ├── lxqt-notificationd_pt.ts │ ├── lxqt-notificationd_ru.ts │ ├── lxqt-notificationd_ru_RU.ts │ ├── lxqt-notificationd_tr.ts │ ├── lxqt-notificationd_uk.ts │ └── lxqt-notificationd_zh_TW.ts ├── lxqt-openssh-askpass ├── CMakeLists.txt ├── lxqt-openssh-askpass.ts ├── lxqt-openssh-askpass_ar.ts ├── lxqt-openssh-askpass_ca.ts ├── lxqt-openssh-askpass_cs.ts ├── lxqt-openssh-askpass_da.ts ├── lxqt-openssh-askpass_de.ts ├── lxqt-openssh-askpass_el.ts ├── lxqt-openssh-askpass_es.ts ├── lxqt-openssh-askpass_fr.ts ├── lxqt-openssh-askpass_hu.ts ├── lxqt-openssh-askpass_id.ts ├── lxqt-openssh-askpass_it.ts ├── lxqt-openssh-askpass_ja.ts ├── lxqt-openssh-askpass_lt.ts ├── lxqt-openssh-askpass_nl.ts ├── lxqt-openssh-askpass_pl.ts ├── lxqt-openssh-askpass_pt.ts ├── lxqt-openssh-askpass_ru.ts ├── lxqt-openssh-askpass_tr.ts ├── lxqt-openssh-askpass_uk.ts └── lxqt-openssh-askpass_zh_CN.ts ├── lxqt-panel ├── CMakeLists.txt ├── panel │ ├── lxqt-panel.ts │ ├── lxqt-panel_ar.ts │ ├── lxqt-panel_ca.ts │ ├── lxqt-panel_cs.ts │ ├── lxqt-panel_da.ts │ ├── lxqt-panel_de.ts │ ├── lxqt-panel_el.ts │ ├── lxqt-panel_eo.ts │ ├── lxqt-panel_es.ts │ ├── lxqt-panel_es_UY.ts │ ├── lxqt-panel_es_VE.ts │ ├── lxqt-panel_eu.ts │ ├── lxqt-panel_fi.ts │ ├── lxqt-panel_fr.ts │ ├── lxqt-panel_hr.ts │ ├── lxqt-panel_hu.ts │ ├── lxqt-panel_ia.ts │ ├── lxqt-panel_id.ts │ ├── lxqt-panel_it.ts │ ├── lxqt-panel_ja.ts │ ├── lxqt-panel_ko.ts │ ├── lxqt-panel_lt.ts │ ├── lxqt-panel_nl.ts │ ├── lxqt-panel_pl.ts │ ├── lxqt-panel_pt.ts │ ├── lxqt-panel_pt_BR.ts │ ├── lxqt-panel_ro_RO.ts │ ├── lxqt-panel_ru.ts │ ├── lxqt-panel_sk_SK.ts │ ├── lxqt-panel_sl.ts │ ├── lxqt-panel_sr@latin.ts │ ├── lxqt-panel_sr_BA.ts │ ├── lxqt-panel_sr_RS.ts │ ├── lxqt-panel_th_TH.ts │ ├── lxqt-panel_tr.ts │ ├── lxqt-panel_uk.ts │ ├── lxqt-panel_zh_CN.ts │ └── lxqt-panel_zh_TW.ts ├── plugin-clock │ ├── clock.ts │ ├── clock_ar.ts │ ├── clock_ca.ts │ ├── clock_cs.ts │ ├── clock_da.ts │ ├── clock_de.ts │ ├── clock_el.ts │ ├── clock_eo.ts │ ├── clock_es.ts │ ├── clock_es_UY.ts │ ├── clock_es_VE.ts │ ├── clock_eu.ts │ ├── clock_fi.ts │ ├── clock_fr.ts │ ├── clock_hr.ts │ ├── clock_hu.ts │ ├── clock_ia.ts │ ├── clock_id.ts │ ├── clock_it.ts │ ├── clock_ja.ts │ ├── clock_ko.ts │ ├── clock_lt.ts │ ├── clock_nl.ts │ ├── clock_pl.ts │ ├── clock_pt.ts │ ├── clock_pt_BR.ts │ ├── clock_ro_RO.ts │ ├── clock_ru.ts │ ├── clock_sk_SK.ts │ ├── clock_sl.ts │ ├── clock_sr@latin.ts │ ├── clock_sr_BA.ts │ ├── clock_sr_RS.ts │ ├── clock_th_TH.ts │ ├── clock_tr.ts │ ├── clock_uk.ts │ ├── clock_zh_CN.ts │ └── clock_zh_TW.ts ├── plugin-colorpicker │ ├── colorpicker.ts │ ├── colorpicker_da.ts │ ├── colorpicker_pl.ts │ └── colorpicker_tr.ts ├── plugin-cpuload │ ├── cpuload.ts │ ├── cpuload_ar.ts │ ├── cpuload_ca.ts │ ├── cpuload_cs.ts │ ├── cpuload_da.ts │ ├── cpuload_de.ts │ ├── cpuload_el.ts │ ├── cpuload_eo.ts │ ├── cpuload_es.ts │ ├── cpuload_es_VE.ts │ ├── cpuload_eu.ts │ ├── cpuload_fi.ts │ ├── cpuload_fr.ts │ ├── cpuload_hr.ts │ ├── cpuload_hu.ts │ ├── cpuload_id.ts │ ├── cpuload_it.ts │ ├── cpuload_ja.ts │ ├── cpuload_lt.ts │ ├── cpuload_nl.ts │ ├── cpuload_pl.ts │ ├── cpuload_pt.ts │ ├── cpuload_pt_BR.ts │ ├── cpuload_ro_RO.ts │ ├── cpuload_ru.ts │ ├── cpuload_sl.ts │ ├── cpuload_th_TH.ts │ ├── cpuload_tr.ts │ ├── cpuload_uk.ts │ ├── cpuload_zh_CN.ts │ └── cpuload_zh_TW.ts ├── plugin-desktopswitch │ ├── desktopswitch.ts │ ├── desktopswitch_ar.ts │ ├── desktopswitch_ca.ts │ ├── desktopswitch_cs.ts │ ├── desktopswitch_da.ts │ ├── desktopswitch_de.ts │ ├── desktopswitch_el.ts │ ├── desktopswitch_eo.ts │ ├── desktopswitch_es.ts │ ├── desktopswitch_es_UY.ts │ ├── desktopswitch_es_VE.ts │ ├── desktopswitch_eu.ts │ ├── desktopswitch_fi.ts │ ├── desktopswitch_fr.ts │ ├── desktopswitch_hr.ts │ ├── desktopswitch_hu.ts │ ├── desktopswitch_ia.ts │ ├── desktopswitch_id.ts │ ├── desktopswitch_it.ts │ ├── desktopswitch_ja.ts │ ├── desktopswitch_ko.ts │ ├── desktopswitch_lt.ts │ ├── desktopswitch_nl.ts │ ├── desktopswitch_pl.ts │ ├── desktopswitch_pt.ts │ ├── desktopswitch_pt_BR.ts │ ├── desktopswitch_ro_RO.ts │ ├── desktopswitch_ru.ts │ ├── desktopswitch_sk_SK.ts │ ├── desktopswitch_sl.ts │ ├── desktopswitch_sr@latin.ts │ ├── desktopswitch_sr_BA.ts │ ├── desktopswitch_sr_RS.ts │ ├── desktopswitch_th_TH.ts │ ├── desktopswitch_tr.ts │ ├── desktopswitch_uk.ts │ ├── desktopswitch_zh_CN.ts │ └── desktopswitch_zh_TW.ts ├── plugin-directorymenu │ ├── directorymenu.ts │ ├── directorymenu_ar.ts │ ├── directorymenu_ca.ts │ ├── directorymenu_cs.ts │ ├── directorymenu_da.ts │ ├── directorymenu_de.ts │ ├── directorymenu_el.ts │ ├── directorymenu_es.ts │ ├── directorymenu_fr.ts │ ├── directorymenu_hr.ts │ ├── directorymenu_hu.ts │ ├── directorymenu_id.ts │ ├── directorymenu_it.ts │ ├── directorymenu_ja.ts │ ├── directorymenu_lt.ts │ ├── directorymenu_nl.ts │ ├── directorymenu_pl.ts │ ├── directorymenu_pt.ts │ ├── directorymenu_ru.ts │ ├── directorymenu_tr.ts │ ├── directorymenu_uk.ts │ └── directorymenu_zh_CN.ts ├── plugin-dom │ ├── dom.ts │ ├── dom_ar.ts │ ├── dom_ca.ts │ ├── dom_cs.ts │ ├── dom_da.ts │ ├── dom_de.ts │ ├── dom_el.ts │ ├── dom_es.ts │ ├── dom_fr.ts │ ├── dom_hr.ts │ ├── dom_hu.ts │ ├── dom_id.ts │ ├── dom_it.ts │ ├── dom_ja.ts │ ├── dom_lt.ts │ ├── dom_nl.ts │ ├── dom_pl.ts │ ├── dom_pt.ts │ ├── dom_ru.ts │ ├── dom_tr.ts │ ├── dom_uk.ts │ └── dom_zh_CN.ts ├── plugin-kbindicator │ ├── kbindicator.ts │ ├── kbindicator_ar.ts │ ├── kbindicator_ca.ts │ ├── kbindicator_cs.ts │ ├── kbindicator_da.ts │ ├── kbindicator_de.ts │ ├── kbindicator_el.ts │ ├── kbindicator_es.ts │ ├── kbindicator_fr.ts │ ├── kbindicator_hr.ts │ ├── kbindicator_hu.ts │ ├── kbindicator_id.ts │ ├── kbindicator_it.ts │ ├── kbindicator_ja.ts │ ├── kbindicator_lt.ts │ ├── kbindicator_nl.ts │ ├── kbindicator_pl.ts │ ├── kbindicator_pt.ts │ ├── kbindicator_ru.ts │ ├── kbindicator_tr.ts │ ├── kbindicator_uk.ts │ └── kbindicator_zh_CN.ts ├── plugin-mainmenu │ ├── mainmenu.ts │ ├── mainmenu_ar.ts │ ├── mainmenu_ca.ts │ ├── mainmenu_cs.ts │ ├── mainmenu_da.ts │ ├── mainmenu_de.ts │ ├── mainmenu_el.ts │ ├── mainmenu_eo.ts │ ├── mainmenu_es.ts │ ├── mainmenu_es_UY.ts │ ├── mainmenu_es_VE.ts │ ├── mainmenu_eu.ts │ ├── mainmenu_fi.ts │ ├── mainmenu_fr.ts │ ├── mainmenu_hr.ts │ ├── mainmenu_hu.ts │ ├── mainmenu_ia.ts │ ├── mainmenu_id.ts │ ├── mainmenu_it.ts │ ├── mainmenu_ja.ts │ ├── mainmenu_ko.ts │ ├── mainmenu_lt.ts │ ├── mainmenu_nl.ts │ ├── mainmenu_pl.ts │ ├── mainmenu_pt.ts │ ├── mainmenu_pt_BR.ts │ ├── mainmenu_ro_RO.ts │ ├── mainmenu_ru.ts │ ├── mainmenu_sk_SK.ts │ ├── mainmenu_sl.ts │ ├── mainmenu_sr@latin.ts │ ├── mainmenu_sr_BA.ts │ ├── mainmenu_sr_RS.ts │ ├── mainmenu_th_TH.ts │ ├── mainmenu_tr.ts │ ├── mainmenu_uk.ts │ ├── mainmenu_zh_CN.ts │ └── mainmenu_zh_TW.ts ├── plugin-mount │ ├── mount.ts │ ├── mount_ar.ts │ ├── mount_ca.ts │ ├── mount_cs.ts │ ├── mount_da.ts │ ├── mount_de.ts │ ├── mount_el.ts │ ├── mount_eo.ts │ ├── mount_es.ts │ ├── mount_es_UY.ts │ ├── mount_es_VE.ts │ ├── mount_eu.ts │ ├── mount_fi.ts │ ├── mount_fr.ts │ ├── mount_hr.ts │ ├── mount_hu.ts │ ├── mount_ia.ts │ ├── mount_id.ts │ ├── mount_it.ts │ ├── mount_ja.ts │ ├── mount_ko.ts │ ├── mount_lt.ts │ ├── mount_nl.ts │ ├── mount_pl.ts │ ├── mount_pt.ts │ ├── mount_pt_BR.ts │ ├── mount_ro_RO.ts │ ├── mount_ru.ts │ ├── mount_sk_SK.ts │ ├── mount_sl.ts │ ├── mount_sr@latin.ts │ ├── mount_sr_BA.ts │ ├── mount_sr_RS.ts │ ├── mount_th_TH.ts │ ├── mount_tr.ts │ ├── mount_uk.ts │ ├── mount_zh_CN.ts │ └── mount_zh_TW.ts ├── plugin-networkmonitor │ ├── networkmonitor.ts │ ├── networkmonitor_ar.ts │ ├── networkmonitor_ca.ts │ ├── networkmonitor_cs.ts │ ├── networkmonitor_da.ts │ ├── networkmonitor_de.ts │ ├── networkmonitor_el.ts │ ├── networkmonitor_eo.ts │ ├── networkmonitor_es.ts │ ├── networkmonitor_eu.ts │ ├── networkmonitor_fi.ts │ ├── networkmonitor_fr.ts │ ├── networkmonitor_hr.ts │ ├── networkmonitor_hu.ts │ ├── networkmonitor_id.ts │ ├── networkmonitor_it.ts │ ├── networkmonitor_ja.ts │ ├── networkmonitor_lt.ts │ ├── networkmonitor_nl.ts │ ├── networkmonitor_pl.ts │ ├── networkmonitor_pt.ts │ ├── networkmonitor_pt_BR.ts │ ├── networkmonitor_ro_RO.ts │ ├── networkmonitor_ru.ts │ ├── networkmonitor_th_TH.ts │ ├── networkmonitor_tr.ts │ ├── networkmonitor_uk.ts │ ├── networkmonitor_zh_CN.ts │ └── networkmonitor_zh_TW.ts ├── plugin-quicklaunch │ ├── quicklaunch.ts │ ├── quicklaunch_ar.ts │ ├── quicklaunch_ca.ts │ ├── quicklaunch_cs.ts │ ├── quicklaunch_da.ts │ ├── quicklaunch_de.ts │ ├── quicklaunch_el.ts │ ├── quicklaunch_eo.ts │ ├── quicklaunch_es.ts │ ├── quicklaunch_es_VE.ts │ ├── quicklaunch_eu.ts │ ├── quicklaunch_fi.ts │ ├── quicklaunch_fr.ts │ ├── quicklaunch_hu.ts │ ├── quicklaunch_ia.ts │ ├── quicklaunch_id.ts │ ├── quicklaunch_it.ts │ ├── quicklaunch_ja.ts │ ├── quicklaunch_ko.ts │ ├── quicklaunch_lt.ts │ ├── quicklaunch_nl.ts │ ├── quicklaunch_pl.ts │ ├── quicklaunch_pt.ts │ ├── quicklaunch_pt_BR.ts │ ├── quicklaunch_ro_RO.ts │ ├── quicklaunch_ru.ts │ ├── quicklaunch_sk_SK.ts │ ├── quicklaunch_sl.ts │ ├── quicklaunch_sr@latin.ts │ ├── quicklaunch_sr_BA.ts │ ├── quicklaunch_sr_RS.ts │ ├── quicklaunch_th_TH.ts │ ├── quicklaunch_tr.ts │ ├── quicklaunch_uk.ts │ ├── quicklaunch_zh_CN.ts │ └── quicklaunch_zh_TW.ts ├── plugin-sensors │ ├── sensors.ts │ ├── sensors_ar.ts │ ├── sensors_ca.ts │ ├── sensors_cs.ts │ ├── sensors_da.ts │ ├── sensors_de.ts │ ├── sensors_el.ts │ ├── sensors_es.ts │ ├── sensors_es_VE.ts │ ├── sensors_eu.ts │ ├── sensors_fi.ts │ ├── sensors_fr.ts │ ├── sensors_hr.ts │ ├── sensors_hu.ts │ ├── sensors_id.ts │ ├── sensors_it.ts │ ├── sensors_ja.ts │ ├── sensors_lt.ts │ ├── sensors_nl.ts │ ├── sensors_pl.ts │ ├── sensors_pt.ts │ ├── sensors_pt_BR.ts │ ├── sensors_ro_RO.ts │ ├── sensors_ru.ts │ ├── sensors_th_TH.ts │ ├── sensors_tr.ts │ ├── sensors_uk.ts │ ├── sensors_zh_CN.ts │ └── sensors_zh_TW.ts ├── plugin-showdesktop │ ├── showdesktop.ts │ ├── showdesktop_ar.ts │ ├── showdesktop_ca.ts │ ├── showdesktop_cs.ts │ ├── showdesktop_da.ts │ ├── showdesktop_de.ts │ ├── showdesktop_el.ts │ ├── showdesktop_eo.ts │ ├── showdesktop_es.ts │ ├── showdesktop_es_VE.ts │ ├── showdesktop_eu.ts │ ├── showdesktop_fi.ts │ ├── showdesktop_fr.ts │ ├── showdesktop_hr.ts │ ├── showdesktop_hu.ts │ ├── showdesktop_ia.ts │ ├── showdesktop_id.ts │ ├── showdesktop_it.ts │ ├── showdesktop_ja.ts │ ├── showdesktop_ko.ts │ ├── showdesktop_lt.ts │ ├── showdesktop_nl.ts │ ├── showdesktop_pl.ts │ ├── showdesktop_pt.ts │ ├── showdesktop_pt_BR.ts │ ├── showdesktop_ro_RO.ts │ ├── showdesktop_ru.ts │ ├── showdesktop_sk_SK.ts │ ├── showdesktop_sl.ts │ ├── showdesktop_sr@latin.ts │ ├── showdesktop_sr_BA.ts │ ├── showdesktop_sr_RS.ts │ ├── showdesktop_th_TH.ts │ ├── showdesktop_tr.ts │ ├── showdesktop_uk.ts │ ├── showdesktop_zh_CN.ts │ └── showdesktop_zh_TW.ts ├── plugin-spacer │ ├── spacer.ts │ ├── spacer_ar.ts │ ├── spacer_ca.ts │ ├── spacer_cs.ts │ ├── spacer_da.ts │ ├── spacer_de.ts │ ├── spacer_el.ts │ ├── spacer_es.ts │ ├── spacer_fr.ts │ ├── spacer_hr.ts │ ├── spacer_hu.ts │ ├── spacer_id.ts │ ├── spacer_it.ts │ ├── spacer_ja.ts │ ├── spacer_lt.ts │ ├── spacer_nl.ts │ ├── spacer_pl.ts │ ├── spacer_pt.ts │ ├── spacer_ru.ts │ ├── spacer_sk.ts │ ├── spacer_tr.ts │ ├── spacer_uk.ts │ └── spacer_zh_CN.ts ├── plugin-statusnotifier │ ├── statusnotifier.ts │ ├── statusnotifier_da.ts │ ├── statusnotifier_pl.ts │ └── statusnotifier_tr.ts ├── plugin-sysstat │ ├── sysstat.ts │ ├── sysstat_ca.ts │ ├── sysstat_cs.ts │ ├── sysstat_da.ts │ ├── sysstat_de.ts │ ├── sysstat_el.ts │ ├── sysstat_es.ts │ ├── sysstat_fr.ts │ ├── sysstat_hu.ts │ ├── sysstat_id.ts │ ├── sysstat_it.ts │ ├── sysstat_ja.ts │ ├── sysstat_lt.ts │ ├── sysstat_nl.ts │ ├── sysstat_pl.ts │ ├── sysstat_pt.ts │ ├── sysstat_ru.ts │ ├── sysstat_tr.ts │ ├── sysstat_uk.ts │ └── sysstat_zh_CN.ts ├── plugin-taskbar │ ├── taskbar.ts │ ├── taskbar_ar.ts │ ├── taskbar_ca.ts │ ├── taskbar_cs.ts │ ├── taskbar_da.ts │ ├── taskbar_de.ts │ ├── taskbar_el.ts │ ├── taskbar_eo.ts │ ├── taskbar_es.ts │ ├── taskbar_es_VE.ts │ ├── taskbar_eu.ts │ ├── taskbar_fi.ts │ ├── taskbar_fr.ts │ ├── taskbar_hr.ts │ ├── taskbar_hu.ts │ ├── taskbar_ia.ts │ ├── taskbar_id.ts │ ├── taskbar_it.ts │ ├── taskbar_ja.ts │ ├── taskbar_ko.ts │ ├── taskbar_lt.ts │ ├── taskbar_nl.ts │ ├── taskbar_pl.ts │ ├── taskbar_pt.ts │ ├── taskbar_pt_BR.ts │ ├── taskbar_ro_RO.ts │ ├── taskbar_ru.ts │ ├── taskbar_sk_SK.ts │ ├── taskbar_sl.ts │ ├── taskbar_sr@latin.ts │ ├── taskbar_sr_BA.ts │ ├── taskbar_sr_RS.ts │ ├── taskbar_th_TH.ts │ ├── taskbar_tr.ts │ ├── taskbar_uk.ts │ ├── taskbar_zh_CN.ts │ └── taskbar_zh_TW.ts ├── plugin-tray │ ├── tray.ts │ ├── tray_da.ts │ ├── tray_pl.ts │ └── tray_tr.ts ├── plugin-volume │ ├── volume.ts │ ├── volume_ar.ts │ ├── volume_ca.ts │ ├── volume_cs.ts │ ├── volume_da.ts │ ├── volume_de.ts │ ├── volume_el.ts │ ├── volume_eo.ts │ ├── volume_es.ts │ ├── volume_es_VE.ts │ ├── volume_eu.ts │ ├── volume_fi.ts │ ├── volume_fr.ts │ ├── volume_hu.ts │ ├── volume_id.ts │ ├── volume_it.ts │ ├── volume_ja.ts │ ├── volume_lt.ts │ ├── volume_nl.ts │ ├── volume_pl.ts │ ├── volume_pt.ts │ ├── volume_pt_BR.ts │ ├── volume_ro_RO.ts │ ├── volume_ru.ts │ ├── volume_sl.ts │ ├── volume_th_TH.ts │ ├── volume_tr.ts │ ├── volume_uk.ts │ ├── volume_zh_CN.ts │ └── volume_zh_TW.ts └── plugin-worldclock │ ├── worldclock.ts │ ├── worldclock_ar.ts │ ├── worldclock_ca.ts │ ├── worldclock_cs.ts │ ├── worldclock_da.ts │ ├── worldclock_de.ts │ ├── worldclock_el.ts │ ├── worldclock_es.ts │ ├── worldclock_fr.ts │ ├── worldclock_hu.ts │ ├── worldclock_id.ts │ ├── worldclock_it.ts │ ├── worldclock_ja.ts │ ├── worldclock_lt.ts │ ├── worldclock_nl.ts │ ├── worldclock_pl.ts │ ├── worldclock_pt.ts │ ├── worldclock_ru.ts │ ├── worldclock_tr.ts │ ├── worldclock_uk.ts │ └── worldclock_zh_CN.ts ├── lxqt-policykit ├── CMakeLists.txt └── lxqt-policykit-agent │ ├── CMakeLists.txt │ ├── lxqt-policykit-agent.ts │ ├── lxqt-policykit-agent_ar.ts │ ├── lxqt-policykit-agent_ca.ts │ ├── lxqt-policykit-agent_cs.ts │ ├── lxqt-policykit-agent_da.ts │ ├── lxqt-policykit-agent_de.ts │ ├── lxqt-policykit-agent_el.ts │ ├── lxqt-policykit-agent_es.ts │ ├── lxqt-policykit-agent_fr.ts │ ├── lxqt-policykit-agent_hu.ts │ ├── lxqt-policykit-agent_id.ts │ ├── lxqt-policykit-agent_it.ts │ ├── lxqt-policykit-agent_ja.ts │ ├── lxqt-policykit-agent_lt.ts │ ├── lxqt-policykit-agent_nl.ts │ ├── lxqt-policykit-agent_pl.ts │ ├── lxqt-policykit-agent_pt.ts │ ├── lxqt-policykit-agent_ru.ts │ ├── lxqt-policykit-agent_tr.ts │ ├── lxqt-policykit-agent_uk.ts │ └── lxqt-policykit-agent_zh_CN.ts ├── lxqt-powermanagement ├── CMakeLists.txt ├── lxqt-config-powermanagement │ ├── CMakeLists.txt │ ├── lxqt-config-powermanagement.ts │ ├── lxqt-config-powermanagement_ar.ts │ ├── lxqt-config-powermanagement_ca.ts │ ├── lxqt-config-powermanagement_cs.ts │ ├── lxqt-config-powermanagement_da.ts │ ├── lxqt-config-powermanagement_de.ts │ ├── lxqt-config-powermanagement_el.ts │ ├── lxqt-config-powermanagement_es.ts │ ├── lxqt-config-powermanagement_fr.ts │ ├── lxqt-config-powermanagement_hu.ts │ ├── lxqt-config-powermanagement_id.ts │ ├── lxqt-config-powermanagement_it.ts │ ├── lxqt-config-powermanagement_ja.ts │ ├── lxqt-config-powermanagement_lt.ts │ ├── lxqt-config-powermanagement_nl.ts │ ├── lxqt-config-powermanagement_pl.ts │ ├── lxqt-config-powermanagement_pt.ts │ ├── lxqt-config-powermanagement_ru.ts │ ├── lxqt-config-powermanagement_tr.ts │ ├── lxqt-config-powermanagement_uk.ts │ └── lxqt-config-powermanagement_zh_CN.ts └── lxqt-powermanagement │ ├── CMakeLists.txt │ ├── lxqt-powermanagement.ts │ ├── lxqt-powermanagement_ar.ts │ ├── lxqt-powermanagement_ca.ts │ ├── lxqt-powermanagement_cs.ts │ ├── lxqt-powermanagement_da.ts │ ├── lxqt-powermanagement_de.ts │ ├── lxqt-powermanagement_el.ts │ ├── lxqt-powermanagement_es.ts │ ├── lxqt-powermanagement_fr.ts │ ├── lxqt-powermanagement_hu.ts │ ├── lxqt-powermanagement_id.ts │ ├── lxqt-powermanagement_it.ts │ ├── lxqt-powermanagement_ja.ts │ ├── lxqt-powermanagement_lt.ts │ ├── lxqt-powermanagement_nl.ts │ ├── lxqt-powermanagement_pl.ts │ ├── lxqt-powermanagement_pt.ts │ ├── lxqt-powermanagement_ru.ts │ ├── lxqt-powermanagement_tr.ts │ ├── lxqt-powermanagement_uk.ts │ └── lxqt-powermanagement_zh_CN.ts ├── lxqt-runner ├── CMakeLists.txt ├── lxqt-runner.ts ├── lxqt-runner_ar.ts ├── lxqt-runner_ca.ts ├── lxqt-runner_cs.ts ├── lxqt-runner_da.ts ├── lxqt-runner_de.ts ├── lxqt-runner_el.ts ├── lxqt-runner_eo.ts ├── lxqt-runner_es.ts ├── lxqt-runner_es_VE.ts ├── lxqt-runner_eu.ts ├── lxqt-runner_fi.ts ├── lxqt-runner_fr.ts ├── lxqt-runner_hu.ts ├── lxqt-runner_ia.ts ├── lxqt-runner_id.ts ├── lxqt-runner_it.ts ├── lxqt-runner_ja.ts ├── lxqt-runner_ko.ts ├── lxqt-runner_lt.ts ├── lxqt-runner_nl.ts ├── lxqt-runner_pl.ts ├── lxqt-runner_pt.ts ├── lxqt-runner_pt_BR.ts ├── lxqt-runner_ro_RO.ts ├── lxqt-runner_ru.ts ├── lxqt-runner_ru_RU.ts ├── lxqt-runner_sk_SK.ts ├── lxqt-runner_sl.ts ├── lxqt-runner_sr@latin.ts ├── lxqt-runner_sr_BA.ts ├── lxqt-runner_sr_RS.ts ├── lxqt-runner_th_TH.ts ├── lxqt-runner_tr.ts ├── lxqt-runner_uk.ts ├── lxqt-runner_zh_CN.ts └── lxqt-runner_zh_TW.ts ├── lxqt-session ├── CMakeLists.txt ├── lxqt-config-session │ ├── CMakeLists.txt │ ├── lxqt-config-session.ts │ ├── lxqt-config-session_ar.ts │ ├── lxqt-config-session_ca.ts │ ├── lxqt-config-session_cs.ts │ ├── lxqt-config-session_da.ts │ ├── lxqt-config-session_de.ts │ ├── lxqt-config-session_el.ts │ ├── lxqt-config-session_eo.ts │ ├── lxqt-config-session_es.ts │ ├── lxqt-config-session_es_UY.ts │ ├── lxqt-config-session_es_VE.ts │ ├── lxqt-config-session_eu.ts │ ├── lxqt-config-session_fi.ts │ ├── lxqt-config-session_fr.ts │ ├── lxqt-config-session_hu.ts │ ├── lxqt-config-session_ia.ts │ ├── lxqt-config-session_id.ts │ ├── lxqt-config-session_it.ts │ ├── lxqt-config-session_ja.ts │ ├── lxqt-config-session_ko.ts │ ├── lxqt-config-session_lt.ts │ ├── lxqt-config-session_nl.ts │ ├── lxqt-config-session_pl.ts │ ├── lxqt-config-session_pt.ts │ ├── lxqt-config-session_pt_BR.ts │ ├── lxqt-config-session_ro_RO.ts │ ├── lxqt-config-session_ru.ts │ ├── lxqt-config-session_sk_SK.ts │ ├── lxqt-config-session_sl.ts │ ├── lxqt-config-session_sr@latin.ts │ ├── lxqt-config-session_sr_RS.ts │ ├── lxqt-config-session_th_TH.ts │ ├── lxqt-config-session_tr.ts │ ├── lxqt-config-session_uk.ts │ ├── lxqt-config-session_zh_CN.GB2312.ts │ ├── lxqt-config-session_zh_CN.ts │ └── lxqt-config-session_zh_TW.ts ├── lxqt-leave │ ├── CMakeLists.txt │ ├── lxqt-leave.ts │ ├── lxqt-leave_ar.ts │ ├── lxqt-leave_ca.ts │ ├── lxqt-leave_cs.ts │ ├── lxqt-leave_da.ts │ ├── lxqt-leave_de.ts │ ├── lxqt-leave_el.ts │ ├── lxqt-leave_es.ts │ ├── lxqt-leave_fr.ts │ ├── lxqt-leave_hr.ts │ ├── lxqt-leave_hu.ts │ ├── lxqt-leave_id.ts │ ├── lxqt-leave_it.ts │ ├── lxqt-leave_ja.ts │ ├── lxqt-leave_lt.ts │ ├── lxqt-leave_nl.ts │ ├── lxqt-leave_pl.ts │ ├── lxqt-leave_pt.ts │ ├── lxqt-leave_ru.ts │ ├── lxqt-leave_tr.ts │ ├── lxqt-leave_uk.ts │ └── lxqt-leave_zh_CN.ts └── lxqt-session │ ├── CMakeLists.txt │ ├── lxqt-session.ts │ ├── lxqt-session_ar.ts │ ├── lxqt-session_ca.ts │ ├── lxqt-session_cs.ts │ ├── lxqt-session_da.ts │ ├── lxqt-session_de.ts │ ├── lxqt-session_el.ts │ ├── lxqt-session_eo.ts │ ├── lxqt-session_es.ts │ ├── lxqt-session_es_UY.ts │ ├── lxqt-session_es_VE.ts │ ├── lxqt-session_eu.ts │ ├── lxqt-session_fi.ts │ ├── lxqt-session_fr.ts │ ├── lxqt-session_hr.ts │ ├── lxqt-session_hu.ts │ ├── lxqt-session_ia.ts │ ├── lxqt-session_id.ts │ ├── lxqt-session_it.ts │ ├── lxqt-session_ja.ts │ ├── lxqt-session_ko.ts │ ├── lxqt-session_lt.ts │ ├── lxqt-session_nl.ts │ ├── lxqt-session_pl.ts │ ├── lxqt-session_pt.ts │ ├── lxqt-session_pt_BR.ts │ ├── lxqt-session_ro_RO.ts │ ├── lxqt-session_ru.ts │ ├── lxqt-session_sk_SK.ts │ ├── lxqt-session_sl.ts │ ├── lxqt-session_sr@latin.ts │ ├── lxqt-session_sr_BA.ts │ ├── lxqt-session_sr_RS.ts │ ├── lxqt-session_th_TH.ts │ ├── lxqt-session_tr.ts │ ├── lxqt-session_uk.ts │ ├── lxqt-session_zh_CN.GB2312.ts │ ├── lxqt-session_zh_CN.ts │ └── lxqt-session_zh_TW.ts ├── lxqt-sudo ├── CMakeLists.txt ├── lxqt-sudo.ts ├── lxqt-sudo_ar.ts ├── lxqt-sudo_ca.ts ├── lxqt-sudo_cs.ts ├── lxqt-sudo_da.ts ├── lxqt-sudo_de.ts ├── lxqt-sudo_el.ts ├── lxqt-sudo_es.ts ├── lxqt-sudo_fr.ts ├── lxqt-sudo_hu.ts ├── lxqt-sudo_id.ts ├── lxqt-sudo_it.ts ├── lxqt-sudo_ja.ts ├── lxqt-sudo_lt.ts ├── lxqt-sudo_nl.ts ├── lxqt-sudo_pl.ts ├── lxqt-sudo_pt.ts ├── lxqt-sudo_ru.ts ├── lxqt-sudo_sk.ts ├── lxqt-sudo_tr.ts ├── lxqt-sudo_uk.ts ├── lxqt-sudo_zh_CN.ts └── lxqt-sudo_zh_TW.ts ├── obconf-qt ├── CMakeLists.txt ├── obconf-qt.ts ├── obconf-qt_ca.ts ├── obconf-qt_cs.ts ├── obconf-qt_da.ts ├── obconf-qt_de.ts ├── obconf-qt_el.ts ├── obconf-qt_es.ts ├── obconf-qt_fr.ts ├── obconf-qt_gl.ts ├── obconf-qt_hr.ts ├── obconf-qt_hu.ts ├── obconf-qt_id.ts ├── obconf-qt_is.ts ├── obconf-qt_it.ts ├── obconf-qt_ja.ts ├── obconf-qt_lt.ts ├── obconf-qt_nl.ts ├── obconf-qt_pa.ts ├── obconf-qt_pl.ts ├── obconf-qt_pt.ts ├── obconf-qt_pt_BR.ts ├── obconf-qt_ru.ts ├── obconf-qt_sv.ts ├── obconf-qt_tr.ts ├── obconf-qt_uk.ts └── obconf-qt_zh_CN.ts ├── pavucontrol-qt ├── CMakeLists.txt ├── pavucontrol-qt.ts ├── pavucontrol-qt_as.ts ├── pavucontrol-qt_bn_IN.ts ├── pavucontrol-qt_ca.ts ├── pavucontrol-qt_cs.ts ├── pavucontrol-qt_da.ts ├── pavucontrol-qt_de.ts ├── pavucontrol-qt_el.ts ├── pavucontrol-qt_es.ts ├── pavucontrol-qt_fi.ts ├── pavucontrol-qt_fr.ts ├── pavucontrol-qt_gu.ts ├── pavucontrol-qt_hi.ts ├── pavucontrol-qt_hu.ts ├── pavucontrol-qt_id.ts ├── pavucontrol-qt_it.ts ├── pavucontrol-qt_ja.ts ├── pavucontrol-qt_kn.ts ├── pavucontrol-qt_lt.ts ├── pavucontrol-qt_ml.ts ├── pavucontrol-qt_mr.ts ├── pavucontrol-qt_nl.ts ├── pavucontrol-qt_or.ts ├── pavucontrol-qt_pa.ts ├── pavucontrol-qt_pl.ts ├── pavucontrol-qt_pt.ts ├── pavucontrol-qt_pt_BR.ts ├── pavucontrol-qt_ru.ts ├── pavucontrol-qt_sk.ts ├── pavucontrol-qt_sr.ts ├── pavucontrol-qt_sr@latin.ts ├── pavucontrol-qt_sv.ts ├── pavucontrol-qt_ta.ts ├── pavucontrol-qt_te.ts ├── pavucontrol-qt_th.ts ├── pavucontrol-qt_tr.ts ├── pavucontrol-qt_uk.ts └── pavucontrol-qt_zh_CN.ts ├── pcmanfm-qt ├── CMakeLists.txt ├── pcmanfm-qt.ts ├── pcmanfm-qt_ar.ts ├── pcmanfm-qt_ca.ts ├── pcmanfm-qt_cs.ts ├── pcmanfm-qt_da.ts ├── pcmanfm-qt_de.ts ├── pcmanfm-qt_el.ts ├── pcmanfm-qt_es.ts ├── pcmanfm-qt_fr.ts ├── pcmanfm-qt_gl.ts ├── pcmanfm-qt_hu.ts ├── pcmanfm-qt_id.ts ├── pcmanfm-qt_it.ts ├── pcmanfm-qt_ja.ts ├── pcmanfm-qt_lt.ts ├── pcmanfm-qt_nl.ts ├── pcmanfm-qt_pl.ts ├── pcmanfm-qt_pt.ts ├── pcmanfm-qt_pt_BR.ts ├── pcmanfm-qt_ru.ts ├── pcmanfm-qt_tr.ts ├── pcmanfm-qt_uk.ts ├── pcmanfm-qt_zh_CN.ts └── pcmanfm-qt_zh_TW.ts ├── qterminal ├── CMakeLists.txt ├── qterminal.ts ├── qterminal_ca.ts ├── qterminal_cs.ts ├── qterminal_da.ts ├── qterminal_de.ts ├── qterminal_el.ts ├── qterminal_es.ts ├── qterminal_et.ts ├── qterminal_fr.ts ├── qterminal_hu.ts ├── qterminal_it.ts ├── qterminal_ja.ts ├── qterminal_lt.ts ├── qterminal_nl.ts ├── qterminal_pl.ts ├── qterminal_pt.ts ├── qterminal_pt_BR.ts ├── qterminal_ru.ts ├── qterminal_tr.ts ├── qterminal_uk.ts └── qterminal_zh_CN.ts └── qtermwidget ├── CMakeLists.txt ├── qtermwidget.ts ├── qtermwidget_ca.ts ├── qtermwidget_da.ts ├── qtermwidget_el.ts ├── qtermwidget_es.ts ├── qtermwidget_fr.ts ├── qtermwidget_hu.ts ├── qtermwidget_ja.ts ├── qtermwidget_lt.ts ├── qtermwidget_pl.ts ├── qtermwidget_pt.ts ├── qtermwidget_tr.ts ├── qtermwidget_zh_CN.ts └── qtermwidget_zh_TW.ts /AUTHORS: -------------------------------------------------------------------------------- 1 | Upstream Authors: 2 | LXQt team: https://lxqt.org 3 | Razor team: http://razor-qt.org 4 | 5 | Copyright: 6 | Copyright (c) 2010-2012 Razor team 7 | Copyright (c) 2012-2017 LXQt team 8 | 9 | License: LGPL-2.1+ 10 | -------------------------------------------------------------------------------- /check_ts.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ts_dir="$1" 4 | build_dir="$2" 5 | template="$3" 6 | ts_file='' 7 | ret=0 8 | 9 | error() 10 | { 11 | echo "check_ts($ts_file): $@" >&2 12 | ret=1 13 | } 14 | 15 | fatal_error() 16 | { 17 | error "$@" 18 | exit 1 19 | } 20 | 21 | [[ -n "$ts_dir" && -n "$build_dir" && -n "$template" ]] || fatal_error "wrong parameters, need [ts_dir] & [build_dir] & [template]" 22 | [[ -d "$ts_dir" ]] || fatal_error "ts_dir does not exist" 23 | [[ -d "$build_dir" ]] || fatal_error "build_dir does not exist" 24 | 25 | for ts_file in "$ts_dir/"*.ts; do 26 | # skip the template file 27 | [[ "$ts_file" != *"/$template.ts" ]] || continue 28 | 29 | # check if lanuguage matches file name 30 | language="$(sed -nre '/]+ language/ { s/^.*]+ language[[:space:]]*=[[:space:]]*['\''"]([^'\''"]+)['\''"].*$/\1/; p; }' "$ts_file")" \ 31 | || error "getting language failure" 32 | [[ -n "$language" ]] || error "unable to get language from ts file" 33 | 34 | [[ "$ts_file" = *_"$language".ts ]] || error "language($language) and file name mismatch" 35 | 36 | # check if .qm file is created 37 | ts_filename="${ts_file##*/}" 38 | qm_file="$build_dir/${ts_filename%ts}qm" 39 | [[ -f "$qm_file" ]] || error "qm file($qm_file) is not built" 40 | done 41 | 42 | exit $ret 43 | -------------------------------------------------------------------------------- /compton-conf/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(compton-conf) 4 | 5 | build_component("." "${CMAKE_INSTALL_FULL_DATADIR}/compton-conf/translations") 6 | -------------------------------------------------------------------------------- /libfm-qt/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(libfm-qt) 4 | 5 | build_component("." "${CMAKE_INSTALL_FULL_DATADIR}/libfm-qt/translations") 6 | -------------------------------------------------------------------------------- /liblxqt/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(liblxqt) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lximage-qt/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lximage-qt) 4 | 5 | build_component("." "${CMAKE_INSTALL_FULL_DATADIR}/lximage-qt/translations") 6 | -------------------------------------------------------------------------------- /lxqt-about/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-about) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-admin/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-admin) 4 | 5 | option(WITH_LXQT_ADMIN_TIME "Build lxqt-admin-time translations" ON) 6 | option(WITH_LXQT_ADMIN_USER "Build lxqt-admin-user translations" ON) 7 | 8 | #components 9 | add_component(WITH_LXQT_ADMIN_USER lxqt-admin-user) 10 | add_component(WITH_LXQT_ADMIN_TIME lxqt-admin-time) 11 | -------------------------------------------------------------------------------- /lxqt-admin/lxqt-admin-time/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-admin-time) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-admin/lxqt-admin-user/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-admin-user) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-config/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-config) 4 | 5 | option(WITH_LIBLXQT_CONFIG_CURSOR "Build liblxqt-config-cursor translations" ON) 6 | option(WITH_LXQT_CONFIG_APPEARANCE "Build lxqt-config-appearance translations" ON) 7 | option(WITH_LXQT_CONFIG_BRIGHTNESS "Build lxqt-config-brightness translations" ON) 8 | option(WITH_LXQT_CONFIG_FILE_ASSOCIATIONS "Build lxqt-config-file-associations translations" ON) 9 | option(WITH_LXQT_CONFIG_INPUT "Build lxqt-config-input translations" ON) 10 | option(WITH_LXQT_CONFIG_LOCALE "Build lxqt-config-locale translations" ON) 11 | option(WITH_LXQT_CONFIG_MONITOR "Build lxqt-config-monitor translations" ON) 12 | 13 | build_component("lxqt-config" "") 14 | 15 | #components 16 | add_component(WITH_LIBLXQT_CONFIG_CURSOR liblxqt-config-cursor) 17 | add_component(WITH_LXQT_CONFIG_APPEARANCE lxqt-config-appearance) 18 | add_component(WITH_LXQT_CONFIG_BRIGHTNESS lxqt-config-brightness) 19 | add_component(WITH_LXQT_CONFIG_FILE_ASSOCIATIONS lxqt-config-file-associations) 20 | add_component(WITH_LXQT_CONFIG_INPUT lxqt-config-input) 21 | add_component(WITH_LXQT_CONFIG_LOCALE lxqt-config-locale) 22 | add_component(WITH_LXQT_CONFIG_MONITOR lxqt-config-monitor) 23 | 24 | -------------------------------------------------------------------------------- /lxqt-config/liblxqt-config-cursor/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-config-cursor) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config-appearance/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-config-appearance) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config-brightness/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-config-brightness) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config-file-associations/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-config-file-associations) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config-input/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-config-input) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config-locale/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-config-locale) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config-monitor/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-config-monitor) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-config) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_ar.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | مركز الضّبط 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_ca.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Centre de configuració 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_cs.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Nastavovací středisko 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_da.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Konfigurationscenter 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_de.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Konfigurationszentrum 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_el.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Κέντρο διαμόρφωσης 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_es.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Centro de configuración 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_es_VE.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Centro de preferencias 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_eu.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Konfigurazio-zentroa 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_fi.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Asetuskeskus 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_fr.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Centre de configuration 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_hu.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Beállító központ 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_id.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Pusat Konfigurasi 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_it.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Centro di configurazione 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_ja.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | コンフィグレーションセンター 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_lt.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Konfigūravimo centras 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_lv.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Konfigurācijas Centrs 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_nl.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Instellingencentrum 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_pl.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Panel sterowania 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_pt.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Centro de configurações 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_pt_BR.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Centro De Configuração 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_ro_RO.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Centru de configurare 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_ru.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Центр настроек 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_th_TH.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | ศูนย์การปรับแต่ง 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_tr.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Yapılandırma Merkezi 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_uk.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | Центр налаштувань 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_zh_CN.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | 配置中心 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-config/lxqt-config/lxqt-config_zh_TW.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | Configuration Center 9 | 設定中心 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /lxqt-globalkeys/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-globalkeys) 4 | 5 | option(WITH_LXQT_CONFIG_GLOBALKEYSHORTCUTS "Build lxqt-config-globalkeyshortcuts translations" ON) 6 | 7 | #components 8 | add_component(WITH_LXQT_CONFIG_GLOBALKEYSHORTCUTS lxqt-config-globalkeyshortcuts) 9 | 10 | -------------------------------------------------------------------------------- /lxqt-globalkeys/lxqt-config-globalkeyshortcuts/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-config-globalkeyshortcuts) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-notificationd/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-notificationd) 4 | 5 | option(WITH_LXQT_CONFIG_NOTIFICATIOND "Build lxqt-config-notificationd translations" ON) 6 | 7 | build_component("lxqt-notificationd" "") 8 | 9 | #components 10 | add_component(WITH_LXQT_CONFIG_NOTIFICATIOND lxqt-config-notificationd) 11 | 12 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-config-notificationd/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-config-notificationd) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-notificationd) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | 10 | 11 | 12 | 13 | OK 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_ar.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | الإجراءات: 10 | 11 | 12 | 13 | OK 14 | حسنًا 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_ca.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | Accions: 10 | 11 | 12 | 13 | OK 14 | D'acord 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_cs.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | Činnosti: 10 | 11 | 12 | 13 | OK 14 | OK 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_da.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | Handlinger: 10 | 11 | 12 | 13 | OK 14 | OK 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_de.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | Aktionen: 10 | 11 | 12 | 13 | OK 14 | OK 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_el.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | Ενέργειες: 10 | 11 | 12 | 13 | OK 14 | Εντάξει 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_es.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | Acciones: 10 | 11 | 12 | 13 | OK 14 | Aceptar 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_fr.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | Actions : 10 | 11 | 12 | 13 | OK 14 | OK 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_hu.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | Akciók: 10 | 11 | 12 | 13 | OK 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_id.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | Tindakan: 10 | 11 | 12 | 13 | OK 14 | OKE 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_it.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | Azioni: 10 | 11 | 12 | 13 | OK 14 | OK 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_ja.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | 動作: 10 | 11 | 12 | 13 | OK 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_lt.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | Veiksmai: 10 | 11 | 12 | 13 | OK 14 | Gerai 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_lv.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | Darbības: 10 | 11 | 12 | 13 | OK 14 | Apstiprināt 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_nl.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | Acties: 10 | 11 | 12 | 13 | OK 14 | OK 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_pl.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | Działania: 10 | 11 | 12 | 13 | OK 14 | OK 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_pt.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | Ações: 10 | 11 | 12 | 13 | OK 14 | OK 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_ru.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | Действия: 10 | 11 | 12 | 13 | OK 14 | OK 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_ru_RU.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | Действия: 10 | 11 | 12 | 13 | OK 14 | OK 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_tr.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | Eylemler: 10 | 11 | 12 | 13 | OK 14 | Tamam 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_uk.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | Дії: 10 | 11 | 12 | 13 | OK 14 | ОК 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-notificationd/lxqt-notificationd/lxqt-notificationd_zh_TW.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | NotificationActionsComboWidget 6 | 7 | 8 | Actions: 9 | 動作 10 | 11 | 12 | 13 | OK 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-openssh-askpass) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass_ar.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | طلب عبارة مرور استيثاق OpenSSH 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | أدخل عبارة مرور SSH للطّلب: 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | طلب مجهول 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass_ca.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | Contrasenya d'autenticació OpenSSH de la sol·licitud 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | Introduïu la vostra contrasenya SSH per a la sol·licitud: 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | sol·licitud desconeguda 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass_cs.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | Požadavek na ověření heslovou frází OpenSSH 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | Zadejte heslovou frázi SSH: 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | Neznámý požadavek 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass_da.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | Anmodning om adgangsfrase til OpenSSH-godkendelse 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | Indtast din SSH-adgangsfrase for anmodning: 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | ukendt anmodning 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass_de.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | Abfrage der OpenSSH-Authentisierungs-Passphrase 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | SSH-Passphrase eingeben: 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | Unbekannte Abfrage 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass_el.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | Αίτηση συνθηματικού ταυτοποίησης OpenSSH 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | Εισαγάγετε το συνθηματικό σας SSH για αίτηση: 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | άγνωστη αίτηση 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass_es.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | Solicitud de frase de autenticación de OpenSSH 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | Introduzca su frase de autenticación para SSH: 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | petición desconocida 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass_fr.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | Demande de la PassPhrase de OpenSSH 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | Entrez votre PassPhrase de SSH : 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | Demande inconnue 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass_hu.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | OpenSSH hitelesítési jelszó kérés 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | Írja be az SSH elérési azonosítóját: 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | ismeretlen kérés 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass_id.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | Permintaan Kata Sandi Autentikasi OpenSSH 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | Masukkan kata sandi SSH Anda: 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | permintaan tidak dikenal 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass_it.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | Richiesta frase segreta di autenticazione OpenSSH 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | Digita la frase segreta SSH per la richiesta: 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | richiesta sconosciuta 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass_ja.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | OpenSSH 認証がパスフレーズを要求しています 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | SSH パスフレーズを入力してください: 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | 未知の要求 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass_lt.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | OpenSSH tapatybės nustatymo slaptafrazės užklausa 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | Įrašykite užklausai skirtą savo SSH slaptafrazę: 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | nežinoma užklausa 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass_nl.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | Verzoek om wachtwoord voor OpenSSH-authenticatie 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | Voer uw SSH-wachtwoord in: 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | onbekend verzoek 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass_pl.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | Prośba o hasło uwierzytelniające OpenSSH 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | Wprowadź swoje hasło SSH dla tej prośby: 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | nieznane żądanie 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass_pt.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | Pedido de palavra-passe de autenticação OpenSSH 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | Digite a palavra-passe SSH para o pedido: 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | pedido desconhecido 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass_ru.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | Запрос пароля для аутентификации по OpenSSH 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | Введите ваш SSH-пароль для запроса: 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | неизвестный запрос 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass_tr.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | Yetkilendirme Parolası Gerekli 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | İstenen parolayı girin: 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | bilinmeyen istek 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass_uk.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | Запит паролю розпізнавання OpenSSH 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | Введіть ваш пароль SSH для запиту: 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | невідомий запит 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-openssh-askpass/lxqt-openssh-askpass_zh_CN.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MainWindow 6 | 7 | 8 | OpenSSH Authentication Passphrase request 9 | 要求 OpenSSH 认证密码 10 | 11 | 12 | 13 | Enter your SSH passphrase for request: 14 | 输入您的 SSH 密码: 15 | 16 | 17 | 18 | QObject 19 | 20 | 21 | unknown request 22 | 未知请求 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-colorpicker/colorpicker.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-colorpicker/colorpicker_da.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-colorpicker/colorpicker_pl.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-colorpicker/colorpicker_tr.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | 10 | 11 | 12 | 13 | 14 | Property 15 | 16 | 17 | 18 | 19 | Value 20 | 21 | 22 | 23 | 24 | All properties 25 | 26 | 27 | 28 | 29 | Type 30 | 31 | 32 | 33 | 34 | String value 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_ar.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | شجرة DOM للّوحة 10 | 11 | 12 | 13 | 14 | Property 15 | الخاصيّة 16 | 17 | 18 | 19 | Value 20 | القيمة 21 | 22 | 23 | 24 | All properties 25 | كلّ الصّفات 26 | 27 | 28 | 29 | Type 30 | النّوع 31 | 32 | 33 | 34 | String value 35 | قيمة السّلسلة 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_ca.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | Plafó de l'arbre de DOM 10 | 11 | 12 | 13 | 14 | Property 15 | Propietat 16 | 17 | 18 | 19 | Value 20 | Valor 21 | 22 | 23 | 24 | All properties 25 | Totes les propietats 26 | 27 | 28 | 29 | Type 30 | Tipus 31 | 32 | 33 | 34 | String value 35 | Valor de la cadena 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_cs.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | Strom DOM panelu 10 | 11 | 12 | 13 | 14 | Property 15 | Vlastnictví 16 | 17 | 18 | 19 | Value 20 | Hodnota 21 | 22 | 23 | 24 | All properties 25 | Všechny vlastnosti 26 | 27 | 28 | 29 | Type 30 | Typ 31 | 32 | 33 | 34 | String value 35 | Hodnota řetězce 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_da.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | Panel DOM-træ 10 | 11 | 12 | 13 | 14 | Property 15 | Egenskab 16 | 17 | 18 | 19 | Value 20 | Værdi 21 | 22 | 23 | 24 | All properties 25 | Alle egenskaber 26 | 27 | 28 | 29 | Type 30 | Type 31 | 32 | 33 | 34 | String value 35 | Streng-værdi 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_de.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | DOM-Baum der Leiste 10 | 11 | 12 | 13 | 14 | Property 15 | Eigenschaft 16 | 17 | 18 | 19 | Value 20 | Wert 21 | 22 | 23 | 24 | All properties 25 | Alle Eigenschaften 26 | 27 | 28 | 29 | Type 30 | Typ 31 | 32 | 33 | 34 | String value 35 | Zeichenkettenwert 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_el.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | Δέντρο πίνακα DOM 10 | 11 | 12 | 13 | 14 | Property 15 | Ιδιότητα 16 | 17 | 18 | 19 | Value 20 | Τιμή 21 | 22 | 23 | 24 | All properties 25 | Όλες οι ιδιότητες 26 | 27 | 28 | 29 | Type 30 | Τύπος 31 | 32 | 33 | 34 | String value 35 | Τιμή συμβολοσειράς 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_es.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | Árbol DOM del panel 10 | 11 | 12 | 13 | 14 | Property 15 | Propiedad 16 | 17 | 18 | 19 | Value 20 | Valor 21 | 22 | 23 | 24 | All properties 25 | Todas las propiedades 26 | 27 | 28 | 29 | Type 30 | Tipo 31 | 32 | 33 | 34 | String value 35 | Valor de la cadena 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_fr.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | Arborescence DOM du tableau de bord 10 | 11 | 12 | 13 | 14 | Property 15 | Propriété 16 | 17 | 18 | 19 | Value 20 | Valeur 21 | 22 | 23 | 24 | All properties 25 | Toutes les propriétés 26 | 27 | 28 | 29 | Type 30 | Type 31 | 32 | 33 | 34 | String value 35 | Valeur texte 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_hr.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | 10 | 11 | 12 | 13 | 14 | Property 15 | Svojstvo 16 | 17 | 18 | 19 | Value 20 | Vrijednost 21 | 22 | 23 | 24 | All properties 25 | Sva svojstva 26 | 27 | 28 | 29 | Type 30 | Vrsta 31 | 32 | 33 | 34 | String value 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_hu.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | DOM panel fa 10 | 11 | 12 | 13 | 14 | Property 15 | Tulajdonság 16 | 17 | 18 | 19 | Value 20 | Érték 21 | 22 | 23 | 24 | All properties 25 | Minden tulajdonság 26 | 27 | 28 | 29 | Type 30 | Típus 31 | 32 | 33 | 34 | String value 35 | Kifejezés 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_id.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | Panel pohon DOM 10 | 11 | 12 | 13 | 14 | Property 15 | Properti 16 | 17 | 18 | 19 | Value 20 | Nilai 21 | 22 | 23 | 24 | All properties 25 | Semua properti 26 | 27 | 28 | 29 | Type 30 | Tipe 31 | 32 | 33 | 34 | String value 35 | Nilai string 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_it.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | Pannello dell'albero DOM 10 | 11 | 12 | 13 | 14 | Property 15 | Proprietà 16 | 17 | 18 | 19 | Value 20 | Valore 21 | 22 | 23 | 24 | All properties 25 | Tutte le proprietà 26 | 27 | 28 | 29 | Type 30 | Tipo 31 | 32 | 33 | 34 | String value 35 | Valore della stringa 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_ja.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | パネルのDOMツリー 10 | 11 | 12 | 13 | 14 | Property 15 | プロパティー 16 | 17 | 18 | 19 | Value 20 | 21 | 22 | 23 | 24 | All properties 25 | 全てのプロパティ 26 | 27 | 28 | 29 | Type 30 | タイプ 31 | 32 | 33 | 34 | String value 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_lt.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | Skydelio DOM medis 10 | 11 | 12 | 13 | 14 | Property 15 | Savybė 16 | 17 | 18 | 19 | Value 20 | Reikšmė 21 | 22 | 23 | 24 | All properties 25 | Visos savybės 26 | 27 | 28 | 29 | Type 30 | Tipas 31 | 32 | 33 | 34 | String value 35 | Eilutės reikšmė 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_nl.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | DOM-boomstructuur voor werkbalk 10 | 11 | 12 | 13 | 14 | Property 15 | Eigenschap 16 | 17 | 18 | 19 | Value 20 | Waarde 21 | 22 | 23 | 24 | All properties 25 | Alle eigenschappen 26 | 27 | 28 | 29 | Type 30 | Soort 31 | 32 | 33 | 34 | String value 35 | Tekenreekswaarde 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_pl.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | Drzewo DOM panelu 10 | 11 | 12 | 13 | 14 | Property 15 | Właściwość 16 | 17 | 18 | 19 | Value 20 | Wartość 21 | 22 | 23 | 24 | All properties 25 | Wszystkie właściwości 26 | 27 | 28 | 29 | Type 30 | Rodzaj 31 | 32 | 33 | 34 | String value 35 | Ciąg znaków 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_pt.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | Árvore do painel DOM 10 | 11 | 12 | 13 | 14 | Property 15 | Propriedade 16 | 17 | 18 | 19 | Value 20 | Valor 21 | 22 | 23 | 24 | All properties 25 | Todas as propriedades 26 | 27 | 28 | 29 | Type 30 | Tipo 31 | 32 | 33 | 34 | String value 35 | Valor string 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_ru.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | Дерево DOM панели 10 | 11 | 12 | 13 | 14 | Property 15 | Свойство 16 | 17 | 18 | 19 | Value 20 | Значение 21 | 22 | 23 | 24 | All properties 25 | Все свойства 26 | 27 | 28 | 29 | Type 30 | Тип 31 | 32 | 33 | 34 | String value 35 | Строковое значение 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_tr.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | Panel DOM ağacı 10 | 11 | 12 | 13 | 14 | Property 15 | Özellik 16 | 17 | 18 | 19 | Value 20 | Değer 21 | 22 | 23 | 24 | All properties 25 | Tüm özellikler 26 | 27 | 28 | 29 | Type 30 | Tür 31 | 32 | 33 | 34 | String value 35 | Dizi değeri 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_uk.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | Панель дерева DOM 10 | 11 | 12 | 13 | 14 | Property 15 | Властивість 16 | 17 | 18 | 19 | Value 20 | Значення 21 | 22 | 23 | 24 | All properties 25 | Всі властивості 26 | 27 | 28 | 29 | Type 30 | Тип 31 | 32 | 33 | 34 | String value 35 | Значення стрічки 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-dom/dom_zh_CN.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TreeWindow 6 | 7 | 8 | Panel DOM tree 9 | 面板 DOM 树 10 | 11 | 12 | 13 | 14 | Property 15 | 属性 16 | 17 | 18 | 19 | Value 20 | 21 | 22 | 23 | 24 | All properties 25 | 所有属性 26 | 27 | 28 | 29 | Type 30 | 类型 31 | 32 | 33 | 34 | String value 35 | 字符串类型 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | 21 | 22 | 23 | 24 | QuickLaunchButton 25 | 26 | 27 | Move left 28 | 29 | 30 | 31 | 32 | Move right 33 | 34 | 35 | 36 | 37 | Remove from quicklaunch 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_ar.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | خطأ في الإفلات 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | يتعذّر الآن تضمين العنوان/المسار '%1' إلى المُطلق السّريع 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | أفلت أيقونات التّطبيقات هنا 21 | 22 | 23 | 24 | QuickLaunchButton 25 | 26 | 27 | Move left 28 | انقل لليسار 29 | 30 | 31 | 32 | Move right 33 | انقل لليمين 34 | 35 | 36 | 37 | Remove from quicklaunch 38 | أزل من المُطلق السّريع 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_cs.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | Problém s upuštěním 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | Soubor/URL '%1' nyní nelze vložit do rychlého spuštění 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | Zde upusťte 21 | ikonu programu 22 | 23 | 24 | 25 | QuickLaunchButton 26 | 27 | 28 | Move left 29 | Přesunout vlevo 30 | 31 | 32 | 33 | Move right 34 | Přesunout vpravo 35 | 36 | 37 | 38 | Remove from quicklaunch 39 | Odstranit z rychlého spuštění 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_da.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | Fejl ved slip 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | Filen/URL'en '%1' kan ikke indlejres i hurtigstart på nuværende tidspunkt 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | Slip programikoner her 21 | 22 | 23 | 24 | QuickLaunchButton 25 | 26 | 27 | Move left 28 | Flyt mod venstre 29 | 30 | 31 | 32 | Move right 33 | Flyt mod højre 34 | 35 | 36 | 37 | Remove from quicklaunch 38 | Fjern fra hurtigstart 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_eo.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | Eraro dum forigado 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | Dosiero/URL '%1' ne povas esti enkorpigita en rapidlanĉilo nun 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | 21 | 22 | 23 | 24 | QuickLaunchButton 25 | 26 | 27 | Move left 28 | Movi maldekstren 29 | 30 | 31 | 32 | Move right 33 | Movi dekstren 34 | 35 | 36 | 37 | Remove from quicklaunch 38 | Forigi el rapidlanĉilo 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_eu.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | Errorea jaregitean 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | '%1' fitxategia/URLa ezin da QuickLaunch-en txertatu oraingoz 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | 21 | 22 | 23 | 24 | QuickLaunchButton 25 | 26 | 27 | Move left 28 | Mugitu ezkerrera 29 | 30 | 31 | 32 | Move right 33 | Mugitu eskuinera 34 | 35 | 36 | 37 | Remove from quicklaunch 38 | Kendu abio azkarretik 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_fi.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | Poistovirhe 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | Tiedostoa/osoitetta '%1' ei toistaiseksi voi asettaa pikakäynnistykseen 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | 21 | 22 | 23 | 24 | QuickLaunchButton 25 | 26 | 27 | Move left 28 | Siirrä vasemmalle 29 | 30 | 31 | 32 | Move right 33 | Siirrä oikealle 34 | 35 | 36 | 37 | Remove from quicklaunch 38 | Poista pikakäynnistyksestä 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_hu.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | Ejtési hiba 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | A(z) „%1” fájl vagy URL nem ágyazható be a Gyorsindítóba 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | Ejts ide 21 | indító ikont 22 | 23 | 24 | 25 | QuickLaunchButton 26 | 27 | 28 | Move left 29 | Balra 30 | 31 | 32 | 33 | Move right 34 | Jobbra 35 | 36 | 37 | 38 | Remove from quicklaunch 39 | Eltávolítás a gyorsindítóról 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_ia.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | 21 | 22 | 23 | 24 | QuickLaunchButton 25 | 26 | 27 | Move left 28 | 29 | 30 | 31 | 32 | Move right 33 | 34 | 35 | 36 | 37 | Remove from quicklaunch 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_id.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | Salah Menjatuhkan 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | Berkas/URL '%1' tidak dapat disematkan kedalam QuickLaunch untuk saat ini 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | Jatuhkan ikon 21 | aplikasi disini 22 | 23 | 24 | 25 | QuickLaunchButton 26 | 27 | 28 | Move left 29 | Pindah kekiri 30 | 31 | 32 | 33 | Move right 34 | Pindah kekanan 35 | 36 | 37 | 38 | Remove from quicklaunch 39 | Hapus dari quicklaunch 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_ja.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | ドロップエラー 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | ファイル/URL '%1' は現在、クイック起動に埋め込むことができません 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | アプリケーションアイコンを 21 | ここへドロップ 22 | 23 | 24 | 25 | QuickLaunchButton 26 | 27 | 28 | Move left 29 | 左に移動 30 | 31 | 32 | 33 | Move right 34 | 右に移動 35 | 36 | 37 | 38 | Remove from quicklaunch 39 | クイック起動から削除 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_ko.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | 21 | 22 | 23 | 24 | QuickLaunchButton 25 | 26 | 27 | Move left 28 | 29 | 30 | 31 | 32 | Move right 33 | 34 | 35 | 36 | 37 | Remove from quicklaunch 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_lt.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | Vilkimo klaida 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | Failas/URL "%1" dabar negali būti įtaisytas į spartųjį paleidimą 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | Vilkite programų 21 | piktogramas čia 22 | 23 | 24 | 25 | QuickLaunchButton 26 | 27 | 28 | Move left 29 | Perkelti kairėn 30 | 31 | 32 | 33 | Move right 34 | Perkelti dešinėn 35 | 36 | 37 | 38 | Remove from quicklaunch 39 | Šalinti iš sparčiojo paleidimo 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_pl.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | Błąd upuszczania 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | Plik/adres '%1' nie może zostać umieszczony w Szybkim uruchamianiu teraz 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | Upuść ikony aplikacji tutaj 21 | 22 | 23 | 24 | QuickLaunchButton 25 | 26 | 27 | Move left 28 | Przesuń w lewo 29 | 30 | 31 | 32 | Move right 33 | Przesuń w prawo 34 | 35 | 36 | 37 | Remove from quicklaunch 38 | Usuń z szybkiego uruchamiania 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_pt.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | Erro ao largar 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | Por agora, não pode incluir o ficheiro/URL '%1' no início rápido 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | Largue aqui os 21 | ícones das aplicações 22 | 23 | 24 | 25 | QuickLaunchButton 26 | 27 | 28 | Move left 29 | Mover à esquerda 30 | 31 | 32 | 33 | Move right 34 | Mover à direita 35 | 36 | 37 | 38 | Remove from quicklaunch 39 | Remover do inicio rápido 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_pt_BR.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | Erro de queda 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | O arquivo/URL '%1' não pôde ser incorporado ao lançador rápido 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | 21 | 22 | 23 | 24 | QuickLaunchButton 25 | 26 | 27 | Move left 28 | Mover para a esquerda 29 | 30 | 31 | 32 | Move right 33 | Mover para a direita 34 | 35 | 36 | 37 | Remove from quicklaunch 38 | Remover do lançador rápido 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_sk_SK.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | CHyba pri pustení 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | Súbor/URL „%1“ nateraz nemožno vložiť do rýchleho spustenia 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | 21 | 22 | 23 | 24 | QuickLaunchButton 25 | 26 | 27 | Move left 28 | Presunúť vľavo 29 | 30 | 31 | 32 | Move right 33 | Presunúť vpravo 34 | 35 | 36 | 37 | Remove from quicklaunch 38 | Odstrániť z rýchleho spustenia 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_sl.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | Napaka spusta 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | Datoteke/lokacije »%1« trenutno ni bilo moč vstaviti v Hitri zagon 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | 21 | 22 | 23 | 24 | QuickLaunchButton 25 | 26 | 27 | Move left 28 | Premakni levo 29 | 30 | 31 | 32 | Move right 33 | Premakni desno 34 | 35 | 36 | 37 | Remove from quicklaunch 38 | Odstrani iz hitrega zagona 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_sr@latin.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | 21 | 22 | 23 | 24 | QuickLaunchButton 25 | 26 | 27 | Move left 28 | 29 | 30 | 31 | 32 | Move right 33 | 34 | 35 | 36 | 37 | Remove from quicklaunch 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_sr_BA.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | Грешка испуштања 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | Фајл/УРЛ „%1“ не може бити уграђен у Брзо Покретање за сада 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | 21 | 22 | 23 | 24 | QuickLaunchButton 25 | 26 | 27 | Move left 28 | Помјери лијево 29 | 30 | 31 | 32 | Move right 33 | Помјери десно 34 | 35 | 36 | 37 | Remove from quicklaunch 38 | Уклони са брзог покретања 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_sr_RS.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | Грешка испуштања 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | Фајл/УРЛ „%1“ не може бити уграђен у Брзо Покретање за сада 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | 21 | 22 | 23 | 24 | QuickLaunchButton 25 | 26 | 27 | Move left 28 | Помери лево 29 | 30 | 31 | 32 | Move right 33 | Помери десно 34 | 35 | 36 | 37 | Remove from quicklaunch 38 | Уклони са брзог покретања 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_th_TH.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | การหย่อนขัดข้อง 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | แฟ้ม/URL '%1' ไม่สามารถฝังตัวไปยังตัวเรียกโปรแกรมด่วนได้ในตอนนี้ 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | 21 | 22 | 23 | 24 | QuickLaunchButton 25 | 26 | 27 | Move left 28 | ย้ายไปทางซ้าย 29 | 30 | 31 | 32 | Move right 33 | ย้ายไปทางขวา 34 | 35 | 36 | 37 | Remove from quicklaunch 38 | ลบออกจากตัวเรียกโปรแกรมด่วน 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_tr.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | Bırakma Hatası 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | Şimdilik '%1' dosyası/bağlantısı Hızlı Başlatıcı' ya eklenemiyor 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | Uygulama simgesini buraya bırakın 21 | 22 | 23 | 24 | QuickLaunchButton 25 | 26 | 27 | Move left 28 | Sola kaydır 29 | 30 | 31 | 32 | Move right 33 | Sağa kaydır 34 | 35 | 36 | 37 | Remove from quicklaunch 38 | Hızlı başlatıcıdan kaldır 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_zh_CN.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | 拖放错误 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | 文件/URL '%1' 暂时无法被嵌入到快速启动 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | 移动应用程序图标至此 21 | 22 | 23 | 24 | QuickLaunchButton 25 | 26 | 27 | Move left 28 | 左移 29 | 30 | 31 | 32 | Move right 33 | 右移 34 | 35 | 36 | 37 | Remove from quicklaunch 38 | 从快速启动删除 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-quicklaunch/quicklaunch_zh_TW.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LXQtQuickLaunch 6 | 7 | 8 | Drop Error 9 | 移入錯誤 10 | 11 | 12 | 13 | File/URL '%1' cannot be embedded into QuickLaunch for now 14 | 檔案位址'%1'現在無法嵌入至快速啟動 15 | 16 | 17 | 18 | Drop application 19 | icons here 20 | 21 | 22 | 23 | 24 | QuickLaunchButton 25 | 26 | 27 | Move left 28 | 往左移 29 | 30 | 31 | 32 | Move right 33 | 往右移 34 | 35 | 36 | 37 | Remove from quicklaunch 38 | 從快速啟動中移除 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | 15 | 16 | 17 | 18 | Show Desktop 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_ar.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | أظهر سطح المكتب 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | إظهار سطح المكتب: تعذّر تسجيل الاختصار العموميّ '%1' 15 | 16 | 17 | 18 | Show Desktop 19 | أظهر سطح المكتب 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_ca.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | Mostra l'escriptori 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Mostra l'escriptori: La drecera global '%1' no es pot registrar 15 | 16 | 17 | 18 | Show Desktop 19 | Mostra l'escriptori 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_cs.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | Ukázat pracovní plochu 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Ukázat plochu: Celkovou zkratku '%1' nelze zapsat 15 | 16 | 17 | 18 | Show Desktop 19 | Ukázat pracovní plochu 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_da.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | Vis skrivebord 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Vis skrivebord: den global genvej '%1' kan ikke registreres 15 | 16 | 17 | 18 | Show Desktop 19 | Vis skrivebord 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_de.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | Arbeitsfläche anzeigen 10 | 11 | 12 | 13 | Show Desktop 14 | Arbeitsfläche anzeigen 15 | 16 | 17 | 18 | Show Desktop: Global shortcut '%1' cannot be registered 19 | Das globale Tastaturkürzel zum Arbeitsfläche anzeigen '%1' kann nicht registriert werden 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_el.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | Εμφάνιση της επιφάνειας εργασίας 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Εμφάνιση της επιφάνειας εργασίας: Δεν είναι δυνατή η καταχώριση της καθολικής συντόμευσης «%1» 15 | 16 | 17 | 18 | Show Desktop 19 | Εμφάνιση της επιφάνειας εργασίας 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_eo.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Montri labortablon: ĉiea klavkombino '%1' ne registreblas 15 | 16 | 17 | 18 | Show Desktop 19 | Montri labortablon 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_es.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | Mostrar el escritorio 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Mostrar el escritorio: el atajo global '%1' no puede ser registrado 15 | 16 | 17 | 18 | Show Desktop 19 | Mostrar el escritorio 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_es_VE.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Mostrar escritorio: Acceso de teclado global '%1' no puede registrarse 15 | 16 | 17 | 18 | Show Desktop 19 | Mostrar Escritorio 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_eu.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Erakutsi mahaigaina: Ezin da '%1' lasterbide globala erregistratu 15 | 16 | 17 | 18 | Show Desktop 19 | Erakutsi mahaigaina 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_fi.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Näytä työpöytä: globaalia pikanäppäintä '%1' ei voi rekisteröidä 15 | 16 | 17 | 18 | Show Desktop 19 | Näytä työpöytä 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_fr.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | Montrer le bureau 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Montrer le bureau : le raccourci global '%1' ne peut pas être défini 15 | 16 | 17 | 18 | Show Desktop 19 | Montrer le bureau 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_hr.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | Pokaži radnu površinu 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | 15 | 16 | 17 | 18 | Show Desktop 19 | Pokaži Radnu površinu 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_hu.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | Asztalmegjelenítés 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Asztalmegjelenítés: A '%1' gyorsbillentyű nem regisztrálható 15 | 16 | 17 | 18 | Show Desktop 19 | Asztalmegjelenítés 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_ia.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | 15 | 16 | 17 | 18 | Show Desktop 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_id.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | Tampilkan desktop 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Tampilkan Desktop: Pintasan global '%1' tidak dapat didaftarkan 15 | 16 | 17 | 18 | Show Desktop 19 | Tampilkan Desktop 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_it.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | Mostra scrivania 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Mostra scrivania: la scorciatoia globale '%1' non può essere registrata 15 | 16 | 17 | 18 | Show Desktop 19 | Mostra scrivania 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_ja.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | デスクトップの表示 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | デスクトップの表示: グローバルなショートカット '%1' は登録できません 15 | 16 | 17 | 18 | Show Desktop 19 | デスクトップを表示 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_ko.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | 15 | 16 | 17 | 18 | Show Desktop 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_lt.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | Rodyti darbalaukį 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Rodyti darbalaukį: Visuotinis spartusis klavišas "%1" negali būti užregistruotas 15 | 16 | 17 | 18 | Show Desktop 19 | Rodyti darbalaukį 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_nl.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | Toon bureaublad 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Bureaublad weergeven: systeembrede sneltoets '%1' kan niet worden geregistreerd 15 | 16 | 17 | 18 | Show Desktop 19 | Toon bureaublad 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_pl.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | Pokaż pulpit 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Pokaż Pulpit: Globalny skrót '%1' nie może zostać zarejestrowany 15 | 16 | 17 | 18 | Show Desktop 19 | Pokaż pulpit 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_pt.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | Mostrar área de trabalho 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Tecla de atalho global: '%1' não pode ser registada 15 | 16 | 17 | 18 | Show Desktop 19 | Mostrar área de trabalho 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_pt_BR.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Mostrar Área De Trabalho: Atalho Global '%1'não pode se registrado 15 | 16 | 17 | 18 | Show Desktop 19 | Exibir a área de trabalho 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_ro_RO.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | 15 | 16 | 17 | 18 | Show Desktop 19 | Afișează desktopul 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_ru.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | Показать рабочий стол 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Показать рабочий стол: глобальное сочетание клавиш '%1' не может быть зарегистрировано 15 | 16 | 17 | 18 | Show Desktop 19 | Показать рабочий стол 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_sk_SK.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | 15 | 16 | 17 | 18 | Show Desktop 19 | Zobraziť plochu 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_sl.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Prikaz namizja: globalne bližnjice »%1« ni moč registrirati 15 | 16 | 17 | 18 | Show Desktop 19 | Pokaži namizje 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_sr@latin.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | 15 | 16 | 17 | 18 | Show Desktop 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_sr_BA.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | Global keyboard shortcut 8 | Глобална пречица тастатуре 9 | 10 | 11 | Panel Show Desktop Global shortcut: '%1' cannot be registered 12 | Глобална пречица приказа површи за панел: „%1“ не може бити регистрована 13 | 14 | 15 | 16 | Show desktop 17 | 18 | 19 | 20 | 21 | Show Desktop: Global shortcut '%1' cannot be registered 22 | 23 | 24 | 25 | 26 | Show Desktop 27 | Прикажи радну површ 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_sr_RS.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | 15 | 16 | 17 | 18 | Show Desktop 19 | Прикажи радну површ 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_th_TH.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | แสดงพื้นโต๊ะ: ไม่สามารถตั้ง '%1' เป็นปุ่มลัดส่วนกลางได้ 15 | 16 | 17 | 18 | Show Desktop 19 | แสดงพื้นโต๊ะ 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_tr.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | Masaüstünü göster 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Masaüstünü Göster: '%1' genel kısayolu kaydedilemiyor 15 | 16 | 17 | 18 | Show Desktop 19 | Masaüstünü Göster 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_uk.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | Показати стільницю 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | Показати стільницю: Не вдалося зареєструвати глобальне скорочення '%1' 15 | 16 | 17 | 18 | Show Desktop 19 | Показати стільницю 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_zh_CN.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | 显示桌面 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | 显示桌面:无法注册全局快捷键'%1' 15 | 16 | 17 | 18 | Show Desktop 19 | 显示桌面 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-showdesktop/showdesktop_zh_TW.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ShowDesktop 6 | 7 | 8 | Show desktop 9 | 10 | 11 | 12 | 13 | Show Desktop: Global shortcut '%1' cannot be registered 14 | 顯示桌面:全域快捷鍵'%1'無法被註冊 15 | 16 | 17 | 18 | Show Desktop 19 | 顯示桌面 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | 10 | 11 | 12 | 13 | Space width: 14 | 15 | 16 | 17 | 18 | Space type: 19 | 20 | 21 | 22 | 23 | lined 24 | 25 | 26 | 27 | 28 | dotted 29 | 30 | 31 | 32 | 33 | invisible 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_ar.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | إعدادات المُباعد 10 | 11 | 12 | 13 | Space width: 14 | عرض المُباعد: 15 | 16 | 17 | 18 | Space type: 19 | نوع المُباعد: 20 | 21 | 22 | 23 | lined 24 | خطّيّ 25 | 26 | 27 | 28 | dotted 29 | منقّط 30 | 31 | 32 | 33 | invisible 34 | مخفيّ 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_ca.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | Ajusts de l'espaiador 10 | 11 | 12 | 13 | Space width: 14 | Amplada de l'espai: 15 | 16 | 17 | 18 | Space type: 19 | Tipus d'espai: 20 | 21 | 22 | 23 | lined 24 | folrat 25 | 26 | 27 | 28 | dotted 29 | puntejat 30 | 31 | 32 | 33 | invisible 34 | invisible 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_cs.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | Nastavení prázdného místa 10 | 11 | 12 | 13 | Space width: 14 | Šířka prázdného místa: 15 | 16 | 17 | 18 | Space type: 19 | Typ prázdného místa: 20 | 21 | 22 | 23 | lined 24 | linkováno 25 | 26 | 27 | 28 | dotted 29 | tečkováno 30 | 31 | 32 | 33 | invisible 34 | neviditelné 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_da.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | Indstillinger for afstand 10 | 11 | 12 | 13 | Space width: 14 | Afstandsbredde: 15 | 16 | 17 | 18 | Space type: 19 | Afstandstype: 20 | 21 | 22 | 23 | lined 24 | linjeret 25 | 26 | 27 | 28 | dotted 29 | prikket 30 | 31 | 32 | 33 | invisible 34 | usynlig 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_de.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | Leerraum Einstellungen 10 | 11 | 12 | 13 | Space width: 14 | Leerraumbreite: 15 | 16 | 17 | 18 | Space type: 19 | Leerraumtyp: 20 | 21 | 22 | 23 | lined 24 | liniert 25 | 26 | 27 | 28 | dotted 29 | punktiert 30 | 31 | 32 | 33 | invisible 34 | unsichtbar 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_el.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | Ρυθμίσεις διαστήματος 10 | 11 | 12 | 13 | Space width: 14 | Πλάτος διαστήματος: 15 | 16 | 17 | 18 | Space type: 19 | Τύπος διαστήματος: 20 | 21 | 22 | 23 | lined 24 | με γραμμές 25 | 26 | 27 | 28 | dotted 29 | διάστικτο 30 | 31 | 32 | 33 | invisible 34 | αόρατο 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_es.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | Configuración del espaciador 10 | 11 | 12 | 13 | Space width: 14 | Ancho del espacio: 15 | 16 | 17 | 18 | Space type: 19 | Tipo de espacio: 20 | 21 | 22 | 23 | lined 24 | línea 25 | 26 | 27 | 28 | dotted 29 | punteado 30 | 31 | 32 | 33 | invisible 34 | invisible 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_fr.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | Paramétrage du séparateur 10 | 11 | 12 | 13 | Space width: 14 | Largeur de l'espace : 15 | 16 | 17 | 18 | Space type: 19 | Type de l'espace : 20 | 21 | 22 | 23 | lined 24 | une ligne 25 | 26 | 27 | 28 | dotted 29 | des points 30 | 31 | 32 | 33 | invisible 34 | invisible 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_hr.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | 10 | 11 | 12 | 13 | Space width: 14 | Duljina razmaka: 15 | 16 | 17 | 18 | Space type: 19 | Vrsta razmaka: 20 | 21 | 22 | 23 | lined 24 | 25 | 26 | 27 | 28 | dotted 29 | 30 | 31 | 32 | 33 | invisible 34 | nevidljiv 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_hu.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | Távtartóbeállítás 10 | 11 | 12 | 13 | Space width: 14 | Távolság: 15 | 16 | 17 | 18 | Space type: 19 | Táv típus: 20 | 21 | 22 | 23 | lined 24 | vonalas 25 | 26 | 27 | 28 | dotted 29 | pontozott 30 | 31 | 32 | 33 | invisible 34 | láthatatlan 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_id.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | Pengaturan Pemisah 10 | 11 | 12 | 13 | Space width: 14 | Lebar pemisah: 15 | 16 | 17 | 18 | Space type: 19 | Tipe pemisah: 20 | 21 | 22 | 23 | lined 24 | garis 25 | 26 | 27 | 28 | dotted 29 | titik 30 | 31 | 32 | 33 | invisible 34 | tidak terlihat 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_it.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | Impostazioni spaziatore 10 | 11 | 12 | 13 | Space width: 14 | Larghezza: 15 | 16 | 17 | 18 | Space type: 19 | Tipo: 20 | 21 | 22 | 23 | lined 24 | linea 25 | 26 | 27 | 28 | dotted 29 | puntini 30 | 31 | 32 | 33 | invisible 34 | invisibile 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_ja.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | スペーサーの設定 10 | 11 | 12 | 13 | Space width: 14 | スペースの幅: 15 | 16 | 17 | 18 | Space type: 19 | スペースのタイプ: 20 | 21 | 22 | 23 | lined 24 | 25 | 26 | 27 | 28 | dotted 29 | ドット 30 | 31 | 32 | 33 | invisible 34 | 見えないようにする 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_lt.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | Tarpiklio nustatymai 10 | 11 | 12 | 13 | Space width: 14 | Tarpo plotis: 15 | 16 | 17 | 18 | Space type: 19 | Tarpo tipas: 20 | 21 | 22 | 23 | lined 24 | linijinis 25 | 26 | 27 | 28 | dotted 29 | taškuotas 30 | 31 | 32 | 33 | invisible 34 | nematomas 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_nl.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | Instellingen voor spaties 10 | 11 | 12 | 13 | Space width: 14 | Spatiebreedte: 15 | 16 | 17 | 18 | Space type: 19 | Spatiesoort: 20 | 21 | 22 | 23 | lined 24 | gelinieerd 25 | 26 | 27 | 28 | dotted 29 | met puntjes 30 | 31 | 32 | 33 | invisible 34 | onzichtbaar 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_pl.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | Ustawienia odstępu 10 | 11 | 12 | 13 | Space width: 14 | Szerokość odstępu: 15 | 16 | 17 | 18 | Space type: 19 | Rodzaj odstępu: 20 | 21 | 22 | 23 | lined 24 | linia 25 | 26 | 27 | 28 | dotted 29 | punkty 30 | 31 | 32 | 33 | invisible 34 | niewidoczny 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_pt.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | Definições do Espaçador 10 | 11 | 12 | 13 | Space width: 14 | Largura: 15 | 16 | 17 | 18 | Space type: 19 | Tipo: 20 | 21 | 22 | 23 | lined 24 | linhas 25 | 26 | 27 | 28 | dotted 29 | pontos 30 | 31 | 32 | 33 | invisible 34 | invisível 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_ru.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | Настройки разделителя 10 | 11 | 12 | 13 | Space width: 14 | Ширина разделителя: 15 | 16 | 17 | 18 | Space type: 19 | Тип разделителя: 20 | 21 | 22 | 23 | lined 24 | линия 25 | 26 | 27 | 28 | dotted 29 | точками 30 | 31 | 32 | 33 | invisible 34 | невидимый 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_sk.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | Nastavenia medzery 10 | 11 | 12 | 13 | Space width: 14 | Šírka medzery: 15 | 16 | 17 | 18 | Space type: 19 | Typ medzery: 20 | 21 | 22 | 23 | lined 24 | plná čiara 25 | 26 | 27 | 28 | dotted 29 | bodkovaná čiara 30 | 31 | 32 | 33 | invisible 34 | neviditeľná 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_tr.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | Ayraç Ayarları 10 | 11 | 12 | 13 | Space width: 14 | Boşluk genişliği: 15 | 16 | 17 | 18 | Space type: 19 | Boşluk türü: 20 | 21 | 22 | 23 | lined 24 | çizgili 25 | 26 | 27 | 28 | dotted 29 | noktalı 30 | 31 | 32 | 33 | invisible 34 | görünmez 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_uk.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | Налаштування розділювача 10 | 11 | 12 | 13 | Space width: 14 | Ширина розділювача: 15 | 16 | 17 | 18 | Space type: 19 | Тип розділювача: 20 | 21 | 22 | 23 | lined 24 | лінійований 25 | 26 | 27 | 28 | dotted 29 | пунктирний 30 | 31 | 32 | 33 | invisible 34 | невидимий 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-spacer/spacer_zh_CN.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SpacerConfiguration 6 | 7 | 8 | Spacer Settings 9 | 间隔设置 10 | 11 | 12 | 13 | Space width: 14 | 间隔宽度: 15 | 16 | 17 | 18 | Space type: 19 | 间隔类型: 20 | 21 | 22 | 23 | lined 24 | 线状 25 | 26 | 27 | 28 | dotted 29 | 点状 30 | 31 | 32 | 33 | invisible 34 | 无形 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-statusnotifier/statusnotifier.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-statusnotifier/statusnotifier_da.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-statusnotifier/statusnotifier_pl.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-statusnotifier/statusnotifier_tr.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-tray/tray.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-tray/tray_da.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-tray/tray_pl.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /lxqt-panel/plugin-tray/tray_tr.ts: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /lxqt-policykit/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-policykit) 4 | 5 | option(WITH_LXQT_POLICYKIT_AGENT "Build lxqt-policykit-agent translations" ON) 6 | 7 | #components 8 | add_component(WITH_LXQT_POLICYKIT_AGENT lxqt-policykit-agent) 9 | -------------------------------------------------------------------------------- /lxqt-policykit/lxqt-policykit-agent/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-policykit-agent) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-powermanagement/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-powermanagement) 4 | 5 | option(WITH_LXQT_CONFIG_POWERMANAGEMENT "Build lxqt-config-powermanagement translations" ON) 6 | 7 | build_component("lxqt-powermanagement" "") 8 | 9 | #components 10 | add_component(WITH_LXQT_CONFIG_POWERMANAGEMENT lxqt-config-powermanagement) 11 | 12 | -------------------------------------------------------------------------------- /lxqt-powermanagement/lxqt-config-powermanagement/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-config-powermanagement) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-powermanagement/lxqt-powermanagement/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-powermanagement) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-runner/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-runner) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-session/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-session) 4 | 5 | option(WITH_LXQT_CONFIG_SESSION "Build lxqt-config-session translations" ON) 6 | option(WITH_LXQT_LEAVE "Build lxqt-leave translations" ON) 7 | 8 | build_component("lxqt-session" "") 9 | 10 | #components 11 | add_component(WITH_LXQT_CONFIG_SESSION lxqt-config-session) 12 | add_component(WITH_LXQT_LEAVE lxqt-leave) 13 | 14 | -------------------------------------------------------------------------------- /lxqt-session/lxqt-config-session/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-config-session) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-session/lxqt-leave/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-leave) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-session/lxqt-session/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-session) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /lxqt-sudo/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(lxqt-sudo) 4 | 5 | build_component("." "") 6 | -------------------------------------------------------------------------------- /obconf-qt/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(obconf-qt) 4 | 5 | build_component("." "${CMAKE_INSTALL_FULL_DATADIR}/obconf-qt/translations") 6 | -------------------------------------------------------------------------------- /pavucontrol-qt/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(pavucontrol-qt) 4 | 5 | build_component("." "${CMAKE_INSTALL_FULL_DATADIR}/pavucontrol-qt/translations") 6 | -------------------------------------------------------------------------------- /pcmanfm-qt/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(pcmanfm-qt) 4 | 5 | build_component("." "${CMAKE_INSTALL_FULL_DATADIR}/pcmanfm-qt/translations") 6 | -------------------------------------------------------------------------------- /qterminal/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(qterminal) 4 | 5 | build_component("." "${CMAKE_INSTALL_FULL_DATADIR}/qterminal/translations") 6 | -------------------------------------------------------------------------------- /qtermwidget/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) 2 | 3 | project(qtermwidget) 4 | 5 | build_component("." "${CMAKE_INSTALL_FULL_DATADIR}/qtermwidget/translations") 6 | --------------------------------------------------------------------------------