From ed5ecf7ea7a482b4649e66ecb35fbc60af680684 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 25 Apr 2016 13:08:12 -0400 Subject: Rearrange the Lumina source tree quite a bit: Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed. --- src-qt5/core/lumina-info/Images/Lumina-logo.png | Bin 0 -> 529722 bytes src-qt5/core/lumina-info/Images/ix_logo.png | Bin 0 -> 1598 bytes src-qt5/core/lumina-info/Images/pcbsd_logo.png | Bin 0 -> 7539 bytes src-qt5/core/lumina-info/LICENSE | 9 + src-qt5/core/lumina-info/MainUI.cpp | 63 +++ src-qt5/core/lumina-info/MainUI.h | 39 ++ src-qt5/core/lumina-info/MainUI.ui | 431 +++++++++++++++++++++ src-qt5/core/lumina-info/i18n/lumina-info_af.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_ar.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_az.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_bg.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_bn.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_bs.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_ca.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_cs.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_cy.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_da.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_de.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_el.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_en_GB.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_en_ZA.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_es.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_et.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_eu.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_fa.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_fi.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_fr.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_fr_CA.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_gl.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_he.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_hi.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_hr.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_hu.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_id.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_is.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_it.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_ja.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_ka.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_ko.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_lt.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_lv.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_mk.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_mn.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_ms.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_mt.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_nb.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_nl.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_pa.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_pl.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_pt.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_pt_BR.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_ro.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_ru.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_sk.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_sl.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_sr.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_sv.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_sw.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_ta.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_tg.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_th.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_tr.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_uk.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_uz.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_vi.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_zh_CN.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_zh_HK.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_zh_TW.ts | 92 +++++ src-qt5/core/lumina-info/i18n/lumina-info_zu.ts | 92 +++++ src-qt5/core/lumina-info/lumina-info.desktop | 12 + src-qt5/core/lumina-info/lumina-info.pro | 97 +++++ src-qt5/core/lumina-info/lumina-info.qrc | 8 + src-qt5/core/lumina-info/lumina-support.desktop | 10 + src-qt5/core/lumina-info/main.cpp | 30 ++ 74 files changed, 6403 insertions(+) create mode 100644 src-qt5/core/lumina-info/Images/Lumina-logo.png create mode 100644 src-qt5/core/lumina-info/Images/ix_logo.png create mode 100644 src-qt5/core/lumina-info/Images/pcbsd_logo.png create mode 100644 src-qt5/core/lumina-info/LICENSE create mode 100644 src-qt5/core/lumina-info/MainUI.cpp create mode 100644 src-qt5/core/lumina-info/MainUI.h create mode 100644 src-qt5/core/lumina-info/MainUI.ui create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_af.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_ar.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_az.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_bg.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_bn.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_bs.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_ca.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_cs.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_cy.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_da.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_de.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_el.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_en_GB.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_en_ZA.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_es.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_et.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_eu.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_fa.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_fi.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_fr.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_fr_CA.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_gl.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_he.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_hi.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_hr.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_hu.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_id.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_is.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_it.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_ja.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_ka.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_ko.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_lt.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_lv.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_mk.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_mn.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_ms.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_mt.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_nb.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_nl.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_pa.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_pl.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_pt.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_pt_BR.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_ro.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_ru.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_sk.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_sl.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_sr.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_sv.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_sw.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_ta.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_tg.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_th.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_tr.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_uk.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_uz.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_vi.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_zh_CN.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_zh_HK.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_zh_TW.ts create mode 100644 src-qt5/core/lumina-info/i18n/lumina-info_zu.ts create mode 100644 src-qt5/core/lumina-info/lumina-info.desktop create mode 100644 src-qt5/core/lumina-info/lumina-info.pro create mode 100644 src-qt5/core/lumina-info/lumina-info.qrc create mode 100644 src-qt5/core/lumina-info/lumina-support.desktop create mode 100644 src-qt5/core/lumina-info/main.cpp (limited to 'src-qt5/core/lumina-info') diff --git a/src-qt5/core/lumina-info/Images/Lumina-logo.png b/src-qt5/core/lumina-info/Images/Lumina-logo.png new file mode 100644 index 00000000..71aba41f Binary files /dev/null and b/src-qt5/core/lumina-info/Images/Lumina-logo.png differ diff --git a/src-qt5/core/lumina-info/Images/ix_logo.png b/src-qt5/core/lumina-info/Images/ix_logo.png new file mode 100644 index 00000000..a6f4dbe9 Binary files /dev/null and b/src-qt5/core/lumina-info/Images/ix_logo.png differ diff --git a/src-qt5/core/lumina-info/Images/pcbsd_logo.png b/src-qt5/core/lumina-info/Images/pcbsd_logo.png new file mode 100644 index 00000000..c118a865 Binary files /dev/null and b/src-qt5/core/lumina-info/Images/pcbsd_logo.png differ diff --git a/src-qt5/core/lumina-info/LICENSE b/src-qt5/core/lumina-info/LICENSE new file mode 100644 index 00000000..8cf98833 --- /dev/null +++ b/src-qt5/core/lumina-info/LICENSE @@ -0,0 +1,9 @@ +Copyright (c) 2012-2016, Ken Moore (moorekou@gmail.com) +All rights reserved + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + * Neither the name of the organization nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/src-qt5/core/lumina-info/MainUI.cpp b/src-qt5/core/lumina-info/MainUI.cpp new file mode 100644 index 00000000..c44509bb --- /dev/null +++ b/src-qt5/core/lumina-info/MainUI.cpp @@ -0,0 +1,63 @@ +//=========================================== +// Lumina-DE source code +// Copyright (c) 2015, Ken Moore +// Available under the 3-clause BSD license +// See the LICENSE file for full details +//=========================================== +#include "MainUI.h" +#include "ui_MainUI.h" + +#include +#include +#include + +#include +#include +#include +#include + +MainUI::MainUI() : QMainWindow(), ui(new Ui::MainUI){ + ui->setupUi(this); + //qDebug() << "Update UI"; + updateUI(); + //qDebug() << "Load Tab Widget"; + ui->tabWidget->setCurrentWidget(ui->tab); //start on the "General" tab +} + +MainUI::~MainUI(){ + +} + +void MainUI::updateUI(){ + //Load the UI from all the resources / library info + this->setWindowIcon( LXDG::findIcon("lumina","") ); + ui->label_icon->setPixmap( QPixmap(":Images/Lumina-logo.png").scaledToHeight(ui->label_icon->height(), Qt::SmoothTransformation) ); + connect(ui->push_close, SIGNAL(clicked()), this, SLOT(close()) ); + //General Tab + ui->label_version->setText( LUtils::LuminaDesktopVersion() ); + ui->label_OS->setText( LOS::OSName() ); + connect(ui->tool_aboutQt, SIGNAL(clicked()), this, SLOT(showQtInfo()) ); + connect(ui->label_doc, SIGNAL(linkActivated(const QString&)), this, SLOT(LinkClicked(QString)) ); + connect(ui->label_source, SIGNAL(linkActivated(const QString&)), this, SLOT(LinkClicked(QString)) ); + //License Tab + ui->text_license->setPlainText( LUtils::readFile(":LICENSE").join("\n") ); + //Acknowledgements Tab + // Note: contents set within the designer form itself + connect(ui->list_sponsors, SIGNAL(itemActivated(QListWidgetItem*)), this, SLOT(showSponsor(QListWidgetItem*)) ); + connect(ui->label_proj_lead, SIGNAL(linkActivated(const QString&)), this, SLOT(LinkClicked(QString)) ); + connect(ui->label_proj_contrib, SIGNAL(linkActivated(const QString&)), this, SLOT(LinkClicked(QString)) ); + +} + +void MainUI::showQtInfo(){ + QMessageBox::aboutQt(this); +} + +void MainUI::showSponsor(QListWidgetItem *item){ + if(item->whatsThis().isEmpty()){ return; } + QProcess::startDetached("lumina-open \""+item->whatsThis()+"\""); +} + +void MainUI::LinkClicked(QString url){ + QProcess::startDetached("lumina-open \""+url+"\""); +} diff --git a/src-qt5/core/lumina-info/MainUI.h b/src-qt5/core/lumina-info/MainUI.h new file mode 100644 index 00000000..c9a9804a --- /dev/null +++ b/src-qt5/core/lumina-info/MainUI.h @@ -0,0 +1,39 @@ +//=========================================== +// Lumina-DE source code +// Copyright (c) 2015, Ken Moore +// Available under the 3-clause BSD license +// See the LICENSE file for full details +//=========================================== +#ifndef _LUMINA_INFORMATION_WINDOW_H +#define _LUMINA_INFORMATION_WINDOW_H + +#include +#include +#include + +namespace Ui{ + class MainUI; +}; + +class MainUI : public QMainWindow{ + Q_OBJECT +public: + MainUI(); + ~MainUI(); + +private: + Ui::MainUI *ui; + + void updateUI(); + +private slots: + void slotSingleInstance(){ + this->show(); + this->raise(); + } + + void showQtInfo(); + void showSponsor(QListWidgetItem *item); + void LinkClicked(QString url); +}; +#endif \ No newline at end of file diff --git a/src-qt5/core/lumina-info/MainUI.ui b/src-qt5/core/lumina-info/MainUI.ui new file mode 100644 index 00000000..175497bd --- /dev/null +++ b/src-qt5/core/lumina-info/MainUI.ui @@ -0,0 +1,431 @@ + + + MainUI + + + + 0 + 0 + 356 + 434 + + + + Lumina Desktop Information + + + + + + + + + + + + + 0 + 0 + + + + + 175 + 175 + + + + + 120000 + 175 + + + + logo + + + false + + + Qt::AlignCenter + + + + + + + 0 + + + + General + + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + 75 + true + + + + Desktop Version: + + + + + + + + + + Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse + + + + + + + + 75 + true + + + + OS Build: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + + + + + + + + Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse + + + + + + + + 75 + true + + + + Qt Version: + + + + + + + + + + 75 + true + + + + View Information + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + 75 + true + + + + Lumina Website: + + + + + + + <a href="http://lumina-desktop.org">Open in web browser</a> + + + false + + + + + + + + 75 + true + + + + Source Repository: + + + + + + + <a href="https://github.com/pcbsd/lumina">Open in web browser</a> + + + + + + + + 75 + true + + + + Report a Bug: + + + + + + + <a href="https://bugs.pcbsd.org/projects/pcbsd">Open in Web Browser</a> + + + true + + + + + + + Qt::Horizontal + + + + + + + + 75 + true + + + + Community Support: + + + + + + + <a href="https://webchat.freenode.net/?channels=%23lumina-desktop">Open in web browser</a> + + + true + + + + + + + + License + + + + + + true + + + false + + + + + + + + Acknowledgements + + + + QFormLayout::AllNonFixedFieldsGrow + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + 75 + true + + + + Project Lead: + + + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + + + + 75 + true + + + + Contributors: + + + + + + + + 75 + true + + + + Sponsors: + + + + + + + + 0 + 0 + + + + QAbstractItemView::DoubleClicked|QAbstractItemView::SelectedClicked + + + QAbstractItemView::NoSelection + + + QAbstractItemView::SelectRows + + + + 24 + 24 + + + + + PC-BSD + + + www.pcbsd.org + + + http://www.pcbsd.org + + + + :/Images/pcbsd_logo.png:/Images/pcbsd_logo.png + + + + + iXsystems + + + www.ixsystems.com + + + http://www.ixsystems.com + + + + :/Images/ix_logo.png:/Images/ix_logo.png + + + + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Close + + + + + + + + + + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_af.ts b/src-qt5/core/lumina-info/i18n/lumina-info_af.ts new file mode 100644 index 00000000..02491a7d --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_af.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_ar.ts b/src-qt5/core/lumina-info/i18n/lumina-info_ar.ts new file mode 100644 index 00000000..9fcdf79a --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_ar.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_az.ts b/src-qt5/core/lumina-info/i18n/lumina-info_az.ts new file mode 100644 index 00000000..3aa01ec9 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_az.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_bg.ts b/src-qt5/core/lumina-info/i18n/lumina-info_bg.ts new file mode 100644 index 00000000..462d5cb1 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_bg.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_bn.ts b/src-qt5/core/lumina-info/i18n/lumina-info_bn.ts new file mode 100644 index 00000000..996df17c --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_bn.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_bs.ts b/src-qt5/core/lumina-info/i18n/lumina-info_bs.ts new file mode 100644 index 00000000..374fa27e --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_bs.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_ca.ts b/src-qt5/core/lumina-info/i18n/lumina-info_ca.ts new file mode 100644 index 00000000..72cea089 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_ca.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_cs.ts b/src-qt5/core/lumina-info/i18n/lumina-info_cs.ts new file mode 100644 index 00000000..be1968c9 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_cs.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_cy.ts b/src-qt5/core/lumina-info/i18n/lumina-info_cy.ts new file mode 100644 index 00000000..ea42604e --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_cy.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_da.ts b/src-qt5/core/lumina-info/i18n/lumina-info_da.ts new file mode 100644 index 00000000..dc891bab --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_da.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_de.ts b/src-qt5/core/lumina-info/i18n/lumina-info_de.ts new file mode 100644 index 00000000..eb54d831 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_de.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_el.ts b/src-qt5/core/lumina-info/i18n/lumina-info_el.ts new file mode 100644 index 00000000..25a73015 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_el.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_en_GB.ts b/src-qt5/core/lumina-info/i18n/lumina-info_en_GB.ts new file mode 100644 index 00000000..3365daab --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_en_GB.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_en_ZA.ts b/src-qt5/core/lumina-info/i18n/lumina-info_en_ZA.ts new file mode 100644 index 00000000..e20d3c29 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_en_ZA.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_es.ts b/src-qt5/core/lumina-info/i18n/lumina-info_es.ts new file mode 100644 index 00000000..b7ae8319 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_es.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_et.ts b/src-qt5/core/lumina-info/i18n/lumina-info_et.ts new file mode 100644 index 00000000..95b27c3e --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_et.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_eu.ts b/src-qt5/core/lumina-info/i18n/lumina-info_eu.ts new file mode 100644 index 00000000..51aa3b9d --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_eu.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_fa.ts b/src-qt5/core/lumina-info/i18n/lumina-info_fa.ts new file mode 100644 index 00000000..9cbdc9c3 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_fa.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_fi.ts b/src-qt5/core/lumina-info/i18n/lumina-info_fi.ts new file mode 100644 index 00000000..dcb07c10 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_fi.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_fr.ts b/src-qt5/core/lumina-info/i18n/lumina-info_fr.ts new file mode 100644 index 00000000..5b5395e1 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_fr.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_fr_CA.ts b/src-qt5/core/lumina-info/i18n/lumina-info_fr_CA.ts new file mode 100644 index 00000000..5a591e95 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_fr_CA.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_gl.ts b/src-qt5/core/lumina-info/i18n/lumina-info_gl.ts new file mode 100644 index 00000000..8bdfbfa2 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_gl.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_he.ts b/src-qt5/core/lumina-info/i18n/lumina-info_he.ts new file mode 100644 index 00000000..daedae4c --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_he.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_hi.ts b/src-qt5/core/lumina-info/i18n/lumina-info_hi.ts new file mode 100644 index 00000000..5b196d74 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_hi.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_hr.ts b/src-qt5/core/lumina-info/i18n/lumina-info_hr.ts new file mode 100644 index 00000000..aa71cd1f --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_hr.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_hu.ts b/src-qt5/core/lumina-info/i18n/lumina-info_hu.ts new file mode 100644 index 00000000..f290c9a7 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_hu.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_id.ts b/src-qt5/core/lumina-info/i18n/lumina-info_id.ts new file mode 100644 index 00000000..4a337b1c --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_id.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_is.ts b/src-qt5/core/lumina-info/i18n/lumina-info_is.ts new file mode 100644 index 00000000..ec199dc1 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_is.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_it.ts b/src-qt5/core/lumina-info/i18n/lumina-info_it.ts new file mode 100644 index 00000000..f78fd5d7 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_it.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_ja.ts b/src-qt5/core/lumina-info/i18n/lumina-info_ja.ts new file mode 100644 index 00000000..d994e12c --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_ja.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_ka.ts b/src-qt5/core/lumina-info/i18n/lumina-info_ka.ts new file mode 100644 index 00000000..c0f1cd78 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_ka.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_ko.ts b/src-qt5/core/lumina-info/i18n/lumina-info_ko.ts new file mode 100644 index 00000000..8b86643e --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_ko.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_lt.ts b/src-qt5/core/lumina-info/i18n/lumina-info_lt.ts new file mode 100644 index 00000000..95ae3984 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_lt.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_lv.ts b/src-qt5/core/lumina-info/i18n/lumina-info_lv.ts new file mode 100644 index 00000000..61ba0ac8 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_lv.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_mk.ts b/src-qt5/core/lumina-info/i18n/lumina-info_mk.ts new file mode 100644 index 00000000..dae19826 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_mk.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_mn.ts b/src-qt5/core/lumina-info/i18n/lumina-info_mn.ts new file mode 100644 index 00000000..000a6444 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_mn.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_ms.ts b/src-qt5/core/lumina-info/i18n/lumina-info_ms.ts new file mode 100644 index 00000000..c4523d43 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_ms.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_mt.ts b/src-qt5/core/lumina-info/i18n/lumina-info_mt.ts new file mode 100644 index 00000000..e38757b7 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_mt.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_nb.ts b/src-qt5/core/lumina-info/i18n/lumina-info_nb.ts new file mode 100644 index 00000000..3158108e --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_nb.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_nl.ts b/src-qt5/core/lumina-info/i18n/lumina-info_nl.ts new file mode 100644 index 00000000..fd4ed30e --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_nl.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + Lumina bureaublad informatie + + + + General + Algemeen + + + + Desktop Version: + Lumina bereaublad versie: + + + + OS Build: + Besturing systeem build: + + + + Qt Version: + Qt versie: + + + + Source Repository: + Brongegevensopslagruimte: + + + + Documentation: + Documentatie + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Openen in web browser</a> + + + + View Information + Bekijk informatie + + + + License + Licentie + + + + Acknowledgements + Erkenningen + + + + Project Lead: + Project leider: + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + Bijdragers: + + + + Sponsors: + Sponsoren: + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Openen in web browser<a> + + + + Close + Sluiten + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_pa.ts b/src-qt5/core/lumina-info/i18n/lumina-info_pa.ts new file mode 100644 index 00000000..bd851b3b --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_pa.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_pl.ts b/src-qt5/core/lumina-info/i18n/lumina-info_pl.ts new file mode 100644 index 00000000..04596fa2 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_pl.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_pt.ts b/src-qt5/core/lumina-info/i18n/lumina-info_pt.ts new file mode 100644 index 00000000..c7a1843d --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_pt.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_pt_BR.ts b/src-qt5/core/lumina-info/i18n/lumina-info_pt_BR.ts new file mode 100644 index 00000000..c7a1843d --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_pt_BR.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_ro.ts b/src-qt5/core/lumina-info/i18n/lumina-info_ro.ts new file mode 100644 index 00000000..c088dbbb --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_ro.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_ru.ts b/src-qt5/core/lumina-info/i18n/lumina-info_ru.ts new file mode 100644 index 00000000..191ab62f --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_ru.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + Информация о рабочем окружении Lumina + + + + General + Основное + + + + Desktop Version: + Версия окружения + + + + OS Build: + Сборка ОС: + + + + Qt Version: + Версия Qt: + + + + Source Repository: + Репозиторий с исходным ходом: + + + + Documentation: + Документация: + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + <a href=http://wkii.pcbsd.org/index.php/Lumina/10.1.1">Открыть в веб-браузере</a + + + + View Information + Просмотр информации + + + + License + Лицензия + + + + Acknowledgements + Благодарности + + + + Project Lead: + Лидер проекта: + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + Contributors: + Участникм проекта: + + + + Sponsors: + Спонсоры: + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Открыть в веб-браузере<a> + + + + Close + Закрыть + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_sk.ts b/src-qt5/core/lumina-info/i18n/lumina-info_sk.ts new file mode 100644 index 00000000..8dc4cae1 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_sk.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_sl.ts b/src-qt5/core/lumina-info/i18n/lumina-info_sl.ts new file mode 100644 index 00000000..23d58c02 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_sl.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_sr.ts b/src-qt5/core/lumina-info/i18n/lumina-info_sr.ts new file mode 100644 index 00000000..3fcdb34b --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_sr.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_sv.ts b/src-qt5/core/lumina-info/i18n/lumina-info_sv.ts new file mode 100644 index 00000000..21809d22 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_sv.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_sw.ts b/src-qt5/core/lumina-info/i18n/lumina-info_sw.ts new file mode 100644 index 00000000..9e108649 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_sw.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_ta.ts b/src-qt5/core/lumina-info/i18n/lumina-info_ta.ts new file mode 100644 index 00000000..251c7b7d --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_ta.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_tg.ts b/src-qt5/core/lumina-info/i18n/lumina-info_tg.ts new file mode 100644 index 00000000..67c3a8b8 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_tg.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_th.ts b/src-qt5/core/lumina-info/i18n/lumina-info_th.ts new file mode 100644 index 00000000..7a95c7d7 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_th.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_tr.ts b/src-qt5/core/lumina-info/i18n/lumina-info_tr.ts new file mode 100644 index 00000000..78bb8c3a --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_tr.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_uk.ts b/src-qt5/core/lumina-info/i18n/lumina-info_uk.ts new file mode 100644 index 00000000..2b6edd88 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_uk.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_uz.ts b/src-qt5/core/lumina-info/i18n/lumina-info_uz.ts new file mode 100644 index 00000000..da6bf1a5 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_uz.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_vi.ts b/src-qt5/core/lumina-info/i18n/lumina-info_vi.ts new file mode 100644 index 00000000..10be0563 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_vi.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_zh_CN.ts b/src-qt5/core/lumina-info/i18n/lumina-info_zh_CN.ts new file mode 100644 index 00000000..c0b37ebd --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_zh_CN.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_zh_HK.ts b/src-qt5/core/lumina-info/i18n/lumina-info_zh_HK.ts new file mode 100644 index 00000000..405378e8 --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_zh_HK.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_zh_TW.ts b/src-qt5/core/lumina-info/i18n/lumina-info_zh_TW.ts new file mode 100644 index 00000000..22c92cbf --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_zh_TW.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_zu.ts b/src-qt5/core/lumina-info/i18n/lumina-info_zu.ts new file mode 100644 index 00000000..833630ed --- /dev/null +++ b/src-qt5/core/lumina-info/i18n/lumina-info_zu.ts @@ -0,0 +1,92 @@ + + + + + MainUI + + + Lumina Desktop Information + + + + + General + + + + + Desktop Version: + + + + + OS Build: + + + + + Qt Version: + + + + + Source Repository: + + + + + Documentation: + + + + + <a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1">Open in web browser</a> + + + + + View Information + + + + + License + + + + + Acknowledgements + + + + + Project Lead: + + + + + <a href="https://github.com/beanpole135">Ken Moore</a> + + + + + Contributors: + + + + + Sponsors: + + + + + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + + + + + Close + + + + diff --git a/src-qt5/core/lumina-info/lumina-info.desktop b/src-qt5/core/lumina-info/lumina-info.desktop new file mode 100644 index 00000000..9626e3b5 --- /dev/null +++ b/src-qt5/core/lumina-info/lumina-info.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Exec=lumina-info +Icon=Lumina-DE +Terminal=false +Type=Application +StartupNotify=true +Categories=System; +OnlyShowIn=Lumina; +Name=Desktop Information +GenericName=Version and Legal Information +Comment=View information about the Lumina Desktop Environment + diff --git a/src-qt5/core/lumina-info/lumina-info.pro b/src-qt5/core/lumina-info/lumina-info.pro new file mode 100644 index 00000000..dab88a12 --- /dev/null +++ b/src-qt5/core/lumina-info/lumina-info.pro @@ -0,0 +1,97 @@ +include("$${PWD}/../../OS-detect.pri") + +QT += core gui widgets network + + +TARGET = lumina-info +target.path = $${L_BINDIR} + +TEMPLATE = app + +SOURCES += main.cpp \ + MainUI.cpp + +HEADERS += MainUI.h + +FORMS += MainUI.ui + +RESOURCES+= lumina-info.qrc + +LIBS += -lLuminaUtils + +DEPENDPATH += ../libLumina + +TRANSLATIONS = i18n/lumina-info_af.ts \ + i18n/lumina-info_ar.ts \ + i18n/lumina-info_az.ts \ + i18n/lumina-info_bg.ts \ + i18n/lumina-info_bn.ts \ + i18n/lumina-info_bs.ts \ + i18n/lumina-info_ca.ts \ + i18n/lumina-info_cs.ts \ + i18n/lumina-info_cy.ts \ + i18n/lumina-info_da.ts \ + i18n/lumina-info_de.ts \ + i18n/lumina-info_el.ts \ + i18n/lumina-info_en_GB.ts \ + i18n/lumina-info_en_ZA.ts \ + i18n/lumina-info_es.ts \ + i18n/lumina-info_et.ts \ + i18n/lumina-info_eu.ts \ + i18n/lumina-info_fa.ts \ + i18n/lumina-info_fi.ts \ + i18n/lumina-info_fr.ts \ + i18n/lumina-info_fr_CA.ts \ + i18n/lumina-info_gl.ts \ + i18n/lumina-info_he.ts \ + i18n/lumina-info_hi.ts \ + i18n/lumina-info_hr.ts \ + i18n/lumina-info_hu.ts \ + i18n/lumina-info_id.ts \ + i18n/lumina-info_is.ts \ + i18n/lumina-info_it.ts \ + i18n/lumina-info_ja.ts \ + i18n/lumina-info_ka.ts \ + i18n/lumina-info_ko.ts \ + i18n/lumina-info_lt.ts \ + i18n/lumina-info_lv.ts \ + i18n/lumina-info_mk.ts \ + i18n/lumina-info_mn.ts \ + i18n/lumina-info_ms.ts \ + i18n/lumina-info_mt.ts \ + i18n/lumina-info_nb.ts \ + i18n/lumina-info_nl.ts \ + i18n/lumina-info_pa.ts \ + i18n/lumina-info_pl.ts \ + i18n/lumina-info_pt.ts \ + i18n/lumina-info_pt_BR.ts \ + i18n/lumina-info_ro.ts \ + i18n/lumina-info_ru.ts \ + i18n/lumina-info_sk.ts \ + i18n/lumina-info_sl.ts \ + i18n/lumina-info_sr.ts \ + i18n/lumina-info_sv.ts \ + i18n/lumina-info_sw.ts \ + i18n/lumina-info_ta.ts \ + i18n/lumina-info_tg.ts \ + i18n/lumina-info_th.ts \ + i18n/lumina-info_tr.ts \ + i18n/lumina-info_uk.ts \ + i18n/lumina-info_uz.ts \ + i18n/lumina-info_vi.ts \ + i18n/lumina-info_zh_CN.ts \ + i18n/lumina-info_zh_HK.ts \ + i18n/lumina-info_zh_TW.ts \ + i18n/lumina-info_zu.ts + +dotrans.path=$${L_SHAREDIR}/Lumina-DE/i18n/ +dotrans.extra=cd i18n && $${LRELEASE} -nounfinished *.ts && cp *.qm $(INSTALL_ROOT)$${L_SHAREDIR}/Lumina-DE/i18n/ + +desktop.files=lumina-info.desktop lumina-support.desktop +desktop.path=$${L_SHAREDIR}/applications/ + +INSTALLS += target dotrans desktop + +NO_I18N{ + INSTALLS -= dotrans +} diff --git a/src-qt5/core/lumina-info/lumina-info.qrc b/src-qt5/core/lumina-info/lumina-info.qrc new file mode 100644 index 00000000..c26c5ef6 --- /dev/null +++ b/src-qt5/core/lumina-info/lumina-info.qrc @@ -0,0 +1,8 @@ + + + Images/pcbsd_logo.png + Images/ix_logo.png + Images/Lumina-logo.png + LICENSE + + diff --git a/src-qt5/core/lumina-info/lumina-support.desktop b/src-qt5/core/lumina-info/lumina-support.desktop new file mode 100644 index 00000000..36ab28fd --- /dev/null +++ b/src-qt5/core/lumina-info/lumina-support.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Link +URL=https://webchat.freenode.net/?channels=%23lumina-desktop +Icon=Lumina-DE +Categories=System; +OnlyShowIn=Lumina; +Name=Community Support +GenericName=Get Desktop Help +Comment=Ask for desktop support on the community IRC channel + diff --git a/src-qt5/core/lumina-info/main.cpp b/src-qt5/core/lumina-info/main.cpp new file mode 100644 index 00000000..38cae2ad --- /dev/null +++ b/src-qt5/core/lumina-info/main.cpp @@ -0,0 +1,30 @@ +#include +#include +#include +#include + +#include "MainUI.h" +#include +#include +#include +#include + +int main(int argc, char ** argv) +{ + //qDebug() << "Create Single Application"; + LTHEME::LoadCustomEnvSettings(); + LSingleApplication a(argc, argv, "lumina-info"); //loads translations inside constructor + if( !a.isPrimaryProcess()){ return 0; } + //qDebug() << "Set Application Name"; + a.setApplicationName("About Lumina-DE"); + //qDebug() << "Load Theme Engine"; + LuminaThemeEngine themes(&a); + //qDebug() << "Start the UI"; + //Start the UI + MainUI w; + QObject::connect(&a, SIGNAL(InputsAvailable(QStringList)), &w, SLOT(slotSingleInstance()) ); + w.show(); + + int retCode = a.exec(); + return retCode; +} -- cgit