diff --git a/settingsdialog.cpp b/settingsdialog.cpp
index 8db4fcb..04585ba 100644
--- a/settingsdialog.cpp
+++ b/settingsdialog.cpp
@@ -79,7 +79,7 @@ SettingsDialog::SettingsDialog(QWidget *parent) : QDialog(parent)
layout->addRow(tr("Thumbnails size"), m_thumSize);
layout->addRow(tr("Saturation"), m_saturation);
layout->addRow(tr("Slideshow interval"), m_slideShowTime);
- layout->addRow(tr("Image filtering"), m_filtering);
+ layout->addRow(tr("Image interpolation"), m_filtering);
layout->addRow(m_qualityThumbnail);
layout->addRow(m_useNativeDialog);
//layout->addRow(new QLabel(tr("Changes in settings will take effect after program restart.")));
@@ -102,7 +102,7 @@ void SettingsDialog::loadSettings()
DEFAULT_WIDTH = settings.value("settings/preloadimagecount", DEFAULT_WIDTH).toInt();
SATURATION = settings.value("settings/saturation", 95.0).toDouble() / 100.0;
FILTERING = settings.value("settings/filtering", FILTERING).toInt();
- QUALITY_RESIZE = settings.value("settings/qualitythumbnail").toBool();
+ QUALITY_RESIZE = settings.value("settings/qualitythumbnail", QUALITY_RESIZE).toBool();
QApplication::setAttribute(Qt::AA_DontUseNativeDialogs, settings.value("settings/dontusenativedialogs", false).toBool());
}
diff --git a/translations/tenmon_en.qm b/translations/tenmon_en.qm
index 9ceadbc..f8a8693 100644
Binary files a/translations/tenmon_en.qm and b/translations/tenmon_en.qm differ
diff --git a/translations/tenmon_en.ts b/translations/tenmon_en.ts
index eb6d4d6..2ac0b8f 100644
--- a/translations/tenmon_en.ts
+++ b/translations/tenmon_en.ts
@@ -8,6 +8,89 @@
About Tenmon
+
+ BatchProcessing
+
+ Batch Processing
+
+
+
+ Input files and directories
+
+
+
+ Add files
+
+
+
+ Add directories
+
+
+
+ Remove
+
+
+
+ Remove all
+
+
+
+ Output directory
+
+
+
+ Browse
+
+
+
+ Scripts
+
+
+
+ Open scripts
+
+
+
+ Log
+
+
+
+ Start script
+
+
+
+ Stop script
+
+
+
+ Close
+
+
+
+ Interrupt running script?
+
+
+
+ Select files
+
+
+
+ Select directory
+
+
+
+ Select output directory
+
+
+
+ Invalid output directory
+
+
+
+ Output directory path doesn't exist or is not writable
+
+
+
DataBaseView
@@ -165,6 +248,10 @@
R:%1 G:%2 B:%3
R:%1 G:%2 B:%3
+
+ Failed to load image
+ Failed to load image
+
MainWindow
@@ -408,6 +495,30 @@
Histogram
Histogram
+
+ Bayer mask
+ Bayer mask
+
+
+ RGGB
+ RGGB
+
+
+ GRBG
+ GRBG
+
+
+ GBRG
+ GBRG
+
+
+ BGGR
+ BGGR
+
+
+ Slideshow
+ Slideshow
+
MarkedFiles
@@ -537,6 +648,38 @@ For RAW files you may set 22%
Saturation
Saturated
+
+ Nearest
+ Nearest
+
+
+ Linear
+ Linear
+
+
+ Cubic
+ Cubic
+
+
+ Smooth thumbnails
+ Smooth thumbnails
+
+
+ Use box filter when downsampling thumbnails instead of nearest. Slightly slower.
+ Use box filter when downsampling thumbnails instead of nearest. Slightly slower.
+
+
+ Slideshow interval
+ Slideshow interval
+
+
+ Image filtering
+ Image sampling
+
+
+ Image interpolation
+ Image interpolation
+
StretchToolbar
diff --git a/translations/tenmon_fr.qm b/translations/tenmon_fr.qm
index 8ed83a4..b60e3a9 100644
Binary files a/translations/tenmon_fr.qm and b/translations/tenmon_fr.qm differ
diff --git a/translations/tenmon_fr.ts b/translations/tenmon_fr.ts
index 9af215c..5c7b88d 100644
--- a/translations/tenmon_fr.ts
+++ b/translations/tenmon_fr.ts
@@ -8,6 +8,89 @@
A propos de Tenmon
+
+ BatchProcessing
+
+ Batch Processing
+
+
+
+ Input files and directories
+
+
+
+ Add files
+
+
+
+ Add directories
+
+
+
+ Remove
+
+
+
+ Remove all
+
+
+
+ Output directory
+
+
+
+ Browse
+
+
+
+ Scripts
+
+
+
+ Open scripts
+
+
+
+ Log
+
+
+
+ Start script
+
+
+
+ Stop script
+
+
+
+ Close
+
+
+
+ Interrupt running script?
+
+
+
+ Select files
+
+
+
+ Select directory
+
+
+
+ Select output directory
+
+
+
+ Invalid output directory
+
+
+
+ Output directory path doesn't exist or is not writable
+
+
+
DataBaseView
@@ -165,6 +248,10 @@
R:%1 G:%2 B:%3
R:%1 G:%2 B:%3
+
+ Failed to load image
+ Échec du chargement de l'image
+
MainWindow
@@ -408,6 +495,30 @@
Histogram
Histogramme
+
+ Bayer mask
+ Masque Bayer
+
+
+ RGGB
+ RGGB
+
+
+ GRBG
+ GRBG
+
+
+ GBRG
+ GBRG
+
+
+ BGGR
+ BGGR
+
+
+ Slideshow
+ Diaporama
+
MarkedFiles
@@ -537,6 +648,38 @@ Pour les fichiers RAW, vous pouvez définir 22 %
Saturation
Saturé
+
+ Nearest
+ Voisin le plus proche
+
+
+ Linear
+ Linéaire
+
+
+ Cubic
+ Cubique
+
+
+ Smooth thumbnails
+ Miniatures fluides
+
+
+ Use box filter when downsampling thumbnails instead of nearest. Slightly slower.
+ Utilisez un filtre encadré lors du sous-échantillonnage des vignettes au lieu des plus proches. Un peu plus lent.
+
+
+ Slideshow interval
+ Intervalle du diaporama
+
+
+ Image filtering
+ Échantillonnage d'images
+
+
+ Image interpolation
+ Interpolation d'images
+
StretchToolbar
diff --git a/translations/tenmon_sk.qm b/translations/tenmon_sk.qm
index 6804b6b..e7779a4 100644
Binary files a/translations/tenmon_sk.qm and b/translations/tenmon_sk.qm differ
diff --git a/translations/tenmon_sk.ts b/translations/tenmon_sk.ts
index fe59812..6d9b767 100644
--- a/translations/tenmon_sk.ts
+++ b/translations/tenmon_sk.ts
@@ -8,6 +8,89 @@
O Tenmon
+
+ BatchProcessing
+
+ Batch Processing
+
+
+
+ Input files and directories
+
+
+
+ Add files
+
+
+
+ Add directories
+
+
+
+ Remove
+
+
+
+ Remove all
+
+
+
+ Output directory
+
+
+
+ Browse
+
+
+
+ Scripts
+
+
+
+ Open scripts
+
+
+
+ Log
+
+
+
+ Start script
+
+
+
+ Stop script
+
+
+
+ Close
+
+
+
+ Interrupt running script?
+
+
+
+ Select files
+
+
+
+ Select directory
+
+
+
+ Select output directory
+
+
+
+ Invalid output directory
+
+
+
+ Output directory path doesn't exist or is not writable
+
+
+
DataBaseView
@@ -166,6 +249,10 @@
R:%1 G:%2 B:%3
R:%1 G:%2 B:%3
+
+ Failed to load image
+ Zlyhalo načítanie obrázka
+
MainWindow
@@ -409,6 +496,30 @@
Histogram
Histogram
+
+ Bayer mask
+ Bayerova maska
+
+
+ RGGB
+ RGGB
+
+
+ GRBG
+ GRBG
+
+
+ GBRG
+ GBRG
+
+
+ BGGR
+ BGGR
+
+
+ Slideshow
+ Prezentácia
+
MarkedFiles
@@ -538,6 +649,34 @@ Pre RAW súbory možno treba nastaviť 22%
Saturation
Saturované
+
+ Nearest
+ Žiadna
+
+
+ Linear
+ Lineárna
+
+
+ Cubic
+ Kubická
+
+
+ Smooth thumbnails
+ Hladké náhľady
+
+
+ Use box filter when downsampling thumbnails instead of nearest. Slightly slower.
+ Pri zemnšovaní obrázkov na náhľady sa pixely spriemerujú namiesto najblžšej hodnoty. Trocha pomalšie.
+
+
+ Slideshow interval
+ Interval medzi obrázkami
+
+
+ Image interpolation
+ Interpolácia obrázku
+
StretchToolbar