Adding upstream version 0.9.0+20150829.
This commit is contained in:
parent
74e9681b18
commit
56f9fbd8b4
2
AUTHORS
2
AUTHORS
@ -10,4 +10,4 @@ License: GPL-2 and LGPL-2.1+
|
||||
The full text of the licenses can be found in the 'COPYING' file.
|
||||
|
||||
The lxqt-config-cursor component is based on the "qt-xcurtheme" project
|
||||
and is licensed under GPL 2.
|
||||
and is licensed under GPL 2, GPL 3, LGPL-2, LGPL-2.1 and WTFPL 2.
|
||||
|
@ -1,6 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
|
||||
|
||||
project(lxqt-config)
|
||||
set(LXQT_CONFIG_PROJECT "${PROJECT_NAME}")
|
||||
|
||||
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
|
||||
|
||||
|
@ -80,7 +80,7 @@ target_link_libraries(lxqt-config-cursor
|
||||
|
||||
install(TARGETS
|
||||
lxqt-config-cursor
|
||||
DESTINATION "${CMAKE_INSTALL_LIBDIR}"
|
||||
DESTINATION "${CMAKE_INSTALL_LIBDIR}/${LXQT_CONFIG_PROJECT}"
|
||||
COMPONENT Runtime
|
||||
)
|
||||
install(FILES
|
||||
|
@ -30,7 +30,7 @@ int main (int argc, char *argv[])
|
||||
//QTextCodec::setCodecForCStrings(QTextCodec::codecForName("koi8-r"));
|
||||
//QTextCodec::setCodecForLocale(QTextCodec::codecForName("koi8-r"));
|
||||
|
||||
LxQt::Application app(argc, argv);
|
||||
LXQt::Application app(argc, argv);
|
||||
TRANSLATE_APP;
|
||||
|
||||
//qDebug() << findDefaultTheme() << getCurrentTheme();
|
||||
|
@ -37,7 +37,7 @@
|
||||
|
||||
#define HOME_ICON_DIR QDir::homePath() + "/.icons"
|
||||
|
||||
SelectWnd::SelectWnd(LxQt::Settings* settings, QWidget *parent) : QWidget(parent), mSettings(settings)
|
||||
SelectWnd::SelectWnd(LXQt::Settings* settings, QWidget *parent) : QWidget(parent), mSettings(settings)
|
||||
{
|
||||
setupUi(this);
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <QWidget>
|
||||
#include <lxqtglobals.h>
|
||||
|
||||
namespace LxQt {
|
||||
namespace LXQt {
|
||||
class Settings;
|
||||
}
|
||||
|
||||
@ -29,7 +29,7 @@ class LXQT_API SelectWnd : public QWidget, private Ui_SelectWnd
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
SelectWnd (LxQt::Settings* settings, QWidget *parent=0);
|
||||
SelectWnd (LXQt::Settings* settings, QWidget *parent=0);
|
||||
~SelectWnd ();
|
||||
|
||||
public slots:
|
||||
@ -54,7 +54,7 @@ private slots:
|
||||
private:
|
||||
XCursorThemeModel *mModel;
|
||||
QPersistentModelIndex mAppliedIndex;
|
||||
LxQt::Settings* mSettings;
|
||||
LXQt::Settings* mSettings;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="el_GR">
|
||||
<TS version="2.1" language="el">
|
||||
<context>
|
||||
<name>SelectWnd</name>
|
||||
<message>
|
||||
@ -11,7 +11,7 @@
|
||||
<message>
|
||||
<location filename="../selectwnd.ui" line="20"/>
|
||||
<source>Select the cursor theme you want to use (hover preview to test cursor). <b>LXQt session needs restart after this change</b>:</source>
|
||||
<translation>Επιλέξτε το θέμα δείκτη που θέλετε να χρησιμοποιήσετε (κινηθείτε επάνω για προεπισκόπηση). <b>Χρειάζεται επανεκκίνηση της συνεδρίας LXQt μετά την αλλαγή</b>:</translation>
|
||||
<translation>Επιλέξτε το θέμα του δρομέα που θέλετε να χρησιμοποιήσετε (κινηθείτε επάνω για προεπισκόπηση). <b>Χρειάζεται επανεκκίνηση της συνεδρίας LXQt μετά την αλλαγή</b>:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../selectwnd.ui" line="81"/>
|
||||
@ -20,7 +20,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>&Set Theme</source>
|
||||
<translation type="vanished">Ε&πιλογή θέματος</translation>
|
||||
<translation>Ε&πιλογή θέματος</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../selectwnd.ui" line="88"/>
|
||||
@ -29,12 +29,12 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>&Close</source>
|
||||
<translation type="vanished">Κλεί&σιμο</translation>
|
||||
<translation>&Κλείσιμο</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../selectwnd.cpp" line="208"/>
|
||||
<source>XCurTheme error</source>
|
||||
<translation>Σφάλμα του θέματος δείκτη X</translation>
|
||||
<translation>Σφάλμα του θέματος δρομέα X</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../selectwnd.cpp" line="209"/>
|
||||
@ -47,17 +47,17 @@
|
||||
<message>
|
||||
<location filename="../warninglabel.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Παράθυρο διαλόγου</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../warninglabel.ui" line="44"/>
|
||||
<source>LXQt could not find any cursor theme. The default X11 cursor theme will be used instead. LXQt looked in the following directories:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Το LXQt δεν μπόρεσε να βρει κάποιο θέμα δρομέα. Θα χρησιμοποιηθεί ο εξ ορισμού δρομέας X11. Το LXQt έψαξε στους παρακάτω καταλόγους:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../warninglabel.ui" line="54"/>
|
||||
<source>Show...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Εμφάνιση...</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
@ -52,7 +52,7 @@
|
||||
<message>
|
||||
<location filename="../warninglabel.ui" line="44"/>
|
||||
<source>LXQt could not find any cursor theme. The default X11 cursor theme will be used instead. LXQt looked in the following directories:</source>
|
||||
<translation>O LxQt não encontrou quaisquer temas de cursor. Será utilizado o tema de cursor X11. O LxQt procurou nestes diretórios:</translation>
|
||||
<translation>O LXQt não encontrou quaisquer temas de cursor. Será utilizado o tema de cursor X11. O LXQt procurou nestes diretórios:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../warninglabel.ui" line="54"/>
|
||||
|
@ -75,6 +75,11 @@ target_link_libraries(${PROJECT_NAME}
|
||||
lxqt-config-cursor
|
||||
)
|
||||
|
||||
set_target_properties("${PROJECT_NAME}"
|
||||
PROPERTIES
|
||||
INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/${LXQT_CONFIG_PROJECT}"
|
||||
)
|
||||
|
||||
install(TARGETS
|
||||
${PROJECT_NAME}
|
||||
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
||||
|
@ -45,7 +45,7 @@ extern void qt_x11_apply_settings_in_all_apps();
|
||||
static const char* subpixelNames[] = {"none", "rgb", "bgr", "vrgb", "vbgr"};
|
||||
static const char* hintStyleNames[] = {"hintnone", "hintslight", "hintmedium", "hintfull"};
|
||||
|
||||
FontsConfig::FontsConfig(LxQt::Settings* settings, QSettings* qtSettings, QWidget* parent) :
|
||||
FontsConfig::FontsConfig(LXQt::Settings* settings, QSettings* qtSettings, QWidget* parent) :
|
||||
QWidget(parent),
|
||||
ui(new Ui::FontsConfig),
|
||||
mSettings(settings),
|
||||
|
@ -45,7 +45,7 @@ class FontsConfig : public QWidget
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit FontsConfig(LxQt::Settings *settings, QSettings *qtSettings, QWidget *parent = 0);
|
||||
explicit FontsConfig(LXQt::Settings *settings, QSettings *qtSettings, QWidget *parent = 0);
|
||||
~FontsConfig();
|
||||
|
||||
public Q_SLOTS:
|
||||
@ -63,7 +63,7 @@ private Q_SLOTS:
|
||||
private:
|
||||
Ui::FontsConfig *ui;
|
||||
QSettings *mQtSettings;
|
||||
LxQt::Settings *mSettings;
|
||||
LXQt::Settings *mSettings;
|
||||
FontConfigFile mFontConfigFile;
|
||||
};
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
using namespace QtXdg;
|
||||
|
||||
IconThemeConfig::IconThemeConfig(LxQt::Settings* settings, QWidget* parent):
|
||||
IconThemeConfig::IconThemeConfig(LXQt::Settings* settings, QWidget* parent):
|
||||
QWidget(parent),
|
||||
m_settings(settings)
|
||||
{
|
||||
@ -50,7 +50,7 @@ IconThemeConfig::IconThemeConfig(LxQt::Settings* settings, QWidget* parent):
|
||||
connect(iconThemeList, SIGNAL(itemClicked(QTreeWidgetItem*,int)),
|
||||
this, SLOT(iconThemeSelected(QTreeWidgetItem*,int)));
|
||||
|
||||
connect(LxQt::Settings::globalSettings(), SIGNAL(settingsChanged()),
|
||||
connect(LXQt::Settings::globalSettings(), SIGNAL(settingsChanged()),
|
||||
this, SLOT(update()));
|
||||
}
|
||||
|
||||
@ -126,7 +126,7 @@ void IconThemeConfig::initIconsThemes()
|
||||
|
||||
void IconThemeConfig::initControls()
|
||||
{
|
||||
QString currentTheme = LxQt::Settings::globalSettings()->value("icon_theme").toString();
|
||||
QString currentTheme = LXQt::Settings::globalSettings()->value("icon_theme").toString();
|
||||
XdgIcon::setThemeName(currentTheme);
|
||||
QTreeWidgetItemIterator it(iconThemeList);
|
||||
while (*it) {
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include "ui_iconthemeconfig.h"
|
||||
#include "iconthemeinfo.h"
|
||||
|
||||
namespace LxQt {
|
||||
namespace LXQt {
|
||||
class Settings;
|
||||
}
|
||||
|
||||
@ -41,11 +41,11 @@ class IconThemeConfig : public QWidget, public Ui::IconThemeConfig
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
IconThemeConfig(LxQt::Settings *settings, QWidget *parent = 0);
|
||||
IconThemeConfig(LXQt::Settings *settings, QWidget *parent = 0);
|
||||
~IconThemeConfig();
|
||||
|
||||
private:
|
||||
LxQt::Settings *m_settings;
|
||||
LXQt::Settings *m_settings;
|
||||
void initIconsThemes();
|
||||
|
||||
public slots:
|
||||
|
@ -31,9 +31,9 @@
|
||||
#include <QDebug>
|
||||
#include <QProcess>
|
||||
|
||||
LxQtThemeConfig::LxQtThemeConfig(LxQt::Settings *settings, QWidget *parent) :
|
||||
LXQtThemeConfig::LXQtThemeConfig(LXQt::Settings *settings, QWidget *parent) :
|
||||
QWidget(parent),
|
||||
ui(new Ui::LxQtThemeConfig),
|
||||
ui(new Ui::LXQtThemeConfig),
|
||||
mSettings(settings)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
@ -42,8 +42,8 @@ LxQtThemeConfig::LxQtThemeConfig(LxQt::Settings *settings, QWidget *parent) :
|
||||
this, SLOT(lxqtThemeSelected(QTreeWidgetItem*,int)));
|
||||
|
||||
|
||||
QList<LxQt::LxQtTheme> themes = LxQt::LxQtTheme::allThemes();
|
||||
foreach(LxQt::LxQtTheme theme, themes)
|
||||
QList<LXQt::LXQtTheme> themes = LXQt::LXQtTheme::allThemes();
|
||||
foreach(LXQt::LXQtTheme theme, themes)
|
||||
{
|
||||
QString themeName = theme.name();
|
||||
themeName[0] = themeName[0].toTitleCase();
|
||||
@ -61,13 +61,13 @@ LxQtThemeConfig::LxQtThemeConfig(LxQt::Settings *settings, QWidget *parent) :
|
||||
}
|
||||
|
||||
|
||||
LxQtThemeConfig::~LxQtThemeConfig()
|
||||
LXQtThemeConfig::~LXQtThemeConfig()
|
||||
{
|
||||
delete ui;
|
||||
}
|
||||
|
||||
|
||||
void LxQtThemeConfig::initControls()
|
||||
void LXQtThemeConfig::initControls()
|
||||
{
|
||||
QString currentTheme = mSettings->value("theme").toString();
|
||||
|
||||
@ -85,7 +85,7 @@ void LxQtThemeConfig::initControls()
|
||||
}
|
||||
|
||||
|
||||
void LxQtThemeConfig::lxqtThemeSelected(QTreeWidgetItem* item, int column)
|
||||
void LXQtThemeConfig::lxqtThemeSelected(QTreeWidgetItem* item, int column)
|
||||
{
|
||||
Q_UNUSED(column);
|
||||
if (!item)
|
||||
@ -94,7 +94,7 @@ void LxQtThemeConfig::lxqtThemeSelected(QTreeWidgetItem* item, int column)
|
||||
QVariant themeName = item->data(0, Qt::UserRole);
|
||||
mSettings->setValue("theme", themeName);
|
||||
|
||||
LxQt::LxQtTheme theme(themeName.toString());
|
||||
LXQt::LXQtTheme theme(themeName.toString());
|
||||
if(theme.isValid()) {
|
||||
QString wallpaper = theme.desktopBackground();
|
||||
if(!wallpaper.isEmpty()) {
|
||||
|
@ -34,16 +34,16 @@
|
||||
class QTreeWidgetItem;
|
||||
|
||||
namespace Ui {
|
||||
class LxQtThemeConfig;
|
||||
class LXQtThemeConfig;
|
||||
}
|
||||
|
||||
class LxQtThemeConfig : public QWidget
|
||||
class LXQtThemeConfig : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit LxQtThemeConfig(LxQt::Settings *settings, QWidget *parent = 0);
|
||||
~LxQtThemeConfig();
|
||||
explicit LXQtThemeConfig(LXQt::Settings *settings, QWidget *parent = 0);
|
||||
~LXQtThemeConfig();
|
||||
|
||||
public slots:
|
||||
void initControls();
|
||||
@ -52,8 +52,8 @@ private slots:
|
||||
void lxqtThemeSelected(QTreeWidgetItem* item, int column);
|
||||
|
||||
private:
|
||||
Ui::LxQtThemeConfig *ui;
|
||||
LxQt::Settings *mSettings;
|
||||
Ui::LXQtThemeConfig *ui;
|
||||
LXQt::Settings *mSettings;
|
||||
};
|
||||
|
||||
#endif // LXQTTHEMECONFIG_H
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>LxQtThemeConfig</class>
|
||||
<class>LXQtThemeConfig</class>
|
||||
<widget class="QWidget" name="LXQtThemeConfig">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
|
@ -40,10 +40,10 @@
|
||||
|
||||
int main (int argc, char **argv)
|
||||
{
|
||||
LxQt::SingleApplication app(argc, argv);
|
||||
LxQt::Settings* settings = new LxQt::Settings("lxqt");
|
||||
LxQt::Settings* sessionSettings = new LxQt::Settings("session");
|
||||
LxQt::ConfigDialog* dialog = new LxQt::ConfigDialog(QObject::tr("LXQt Appearance Configuration"), settings);
|
||||
LXQt::SingleApplication app(argc, argv);
|
||||
LXQt::Settings* settings = new LXQt::Settings("lxqt");
|
||||
LXQt::Settings* sessionSettings = new LXQt::Settings("session");
|
||||
LXQt::ConfigDialog* dialog = new LXQt::ConfigDialog(QObject::tr("LXQt Appearance Configuration"), settings);
|
||||
|
||||
app.setActivationWindow(dialog);
|
||||
|
||||
@ -56,7 +56,7 @@ int main (int argc, char **argv)
|
||||
dialog->addPage(iconPage, QObject::tr("Icons Theme"), QStringList() << "preferences-desktop-icons" << "preferences-desktop");
|
||||
QObject::connect(dialog, SIGNAL(reset()), iconPage, SLOT(initControls()));
|
||||
|
||||
LxQtThemeConfig* themePage = new LxQtThemeConfig(settings, dialog);
|
||||
LXQtThemeConfig* themePage = new LXQtThemeConfig(settings, dialog);
|
||||
dialog->addPage(themePage, QObject::tr("LXQt Theme"), QStringList() << "preferences-desktop-color" << "preferences-desktop");
|
||||
QObject::connect(dialog, SIGNAL(reset()), themePage, SLOT(initControls()));
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
extern void qt_x11_apply_settings_in_all_apps();
|
||||
#endif
|
||||
|
||||
StyleConfig::StyleConfig(LxQt::Settings* settings, QSettings* qtSettings, QWidget* parent) :
|
||||
StyleConfig::StyleConfig(LXQt::Settings* settings, QSettings* qtSettings, QWidget* parent) :
|
||||
QWidget(parent),
|
||||
ui(new Ui::StyleConfig),
|
||||
mSettings(settings),
|
||||
@ -88,7 +88,7 @@ void StyleConfig::initControls()
|
||||
++it;
|
||||
}
|
||||
|
||||
// read other widget related settings form LxQt settings.
|
||||
// read other widget related settings form LXQt settings.
|
||||
QByteArray tb_style = mSettings->value("tool_button_style").toByteArray();
|
||||
// convert toolbar style name to value
|
||||
QMetaEnum me = QToolBar::staticMetaObject.property(QToolBar::staticMetaObject.indexOfProperty("toolButtonStyle")).enumerator();
|
||||
|
@ -43,7 +43,7 @@ class StyleConfig : public QWidget
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit StyleConfig(LxQt::Settings *settings, QSettings *qtSettings, QWidget *parent = 0);
|
||||
explicit StyleConfig(LXQt::Settings *settings, QSettings *qtSettings, QWidget *parent = 0);
|
||||
~StyleConfig();
|
||||
|
||||
public slots:
|
||||
@ -57,7 +57,7 @@ private slots:
|
||||
private:
|
||||
Ui::StyleConfig *ui;
|
||||
QSettings *mQtSettings;
|
||||
LxQt::Settings *mSettings;
|
||||
LXQt::Settings *mSettings;
|
||||
};
|
||||
|
||||
#endif // STYLECONFIG_H
|
||||
|
@ -139,7 +139,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Translations
|
||||
Comment[cs]=Nastavit vzhled pracovní plochy LxQt
|
||||
Comment[cs]=Nastavit vzhled pracovní plochy LXQt
|
||||
GenericName[cs]=Nastavení vzhledu
|
||||
Name[cs]=Nastavení vzhledu
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -139,7 +139,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[el]=Διαμόρφωση εμφάνισης της επιφάνειας εργασίας LXQt
|
||||
GenericName[el]=Διαμόρφωση εμφάνισης LXQt
|
||||
Name[el]=Διαμόρφωση εμφάνισης LXQt
|
@ -1,128 +1,128 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="el_GR">
|
||||
<TS version="2.1" language="el">
|
||||
<context>
|
||||
<name>FontsConfig</name>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="23"/>
|
||||
<source>Font</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Γραμματοσειρά</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="30"/>
|
||||
<source>Default font for user interface</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Εξ ορισμού γραμματοσειρά του περιβάλλοντος χρήστη</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="36"/>
|
||||
<source>Font name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Όνομα γραμματοσειράς:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="46"/>
|
||||
<source>Style:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ύφος:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="53"/>
|
||||
<source>Point size:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Μέγεθος σημείου:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="68"/>
|
||||
<source>Normal</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Κανονικό</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="73"/>
|
||||
<source>Bold</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Έντονα</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="78"/>
|
||||
<source>Italic</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Πλάγια</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="83"/>
|
||||
<source>Bold Italic</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Έντονα πλάγια</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="94"/>
|
||||
<source>The following settings only affect newly started applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Οι παρακάτω ρυθμίσεις επηρεάζουν μόνο τις εφεξής εφαρμογές</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="100"/>
|
||||
<source>Use antialias fonts</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Χρήση της εξομάλυνσης γραμματοσειρών</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="107"/>
|
||||
<source>Font hinting style:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ύφος υπόδειξης των γραμματοσειρών:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="118"/>
|
||||
<location filename="../fontsconfig.ui" line="183"/>
|
||||
<source>None</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Κανένα</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="123"/>
|
||||
<source>Slight</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ελαφρύ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="128"/>
|
||||
<source>Medium</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Μεσαίο</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="133"/>
|
||||
<source>Full</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Πλήρες</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="141"/>
|
||||
<source>Font hinting</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Υπόδειξη γραμματοσειρών</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="148"/>
|
||||
<source>Resolution (DPI):</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ανάλυση (DPI):</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="155"/>
|
||||
<source>Autohint</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Αυτόματη υπόδειξη (autohint)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="172"/>
|
||||
<source>Subpixel antialiasing:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Εξομάλυνση υποεικονοστοιχείων:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="188"/>
|
||||
<source>RGB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>RGB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="193"/>
|
||||
<source>BGR</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>BGR</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="198"/>
|
||||
<source>VRGB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>VRGB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="203"/>
|
||||
<source>VBGR</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>VBGR</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -130,7 +130,7 @@
|
||||
<message>
|
||||
<location filename="../iconthemeconfig.ui" line="14"/>
|
||||
<source>LXQt Appearance Configuration</source>
|
||||
<translation>Διαμόρφωση εμφάνισης LXQt</translation>
|
||||
<translation>Διαμόρφωση της εμφάνισης του LXQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../iconthemeconfig.ui" line="26"/>
|
||||
@ -142,15 +142,15 @@
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<source>LXQt Theme</source>
|
||||
<translation type="vanished">Θέμα LXQt</translation>
|
||||
<translation>Θέμα του LXQt</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
<translation type="unfinished">Θέμα LXQt</translation>
|
||||
<translation>Θέμα του LXQt</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -158,12 +158,12 @@
|
||||
<message>
|
||||
<location filename="../main.cpp" line="45"/>
|
||||
<source>LXQt Appearance Configuration</source>
|
||||
<translation>Διαμόρφωση εμφάνισης LXQt</translation>
|
||||
<translation>Διαμόρφωση της εμφάνισης του LXQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="51"/>
|
||||
<source>Widget Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Στιλ συστατικού</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="55"/>
|
||||
@ -178,12 +178,12 @@
|
||||
<message>
|
||||
<location filename="../main.cpp" line="63"/>
|
||||
<source>Font</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Γραμματοσειρά</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="68"/>
|
||||
<source>Cursor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Δρομέας</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -191,42 +191,42 @@
|
||||
<message>
|
||||
<location filename="../styleconfig.ui" line="23"/>
|
||||
<source>Widget Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Στιλ συστατικού</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../styleconfig.ui" line="54"/>
|
||||
<source>Toolbar button style:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ύφος των κουμπιών της γραμμής εργαλείων:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../styleconfig.ui" line="62"/>
|
||||
<source>Only display the icon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Εμφάνιση μόνον του εικονιδίου</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../styleconfig.ui" line="67"/>
|
||||
<source>Only display the text</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Εμφάνιση μόνον του κειμένου</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../styleconfig.ui" line="72"/>
|
||||
<source>The text appears beside the icon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Το κείμενο εμφανίζεται δίπλα από το εικονίδιο</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../styleconfig.ui" line="77"/>
|
||||
<source>The text appears under the icon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Το κείμενο εμφανίζεται κάτω από το εικονίδιο</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../styleconfig.ui" line="82"/>
|
||||
<source>Default</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Εξ ορισμού</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../styleconfig.ui" line="90"/>
|
||||
<source>Activate item on single click</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ενεργοποίηση των αντικειμένων με μονό κλικ</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,4 +0,0 @@
|
||||
# Translations
|
||||
Comment[el_GR]=Διαμόρφωση εμφάνισης της επιφάνειας εργασίας LXQt
|
||||
GenericName[el_GR]=Διαμόρφωση εμφάνισης LXQt
|
||||
Name[el_GR]=Διαμόρφωση εμφάνισης LXQt
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -139,7 +139,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -139,7 +139,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -139,7 +139,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -2,5 +2,3 @@
|
||||
GenericName[it]=Aspetto
|
||||
Name[it]=Aspetto
|
||||
Comment[it]=Configura l'aspetto di LXQt
|
||||
|
||||
|
||||
|
@ -140,7 +140,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -1,4 +0,0 @@
|
||||
# Translations
|
||||
Comment[it_IT]=Configura l'aspetto del desktop LXQt
|
||||
GenericName[it_IT]=Configurazione dell'aspetto di LXQt
|
||||
Name[it_IT]=Configurazione dell'aspetto di LXQt
|
@ -1,226 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="it">
|
||||
<context>
|
||||
<name>FontsConfig</name>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="23"/>
|
||||
<source>Font</source>
|
||||
<translation>Caratteri</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="30"/>
|
||||
<source>Default font for user interface</source>
|
||||
<translation>Carattere generale</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="36"/>
|
||||
<source>Font name:</source>
|
||||
<translation>Carattere:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="46"/>
|
||||
<source>Style:</source>
|
||||
<translation>Stile:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="53"/>
|
||||
<source>Point size:</source>
|
||||
<translation>Dimensione:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="68"/>
|
||||
<source>Normal</source>
|
||||
<translation>Normale</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="73"/>
|
||||
<source>Bold</source>
|
||||
<translation>Grassetto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="78"/>
|
||||
<source>Italic</source>
|
||||
<translation>Corsivo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="83"/>
|
||||
<source>Bold Italic</source>
|
||||
<translation>Grassetto corsivo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="94"/>
|
||||
<source>The following settings only affect newly started applications</source>
|
||||
<translation>Le impostazioni riguardano solo le applicazioni avviate nuovamente</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="100"/>
|
||||
<source>Use antialias fonts</source>
|
||||
<translation>Utilizza anti-aliasing per i caratteri</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="107"/>
|
||||
<source>Font hinting style:</source>
|
||||
<translation>Stile di hinting</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="118"/>
|
||||
<location filename="../fontsconfig.ui" line="183"/>
|
||||
<source>None</source>
|
||||
<translation>Nessuno</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="123"/>
|
||||
<source>Slight</source>
|
||||
<translation>Leggero</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="128"/>
|
||||
<source>Medium</source>
|
||||
<translation>Medio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="133"/>
|
||||
<source>Full</source>
|
||||
<translation>Forte</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="141"/>
|
||||
<source>Font hinting</source>
|
||||
<translation>Hinting caratteri</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="148"/>
|
||||
<source>Resolution (DPI):</source>
|
||||
<translation>Resoluzione (DPI):</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="155"/>
|
||||
<source>Autohint</source>
|
||||
<translation>Hinting automatico</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="172"/>
|
||||
<source>Subpixel antialiasing:</source>
|
||||
<translatorcomment>no idea how to translate that</translatorcomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="188"/>
|
||||
<source>RGB</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="193"/>
|
||||
<source>BGR</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="198"/>
|
||||
<source>VRGB</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fontsconfig.ui" line="203"/>
|
||||
<source>VBGR</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>IconThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../iconthemeconfig.ui" line="14"/>
|
||||
<source>LXQt Appearance Configuration</source>
|
||||
<translation>Centro di Configurazione LXQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../iconthemeconfig.ui" line="26"/>
|
||||
<source>Icons Theme</source>
|
||||
<translation>Temi delle icone</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
<translation>Tema di LXQt</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="45"/>
|
||||
<source>LXQt Appearance Configuration</source>
|
||||
<translation>Centro di Configurazione LXQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="51"/>
|
||||
<source>Widget Style</source>
|
||||
<translation>Stile degli elementi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="55"/>
|
||||
<source>Icons Theme</source>
|
||||
<translation>Tema delle icone</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="59"/>
|
||||
<source>LXQt Theme</source>
|
||||
<translation>Tema di LXQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="63"/>
|
||||
<source>Font</source>
|
||||
<translation>Caratteri</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="68"/>
|
||||
<source>Cursor</source>
|
||||
<translation>Cursore</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>StyleConfig</name>
|
||||
<message>
|
||||
<location filename="../styleconfig.ui" line="23"/>
|
||||
<source>Widget Style</source>
|
||||
<translation>Stile degli elementi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../styleconfig.ui" line="54"/>
|
||||
<source>Toolbar button style:</source>
|
||||
<translation>Stile della barra delle applicazioni:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../styleconfig.ui" line="62"/>
|
||||
<source>Only display the icon</source>
|
||||
<translation>Mostra solo icone</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../styleconfig.ui" line="67"/>
|
||||
<source>Only display the text</source>
|
||||
<translation>Mostra solo testo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../styleconfig.ui" line="72"/>
|
||||
<source>The text appears beside the icon</source>
|
||||
<translation>Testo accanto le icone</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../styleconfig.ui" line="77"/>
|
||||
<source>The text appears under the icon</source>
|
||||
<translation>Testo sotto le icone</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../styleconfig.ui" line="82"/>
|
||||
<source>Default</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../styleconfig.ui" line="90"/>
|
||||
<source>Activate item on single click</source>
|
||||
<translation>Attiva elementi con clic singolo</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -139,7 +139,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -139,7 +139,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -139,7 +139,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -139,7 +139,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -139,7 +139,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -139,7 +139,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -139,7 +139,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -139,7 +139,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -139,7 +139,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -146,7 +146,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtThemeConfig</name>
|
||||
<name>LXQtThemeConfig</name>
|
||||
<message>
|
||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||
<source>LXQt Theme</source>
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
int main (int argc, char **argv)
|
||||
{
|
||||
LxQt::SingleApplication app(argc, argv);
|
||||
LXQt::SingleApplication app(argc, argv);
|
||||
|
||||
MimetypeViewer mimetypeViewer;
|
||||
app.setActivationWindow(&mimetypeViewer);
|
||||
|
@ -1,9 +1,12 @@
|
||||
/*
|
||||
* File: MimetypeItemModel.cpp
|
||||
* Author: christian
|
||||
*
|
||||
* Created on 5. maj 2013, 09:18
|
||||
*/
|
||||
* Copyright (c) Christian Surlykke
|
||||
*
|
||||
* This file is part of the LXQt project. <http://lxqt.org>
|
||||
* It is distributed under the LGPL 2.1 or later license.
|
||||
* Please refer to the LICENSE file for a copy of the license, and
|
||||
* the AUTHORS file for copyright and authorship information.
|
||||
*/
|
||||
|
||||
#include <QObject>
|
||||
#include <QDebug>
|
||||
|
||||
|
@ -1,9 +1,11 @@
|
||||
/*
|
||||
* File: MimetypeItemModel.h
|
||||
* Author: christian
|
||||
*
|
||||
* Created on 5. maj 2013, 09:18
|
||||
*/
|
||||
* Copyright (c) Christian Surlykke
|
||||
*
|
||||
* This file is part of the LXQt project. <http://lxqt.org>
|
||||
* It is distributed under the LGPL 2.1 or later license.
|
||||
* Please refer to the LICENSE file for a copy of the license, and
|
||||
* the AUTHORS file for copyright and authorship information.
|
||||
*/
|
||||
|
||||
#ifndef MIMETYPEITEMMODEL_H
|
||||
#define MIMETYPEITEMMODEL_H
|
||||
|
@ -110,7 +110,7 @@ MimetypeViewer::MimetypeViewer(QWidget *parent)
|
||||
|
||||
QString mimeappsListPath(XdgDirs::dataHome(true) + "/applications/mimeapps.list");
|
||||
mDefaultsList = new QSettings(mimeappsListPath, XdgDesktopFileCache::desktopFileSettingsFormat(), this);
|
||||
mSettingsCache = new LxQt::SettingsCache(mDefaultsList);
|
||||
mSettingsCache = new LXQt::SettingsCache(mDefaultsList);
|
||||
mSettingsCache->loadFromSettings();
|
||||
initializeMimetypeTreeView();
|
||||
loadAllMimeTypes();
|
||||
|
@ -37,7 +37,7 @@
|
||||
|
||||
class QSettings;
|
||||
|
||||
namespace LxQt {
|
||||
namespace LXQt {
|
||||
class SettingsCache;
|
||||
}
|
||||
|
||||
@ -59,7 +59,7 @@ private:
|
||||
void loadAllMimeTypes();
|
||||
XdgMimeType m_CurrentMime;
|
||||
QSettings* mDefaultsList;
|
||||
LxQt::SettingsCache *mSettingsCache;
|
||||
LXQt::SettingsCache *mSettingsCache;
|
||||
Ui::mimetypeviewer widget;
|
||||
QStringList mediaTypes;
|
||||
QList <QTreeWidgetItem*> mItemList;
|
||||
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Name[el]=Συσχετίσεις αρχείων
|
||||
GenericName[el]=Ρυθμίσεις των συσχετίσεων αρχείων
|
||||
Comment[el]=Διαμόρφωση της συσχέτισης των εφαρμογών με γνωστούς τύπους αρχείων
|
@ -0,0 +1,123 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="el">
|
||||
<context>
|
||||
<name>ApplicationChooser</name>
|
||||
<message>
|
||||
<location filename="../applicationchooser.ui" line="14"/>
|
||||
<source>ApplicationChooser</source>
|
||||
<translation>Επιλογέας εφαρμογής</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../applicationchooser.ui" line="46"/>
|
||||
<source>Pick an application for:</source>
|
||||
<translation>Επιλέξτε μια εφαρμογή για:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../applicationchooser.ui" line="110"/>
|
||||
<source>1</source>
|
||||
<translation>1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../applicationchooser.ui" line="115"/>
|
||||
<source>Applications that handle JPEG</source>
|
||||
<translation>Εφαρμογές που διαχειρίζονται αρχεία JPEG</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../applicationchooser.ui" line="124"/>
|
||||
<location filename="../applicationchooser.ui" line="129"/>
|
||||
<location filename="../applicationchooser.ui" line="139"/>
|
||||
<location filename="../applicationchooser.ui" line="144"/>
|
||||
<source>New Subitem</source>
|
||||
<translation>Νέο υποαντικείμενο</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../applicationchooser.ui" line="135"/>
|
||||
<location filename="../applicationchooser.cpp" line="113"/>
|
||||
<source>Other applications</source>
|
||||
<translation>Άλλες εφαρμογές</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../applicationchooser.cpp" line="114"/>
|
||||
<source>Applications that handle %1</source>
|
||||
<translation>Εφαρμογές που διαχειρίζονται %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../applicationchooser.cpp" line="151"/>
|
||||
<source>No applications found</source>
|
||||
<translation>Δεν βρέθηκε εφαρμογή</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MimetypeViewer</name>
|
||||
<message>
|
||||
<location filename="../mimetypeviewer.cpp" line="157"/>
|
||||
<location filename="../mimetypeviewer.cpp" line="208"/>
|
||||
<source>None</source>
|
||||
<translation>Καμία</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mimetypeviewer.cpp" line="204"/>
|
||||
<source>&Change...</source>
|
||||
<translation>&Αλλαγή...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mimetypeviewer.cpp" line="209"/>
|
||||
<source>&Choose...</source>
|
||||
<translation>&Επιλογή...</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>mimetypeviewer</name>
|
||||
<message>
|
||||
<location filename="../mimetypeviewer.ui" line="20"/>
|
||||
<source>File Associations</source>
|
||||
<translation>Συσχετίσεις αρχείων</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mimetypeviewer.ui" line="56"/>
|
||||
<source>Default application</source>
|
||||
<translation>Εξ ορισμού εφαρμογή</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mimetypeviewer.ui" line="68"/>
|
||||
<source>&Choose...</source>
|
||||
<translation>&Επιλογή...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mimetypeviewer.ui" line="117"/>
|
||||
<source>TextLabel</source>
|
||||
<translation>Ετικέτα</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mimetypeviewer.ui" line="124"/>
|
||||
<source>None</source>
|
||||
<translation>Καμία</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mimetypeviewer.ui" line="144"/>
|
||||
<source>Patterns</source>
|
||||
<translation>Σχηματομορφές</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mimetypeviewer.ui" line="156"/>
|
||||
<source>*.txt *.xml</source>
|
||||
<translation>*.txt *.xml</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mimetypeviewer.ui" line="173"/>
|
||||
<source>MIME type</source>
|
||||
<translation>Τύπος MIME</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mimetypeviewer.ui" line="191"/>
|
||||
<source>Icon</source>
|
||||
<translation>Εικονίδιο</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mimetypeviewer.ui" line="198"/>
|
||||
<source>Description</source>
|
||||
<translation>Περιγραφή</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Name[it]=Associazioni file
|
||||
GenericName[it]=Impostare le associazioni file
|
||||
Comment[it]=Impostare le associazioni file per le applicazioni installate
|
@ -66,6 +66,11 @@ target_link_libraries(lxqt-config-input
|
||||
lxqt-config-cursor
|
||||
)
|
||||
|
||||
set_target_properties(lxqt-config-input
|
||||
PROPERTIES
|
||||
INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/${LXQT_CONFIG_PROJECT}"
|
||||
)
|
||||
|
||||
install(TARGETS
|
||||
lxqt-config-input
|
||||
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
||||
|
@ -35,7 +35,7 @@
|
||||
extern void qt_x11_apply_settings_in_all_apps();
|
||||
#endif
|
||||
|
||||
KeyboardConfig::KeyboardConfig(LxQt::Settings* _settings, QSettings* _qtSettings, QWidget* parent):
|
||||
KeyboardConfig::KeyboardConfig(LXQt::Settings* _settings, QSettings* _qtSettings, QWidget* parent):
|
||||
QWidget(parent),
|
||||
settings(_settings),
|
||||
qtSettings(_qtSettings),
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <QDialog>
|
||||
#include "ui_keyboardconfig.h"
|
||||
|
||||
namespace LxQt {
|
||||
namespace LXQt {
|
||||
class Settings;
|
||||
}
|
||||
class QSettings;
|
||||
@ -32,7 +32,7 @@ class KeyboardConfig : public QWidget {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
KeyboardConfig(LxQt::Settings* _settings, QSettings* _qtSettings, QWidget* parent = 0);
|
||||
KeyboardConfig(LXQt::Settings* _settings, QSettings* _qtSettings, QWidget* parent = 0);
|
||||
virtual ~KeyboardConfig();
|
||||
|
||||
void accept();
|
||||
@ -52,7 +52,7 @@ private Q_SLOTS:
|
||||
|
||||
private:
|
||||
Ui::KeyboardConfig ui;
|
||||
LxQt::Settings* settings;
|
||||
LXQt::Settings* settings;
|
||||
QSettings* qtSettings;
|
||||
int delay;
|
||||
int oldDelay;
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "selectkeyboardlayoutdialog.h"
|
||||
#include <LXQt/Settings>
|
||||
|
||||
KeyboardLayoutConfig::KeyboardLayoutConfig(LxQt::Settings* _settings, QWidget* parent):
|
||||
KeyboardLayoutConfig::KeyboardLayoutConfig(LXQt::Settings* _settings, QWidget* parent):
|
||||
QWidget(parent),
|
||||
settings(_settings) {
|
||||
ui.setupUi(this);
|
||||
|
@ -26,14 +26,14 @@
|
||||
#include <QMap>
|
||||
#include "ui_keyboardlayoutconfig.h"
|
||||
|
||||
namespace LxQt {
|
||||
namespace LXQt {
|
||||
class Settings;
|
||||
}
|
||||
|
||||
class KeyboardLayoutConfig : public QWidget {
|
||||
Q_OBJECT
|
||||
public:
|
||||
KeyboardLayoutConfig(LxQt::Settings* _settings, QWidget* parent = 0);
|
||||
KeyboardLayoutConfig(LXQt::Settings* _settings, QWidget* parent = 0);
|
||||
virtual ~KeyboardLayoutConfig();
|
||||
|
||||
public Q_SLOTS:
|
||||
@ -57,7 +57,7 @@ private:
|
||||
QStringList currentOptions_;
|
||||
QList<QPair<QString, QString> > currentLayouts_;
|
||||
QMap<QString, KeyboardLayoutInfo> knownLayouts_;
|
||||
LxQt::Settings* settings;
|
||||
LXQt::Settings* settings;
|
||||
};
|
||||
|
||||
#endif // KEYBOARDLAYOUTCONFIG_H
|
||||
|
@ -25,16 +25,16 @@
|
||||
#include "keyboardlayoutconfig.h"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
LxQt::SingleApplication app(argc, argv);
|
||||
LXQt::SingleApplication app(argc, argv);
|
||||
|
||||
QByteArray configName = qgetenv("LXQT_SESSION_CONFIG");
|
||||
if(configName.isEmpty())
|
||||
configName = "session";
|
||||
LxQt::Settings settings(configName);
|
||||
LxQt::ConfigDialog dlg(QObject::tr("Keyboard and Mouse Settings"), &settings);
|
||||
LXQt::Settings settings(configName);
|
||||
LXQt::ConfigDialog dlg(QObject::tr("Keyboard and Mouse Settings"), &settings);
|
||||
app.setActivationWindow(&dlg);
|
||||
|
||||
LxQt::Settings qtSettings("lxqt");
|
||||
LXQt::Settings qtSettings("lxqt");
|
||||
MouseConfig* mouseConfig = new MouseConfig(&settings, &qtSettings, &dlg);
|
||||
dlg.addPage(mouseConfig, QObject::tr("Mouse"), "input-mouse");
|
||||
QObject::connect(&dlg, SIGNAL(reset()), mouseConfig, SLOT(reset()));
|
||||
|
@ -1,3 +1,12 @@
|
||||
/*
|
||||
* Copyright (c) LXQt contributors.
|
||||
*
|
||||
* This file is part of the LXQt project. <http://lxqt.org>
|
||||
* It is distributed under the LGPL 2.1 or later license.
|
||||
* Please refer to the LICENSE file for a copy of the license, and
|
||||
* the AUTHORS file for copyright and authorship information.
|
||||
*/
|
||||
|
||||
#ifndef LXQT_CONFIG_INPUT_H
|
||||
#define LXQT_CONFIG_INPUT_H
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
extern void qt_x11_apply_settings_in_all_apps();
|
||||
#endif
|
||||
|
||||
MouseConfig::MouseConfig(LxQt::Settings* _settings, QSettings* _qtSettings, QWidget* parent):
|
||||
MouseConfig::MouseConfig(LXQt::Settings* _settings, QSettings* _qtSettings, QWidget* parent):
|
||||
QWidget(parent),
|
||||
settings(_settings),
|
||||
qtSettings(_qtSettings),
|
||||
@ -175,8 +175,8 @@ void MouseConfig::loadSettings() {
|
||||
oldSingleClick = singleClick = qtSettings->value("single_click_activate", false).toBool();
|
||||
|
||||
settings->beginGroup("Mouse");
|
||||
oldAccel = accel = settings->value("acc_factor", 20).toInt();
|
||||
oldThreshold = threshold = settings->value("acc_threshold", 10).toInt();
|
||||
oldAccel = accel = settings->value("accel_factor", 20).toInt();
|
||||
oldThreshold = threshold = settings->value("accel_threshold", 10).toInt();
|
||||
oldLeftHanded = leftHanded = settings->value("left_handed", false).toBool();
|
||||
settings->endGroup();
|
||||
}
|
||||
@ -185,8 +185,8 @@ void MouseConfig::accept() {
|
||||
qtSettings->setValue("single_click_activate", singleClick);
|
||||
|
||||
settings->beginGroup("Mouse");
|
||||
settings->setValue("acc_factor", accel);
|
||||
settings->setValue("acc_threshold", threshold);
|
||||
settings->setValue("accel_factor", accel);
|
||||
settings->setValue("accel_threshold", threshold);
|
||||
settings->setValue("left_handed", leftHanded);
|
||||
settings->endGroup();
|
||||
}
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <QWidget>
|
||||
#include "ui_mouseconfig.h"
|
||||
|
||||
namespace LxQt {
|
||||
namespace LXQt {
|
||||
class Settings;
|
||||
}
|
||||
class QSettings;
|
||||
@ -32,7 +32,7 @@ class MouseConfig : public QWidget {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
MouseConfig(LxQt::Settings* _settings, QSettings* _qtSettings, QWidget* parent);
|
||||
MouseConfig(LXQt::Settings* _settings, QSettings* _qtSettings, QWidget* parent);
|
||||
virtual ~MouseConfig();
|
||||
|
||||
void accept();
|
||||
@ -54,7 +54,7 @@ private Q_SLOTS:
|
||||
|
||||
private:
|
||||
Ui::MouseConfig ui;
|
||||
LxQt::Settings* settings;
|
||||
LXQt::Settings* settings;
|
||||
QSettings* qtSettings;
|
||||
int accel;
|
||||
int oldAccel;
|
||||
|
@ -0,0 +1,4 @@
|
||||
#Translations
|
||||
Name[el]=Πληκτρολόγιο και ποντίκι
|
||||
GenericName[el]=Ρυθμίσεις εισαγωγής
|
||||
Comment[el]=Διαμόρφωση του πληκτρολογίου, του ποντικιού, και άλλων συσκευών εισαγωγής
|
253
lxqt-config-input/translations/lxqt-config-input_el.ts
Normal file
253
lxqt-config-input/translations/lxqt-config-input_el.ts
Normal file
@ -0,0 +1,253 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="el">
|
||||
<context>
|
||||
<name>KeyboardConfig</name>
|
||||
<message>
|
||||
<location filename="../keyboardconfig.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation>Παράθυρο διαλόγου</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardconfig.ui" line="20"/>
|
||||
<source>Cursor flash time:</source>
|
||||
<translation>Χρόνος αναβοσβήματος δρομέα:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardconfig.ui" line="27"/>
|
||||
<source><b>Keyboard</b></source>
|
||||
<translation><b>Πληκτρολόγιο</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardconfig.ui" line="34"/>
|
||||
<source>Beep when there is an error of keyboard input</source>
|
||||
<translation>Προειδοποιητικός ήχος αν υπάρχει σφάλμα στην είσοδο πληκτρολογίου</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardconfig.ui" line="41"/>
|
||||
<source> ms</source>
|
||||
<translation> ms</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardconfig.ui" line="51"/>
|
||||
<source>Character Repeat</source>
|
||||
<translation>Επανάληψη χαρακτήρα</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardconfig.ui" line="79"/>
|
||||
<location filename="../keyboardconfig.ui" line="143"/>
|
||||
<source>Long</source>
|
||||
<translation>Μακρύ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardconfig.ui" line="108"/>
|
||||
<source>Repeat delay:</source>
|
||||
<translation>Καθυστέρηση επανάληψης:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardconfig.ui" line="115"/>
|
||||
<location filename="../keyboardconfig.ui" line="136"/>
|
||||
<source>Short</source>
|
||||
<translation>Βραχύ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardconfig.ui" line="122"/>
|
||||
<source>Repeat interval:</source>
|
||||
<translation>Χρονικό διάστημα επανάληψης:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardconfig.ui" line="129"/>
|
||||
<source>Type in the following box to test your keyboard settings</source>
|
||||
<translation>Πληκτρολογήστε στο παρακάτω πλαίσιο για να δοκιμάσετε τις ρυθμίσεις του πληκτρολογίου</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardconfig.ui" line="150"/>
|
||||
<location filename="../keyboardconfig.ui" line="157"/>
|
||||
<source>0</source>
|
||||
<translation>0</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>KeyboardLayoutConfig</name>
|
||||
<message>
|
||||
<location filename="../keyboardlayoutconfig.ui" line="20"/>
|
||||
<source><b>Keyboard Layout</b></source>
|
||||
<translation><b>Διάταξη πληκτρολογίου</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardlayoutconfig.ui" line="48"/>
|
||||
<source>Layout</source>
|
||||
<translation>Διάταξη</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardlayoutconfig.ui" line="53"/>
|
||||
<source>Variant</source>
|
||||
<translation>Παραλλαγή</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardlayoutconfig.ui" line="63"/>
|
||||
<source>&Add</source>
|
||||
<translation>&Προσθήκη</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardlayoutconfig.ui" line="70"/>
|
||||
<source>&Remove</source>
|
||||
<translation>Α&φαίρεση</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardlayoutconfig.ui" line="77"/>
|
||||
<source>up</source>
|
||||
<translation>πάνω</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardlayoutconfig.ui" line="84"/>
|
||||
<source>down</source>
|
||||
<translation>κάτω</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardlayoutconfig.ui" line="108"/>
|
||||
<source>Keyboard model:</source>
|
||||
<translation>Μοντέλο πληκτρολογίου:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardlayoutconfig.ui" line="122"/>
|
||||
<source>Keys to change layout:</source>
|
||||
<translation>Πλήκτρα αλλαγής της διάταξης:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardlayoutconfig.ui" line="133"/>
|
||||
<source>None</source>
|
||||
<translation>Κανένα</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../keyboardlayoutconfig.ui" line="141"/>
|
||||
<source><html><head/><body><p><span style=" font-weight:600;">Note</span>: If you are using an <span style=" font-weight:600;">input method</span>, such as IBus, uim, fcitx, or gcin, the settings here <span style=" font-weight:600;">might not work</span> because they are overridden by the input methods.</p></body></html></source>
|
||||
<translation><html><head/><body><p><span style=" font-weight:600;">Σημείωση</span>: Αν χρησιμοποιείτε μια <span style=" font-weight:600;">μέθοδο εισαγωγής</span>, όπως IBus, uim, fcitx, ή gcin, οι παρούσες ρυθμίσεις ίσως να <span style=" font-weight:600;">μην λειτουργούν</span> ένεκα της αντικατάστασής τους από τις μεθόδους εισαγωγής.</p></body></html></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MouseConfig</name>
|
||||
<message>
|
||||
<location filename="../mouseconfig.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation>Παράθυρο διαλόγου</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mouseconfig.ui" line="23"/>
|
||||
<source><b>Mouse</b></source>
|
||||
<translation><b>Ποντίκι</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mouseconfig.ui" line="30"/>
|
||||
<source>Motion</source>
|
||||
<translation>Κίνηση</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mouseconfig.ui" line="36"/>
|
||||
<source>High</source>
|
||||
<translation>Υψηλό</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mouseconfig.ui" line="43"/>
|
||||
<source>Fast</source>
|
||||
<translation>Γρήγορο</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mouseconfig.ui" line="50"/>
|
||||
<source>Sensitivity:</source>
|
||||
<translation>Ευαισθησία:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mouseconfig.ui" line="57"/>
|
||||
<source>Low</source>
|
||||
<translation>Χαμηλό</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mouseconfig.ui" line="83"/>
|
||||
<source>Acceleration:</source>
|
||||
<translation>Επιτάχυνση:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mouseconfig.ui" line="109"/>
|
||||
<source>Slow</source>
|
||||
<translation>Αργό</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mouseconfig.ui" line="116"/>
|
||||
<location filename="../mouseconfig.ui" line="123"/>
|
||||
<source>0</source>
|
||||
<translation>0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mouseconfig.ui" line="133"/>
|
||||
<source>Double click interval:</source>
|
||||
<translation>Χρονικό διάστημα διπλού κλικ:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mouseconfig.ui" line="140"/>
|
||||
<source> ms</source>
|
||||
<translation> ms</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mouseconfig.ui" line="150"/>
|
||||
<source>Wheel scroll lines:</source>
|
||||
<translation>Γραμμές κύλισης τροχού:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mouseconfig.ui" line="160"/>
|
||||
<source>Left handed (Swap left and right mouse buttons)</source>
|
||||
<translation>Αριστερόχειρας (Εναλλαγή του δεξιού και αριστερού κουμπιού)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mouseconfig.ui" line="167"/>
|
||||
<source>Single click to activate items</source>
|
||||
<translation>Ενεργοποίηση των αντικειμένων με μονό κλικ</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../lxqt-config-input.cpp" line="34"/>
|
||||
<source>Keyboard and Mouse Settings</source>
|
||||
<translation>Ρυθμίσεις πληκτρολογίου και ποντικιού</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lxqt-config-input.cpp" line="39"/>
|
||||
<source>Mouse</source>
|
||||
<translation>Ποντίκι</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lxqt-config-input.cpp" line="44"/>
|
||||
<source>Cursor</source>
|
||||
<translation>Δρομέας</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lxqt-config-input.cpp" line="47"/>
|
||||
<source>Keyboard</source>
|
||||
<translation>Πληκτρολόγιο</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lxqt-config-input.cpp" line="51"/>
|
||||
<source>Keyboard Layout</source>
|
||||
<translation>Διάταξη πληκτρολογίου</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SelectKeyboardLayoutDialog</name>
|
||||
<message>
|
||||
<location filename="../selectkeyboardlayoutdialog.ui" line="14"/>
|
||||
<source>Select a keyboard layout</source>
|
||||
<translation>Επιλέξτε μια διάταξη πληκτρολογίου</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../selectkeyboardlayoutdialog.ui" line="20"/>
|
||||
<source>Keyboard layout</source>
|
||||
<translation>Διάταξη πληκτρολογίου</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../selectkeyboardlayoutdialog.ui" line="27"/>
|
||||
<source>Variant</source>
|
||||
<translation>Παραλλαγή</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,6 @@
|
||||
# Translations
|
||||
Name[it]=Tastiera e mouse
|
||||
GenericName[it]=Configurazione dei dispositivi di immissione
|
||||
Comment[it]=Configura tastiera, mouse e altri dispositivi di immissione
|
||||
|
||||
|
@ -28,13 +28,13 @@
|
||||
#include "savesettings.h"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
LxQt::SingleApplication app(argc, argv);
|
||||
LXQt::SingleApplication app(argc, argv);
|
||||
|
||||
QByteArray configName = qgetenv("LXQT_SESSION_CONFIG");
|
||||
if(configName.isEmpty())
|
||||
configName = "MonitorSettings";
|
||||
LxQt::Settings settings(configName);
|
||||
LxQt::ConfigDialog dlg(QObject::tr("Monitor Settings"), &settings);
|
||||
LXQt::Settings settings(configName);
|
||||
LXQt::ConfigDialog dlg(QObject::tr("Monitor Settings"), &settings);
|
||||
dlg.setButtons(QDialogButtonBox::QDialogButtonBox::Apply|QDialogButtonBox::Close);
|
||||
app.setActivationWindow(&dlg);
|
||||
dlg.setWindowIcon(QIcon::fromTheme("preferences-desktop-display"));
|
||||
|
@ -1,3 +1,12 @@
|
||||
/*
|
||||
* Copyright (c) LXQt contributors.
|
||||
*
|
||||
* This file is part of the LXQt project. <http://lxqt.org>
|
||||
* It is distributed under the LGPL 2.1 or later license.
|
||||
* Please refer to the LICENSE file for a copy of the license, and
|
||||
* the AUTHORS file for copyright and authorship information.
|
||||
*/
|
||||
|
||||
#include "monitorpicture.h"
|
||||
|
||||
#include <QFont>
|
||||
|
@ -41,7 +41,7 @@
|
||||
#include "xrandr.h"
|
||||
#include "monitorpicture.h"
|
||||
|
||||
MonitorSettingsDialog::MonitorSettingsDialog(MonitorSettingsBackend* backend, LxQt::Settings *applicationSettings):
|
||||
MonitorSettingsDialog::MonitorSettingsDialog(MonitorSettingsBackend* backend, LXQt::Settings *applicationSettings):
|
||||
QDialog(NULL, 0),
|
||||
LVDS(NULL) {
|
||||
timeoutDialog = NULL;
|
||||
|
@ -35,7 +35,7 @@ class MonitorSettingsDialog: public QDialog {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
MonitorSettingsDialog(MonitorSettingsBackend* backend, LxQt::Settings *applicationSettings);
|
||||
MonitorSettingsDialog(MonitorSettingsBackend* backend, LXQt::Settings *applicationSettings);
|
||||
virtual ~MonitorSettingsDialog();
|
||||
virtual void accept();
|
||||
QString getHardwareIdentifier();
|
||||
@ -79,7 +79,7 @@ private:
|
||||
TimeoutDialog* timeoutDialog;
|
||||
QTimer* timer;
|
||||
QList<MonitorInfo*> timeoutSettings;
|
||||
LxQt::Settings *applicationSettings;
|
||||
LXQt::Settings *applicationSettings;
|
||||
QString hardwareIdentifier;
|
||||
};
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <QProcess>
|
||||
#include <QInputDialog>
|
||||
|
||||
SaveSettings::SaveSettings(LxQt::Settings*applicationSettings, QWidget* parent):
|
||||
SaveSettings::SaveSettings(LXQt::Settings*applicationSettings, QWidget* parent):
|
||||
QDialog(parent) {
|
||||
|
||||
this->applicationSettings = applicationSettings;
|
||||
|
@ -28,7 +28,7 @@ class SaveSettings : public QDialog {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
SaveSettings(LxQt::Settings*applicationSettings, QWidget* parent = 0);
|
||||
SaveSettings(LXQt::Settings*applicationSettings, QWidget* parent = 0);
|
||||
|
||||
Ui::SaveSettings ui;
|
||||
|
||||
@ -47,7 +47,7 @@ public slots:
|
||||
void onRenameItem();
|
||||
|
||||
private:
|
||||
LxQt::Settings*applicationSettings;
|
||||
LXQt::Settings*applicationSettings;
|
||||
QString hardwareIdentifier;
|
||||
|
||||
};
|
||||
|
@ -0,0 +1,4 @@
|
||||
#Translations
|
||||
Name[el]=Ρυθμίσεις οθόνης
|
||||
GenericName[el]=Ρυθμίσεις οθόνης
|
||||
Comment[el]=Διαμόρφωση οθονών
|
301
lxqt-config-monitor/translations/lxqt-config-monitor_el.ts
Normal file
301
lxqt-config-monitor/translations/lxqt-config-monitor_el.ts
Normal file
@ -0,0 +1,301 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="el">
|
||||
<context>
|
||||
<name>MonitorInfo</name>
|
||||
<message>
|
||||
<location filename="../monitor.cpp" line="43"/>
|
||||
<source>Laptop LCD Monitor</source>
|
||||
<translation>Οθόνη LCD φορητού</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitor.cpp" line="45"/>
|
||||
<source>External VGA Monitor</source>
|
||||
<translation>Εξωτερική οθόνη VGA</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitor.cpp" line="45"/>
|
||||
<source>VGA Monitor</source>
|
||||
<translation>Οθόνη VGA</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitor.cpp" line="47"/>
|
||||
<source>External DVI Monitor</source>
|
||||
<translation>Εξωτερική οθόνη DVI</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitor.cpp" line="47"/>
|
||||
<source>DVI Monitor</source>
|
||||
<translation>Οθόνη DVI</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitor.cpp" line="49"/>
|
||||
<source>TV</source>
|
||||
<translation>Τηλεόραση</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitor.cpp" line="51"/>
|
||||
<source>Default Monitor</source>
|
||||
<translation>Οθόνη εξ ορισμού</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MonitorPictureDialog</name>
|
||||
<message>
|
||||
<location filename="../monitorpicture.ui" line="14"/>
|
||||
<source>Dialog</source>
|
||||
<translation>Διάλογος</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitorpicture.ui" line="27"/>
|
||||
<source>Magnetic attraction</source>
|
||||
<translation>Μαγνητική έλξη</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MonitorSettingsDialog</name>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="14"/>
|
||||
<source>Monitor Settings</source>
|
||||
<translation>Ρυθμίσεις οθόνης</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="57"/>
|
||||
<source>Unify all monitors</source>
|
||||
<translation>Ενοποίηση όλων των οθονών</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="64"/>
|
||||
<source>Monitor Position</source>
|
||||
<translation>Θέση της οθόνης</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="84"/>
|
||||
<source>Primary monitor:</source>
|
||||
<translation>Πρωτεύουσα οθόνη:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitorsettingsdialog.cpp" line="265"/>
|
||||
<source>Do you want to save changes?</source>
|
||||
<translation>Επιθυμείτε την αποθήκευση των αλλαγών;</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitorsettingsdialog.cpp" line="266"/>
|
||||
<source>Please, check the settings before saving.</source>
|
||||
<translation>Παρακαλώ, ελέγξτε τις ρυθμίσεις πριν την αποθήκευση.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitorsettingsdialog.cpp" line="273"/>
|
||||
<source>Name</source>
|
||||
<translation>Όνομα</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitorsettingsdialog.cpp" line="274"/>
|
||||
<source>Name:</source>
|
||||
<translation>Όνομα:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitorsettingsdialog.cpp" line="275"/>
|
||||
<source>Actual</source>
|
||||
<translation>Τρέχον</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitorsettingsdialog.cpp" line="298"/>
|
||||
<source>Error</source>
|
||||
<translation>Σφάλμα</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitorsettingsdialog.cpp" line="298"/>
|
||||
<source>Config can not be saved</source>
|
||||
<translation>Δεν είναι δυνατή η αποθήκευση της διαμόρφωσης</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MonitorWidget</name>
|
||||
<message>
|
||||
<location filename="../monitorwidget.ui" line="23"/>
|
||||
<source>Turn on</source>
|
||||
<translation>Ενεργοποίηση</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitorwidget.ui" line="30"/>
|
||||
<source>Resolution:</source>
|
||||
<translation>Ανάλυση:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitorwidget.ui" line="40"/>
|
||||
<source>Rate:</source>
|
||||
<translation>Ρυθμός:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitorwidget.ui" line="58"/>
|
||||
<source>Hz</source>
|
||||
<translation>Hz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitorwidget.ui" line="67"/>
|
||||
<source>Position:</source>
|
||||
<translation>Θέση:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitorwidget.ui" line="79"/>
|
||||
<source>x:</source>
|
||||
<translation>x:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitorwidget.ui" line="96"/>
|
||||
<source>y:</source>
|
||||
<translation>y:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitorwidget.ui" line="115"/>
|
||||
<source>Brightness:</source>
|
||||
<translation>Φωτεινότητα:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitorwidget.ui" line="135"/>
|
||||
<source>Gamma:</source>
|
||||
<translation>Γάμμα:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitorwidget.ui" line="154"/>
|
||||
<location filename="../monitorwidget.ui" line="171"/>
|
||||
<source>:</source>
|
||||
<translation>:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitorwidget.ui" line="193"/>
|
||||
<source>Backlight:</source>
|
||||
<translation>Οπίσθιος φωτισμός:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../monitorwidget.cpp" line="46"/>
|
||||
<location filename="../monitorwidget.cpp" line="97"/>
|
||||
<source>Auto</source>
|
||||
<translation>Αυτόματο</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../xrandr.cpp" line="291"/>
|
||||
<location filename="../xrandr.cpp" line="297"/>
|
||||
<source>Auto</source>
|
||||
<translation>Αυτόματο</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="37"/>
|
||||
<source>Monitor Settings</source>
|
||||
<translation>Ρυθμίσεις οθόνης</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="54"/>
|
||||
<source>Quick Options</source>
|
||||
<translation>Γρήγορες επιλογές</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="58"/>
|
||||
<source>Settings</source>
|
||||
<translation>Ρυθμίσεις</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.cpp" line="66"/>
|
||||
<source>Save settings</source>
|
||||
<translation>Αποθήκευση ρυθμίσεων</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QuickOptions</name>
|
||||
<message>
|
||||
<location filename="../quickoptions.ui" line="14"/>
|
||||
<source>Monitor Settings</source>
|
||||
<translation>Ρυθμίσεις οθόνης</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../quickoptions.ui" line="33"/>
|
||||
<source>Show the same screen on both laptop LCD and external monitor</source>
|
||||
<translation>Εμφάνιση της ίδιας οθόνης στο LCD του φορητού και στην εξωτερική οθόνη</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../quickoptions.ui" line="49"/>
|
||||
<source>Extended view</source>
|
||||
<translation>Εκτεταμένη προβολή</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../quickoptions.ui" line="65"/>
|
||||
<source>Turn off laptop LCD and use external monitor only</source>
|
||||
<translation>Απενεργοποίηση της οθόνης LCD του φορητού και χρήση μόνον της εξωτερικής οθόνης</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../quickoptions.ui" line="81"/>
|
||||
<source>Turn off external monitor and use laptop LCD only</source>
|
||||
<translation>Απενεργοποίηση της εξωτερικής οθόνης και χρήση μόνον της οθόνης LCD του φορητού</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SaveSettings</name>
|
||||
<message>
|
||||
<location filename="../savesettings.ui" line="14"/>
|
||||
<source>Monitor Settings</source>
|
||||
<translation>Ρυθμίσεις οθόνης</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../savesettings.ui" line="33"/>
|
||||
<source>Save</source>
|
||||
<translation>Αποθήκευση</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../savesettings.ui" line="43"/>
|
||||
<source>Saved settings</source>
|
||||
<translation>Αποθηκευμένες ρυθμίσεις</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../savesettings.ui" line="49"/>
|
||||
<source>All:</source>
|
||||
<translation>Όλα:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../savesettings.ui" line="56"/>
|
||||
<source>Hardware compatible:</source>
|
||||
<translation>Συμβατά με το υλικό:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../savesettings.ui" line="71"/>
|
||||
<source>Rename</source>
|
||||
<translation>Μετονομασία</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../savesettings.ui" line="78"/>
|
||||
<source>Delete</source>
|
||||
<translation>Διαγραφή</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../savesettings.cpp" line="82"/>
|
||||
<source>Name</source>
|
||||
<translation>Όνομα</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../savesettings.cpp" line="82"/>
|
||||
<source>Name:</source>
|
||||
<translation>Όνομα:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>TimeoutDialog</name>
|
||||
<message>
|
||||
<location filename="../timeoutdialog.ui" line="14"/>
|
||||
<source>Settings are changed</source>
|
||||
<translation>Οι ρυθμίσεις τροποποιήθηκαν</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../timeoutdialog.ui" line="23"/>
|
||||
<source>Are the current settings OK for you?</source>
|
||||
<translation>Οι τρέχουσες ρυθμίσεις σας ικανοποιούν;</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../timeoutdialog.cpp" line="52"/>
|
||||
<source>%1 second(s) remaining</source>
|
||||
<translation>Υπολείπεται %1 δευτερόλεπτο(α)</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
Name[it]=Monitor
|
||||
GenericName[it]=Impostazioni dei monitor
|
||||
Comment[it]=Configura la risoluzione e i monitor esterni
|
||||
|
@ -31,12 +31,12 @@
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
LxQt::SingleApplication app(argc, argv);
|
||||
LXQt::SingleApplication app(argc, argv);
|
||||
|
||||
// ensure that we use lxqt-config.menu file.
|
||||
qputenv("XDG_MENU_PREFIX", "lxqt-");
|
||||
|
||||
LxQtConfig::MainWindow w;
|
||||
LXQtConfig::MainWindow w;
|
||||
app.setActivationWindow(&w);
|
||||
w.show();
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include "qcategorydrawer.h"
|
||||
#include "qcategorizedsortfilterproxymodel.h"
|
||||
|
||||
namespace LxQtConfig {
|
||||
namespace LXQtConfig {
|
||||
|
||||
struct ConfigPaneData: public QSharedData
|
||||
{
|
||||
@ -193,7 +193,7 @@ private:
|
||||
};
|
||||
|
||||
|
||||
LxQtConfig::MainWindow::MainWindow() : QMainWindow()
|
||||
LXQtConfig::MainWindow::MainWindow() : QMainWindow()
|
||||
{
|
||||
setupUi(this);
|
||||
|
||||
@ -216,7 +216,7 @@ LxQtConfig::MainWindow::MainWindow() : QMainWindow()
|
||||
QTimer::singleShot(1, this, SLOT(load()));
|
||||
}
|
||||
|
||||
bool LxQtConfig::MainWindow::event(QEvent* event)
|
||||
bool LXQtConfig::MainWindow::event(QEvent* event)
|
||||
{
|
||||
// LXQt's Qt5 plugin sends a ThemeChange event
|
||||
if (event->type() == QEvent::ThemeChange)
|
||||
@ -243,7 +243,7 @@ bool LxQtConfig::MainWindow::event(QEvent* event)
|
||||
return QMainWindow::event(event);
|
||||
}
|
||||
|
||||
void LxQtConfig::MainWindow::load()
|
||||
void LXQtConfig::MainWindow::load()
|
||||
{
|
||||
QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
|
||||
|
||||
@ -257,7 +257,7 @@ void LxQtConfig::MainWindow::load()
|
||||
QApplication::restoreOverrideCursor();
|
||||
}
|
||||
|
||||
void LxQtConfig::MainWindow::activateItem(const QModelIndex &index)
|
||||
void LXQtConfig::MainWindow::activateItem(const QModelIndex &index)
|
||||
{
|
||||
if (!index.isValid())
|
||||
return;
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
class QCategorizedSortFilterProxyModel;
|
||||
|
||||
namespace LxQtConfig {
|
||||
namespace LXQtConfig {
|
||||
|
||||
class ConfigPaneModel;
|
||||
|
||||
|
5
src/translations/lxqt-config_el.desktop
Normal file
5
src/translations/lxqt-config_el.desktop
Normal file
@ -0,0 +1,5 @@
|
||||
# Translations
|
||||
Name[el]=Κέντρο διαμόρφωσης LXQt
|
||||
GenericName[el]=Ρυθμίσεις συστήματος
|
||||
Comment[el]=Διαμόρφωση του συστήματος
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user