summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AuthPlugin.cpp2
-rw-r--r--HelpDialog.ui2
-rw-r--r--ResourcesManager.cpp9
-rw-r--r--SystrayIcon.cpp2
-rw-r--r--build.pro18
-rw-r--r--debian/.git-dpm4
-rw-r--r--debian/patches/0001-Adapt-Ultracopier-to-build-system.patch65
-rw-r--r--debian/patches/0001-Also-search-resources-in-var-lib-ultracopier.patch34
-rw-r--r--debian/patches/0002-Remove-deprecated-key-in-desktop-entry.patch30
-rw-r--r--debian/patches/0002-Update-the-list-of-available-translations.patch253
-rw-r--r--debian/patches/0003-Create-a-rule-to-compile-.ts-into-.qm.patch95
-rw-r--r--debian/patches/0003-Fix-two-typos-affecting-the-binary.patch265
-rw-r--r--debian/patches/0004-Set-resources-installation-path.patch212
-rw-r--r--debian/patches/0004-Update-program-version-number-in-source.patch34
-rw-r--r--debian/patches/0005-Build-ultracopier-with-resources.patch39
-rw-r--r--debian/patches/0006-Avoid-linking-against-libpthread.patch26
-rw-r--r--debian/patches/0007-Fix-typos-in-string-shown-to-the-user.patch1291
-rw-r--r--debian/patches/series11
-rw-r--r--extratool.pri4
-rw-r--r--plugins-alternative/Themes/Clean/interface.pro30
-rw-r--r--plugins-alternative/Themes/Teracopy/interface.pro30
-rw-r--r--plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro31
-rw-r--r--plugins/Languages/ar/translation.ts10
-rw-r--r--plugins/Languages/de/translation.ts10
-rw-r--r--plugins/Languages/el/translation.ts10
-rw-r--r--plugins/Languages/es/translation.ts14
-rw-r--r--plugins/Languages/fr/translation.ts20
-rw-r--r--plugins/Languages/hi/translation.ts10
-rw-r--r--plugins/Languages/id/translation.ts10
-rw-r--r--plugins/Languages/it/translation.ts10
-rw-r--r--plugins/Languages/ja/translation.ts10
-rw-r--r--plugins/Languages/nl/translation.ts10
-rw-r--r--plugins/Languages/no/translation.ts10
-rw-r--r--plugins/Languages/pl/translation.ts10
-rw-r--r--plugins/Languages/pt/translation.ts10
-rw-r--r--plugins/Languages/ru/translation.ts10
-rw-r--r--plugins/Languages/th/translation.ts10
-rw-r--r--plugins/Languages/tr/translation.ts10
-rw-r--r--plugins/Languages/zh/translation.ts10
-rw-r--r--plugins/Listener/catchcopy-v0002/listener.pro6
-rwxr-xr-xplugins/PluginLoader/catchcopy-v0002/pluginLoader.pro6
-rw-r--r--plugins/SessionLoader/KDE4/sessionLoader.pro6
-rw-r--r--plugins/SessionLoader/Windows/sessionLoader.pro6
-rw-r--r--plugins/Themes/Oxygen/Languages/ar/translation.ts4
-rw-r--r--plugins/Themes/Oxygen/Languages/de/translation.ts4
-rw-r--r--plugins/Themes/Oxygen/Languages/el/translation.ts4
-rw-r--r--plugins/Themes/Oxygen/Languages/es/translation.ts4
-rw-r--r--plugins/Themes/Oxygen/Languages/fr/translation.ts4
-rw-r--r--plugins/Themes/Oxygen/Languages/hi/translation.ts4
-rw-r--r--plugins/Themes/Oxygen/Languages/id/translation.ts4
-rw-r--r--plugins/Themes/Oxygen/Languages/it/translation.ts4
-rw-r--r--plugins/Themes/Oxygen/Languages/ja/translation.ts4
-rw-r--r--plugins/Themes/Oxygen/Languages/nl/translation.ts4
-rw-r--r--plugins/Themes/Oxygen/Languages/no/translation.ts4
-rw-r--r--plugins/Themes/Oxygen/Languages/pl/translation.ts4
-rw-r--r--plugins/Themes/Oxygen/Languages/pt/translation.ts4
-rw-r--r--plugins/Themes/Oxygen/Languages/ru/translation.ts4
-rw-r--r--plugins/Themes/Oxygen/Languages/th/translation.ts4
-rw-r--r--plugins/Themes/Oxygen/Languages/tr/translation.ts4
-rw-r--r--plugins/Themes/Oxygen/Languages/zh/translation.ts4
-rw-r--r--plugins/Themes/Oxygen/interface.pro31
-rw-r--r--plugins/Themes/Oxygen/interface.ui2
-rw-r--r--plugins/Themes/Oxygen/options.ui2
-rw-r--r--ultracopier.pro28
-rw-r--r--updateqm.pri10
65 files changed, 2243 insertions, 593 deletions
diff --git a/AuthPlugin.cpp b/AuthPlugin.cpp
index fcea81c..0d624d9 100644
--- a/AuthPlugin.cpp
+++ b/AuthPlugin.cpp
@@ -94,7 +94,7 @@ void AuthPlugin::run()
if(key==folderHash.result())
emit authentifiedPath(pluginBasePath);
else
- ULTRACOPIER_DEBUGCONSOLE(DebugLevel_Warning,"This plugin have wrong authentification");
+ ULTRACOPIER_DEBUGCONSOLE(DebugLevel_Warning,"This plugin have wrong authentication");
}
keyDescriptor.close();
}
diff --git a/HelpDialog.ui b/HelpDialog.ui
index 0707ab0..e714ee8 100644
--- a/HelpDialog.ui
+++ b/HelpDialog.ui
@@ -75,7 +75,7 @@ This version is compiled as version: %1.</string>
<item>
<widget class="QLabel" name="label_site">
<property name="text">
- <string>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</string>
+ <string>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
diff --git a/ResourcesManager.cpp b/ResourcesManager.cpp
index 008bf50..3839855 100644
--- a/ResourcesManager.cpp
+++ b/ResourcesManager.cpp
@@ -48,9 +48,12 @@ ResourcesManager::ResourcesManager()
#define EXTRA_HOME_PATH "/.config/Ultracopier/"
#endif
#ifdef Q_OS_LINUX
- QDir linuxDir("/usr/share/ultracopier/");
- if(linuxDir.exists())
- searchPath<<"/usr/share/ultracopier/";
+ QDir linuxArchIndepDir("/usr/share/ultracopier/");
+ if(linuxArchIndepDir.exists())
+ searchPath<<ResourcesManager::AddSlashIfNeeded(linuxArchIndepDir.absolutePath());
+ QDir linuxPluginsDir("/usr/lib/ultracopier/");
+ if(linuxPluginsDir.exists())
+ searchPath<<ResourcesManager::AddSlashIfNeeded(linuxPluginsDir.absolutePath());
#endif
//load the user path but only if exists and writable
QDir dir(QFSFileEngine::homePath()+EXTRA_HOME_PATH);
diff --git a/SystrayIcon.cpp b/SystrayIcon.cpp
index b4fef7d..5357774 100644
--- a/SystrayIcon.cpp
+++ b/SystrayIcon.cpp
@@ -103,7 +103,7 @@ void SystrayIcon::updateSystrayIcon()
QString icon;
if(!haveListenerInfo || !havePluginLoaderInfo)
{
- toolTip=tr("Searching informations...");
+ toolTip=tr("Searching information...");
icon="Uncaught";
}
else
diff --git a/build.pro b/build.pro
new file mode 100644
index 0000000..29c617f
--- /dev/null
+++ b/build.pro
@@ -0,0 +1,18 @@
+# Build ultracopier and the right plugins for the host system
+TEMPLATE = subdirs
+SUBDIRS = ultracopier copyengine oxygen clean teracopy sessionloader
+ultracopier.file = ultracopier.pro
+copyengine.file = plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro
+oxygen.file = plugins/Themes/Oxygen/interface.pro
+clean.file = plugins-alternative/Themes/Clean/interface.pro
+teracopy.file = plugins-alternative/Themes/Teracopy/interface.pro
+unix {
+ sessionloader.file = plugins/SessionLoader/KDE4/sessionLoader.pro
+ SUBDIRS += listener
+ listener.file = plugins/Listener/catchcopy-v0002/listener.pro
+}
+win32 {
+ sessionloader.file = plugins/SessionLoader/Windows/sessionLoader.pro
+ SUBDIRS += pluginloader
+ pluginloader.file = plugins/PluginLoader/catchcopy-v0002/pluginLoader.pro
+}
diff --git a/debian/.git-dpm b/debian/.git-dpm
index 4b799be..d411594 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -1,6 +1,6 @@
# see git-dpm(1) from git-dpm package
-831e943bddde90b37daeb32d428f4f0a4feb5d9d
-831e943bddde90b37daeb32d428f4f0a4feb5d9d
+86a503d91990920a1abd811f12c17fbe31c7a5c6
+86a503d91990920a1abd811f12c17fbe31c7a5c6
8f9f382e1c97cab2e72e97495650c73ac4b97314
8f9f382e1c97cab2e72e97495650c73ac4b97314
ultracopier_0.3.0.5.orig.tar.gz
diff --git a/debian/patches/0001-Adapt-Ultracopier-to-build-system.patch b/debian/patches/0001-Adapt-Ultracopier-to-build-system.patch
deleted file mode 100644
index 8ace4b9..0000000
--- a/debian/patches/0001-Adapt-Ultracopier-to-build-system.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-From 1815994bacb0d521c237c1d4d6f94e333d39443a Mon Sep 17 00:00:00 2001
-From: Thomas Preud'homme <thomas.preudhomme@celest.fr>
-Date: Sun, 3 Oct 2010 23:52:38 +0200
-Subject: Adapt Ultracopier to build system
-
-* Fix ultracopier.pro by removing the inclusion of a non-existent file
-* Set the name of the executable
-* Set the place to install resources (executable, lang files, styles, desktop
- entry file and icons)
-* Avoid linking against libpthread
-
-Origin: vendor
-Forwarded: not-needed
-Last-Update: 2010-10-11
----
- src/ultracopier.pro | 19 ++++++++++++++++++-
- ultracopier.pro | 2 --
- 2 files changed, 18 insertions(+), 3 deletions(-)
-
-diff --git a/src/ultracopier.pro b/src/ultracopier.pro
-index 77f7222..3ec4c2d 100644
---- a/src/ultracopier.pro
-+++ b/src/ultracopier.pro
-@@ -2,7 +2,24 @@
- # Automatically generated by qmake (2.01a) Wed Oct 22 12:48:46 2008
- # #####################################################################
- TEMPLATE = app
--TARGET =
-+TARGET = ultracopier
-+QMAKE_LFLAGS += -Wl,--as-needed
-+target.path = /usr/bin
-+INSTALLS += target
-+i18n.files = lang/*.qm lang/*.png
-+i18n.path = /usr/share/ultracopier/lang
-+INSTALLS += i18n
-+styles.files = styles/
-+styles.path = /usr/share/ultracopier
-+INSTALLS += styles
-+desktop.files = other/ultracopier.desktop
-+desktop.path = /usr/share/applications
-+INSTALLS += desktop
-+img16.files = src/other/ultracopier-16x16.png
-+img16.path = /usr/share/icons/hicolor/16x16/apps
-+img128.files = src/other/ultracopier-128x128.png
-+img128.path = /usr/share/icons/hicolor/128x128/apps
-+INSTALLS += img16 img128
- DEPENDPATH += . \
- lang
- INCLUDEPATH += .
-diff --git a/ultracopier.pro b/ultracopier.pro
-index 2183f87..1c515a6 100644
---- a/ultracopier.pro
-+++ b/ultracopier.pro
-@@ -4,8 +4,6 @@ contains(QT_VERSION, ^4\.[0-4]\..*) {
- error("Use at least Qt 4.5.")
- }
-
--include(ultracopier/ultracopier.pro)
--
- TEMPLATE = subdirs
- CONFIG += ordered
- SUBDIRS = src/ultracopier.pro
---
-1.7.4.4
-
diff --git a/debian/patches/0001-Also-search-resources-in-var-lib-ultracopier.patch b/debian/patches/0001-Also-search-resources-in-var-lib-ultracopier.patch
new file mode 100644
index 0000000..2ad8bbc
--- /dev/null
+++ b/debian/patches/0001-Also-search-resources-in-var-lib-ultracopier.patch
@@ -0,0 +1,34 @@
+From fa4e58cadc3ea6f95c0756016f16818cc420cecc Mon Sep 17 00:00:00 2001
+From: Thomas Preud'homme <robotux@celest.fr>
+Date: Thu, 3 Jan 2013 14:40:26 +0100
+Subject: Also search resources in /var/lib/ultracopier
+
+Add /var/lib/ultracopier to the list of places to look for resources.
+
+Origin: vendor
+Forwarded: no
+Last-Update: 2013-01-03
+---
+ ResourcesManager.cpp | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+diff --git a/ResourcesManager.cpp b/ResourcesManager.cpp
+index 008bf50..3839855 100644
+--- a/ResourcesManager.cpp
++++ b/ResourcesManager.cpp
+@@ -48,9 +48,12 @@ ResourcesManager::ResourcesManager()
+ #define EXTRA_HOME_PATH "/.config/Ultracopier/"
+ #endif
+ #ifdef Q_OS_LINUX
+- QDir linuxDir("/usr/share/ultracopier/");
+- if(linuxDir.exists())
+- searchPath<<"/usr/share/ultracopier/";
++ QDir linuxArchIndepDir("/usr/share/ultracopier/");
++ if(linuxArchIndepDir.exists())
++ searchPath<<ResourcesManager::AddSlashIfNeeded(linuxArchIndepDir.absolutePath());
++ QDir linuxPluginsDir("/usr/lib/ultracopier/");
++ if(linuxPluginsDir.exists())
++ searchPath<<ResourcesManager::AddSlashIfNeeded(linuxPluginsDir.absolutePath());
+ #endif
+ //load the user path but only if exists and writable
+ QDir dir(QFSFileEngine::homePath()+EXTRA_HOME_PATH);
diff --git a/debian/patches/0002-Remove-deprecated-key-in-desktop-entry.patch b/debian/patches/0002-Remove-deprecated-key-in-desktop-entry.patch
deleted file mode 100644
index ed1f0a9..0000000
--- a/debian/patches/0002-Remove-deprecated-key-in-desktop-entry.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 03ce51a49b0b299ea6f656e2c4a7232062ae2f6a Mon Sep 17 00:00:00 2001
-From: Thomas Preud'homme <thomas.preudhomme@celest.fr>
-Date: Thu, 7 Oct 2010 17:11:29 +0200
-Subject: Remove deprecated key in desktop entry.
-
-Remove TerminalOptions key from desktop entry in
-src/other/ultracopier.desktop as this is a deprecated option.
-
-Origin: vendor
-Forwarded: no
-Last-Update: 2010-10-07
----
- src/other/ultracopier.desktop | 1 -
- 1 files changed, 0 insertions(+), 1 deletions(-)
-
-diff --git a/src/other/ultracopier.desktop b/src/other/ultracopier.desktop
-index bc68cb4..9284787 100644
---- a/src/other/ultracopier.desktop
-+++ b/src/other/ultracopier.desktop
-@@ -12,7 +12,6 @@ Name=Ultracopier
- Path=
- StartupNotify=true
- Terminal=false
--TerminalOptions=
- Type=Application
- X-DBUS-ServiceName=
- X-DBUS-StartupType=
---
-1.7.4.4
-
diff --git a/debian/patches/0002-Update-the-list-of-available-translations.patch b/debian/patches/0002-Update-the-list-of-available-translations.patch
new file mode 100644
index 0000000..16619d5
--- /dev/null
+++ b/debian/patches/0002-Update-the-list-of-available-translations.patch
@@ -0,0 +1,253 @@
+From 51dbc2a854d21af6bed1953356c1ec6f6256ef36 Mon Sep 17 00:00:00 2001
+From: Thomas Preud'homme <robotux@celest.fr>
+Date: Thu, 3 Jan 2013 14:52:36 +0100
+Subject: Update the list of available translations
+
+Update *.pro about the list of available translations.
+
+Origin: vendor
+Forwarded: no
+Last-Update: 2013-01-03
+---
+ plugins-alternative/Themes/Clean/interface.pro | 21 +++++++++----------
+ plugins-alternative/Themes/Teracopy/interface.pro | 21 +++++++++----------
+ plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro | 22 ++++++++++----------
+ plugins/Listener/catchcopy-v0002/listener.pro | 1 -
+ .../PluginLoader/catchcopy-v0002/pluginLoader.pro | 1 -
+ plugins/SessionLoader/KDE4/sessionLoader.pro | 1 -
+ plugins/SessionLoader/Windows/sessionLoader.pro | 1 -
+ plugins/Themes/Oxygen/interface.pro | 22 ++++++++++----------
+ ultracopier.pro | 22 ++++++++++----------
+ 9 files changed, 53 insertions(+), 59 deletions(-)
+
+diff --git a/plugins-alternative/Themes/Clean/interface.pro b/plugins-alternative/Themes/Clean/interface.pro
+index b902e63..3057d5b 100644
+--- a/plugins-alternative/Themes/Clean/interface.pro
++++ b/plugins-alternative/Themes/Clean/interface.pro
+@@ -8,23 +8,22 @@ HEADERS = interface.h \
+ SOURCES = interface.cpp \
+ factory.cpp
+ TARGET = $$qtLibraryTarget(interface)
+-TRANSLATIONS += Languages/fr/translation.ts \
+- Languages/ar/translation.ts \
+- Languages/ch/translation.ts \
+- Languages/es/translation.ts \
++TRANSLATIONS += Languages/ar/translation.ts \
+ Languages/de/translation.ts \
+ Languages/el/translation.ts \
+- Languages/it/translation.ts \
+- Languages/jp/translation.ts \
++ Languages/es/translation.ts \
++ Languages/fr/translation.ts \
++ Languages/hi/translation.ts \
+ Languages/id/translation.ts \
++ Languages/it/translation.ts \
++ Languages/ja/translation.ts \
++ Languages/nl/translation.ts \
++ Languages/no/translation.ts \
+ Languages/pl/translation.ts \
+ Languages/ru/translation.ts \
+- Languages/tr/translation.ts \
+ Languages/th/translation.ts \
+- Languages/hi/translation.ts \
+- Languages/nl/translation.ts \
+- Languages/no/translation.ts \
+- Languages/pt/translation.ts
++ Languages/tr/translation.ts \
++ Languages/zh/translation.ts
+
+ FORMS += \
+ interface.ui
+diff --git a/plugins-alternative/Themes/Teracopy/interface.pro b/plugins-alternative/Themes/Teracopy/interface.pro
+index 012c8c1..268021b 100644
+--- a/plugins-alternative/Themes/Teracopy/interface.pro
++++ b/plugins-alternative/Themes/Teracopy/interface.pro
+@@ -11,23 +11,22 @@ HEADERS = interface.h \
+ SOURCES = interface.cpp \
+ factory.cpp
+ TARGET = $$qtLibraryTarget(interface)
+-TRANSLATIONS += Languages/fr/translation.ts \
+- Languages/ar/translation.ts \
+- Languages/ch/translation.ts \
+- Languages/es/translation.ts \
++TRANSLATIONS += Languages/ar/translation.ts \
+ Languages/de/translation.ts \
+ Languages/el/translation.ts \
+- Languages/it/translation.ts \
+- Languages/jp/translation.ts \
++ Languages/es/translation.ts \
++ Languages/fr/translation.ts \
++ Languages/hi/translation.ts \
+ Languages/id/translation.ts \
++ Languages/it/translation.ts \
++ Languages/ja/translation.ts \
++ Languages/nl/translation.ts \
++ Languages/no/translation.ts \
+ Languages/pl/translation.ts \
+ Languages/ru/translation.ts \
+- Languages/tr/translation.ts \
+ Languages/th/translation.ts \
+- Languages/hi/translation.ts \
+- Languages/nl/translation.ts \
+- Languages/no/translation.ts \
+- Languages/pt/translation.ts
++ Languages/tr/translation.ts \
++ Languages/zh/translation.ts
+
+ RESOURCES += resources.qrc
+
+diff --git a/plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro b/plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro
+index 0f1cb68..f198ff8 100644
+--- a/plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro
++++ b/plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro
+@@ -39,23 +39,23 @@ SOURCES = copyEngine.cpp \
+ copyEngine-collision-and-error.cpp \
+ ListThread.cpp
+ TARGET = $$qtLibraryTarget(copyEngine)
+-TRANSLATIONS += Languages/fr/translation.ts \
+- Languages/ar/translation.ts \
+- Languages/ch/translation.ts \
+- Languages/es/translation.ts \
++TRANSLATIONS += Languages/ar/translation.ts \
+ Languages/de/translation.ts \
+ Languages/el/translation.ts \
+- Languages/it/translation.ts \
+- Languages/jp/translation.ts \
++ Languages/es/translation.ts \
++ Languages/fr/translation.ts \
++ Languages/hi/translation.ts \
+ Languages/id/translation.ts \
++ Languages/it/translation.ts \
++ Languages/ja/translation.ts \
++ Languages/nl/translation.ts \
++ Languages/no/translation.ts \
+ Languages/pl/translation.ts \
++ Languages/pt/translation.ts \
+ Languages/ru/translation.ts \
+- Languages/tr/translation.ts \
+ Languages/th/translation.ts \
+- Languages/hi/translation.ts \
+- Languages/nl/translation.ts \
+- Languages/no/translation.ts \
+- Languages/pt/translation.ts
++ Languages/tr/translation.ts \
++ Languages/zh/translation.ts
+
+ FORMS += \
+ options.ui \
+diff --git a/plugins/Listener/catchcopy-v0002/listener.pro b/plugins/Listener/catchcopy-v0002/listener.pro
+index 0cd7fa4..59a2379 100644
+--- a/plugins/Listener/catchcopy-v0002/listener.pro
++++ b/plugins/Listener/catchcopy-v0002/listener.pro
+@@ -14,4 +14,3 @@ SOURCES = listener.cpp \
+ catchcopy-api-0002/ServerCatchcopy.cpp \
+ catchcopy-api-0002/ExtraSocketCatchcopy.cpp
+ TARGET = $$qtLibraryTarget(listener)
+-TRANSLATIONS += Languages/fr/translation.ts
+diff --git a/plugins/PluginLoader/catchcopy-v0002/pluginLoader.pro b/plugins/PluginLoader/catchcopy-v0002/pluginLoader.pro
+index f593fff..03af533 100755
+--- a/plugins/PluginLoader/catchcopy-v0002/pluginLoader.pro
++++ b/plugins/PluginLoader/catchcopy-v0002/pluginLoader.pro
+@@ -11,7 +11,6 @@ HEADERS = \
+ SOURCES = \
+ pluginLoader.cpp
+ TARGET = $$qtLibraryTarget(pluginLoader)
+-TRANSLATIONS += Languages/fr/translation.ts
+
+ LIBS += -lole32
+
+diff --git a/plugins/SessionLoader/KDE4/sessionLoader.pro b/plugins/SessionLoader/KDE4/sessionLoader.pro
+index 5351ab1..e036663 100644
+--- a/plugins/SessionLoader/KDE4/sessionLoader.pro
++++ b/plugins/SessionLoader/KDE4/sessionLoader.pro
+@@ -8,4 +8,3 @@ HEADERS = sessionLoader.h \
+ ../../../interface/PluginInterface_SessionLoader.h
+ SOURCES = sessionLoader.cpp
+ TARGET = $$qtLibraryTarget(sessionLoader)
+-TRANSLATIONS += Languages/fr/translation.ts
+diff --git a/plugins/SessionLoader/Windows/sessionLoader.pro b/plugins/SessionLoader/Windows/sessionLoader.pro
+index 5351ab1..e036663 100644
+--- a/plugins/SessionLoader/Windows/sessionLoader.pro
++++ b/plugins/SessionLoader/Windows/sessionLoader.pro
+@@ -8,4 +8,3 @@ HEADERS = sessionLoader.h \
+ ../../../interface/PluginInterface_SessionLoader.h
+ SOURCES = sessionLoader.cpp
+ TARGET = $$qtLibraryTarget(sessionLoader)
+-TRANSLATIONS += Languages/fr/translation.ts
+diff --git a/plugins/Themes/Oxygen/interface.pro b/plugins/Themes/Oxygen/interface.pro
+index c5b2680..c86e422 100644
+--- a/plugins/Themes/Oxygen/interface.pro
++++ b/plugins/Themes/Oxygen/interface.pro
+@@ -14,23 +14,23 @@ SOURCES = interface.cpp \
+ factory.cpp \
+ TransferModel.cpp
+ TARGET = $$qtLibraryTarget(interface)
+-TRANSLATIONS += Languages/fr/translation.ts \
+- Languages/ar/translation.ts \
+- Languages/ch/translation.ts \
+- Languages/es/translation.ts \
++TRANSLATIONS += Languages/ar/translation.ts \
+ Languages/de/translation.ts \
+ Languages/el/translation.ts \
+- Languages/it/translation.ts \
+- Languages/jp/translation.ts \
++ Languages/es/translation.ts \
++ Languages/fr/translation.ts \
++ Languages/hi/translation.ts \
+ Languages/id/translation.ts \
++ Languages/it/translation.ts \
++ Languages/ja/translation.ts \
++ Languages/nl/translation.ts \
++ Languages/no/translation.ts \
+ Languages/pl/translation.ts \
++ Languages/pt/translation.ts \
+ Languages/ru/translation.ts \
+- Languages/tr/translation.ts \
+ Languages/th/translation.ts \
+- Languages/hi/translation.ts \
+- Languages/nl/translation.ts \
+- Languages/no/translation.ts \
+- Languages/pt/translation.ts
++ Languages/tr/translation.ts \
++ Languages/zh/translation.ts
+
+ win32 {
+ RESOURCES += resources_windows.qrc
+diff --git a/ultracopier.pro b/ultracopier.pro
+index 1c741b1..ed336fd 100644
+--- a/ultracopier.pro
++++ b/ultracopier.pro
+@@ -1,22 +1,22 @@
+ TEMPLATE = app
+ QT += network xml
+-TRANSLATIONS += plugins/Languages/fr/translation.ts \
+- plugins/Languages/ar/translation.ts \
+- plugins/Languages/ch/translation.ts \
+- plugins/Languages/es/translation.ts \
++TRANSLATIONS += plugins/Languages/ar/translation.ts \
+ plugins/Languages/de/translation.ts \
+ plugins/Languages/el/translation.ts \
+- plugins/Languages/it/translation.ts \
+- plugins/Languages/jp/translation.ts \
++ plugins/Languages/es/translation.ts \
++ plugins/Languages/fr/translation.ts \
++ plugins/Languages/hi/translation.ts \
+ plugins/Languages/id/translation.ts \
++ plugins/Languages/it/translation.ts \
++ plugins/Languages/ja/translation.ts \
++ plugins/Languages/nl/translation.ts \
++ plugins/Languages/no/translation.ts \
+ plugins/Languages/pl/translation.ts \
++ plugins/Languages/pt/translation.ts \
+ plugins/Languages/ru/translation.ts \
+- plugins/Languages/tr/translation.ts \
+ plugins/Languages/th/translation.ts \
+- plugins/Languages/hi/translation.ts \
+- plugins/Languages/nl/translation.ts \
+- plugins/Languages/no/translation.ts \
+- plugins/Languages/pt/translation.ts
++ plugins/Languages/tr/translation.ts \
++ plugins/Languages/zh/translation.ts
+
+ win32:RC_FILE += resources/resources-windows.rc
+ TARGET = ultracopier
diff --git a/debian/patches/0003-Create-a-rule-to-compile-.ts-into-.qm.patch b/debian/patches/0003-Create-a-rule-to-compile-.ts-into-.qm.patch
new file mode 100644
index 0000000..cf9cc94
--- /dev/null
+++ b/debian/patches/0003-Create-a-rule-to-compile-.ts-into-.qm.patch
@@ -0,0 +1,95 @@
+From 609a2b0e91612c76294b44495b8322079d5fd66a Mon Sep 17 00:00:00 2001
+From: Thomas Preud'homme <robotux@celest.fr>
+Date: Thu, 3 Jan 2013 14:58:39 +0100
+Subject: Create a rule to compile *.ts into *.qm
+
+Add a new compiler to compile *.ts files into *.qm.
+
+Origin: vendor
+Forwarded: no
+Last-Update: 2013-01-03
+---
+ plugins-alternative/Themes/Clean/interface.pro | 1 +
+ plugins-alternative/Themes/Teracopy/interface.pro | 1 +
+ plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro | 1 +
+ plugins/Themes/Oxygen/interface.pro | 1 +
+ ultracopier.pro | 1 +
+ updateqm.pri | 10 ++++++++++
+ 6 files changed, 15 insertions(+)
+ create mode 100644 updateqm.pri
+
+diff --git a/plugins-alternative/Themes/Clean/interface.pro b/plugins-alternative/Themes/Clean/interface.pro
+index 3057d5b..4330f74 100644
+--- a/plugins-alternative/Themes/Clean/interface.pro
++++ b/plugins-alternative/Themes/Clean/interface.pro
+@@ -8,6 +8,7 @@ HEADERS = interface.h \
+ SOURCES = interface.cpp \
+ factory.cpp
+ TARGET = $$qtLibraryTarget(interface)
++include(../../../updateqm.pri)
+ TRANSLATIONS += Languages/ar/translation.ts \
+ Languages/de/translation.ts \
+ Languages/el/translation.ts \
+diff --git a/plugins-alternative/Themes/Teracopy/interface.pro b/plugins-alternative/Themes/Teracopy/interface.pro
+index 268021b..7c05519 100644
+--- a/plugins-alternative/Themes/Teracopy/interface.pro
++++ b/plugins-alternative/Themes/Teracopy/interface.pro
+@@ -11,6 +11,7 @@ HEADERS = interface.h \
+ SOURCES = interface.cpp \
+ factory.cpp
+ TARGET = $$qtLibraryTarget(interface)
++include(../../../updateqm.pri)
+ TRANSLATIONS += Languages/ar/translation.ts \
+ Languages/de/translation.ts \
+ Languages/el/translation.ts \
+diff --git a/plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro b/plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro
+index f198ff8..03a5f3f 100644
+--- a/plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro
++++ b/plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro
+@@ -39,6 +39,7 @@ SOURCES = copyEngine.cpp \
+ copyEngine-collision-and-error.cpp \
+ ListThread.cpp
+ TARGET = $$qtLibraryTarget(copyEngine)
++include(../../../updateqm.pri)
+ TRANSLATIONS += Languages/ar/translation.ts \
+ Languages/de/translation.ts \
+ Languages/el/translation.ts \
+diff --git a/plugins/Themes/Oxygen/interface.pro b/plugins/Themes/Oxygen/interface.pro
+index c86e422..97b44b9 100644
+--- a/plugins/Themes/Oxygen/interface.pro
++++ b/plugins/Themes/Oxygen/interface.pro
+@@ -14,6 +14,7 @@ SOURCES = interface.cpp \
+ factory.cpp \
+ TransferModel.cpp
+ TARGET = $$qtLibraryTarget(interface)
++include(../../../updateqm.pri)
+ TRANSLATIONS += Languages/ar/translation.ts \
+ Languages/de/translation.ts \
+ Languages/el/translation.ts \
+diff --git a/ultracopier.pro b/ultracopier.pro
+index ed336fd..e69ab7f 100644
+--- a/ultracopier.pro
++++ b/ultracopier.pro
+@@ -1,5 +1,6 @@
+ TEMPLATE = app
+ QT += network xml
++include(updateqm.pri)
+ TRANSLATIONS += plugins/Languages/ar/translation.ts \
+ plugins/Languages/de/translation.ts \
+ plugins/Languages/el/translation.ts \
+diff --git a/updateqm.pri b/updateqm.pri
+new file mode 100644
+index 0000000..4fc4ebc
+--- /dev/null
++++ b/updateqm.pri
+@@ -0,0 +1,10 @@
++isEmpty(QMAKE_LRELEASE) {
++ win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\lrelease.exe
++ else:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease
++}
++updateqm.input = TRANSLATIONS
++updateqm.output = ${QMAKE_FILE_PATH}/${QMAKE_FILE_BASE}.qm
++updateqm.commands = $$QMAKE_LRELEASE ${QMAKE_FILE_IN} -qm ${QMAKE_FILE_OUT}
++updateqm.CONFIG += no_link
++QMAKE_EXTRA_COMPILERS += updateqm
++PRE_TARGETDEPS += compiler_updateqm_make_all
diff --git a/debian/patches/0003-Fix-two-typos-affecting-the-binary.patch b/debian/patches/0003-Fix-two-typos-affecting-the-binary.patch
deleted file mode 100644
index 0b14bad..0000000
--- a/debian/patches/0003-Fix-two-typos-affecting-the-binary.patch
+++ /dev/null
@@ -1,265 +0,0 @@
-From 5e1fc898f2fa389bfff3bb360d7767e855fc33f6 Mon Sep 17 00:00:00 2001
-From: Thomas Preud'homme <thomas.preudhomme@celest.fr>
-Date: Mon, 11 Oct 2010 16:21:19 +0200
-Subject: Fix two typos affecting the binary.
-
-Fix 2 typos when it affects the binary:
-* runnning -> running
-* informations -> information
-
-Origin: vendor
-Forwarded: no
-Last-Update: 2010-10-11
----
- src/UIcon.cpp | 4 ++--
- src/helpdialog.cpp | 2 +-
- src/lang/arabic.ts | 2 +-
- src/lang/chinese.ts | 2 +-
- src/lang/empty.ts | 2 +-
- src/lang/french.ts | 4 ++--
- src/lang/german.ts | 4 ++--
- src/lang/greek.ts | 2 +-
- src/lang/italian.ts | 4 ++--
- src/lang/japanese.ts | 4 ++--
- src/lang/polish.ts | 2 +-
- src/lang/russian.ts | 6 +++---
- src/lang/spanish.ts | 4 ++--
- src/lang/turkish.ts | 2 +-
- 14 files changed, 22 insertions(+), 22 deletions(-)
-
-diff --git a/src/UIcon.cpp b/src/UIcon.cpp
-index d7b3589..ab470b7 100644
---- a/src/UIcon.cpp
-+++ b/src/UIcon.cpp
-@@ -317,8 +317,8 @@ void UIcon::dispatchParam(QStringList argumentsUltracopier,QLocalSocket * client
- }
- else if(argumentsUltracopier.at(0)=="Running")
- {
-- DEBUGCONSOLE(30,"UIcon::dispatchParam","Ultracopier is runnning!");
-- showDelayedPopup("Ultracopier is runnning!",QSystemTrayIcon::Information);
-+ DEBUGCONSOLE(30,"UIcon::dispatchParam","Ultracopier is running!");
-+ showDelayedPopup("Ultracopier is running!",QSystemTrayIcon::Information);
- }
- else
- {
-diff --git a/src/helpdialog.cpp b/src/helpdialog.cpp
-index b904883..54c2810 100644
---- a/src/helpdialog.cpp
-+++ b/src/helpdialog.cpp
-@@ -68,7 +68,7 @@ void helpDialog::SetText(QString url,QString version_type,QString version,int de
- text+=" </span><span style=\" font-family:'Sans Serif'; font-style:italic;\">GPL3</span><span style=\" font-family:'Sans Serif';\">.</span></p><p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif';\">";
- text+=tr("This version is compiled for");
- text+=" </span><span style=\" font-family:'Sans Serif'; font-style:italic;\">%VERSION_TYPE%</span><span style=\" font-family:'Sans Serif';\">.</span></p><p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif';\">";
-- text+=tr("For more informations see the website");
-+ text+=tr("For more information see the website");
- text+=" %URL%</span></p><p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';\"></p><p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif';\">%DEBUG%</span></p></body></html>";
- #ifdef _WIN64
- text.replace("%VERSION%",version+" x64");
-diff --git a/src/lang/arabic.ts b/src/lang/arabic.ts
-index c844e33..2da94fd 100644
---- a/src/lang/arabic.ts
-+++ b/src/lang/arabic.ts
-@@ -1102,7 +1102,7 @@ Do you want save the old log for report it?</source>
- </message>
- <message>
- <location filename="../helpdialog.cpp" line="71"/>
-- <source>For more informations see the website</source>
-+ <source>For more information see the website</source>
- <translation>لمزيد من المعلومات راجع الموقع</translation>
- </message>
- <message>
-diff --git a/src/lang/chinese.ts b/src/lang/chinese.ts
-index 1803666..c6ae5a1 100644
---- a/src/lang/chinese.ts
-+++ b/src/lang/chinese.ts
-@@ -1083,7 +1083,7 @@ Do you want save the old log for report it?</source>
- </message>
- <message>
- <location filename="../helpdialog.cpp" line="71"/>
-- <source>For more informations see the website</source>
-+ <source>For more information see the website</source>
- <translation>欲了解更多信息见网站</translation>
- </message>
- <message>
-diff --git a/src/lang/empty.ts b/src/lang/empty.ts
-index 4792b36..85af89d 100644
---- a/src/lang/empty.ts
-+++ b/src/lang/empty.ts
-@@ -1088,7 +1088,7 @@ Do you want save the old log for report it?</source>
- </message>
- <message>
- <location filename="../helpdialog.cpp" line="71"/>
-- <source>For more informations see the website</source>
-+ <source>For more information see the website</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
-diff --git a/src/lang/french.ts b/src/lang/french.ts
-index 067b981..b678de6 100644
---- a/src/lang/french.ts
-+++ b/src/lang/french.ts
-@@ -1265,8 +1265,8 @@ Voulez vous sauvegarder le vieux rapport de bug pour le repporter?</translation>
- </message>
- <message>
- <location filename="../helpdialog.cpp" line="71"/>
-- <source>For more informations see the website</source>
-- <translation>For more informations see the website</translation>
-+ <source>For more information see the website</source>
-+ <translation>For more information see the website</translation>
- </message>
- </context>
- <context>
-diff --git a/src/lang/german.ts b/src/lang/german.ts
-index f0bea3a..8213baa 100644
---- a/src/lang/german.ts
-+++ b/src/lang/german.ts
-@@ -1101,7 +1101,7 @@ Wollen Sie das alte Protokoll für eine Meldung speichern?</translation>
- <context>
- <name>helpDialog</name>
- <message>
-- <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;p, li { white-space: pre-wrap; }&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/other/ultracopier-128x128.png&quot; style=&quot;float:left;height:128px;width:128px;&quot; /&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;Ultracopier %VERSION%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;Based on Qt. It provide avanced copier with more advanced feature. It&apos;s under &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;GPL3&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;This version is compiled for &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;%VERSION_TYPE%&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;For more informations see the website %URL%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;%DEBUG%&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
-+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;p, li { white-space: pre-wrap; }&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/other/ultracopier-128x128.png&quot; style=&quot;float:left;height:128px;width:128px;&quot; /&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;Ultracopier %VERSION%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;Based on Qt. It provide avanced copier with more advanced feature. It&apos;s under &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;GPL3&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;This version is compiled for &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;%VERSION_TYPE%&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;For more information see the website %URL%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;%DEBUG%&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="obsolete">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;p, li { white-space: pre-wrap; }&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/other/ultracopier-128x128.png&quot; style=&quot;float:left;height:128px;width:128px;&quot; /&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;Ultracopier %VERSION%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;Basierend auf Qt. Es bieten avancierte Kopierer mit erweiterte Funktion. Es ist unter &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;GPL3&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;Diese Version ist zusammengestellt für &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;%VERSION_TYPE%&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;Für weitere Informationen siehe die Website %URL%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;%DEBUG%&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
- </message>
- <message>
-@@ -1154,7 +1154,7 @@ Wollen Sie das alte Protokoll für eine Meldung speichern?</translation>
- </message>
- <message>
- <location filename="../helpdialog.cpp" line="71"/>
-- <source>For more informations see the website</source>
-+ <source>For more information see the website</source>
- <translation>Für weitere Informationen besuchen Sie die Website</translation>
- </message>
- </context>
-diff --git a/src/lang/greek.ts b/src/lang/greek.ts
-index af061db..3ef4e7a 100644
---- a/src/lang/greek.ts
-+++ b/src/lang/greek.ts
-@@ -1095,7 +1095,7 @@ Do you want save the old log for report it?</source>
- </message>
- <message>
- <location filename="../helpdialog.cpp" line="71"/>
-- <source>For more informations see the website</source>
-+ <source>For more information see the website</source>
- <translation>Για περισσότερες πληροφορίες δείτε την ιστοσελίδα</translation>
- </message>
- <message>
-diff --git a/src/lang/italian.ts b/src/lang/italian.ts
-index 84dcf30..bd83d97 100644
---- a/src/lang/italian.ts
-+++ b/src/lang/italian.ts
-@@ -1102,7 +1102,7 @@ Vuoi salvare il registro storico per segnalarlo?</translation>
- <context>
- <name>helpDialog</name>
- <message>
-- <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;p, li { white-space: pre-wrap; }&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/other/ultracopier-128x128.png&quot; style=&quot;float:left;height:128px;width:128px;&quot; /&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;Ultracopier %VERSION%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;Based on Qt. It provide avanced copier with more advanced feature. It&apos;s under &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;GPL3&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;This version is compiled for &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;%VERSION_TYPE%&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;For more informations see the website %URL%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;%DEBUG%&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
-+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;p, li { white-space: pre-wrap; }&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/other/ultracopier-128x128.png&quot; style=&quot;float:left;height:128px;width:128px;&quot; /&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;Ultracopier %VERSION%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;Based on Qt. It provide avanced copier with more advanced feature. It&apos;s under &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;GPL3&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;This version is compiled for &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;%VERSION_TYPE%&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;For more information see the website %URL%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;%DEBUG%&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="obsolete">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;p, li { white-space: pre-wrap; }&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/other/ultracopier-128x128.png&quot; style=&quot;float:left;height:128px;width:128px;&quot; /&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;Ultracopier %VERSION%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;Basato su Qt. Essa fornisce copiatrice avanzata generica con più funzionalità avanzata. E &apos;sotto &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;GPL3&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;Questa versione è stata compilata per &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;%VERSION_TYPE%&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;Per maggiori informazioni consulta il sito web %URL%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;%DEBUG%&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
- </message>
- <message>
-@@ -1147,7 +1147,7 @@ Vuoi salvare il registro storico per segnalarlo?</translation>
- </message>
- <message>
- <location filename="../helpdialog.cpp" line="71"/>
-- <source>For more informations see the website</source>
-+ <source>For more information see the website</source>
- <translation>Für weitere Informationen siehe die Website</translation>
- </message>
- </context>
-diff --git a/src/lang/japanese.ts b/src/lang/japanese.ts
-index 125e0fd..82f5e04 100644
---- a/src/lang/japanese.ts
-+++ b/src/lang/japanese.ts
-@@ -1092,7 +1092,7 @@ Do you want save the old log for report it?</source>
- <context>
- <name>helpDialog</name>
- <message>
-- <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;p, li { white-space: pre-wrap; }&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/other/ultracopier-128x128.png&quot; style=&quot;float:left;height:128px;width:128px;&quot; /&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;Ultracopier %VERSION%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;Based on Qt. It provide avanced copier with more advanced feature. It&apos;s under &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;GPL3&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;This version is compiled for &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;%VERSION_TYPE%&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;For more informations see the website %URL%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;%DEBUG%&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
-+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;p, li { white-space: pre-wrap; }&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/other/ultracopier-128x128.png&quot; style=&quot;float:left;height:128px;width:128px;&quot; /&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;Ultracopier %VERSION%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;Based on Qt. It provide avanced copier with more advanced feature. It&apos;s under &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;GPL3&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;This version is compiled for &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;%VERSION_TYPE%&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;For more information see the website %URL%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;%DEBUG%&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="obsolete">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;p, li { white-space: pre-wrap; }&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/other/ultracopier-128x128.png&quot; style=&quot;float:left;height:128px;width:128px;&quot; /&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;Ultracopier %VERSION%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;Qtに基づく。それ以上の機能をコピーするためのツールを提供します。その下の &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;GPL3&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;このバージョンは、コンパイルされて &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;%VERSION_TYPE%&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;詳細情報についてはウェブサイトを参照してください %URL%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;%DEBUG%&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
- </message>
- <message>
-@@ -1137,7 +1137,7 @@ Do you want save the old log for report it?</source>
- </message>
- <message>
- <location filename="../helpdialog.cpp" line="71"/>
-- <source>For more informations see the website</source>
-+ <source>For more information see the website</source>
- <translation>詳細情報についてはウェブサイトを参照してください</translation>
- </message>
- </context>
-diff --git a/src/lang/polish.ts b/src/lang/polish.ts
-index f15d722..23f0fb6 100644
---- a/src/lang/polish.ts
-+++ b/src/lang/polish.ts
-@@ -1095,7 +1095,7 @@ Czy chcesz zapisać stary dziennik zgłosić?</translation>
- </message>
- <message>
- <location filename="../helpdialog.cpp" line="71"/>
-- <source>For more informations see the website</source>
-+ <source>For more information see the website</source>
- <translation>Więcej informacji znaleźć można na stronie</translation>
- </message>
- <message>
-diff --git a/src/lang/russian.ts b/src/lang/russian.ts
-index d18338c..f4f5e92 100644
---- a/src/lang/russian.ts
-+++ b/src/lang/russian.ts
-@@ -1080,8 +1080,8 @@ Do you want save the old log for report it?</source>
- <context>
- <name>helpDialog</name>
- <message>
-- <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;p, li { white-space: pre-wrap; }&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/other/ultracopier-128x128.png&quot; style=&quot;float:left;height:128px;width:128px;&quot; /&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;Ultracopier %VERSION%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;Based on Qt. It provide avanced copier with more advanced feature. It&apos;s under &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;GPL3&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;This version is compiled for &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;%VERSION_TYPE%&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;For more informations see the website %URL%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;%DEBUG%&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
-- <translation type="obsolete">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;p, li { white-space: pre-wrap; }&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/other/ultracopier-128x128.png&quot; style=&quot;float:left;height:128px;width:128px;&quot; /&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;Ultracopier %VERSION%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;На основе Qt. Она обеспечивает Avanced копира с более расширенные функции. Это под &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;GPL3&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;This version is compiled for &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;%VERSION_TYPE%&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;For more informations see the website %URL%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;%DEBUG%&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
-+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;p, li { white-space: pre-wrap; }&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/other/ultracopier-128x128.png&quot; style=&quot;float:left;height:128px;width:128px;&quot; /&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;Ultracopier %VERSION%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;Based on Qt. It provide avanced copier with more advanced feature. It&apos;s under &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;GPL3&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;This version is compiled for &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;%VERSION_TYPE%&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;For more information see the website %URL%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;%DEBUG%&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
-+ <translation type="obsolete">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;p, li { white-space: pre-wrap; }&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/other/ultracopier-128x128.png&quot; style=&quot;float:left;height:128px;width:128px;&quot; /&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;Ultracopier %VERSION%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;На основе Qt. Она обеспечивает Avanced копира с более расширенные функции. Это под &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;GPL3&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;This version is compiled for &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;%VERSION_TYPE%&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;For more information see the website %URL%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;%DEBUG%&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
- </message>
- <message>
- <location filename="../helpdialog.cpp" line="67"/>
-@@ -1129,7 +1129,7 @@ Do you want save the old log for report it?</source>
- </message>
- <message>
- <location filename="../helpdialog.cpp" line="71"/>
-- <source>For more informations see the website</source>
-+ <source>For more information see the website</source>
- <translation>Дополнительную информацию см. веб-сайт</translation>
- </message>
- </context>
-diff --git a/src/lang/spanish.ts b/src/lang/spanish.ts
-index 91f4b01..1ce2d03 100644
---- a/src/lang/spanish.ts
-+++ b/src/lang/spanish.ts
-@@ -1144,7 +1144,7 @@ Los permisos no pueden ser modificados</translation>
- <translation>Cerrar</translation>
- </message>
- <message>
-- <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;p, li { white-space: pre-wrap; }&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/other/ultracopier-128x128.png&quot; style=&quot;float:left;height:128px;width:128px;&quot; /&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;Ultracopier %VERSION%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;Based on Qt. It provide avanced copier with more advanced feature. It&apos;s under &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;GPL3&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;This version is compiled for &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;%VERSION_TYPE%&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;For more informations see the website %URL%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;%DEBUG%&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
-+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;p, li { white-space: pre-wrap; }&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/other/ultracopier-128x128.png&quot; style=&quot;float:left;height:128px;width:128px;&quot; /&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;Ultracopier %VERSION%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;; font-size:12pt; font-weight:600;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;Based on Qt. It provide avanced copier with more advanced feature. It&apos;s under &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;GPL3&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;This version is compiled for &lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-style:italic;&quot;&gt;%VERSION_TYPE%&lt;/span&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;For more information see the website %URL%&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:&apos;Sans Serif&apos;;&quot;&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;;&quot;&gt;%DEBUG%&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="obsolete">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
- &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;p, li { white-space: pre-wrap; }&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
- &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/other/ultracopier-128x128.png&quot; style=&quot;float:left;height:128px;width:128px;&quot; /&gt;
-@@ -1183,7 +1183,7 @@ Para más información consulte el sitio web
- </message>
- <message>
- <location filename="../helpdialog.cpp" line="71"/>
-- <source>For more informations see the website</source>
-+ <source>For more information see the website</source>
- <translation>Para más información consulte el sitio web</translation>
- </message>
- </context>
-diff --git a/src/lang/turkish.ts b/src/lang/turkish.ts
-index e976976..d41c249 100644
---- a/src/lang/turkish.ts
-+++ b/src/lang/turkish.ts
-@@ -1095,7 +1095,7 @@ Bunu rapor iГin eski gЭnlЭk kaydetmek istiyor musunuz?</translation>
- </message>
- <message>
- <location filename="../helpdialog.cpp" line="71"/>
-- <source>For more informations see the website</source>
-+ <source>For more information see the website</source>
- <translation>Daha fazla bilgi iחin web sitesine bak‎n</translation>
- </message>
- <message>
---
-1.7.4.4
-
diff --git a/debian/patches/0004-Set-resources-installation-path.patch b/debian/patches/0004-Set-resources-installation-path.patch
new file mode 100644
index 0000000..c94b0c5
--- /dev/null
+++ b/debian/patches/0004-Set-resources-installation-path.patch
@@ -0,0 +1,212 @@
+From b0ab6c7a59bc28ff6997a16ace2a32ab65a4ac8f Mon Sep 17 00:00:00 2001
+From: Thomas Preud'homme <robotux@celest.fr>
+Date: Thu, 3 Jan 2013 15:16:14 +0100
+Subject: Set resources installation path.
+
+Set the place to install resources (executable, lang files, themes,
+plugins).
+
+Origin: vendor
+Forwarded: no
+Last-Update: 2013-01-03
+---
+ extratool.pri | 4 ++++
+ plugins-alternative/Themes/Clean/interface.pro | 8 ++++++++
+ plugins-alternative/Themes/Teracopy/interface.pro | 8 ++++++++
+ plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro | 8 ++++++++
+ plugins/Listener/catchcopy-v0002/listener.pro | 5 +++++
+ plugins/PluginLoader/catchcopy-v0002/pluginLoader.pro | 5 +++++
+ plugins/SessionLoader/KDE4/sessionLoader.pro | 5 +++++
+ plugins/SessionLoader/Windows/sessionLoader.pro | 5 +++++
+ plugins/Themes/Oxygen/interface.pro | 8 ++++++++
+ ultracopier.pro | 4 ++++
+ 10 files changed, 60 insertions(+)
+ create mode 100644 extratool.pri
+
+diff --git a/extratool.pri b/extratool.pri
+new file mode 100644
+index 0000000..618456a
+--- /dev/null
++++ b/extratool.pri
+@@ -0,0 +1,4 @@
++defineReplace(superBaseName) {
++ THEMEDIR = $$dirname($$1)
++ return($$basename(THEMEDIR)/$$basename($$1))
++}
+diff --git a/plugins-alternative/Themes/Clean/interface.pro b/plugins-alternative/Themes/Clean/interface.pro
+index 4330f74..ca8510d 100644
+--- a/plugins-alternative/Themes/Clean/interface.pro
++++ b/plugins-alternative/Themes/Clean/interface.pro
+@@ -8,6 +8,8 @@ HEADERS = interface.h \
+ SOURCES = interface.cpp \
+ factory.cpp
+ TARGET = $$qtLibraryTarget(interface)
++include(../../../extratool.pri)
++target.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+ include(../../../updateqm.pri)
+ TRANSLATIONS += Languages/ar/translation.ts \
+ Languages/de/translation.ts \
+@@ -26,6 +28,12 @@ TRANSLATIONS += Languages/ar/translation.ts \
+ Languages/tr/translation.ts \
+ Languages/zh/translation.ts
+
++translations.files = Languages
++translations.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
++infos.files = informations.xml
++infos.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
++INSTALLS += target translations infos
++
+ FORMS += \
+ interface.ui
+
+diff --git a/plugins-alternative/Themes/Teracopy/interface.pro b/plugins-alternative/Themes/Teracopy/interface.pro
+index 7c05519..f0b5e6f 100644
+--- a/plugins-alternative/Themes/Teracopy/interface.pro
++++ b/plugins-alternative/Themes/Teracopy/interface.pro
+@@ -11,6 +11,8 @@ HEADERS = interface.h \
+ SOURCES = interface.cpp \
+ factory.cpp
+ TARGET = $$qtLibraryTarget(interface)
++include(../../../extratool.pri)
++target.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+ include(../../../updateqm.pri)
+ TRANSLATIONS += Languages/ar/translation.ts \
+ Languages/de/translation.ts \
+@@ -29,6 +31,12 @@ TRANSLATIONS += Languages/ar/translation.ts \
+ Languages/tr/translation.ts \
+ Languages/zh/translation.ts
+
++translations.files = Languages
++translations.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
++infos.files = informations.xml
++infos.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
++INSTALLS += target translations infos
++
+ RESOURCES += resources.qrc
+
+ FORMS += \
+diff --git a/plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro b/plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro
+index 03a5f3f..20cc890 100644
+--- a/plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro
++++ b/plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro
+@@ -39,6 +39,8 @@ SOURCES = copyEngine.cpp \
+ copyEngine-collision-and-error.cpp \
+ ListThread.cpp
+ TARGET = $$qtLibraryTarget(copyEngine)
++include(../../../extratool.pri)
++target.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+ include(../../../updateqm.pri)
+ TRANSLATIONS += Languages/ar/translation.ts \
+ Languages/de/translation.ts \
+@@ -58,6 +60,12 @@ TRANSLATIONS += Languages/ar/translation.ts \
+ Languages/tr/translation.ts \
+ Languages/zh/translation.ts
+
++translations.files = Languages
++translations.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
++infos.files = informations.xml
++infos.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
++INSTALLS += target translations infos
++
+ FORMS += \
+ options.ui \
+ fileErrorDialog.ui \
+diff --git a/plugins/Listener/catchcopy-v0002/listener.pro b/plugins/Listener/catchcopy-v0002/listener.pro
+index 59a2379..4f141b6 100644
+--- a/plugins/Listener/catchcopy-v0002/listener.pro
++++ b/plugins/Listener/catchcopy-v0002/listener.pro
+@@ -14,3 +14,8 @@ SOURCES = listener.cpp \
+ catchcopy-api-0002/ServerCatchcopy.cpp \
+ catchcopy-api-0002/ExtraSocketCatchcopy.cpp
+ TARGET = $$qtLibraryTarget(listener)
++include(../../../extratool.pri)
++target.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
++infos.files = informations.xml
++infos.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
++INSTALLS += target infos
+diff --git a/plugins/PluginLoader/catchcopy-v0002/pluginLoader.pro b/plugins/PluginLoader/catchcopy-v0002/pluginLoader.pro
+index 03af533..ad53c76 100755
+--- a/plugins/PluginLoader/catchcopy-v0002/pluginLoader.pro
++++ b/plugins/PluginLoader/catchcopy-v0002/pluginLoader.pro
+@@ -11,6 +11,11 @@ HEADERS = \
+ SOURCES = \
+ pluginLoader.cpp
+ TARGET = $$qtLibraryTarget(pluginLoader)
++include(../../../extratool.pri)
++target.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
++infos.files = informations.xml
++infos.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
++INSTALLS += target infos
+
+ LIBS += -lole32
+
+diff --git a/plugins/SessionLoader/KDE4/sessionLoader.pro b/plugins/SessionLoader/KDE4/sessionLoader.pro
+index e036663..0f62558 100644
+--- a/plugins/SessionLoader/KDE4/sessionLoader.pro
++++ b/plugins/SessionLoader/KDE4/sessionLoader.pro
+@@ -8,3 +8,8 @@ HEADERS = sessionLoader.h \
+ ../../../interface/PluginInterface_SessionLoader.h
+ SOURCES = sessionLoader.cpp
+ TARGET = $$qtLibraryTarget(sessionLoader)
++include(../../../extratool.pri)
++target.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
++infos.files = informations.xml
++infos.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
++INSTALLS += target infos
+diff --git a/plugins/SessionLoader/Windows/sessionLoader.pro b/plugins/SessionLoader/Windows/sessionLoader.pro
+index e036663..0f62558 100644
+--- a/plugins/SessionLoader/Windows/sessionLoader.pro
++++ b/plugins/SessionLoader/Windows/sessionLoader.pro
+@@ -8,3 +8,8 @@ HEADERS = sessionLoader.h \
+ ../../../interface/PluginInterface_SessionLoader.h
+ SOURCES = sessionLoader.cpp
+ TARGET = $$qtLibraryTarget(sessionLoader)
++include(../../../extratool.pri)
++target.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
++infos.files = informations.xml
++infos.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
++INSTALLS += target infos
+diff --git a/plugins/Themes/Oxygen/interface.pro b/plugins/Themes/Oxygen/interface.pro
+index 97b44b9..d583420 100644
+--- a/plugins/Themes/Oxygen/interface.pro
++++ b/plugins/Themes/Oxygen/interface.pro
+@@ -14,6 +14,8 @@ SOURCES = interface.cpp \
+ factory.cpp \
+ TransferModel.cpp
+ TARGET = $$qtLibraryTarget(interface)
++include(../../../extratool.pri)
++target.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+ include(../../../updateqm.pri)
+ TRANSLATIONS += Languages/ar/translation.ts \
+ Languages/de/translation.ts \
+@@ -33,6 +35,12 @@ TRANSLATIONS += Languages/ar/translation.ts \
+ Languages/tr/translation.ts \
+ Languages/zh/translation.ts
+
++translations.files = Languages
++translations.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
++infos.files = informations.xml
++infos.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
++INSTALLS += target translations infos
++
+ win32 {
+ RESOURCES += resources_windows.qrc
+ }
+diff --git a/ultracopier.pro b/ultracopier.pro
+index e69ab7f..6a613bb 100644
+--- a/ultracopier.pro
++++ b/ultracopier.pro
+@@ -18,9 +18,13 @@ TRANSLATIONS += plugins/Languages/ar/translation.ts \
+ plugins/Languages/th/translation.ts \
+ plugins/Languages/tr/translation.ts \
+ plugins/Languages/zh/translation.ts
++translations.files += plugins/Languages
++translations.path = $${PREFIX}/share/ultracopier
+
+ win32:RC_FILE += resources/resources-windows.rc
+ TARGET = ultracopier
++target.path = $${PREFIX}/bin
++INSTALLS += target translations
+ macx {
+ ICON = resources/ultracopier.icns
+ }
diff --git a/debian/patches/0004-Update-program-version-number-in-source.patch b/debian/patches/0004-Update-program-version-number-in-source.patch
deleted file mode 100644
index 2f53d4c..0000000
--- a/debian/patches/0004-Update-program-version-number-in-source.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 831e943bddde90b37daeb32d428f4f0a4feb5d9d Mon Sep 17 00:00:00 2001
-From: Thomas Preud'homme <thomas.preudhomme@celest.fr>
-Date: Wed, 20 Apr 2011 16:59:41 +0200
-Subject: Update program version number in source
-
-Fix program version number as upstream tarball for 0.2.0.16 still indicate a
-version of 0.2.0.15.
-
-Origin: vendor
-Forwarded: not-needed
-Last-Update: 2011-04-20
----
- src/var.h | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/var.h b/src/var.h
-index b2923c7..00f3e6b 100644
---- a/src/var.h
-+++ b/src/var.h
-@@ -19,9 +19,9 @@
- #define DEBUG_ULTRACOPIER 0
- #endif
- /// \brief the version
--#define VERSION "0.2.0.15"
-+#define VERSION "0.2.0.16"
- /// \brief the windows version
--#define WINVERSION 0,2,0,15
-+#define WINVERSION 0,2,0,16
- /// \brief the web site
- //tr for adapte the url by the language
- #define WEBSITE tr("http://ultracopier.first-world.info/")
---
-1.7.4.4
-
diff --git a/debian/patches/0005-Build-ultracopier-with-resources.patch b/debian/patches/0005-Build-ultracopier-with-resources.patch
new file mode 100644
index 0000000..59cb271
--- /dev/null
+++ b/debian/patches/0005-Build-ultracopier-with-resources.patch
@@ -0,0 +1,39 @@
+From 56e212a0c9af4e5e53c0fa9276b0f6f15b4344b4 Mon Sep 17 00:00:00 2001
+From: Thomas Preud'homme <robotux@celest.fr>
+Date: Thu, 3 Jan 2013 15:21:53 +0100
+Subject: Build ultracopier with resources
+
+Add a .pro file to build ultracopier with plugins and themes.
+
+Origin: vendor
+Forwarded: no
+Last-Update: 2013-01-03
+---
+ build.pro | 18 ++++++++++++++++++
+ 1 file changed, 18 insertions(+)
+ create mode 100644 build.pro
+
+diff --git a/build.pro b/build.pro
+new file mode 100644
+index 0000000..29c617f
+--- /dev/null
++++ b/build.pro
+@@ -0,0 +1,18 @@
++# Build ultracopier and the right plugins for the host system
++TEMPLATE = subdirs
++SUBDIRS = ultracopier copyengine oxygen clean teracopy sessionloader
++ultracopier.file = ultracopier.pro
++copyengine.file = plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro
++oxygen.file = plugins/Themes/Oxygen/interface.pro
++clean.file = plugins-alternative/Themes/Clean/interface.pro
++teracopy.file = plugins-alternative/Themes/Teracopy/interface.pro
++unix {
++ sessionloader.file = plugins/SessionLoader/KDE4/sessionLoader.pro
++ SUBDIRS += listener
++ listener.file = plugins/Listener/catchcopy-v0002/listener.pro
++}
++win32 {
++ sessionloader.file = plugins/SessionLoader/Windows/sessionLoader.pro
++ SUBDIRS += pluginloader
++ pluginloader.file = plugins/PluginLoader/catchcopy-v0002/pluginLoader.pro
++}
diff --git a/debian/patches/0006-Avoid-linking-against-libpthread.patch b/debian/patches/0006-Avoid-linking-against-libpthread.patch
new file mode 100644
index 0000000..bb70d46
--- /dev/null
+++ b/debian/patches/0006-Avoid-linking-against-libpthread.patch
@@ -0,0 +1,26 @@
+From 42e83b0ef8f46e820335d5605c5170c4333c52cc Mon Sep 17 00:00:00 2001
+From: Thomas Preud'homme <robotux@celest.fr>
+Date: Thu, 3 Jan 2013 15:27:59 +0100
+Subject: Avoid linking against libpthread
+
+Link with --as-needed to avoid linking to libpthread.
+
+Origin: vendor
+Forwarded: no
+Last-Update: 2013-01-03
+---
+ ultracopier.pro | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/ultracopier.pro b/ultracopier.pro
+index 6a613bb..586475b 100644
+--- a/ultracopier.pro
++++ b/ultracopier.pro
+@@ -23,6 +23,7 @@ translations.path = $${PREFIX}/share/ultracopier
+
+ win32:RC_FILE += resources/resources-windows.rc
+ TARGET = ultracopier
++QMAKE_LFLAGS += -Wl,--as-needed
+ target.path = $${PREFIX}/bin
+ INSTALLS += target translations
+ macx {
diff --git a/debian/patches/0007-Fix-typos-in-string-shown-to-the-user.patch b/debian/patches/0007-Fix-typos-in-string-shown-to-the-user.patch
new file mode 100644
index 0000000..5c480b0
--- /dev/null
+++ b/debian/patches/0007-Fix-typos-in-string-shown-to-the-user.patch
@@ -0,0 +1,1291 @@
+From 86a503d91990920a1abd811f12c17fbe31c7a5c6 Mon Sep 17 00:00:00 2001
+From: Thomas Preud'homme <robotux@celest.fr>
+Date: Thu, 3 Jan 2013 16:46:23 +0100
+Subject: Fix typos in string shown to the user.
+
+s/authentification/authentication/ AuthPlugin.cpp
+s/informations/information/ SystrayIcon.cpp
+s/informations/information/ HelpDialog.ui
+s/informations/information/ plugins/Languages/*/translation.ts
+s/informations/information/ plugins/Themes/Oxygen/options.ui
+s/informations/information/ plugins/Themes/Oxygen/interface.ui
+s/informations/information/ plugins/Themes/Oxygen/Languages/*/translation.ts
+
+Origin: vendor
+Forwarded: no
+Last-Update: 2013-01-03
+---
+ AuthPlugin.cpp | 2 +-
+ HelpDialog.ui | 2 +-
+ SystrayIcon.cpp | 2 +-
+ plugins/Languages/ar/translation.ts | 10 +++++-----
+ plugins/Languages/de/translation.ts | 10 +++++-----
+ plugins/Languages/el/translation.ts | 10 +++++-----
+ plugins/Languages/es/translation.ts | 14 +++++++-------
+ plugins/Languages/fr/translation.ts | 20 ++++++++++----------
+ plugins/Languages/hi/translation.ts | 10 +++++-----
+ plugins/Languages/id/translation.ts | 10 +++++-----
+ plugins/Languages/it/translation.ts | 10 +++++-----
+ plugins/Languages/ja/translation.ts | 10 +++++-----
+ plugins/Languages/nl/translation.ts | 10 +++++-----
+ plugins/Languages/no/translation.ts | 10 +++++-----
+ plugins/Languages/pl/translation.ts | 10 +++++-----
+ plugins/Languages/pt/translation.ts | 10 +++++-----
+ plugins/Languages/ru/translation.ts | 10 +++++-----
+ plugins/Languages/th/translation.ts | 10 +++++-----
+ plugins/Languages/tr/translation.ts | 10 +++++-----
+ plugins/Languages/zh/translation.ts | 10 +++++-----
+ plugins/Themes/Oxygen/Languages/ar/translation.ts | 4 ++--
+ plugins/Themes/Oxygen/Languages/de/translation.ts | 4 ++--
+ plugins/Themes/Oxygen/Languages/el/translation.ts | 4 ++--
+ plugins/Themes/Oxygen/Languages/es/translation.ts | 4 ++--
+ plugins/Themes/Oxygen/Languages/fr/translation.ts | 4 ++--
+ plugins/Themes/Oxygen/Languages/hi/translation.ts | 4 ++--
+ plugins/Themes/Oxygen/Languages/id/translation.ts | 4 ++--
+ plugins/Themes/Oxygen/Languages/it/translation.ts | 4 ++--
+ plugins/Themes/Oxygen/Languages/ja/translation.ts | 4 ++--
+ plugins/Themes/Oxygen/Languages/nl/translation.ts | 4 ++--
+ plugins/Themes/Oxygen/Languages/no/translation.ts | 4 ++--
+ plugins/Themes/Oxygen/Languages/pl/translation.ts | 4 ++--
+ plugins/Themes/Oxygen/Languages/pt/translation.ts | 4 ++--
+ plugins/Themes/Oxygen/Languages/ru/translation.ts | 4 ++--
+ plugins/Themes/Oxygen/Languages/th/translation.ts | 4 ++--
+ plugins/Themes/Oxygen/Languages/tr/translation.ts | 4 ++--
+ plugins/Themes/Oxygen/Languages/zh/translation.ts | 4 ++--
+ plugins/Themes/Oxygen/interface.ui | 2 +-
+ plugins/Themes/Oxygen/options.ui | 2 +-
+ 39 files changed, 131 insertions(+), 131 deletions(-)
+
+diff --git a/AuthPlugin.cpp b/AuthPlugin.cpp
+index fcea81c..0d624d9 100644
+--- a/AuthPlugin.cpp
++++ b/AuthPlugin.cpp
+@@ -94,7 +94,7 @@ void AuthPlugin::run()
+ if(key==folderHash.result())
+ emit authentifiedPath(pluginBasePath);
+ else
+- ULTRACOPIER_DEBUGCONSOLE(DebugLevel_Warning,"This plugin have wrong authentification");
++ ULTRACOPIER_DEBUGCONSOLE(DebugLevel_Warning,"This plugin have wrong authentication");
+ }
+ keyDescriptor.close();
+ }
+diff --git a/HelpDialog.ui b/HelpDialog.ui
+index 0707ab0..e714ee8 100644
+--- a/HelpDialog.ui
++++ b/HelpDialog.ui
+@@ -75,7 +75,7 @@ This version is compiled as version: %1.</string>
+ <item>
+ <widget class="QLabel" name="label_site">
+ <property name="text">
+- <string>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</string>
++ <string>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</string>
+ </property>
+ <property name="openExternalLinks">
+ <bool>true</bool>
+diff --git a/SystrayIcon.cpp b/SystrayIcon.cpp
+index b4fef7d..5357774 100644
+--- a/SystrayIcon.cpp
++++ b/SystrayIcon.cpp
+@@ -103,7 +103,7 @@ void SystrayIcon::updateSystrayIcon()
+ QString icon;
+ if(!haveListenerInfo || !havePluginLoaderInfo)
+ {
+- toolTip=tr("Searching informations...");
++ toolTip=tr("Searching information...");
+ icon="Uncaught";
+ }
+ else
+diff --git a/plugins/Languages/ar/translation.ts b/plugins/Languages/ar/translation.ts
+index f9dff29..968bf05 100644
+--- a/plugins/Languages/ar/translation.ts
++++ b/plugins/Languages/ar/translation.ts
+@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../HelpDialog.ui"/>
+- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
++ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
+ <name>PluginsManager</name>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="206"/>
+- <source>informations.xml is not accessible</source>
++ <source>information.xml is not accessible</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="212"/>
+- <source>informations.xml not found into the plugin</source>
++ <source>information.xml not found into the plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="380"/>
+- <source>English text missing into the informations.xml for the tag: %1</source>
++ <source>English text missing into the information.xml for the tag: %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -790,7 +790,7 @@ since:%2</source>
+ </message>
+ <message>
+ <location filename="../../../SystrayIcon.cpp" line="105"/>
+- <source>Searching informations...</source>
++ <source>Searching information...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+diff --git a/plugins/Languages/de/translation.ts b/plugins/Languages/de/translation.ts
+index f9dff29..968bf05 100644
+--- a/plugins/Languages/de/translation.ts
++++ b/plugins/Languages/de/translation.ts
+@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../HelpDialog.ui"/>
+- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
++ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
+ <name>PluginsManager</name>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="206"/>
+- <source>informations.xml is not accessible</source>
++ <source>information.xml is not accessible</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="212"/>
+- <source>informations.xml not found into the plugin</source>
++ <source>information.xml not found into the plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="380"/>
+- <source>English text missing into the informations.xml for the tag: %1</source>
++ <source>English text missing into the information.xml for the tag: %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -790,7 +790,7 @@ since:%2</source>
+ </message>
+ <message>
+ <location filename="../../../SystrayIcon.cpp" line="105"/>
+- <source>Searching informations...</source>
++ <source>Searching information...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+diff --git a/plugins/Languages/el/translation.ts b/plugins/Languages/el/translation.ts
+index f9dff29..968bf05 100644
+--- a/plugins/Languages/el/translation.ts
++++ b/plugins/Languages/el/translation.ts
+@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../HelpDialog.ui"/>
+- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
++ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
+ <name>PluginsManager</name>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="206"/>
+- <source>informations.xml is not accessible</source>
++ <source>information.xml is not accessible</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="212"/>
+- <source>informations.xml not found into the plugin</source>
++ <source>information.xml not found into the plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="380"/>
+- <source>English text missing into the informations.xml for the tag: %1</source>
++ <source>English text missing into the information.xml for the tag: %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -790,7 +790,7 @@ since:%2</source>
+ </message>
+ <message>
+ <location filename="../../../SystrayIcon.cpp" line="105"/>
+- <source>Searching informations...</source>
++ <source>Searching information...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+diff --git a/plugins/Languages/es/translation.ts b/plugins/Languages/es/translation.ts
+index c4ab737..15ae482 100644
+--- a/plugins/Languages/es/translation.ts
++++ b/plugins/Languages/es/translation.ts
+@@ -185,7 +185,7 @@ Esta versión se compila como la versión: %1.</translation>
+ </message>
+ <message>
+ <location filename="../../../HelpDialog.ui"/>
+- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
++ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <translation>Para más información consulte la página web &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</translation>
+ </message>
+ <message>
+@@ -595,13 +595,13 @@ Esta versión se compila como la versión: %1.</translation>
+ <name>PluginsManager</name>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="206"/>
+- <source>informations.xml is not accessible</source>
+- <translation>informations.xml no es accesible</translation>
++ <source>information.xml is not accessible</source>
++ <translation>information.xml no es accesible</translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="212"/>
+- <source>informations.xml not found into the plugin</source>
+- <translation>informations.xml que no se encuentran en el plug-in</translation>
++ <source>information.xml not found into the plugin</source>
++ <translation>information.xml que no se encuentran en el plug-in</translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="470"/>
+@@ -651,7 +651,7 @@ Esta versión se compila como la versión: %1.</translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="380"/>
+- <source>English text missing into the informations.xml for the tag: %1</source>
++ <source>English text missing into the information.xml for the tag: %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -796,7 +796,7 @@ No se puede cargar el contenido del plugin, por favor verifique que</translation
+ </message>
+ <message>
+ <location filename="../../../SystrayIcon.cpp" line="105"/>
+- <source>Searching informations...</source>
++ <source>Searching information...</source>
+ <translation>Buscar información...</translation>
+ </message>
+ <message>
+diff --git a/plugins/Languages/fr/translation.ts b/plugins/Languages/fr/translation.ts
+index 25bf66e..a586434 100644
+--- a/plugins/Languages/fr/translation.ts
++++ b/plugins/Languages/fr/translation.ts
+@@ -185,8 +185,8 @@ Cette version est compilée comme version: %1.</translation>
+ </message>
+ <message>
+ <location filename="../../../HelpDialog.ui"/>
+- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+- <translation>Pour plus d&apos;informations voir le site web &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</translation>
++ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
++ <translation>Pour plus d&apos;information voir le site web &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</translation>
+ </message>
+ <message>
+ <location filename="../../../HelpDialog.ui"/>
+@@ -595,13 +595,13 @@ Cette version est compilée comme version: %1.</translation>
+ <name>PluginsManager</name>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="212"/>
+- <source>informations.xml not found into the plugin</source>
+- <translation>Le fichier informations.xml n&apos;a pas été trouvé dans le répertoire du plugin</translation>
++ <source>information.xml not found into the plugin</source>
++ <translation>Le fichier information.xml n&apos;a pas été trouvé dans le répertoire du plugin</translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="206"/>
+- <source>informations.xml is not accessible</source>
+- <translation>informations.xml n&apos;est pas accessible</translation>
++ <source>information.xml is not accessible</source>
++ <translation>information.xml n&apos;est pas accessible</translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="470"/>
+@@ -666,8 +666,8 @@ Cette version est compilée comme version: %1.</translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="380"/>
+- <source>English text missing into the informations.xml for the tag: %1</source>
+- <translation>Texte anglais manquant dans le informations.xml pour la balise: %1</translation>
++ <source>English text missing into the information.xml for the tag: %1</source>
++ <translation>Texte anglais manquant dans le information.xml pour la balise: %1</translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="388"/>
+@@ -791,8 +791,8 @@ depuis:%2</translation>
+ </message>
+ <message>
+ <location filename="../../../SystrayIcon.cpp" line="105"/>
+- <source>Searching informations...</source>
+- <translation>Recherche d&apos;informations...</translation>
++ <source>Searching information...</source>
++ <translation>Recherche d&apos;information...</translation>
+ </message>
+ <message>
+ <location filename="../../../SystrayIcon.cpp" line="120"/>
+diff --git a/plugins/Languages/hi/translation.ts b/plugins/Languages/hi/translation.ts
+index 6c81c6f..d704acb 100644
+--- a/plugins/Languages/hi/translation.ts
++++ b/plugins/Languages/hi/translation.ts
+@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../HelpDialog.ui"/>
+- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
++ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
+ <name>PluginsManager</name>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="206"/>
+- <source>informations.xml is not accessible</source>
++ <source>information.xml is not accessible</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="212"/>
+- <source>informations.xml not found into the plugin</source>
++ <source>information.xml not found into the plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="380"/>
+- <source>English text missing into the informations.xml for the tag: %1</source>
++ <source>English text missing into the information.xml for the tag: %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -790,7 +790,7 @@ since:%2</source>
+ </message>
+ <message>
+ <location filename="../../../SystrayIcon.cpp" line="105"/>
+- <source>Searching informations...</source>
++ <source>Searching information...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+diff --git a/plugins/Languages/id/translation.ts b/plugins/Languages/id/translation.ts
+index f9dff29..968bf05 100644
+--- a/plugins/Languages/id/translation.ts
++++ b/plugins/Languages/id/translation.ts
+@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../HelpDialog.ui"/>
+- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
++ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
+ <name>PluginsManager</name>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="206"/>
+- <source>informations.xml is not accessible</source>
++ <source>information.xml is not accessible</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="212"/>
+- <source>informations.xml not found into the plugin</source>
++ <source>information.xml not found into the plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="380"/>
+- <source>English text missing into the informations.xml for the tag: %1</source>
++ <source>English text missing into the information.xml for the tag: %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -790,7 +790,7 @@ since:%2</source>
+ </message>
+ <message>
+ <location filename="../../../SystrayIcon.cpp" line="105"/>
+- <source>Searching informations...</source>
++ <source>Searching information...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+diff --git a/plugins/Languages/it/translation.ts b/plugins/Languages/it/translation.ts
+index f4702ba..aaa8ddc 100644
+--- a/plugins/Languages/it/translation.ts
++++ b/plugins/Languages/it/translation.ts
+@@ -174,7 +174,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../HelpDialog.ui"/>
+- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
++ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <translation>Per maggiori dettagli vistare il sito &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</translation>
+ </message>
+ <message>
+@@ -529,12 +529,12 @@ This version is compiled as version: %1.</source>
+ <name>PluginsManager</name>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="206"/>
+- <source>informations.xml is not accessible</source>
++ <source>information.xml is not accessible</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="212"/>
+- <source>informations.xml not found into the plugin</source>
++ <source>information.xml not found into the plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -585,7 +585,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="380"/>
+- <source>English text missing into the informations.xml for the tag: %1</source>
++ <source>English text missing into the information.xml for the tag: %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -725,7 +725,7 @@ since:%2</source>
+ </message>
+ <message>
+ <location filename="../../../SystrayIcon.cpp" line="105"/>
+- <source>Searching informations...</source>
++ <source>Searching information...</source>
+ <translation>Cercare informazioni...</translation>
+ </message>
+ <message>
+diff --git a/plugins/Languages/ja/translation.ts b/plugins/Languages/ja/translation.ts
+index 53fa961..c485117 100644
+--- a/plugins/Languages/ja/translation.ts
++++ b/plugins/Languages/ja/translation.ts
+@@ -174,7 +174,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../HelpDialog.ui"/>
+- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
++ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -529,12 +529,12 @@ This version is compiled as version: %1.</source>
+ <name>PluginsManager</name>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="206"/>
+- <source>informations.xml is not accessible</source>
++ <source>information.xml is not accessible</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="212"/>
+- <source>informations.xml not found into the plugin</source>
++ <source>information.xml not found into the plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -585,7 +585,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="380"/>
+- <source>English text missing into the informations.xml for the tag: %1</source>
++ <source>English text missing into the information.xml for the tag: %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -725,7 +725,7 @@ since:%2</source>
+ </message>
+ <message>
+ <location filename="../../../SystrayIcon.cpp" line="105"/>
+- <source>Searching informations...</source>
++ <source>Searching information...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+diff --git a/plugins/Languages/nl/translation.ts b/plugins/Languages/nl/translation.ts
+index f9dff29..968bf05 100644
+--- a/plugins/Languages/nl/translation.ts
++++ b/plugins/Languages/nl/translation.ts
+@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../HelpDialog.ui"/>
+- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
++ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
+ <name>PluginsManager</name>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="206"/>
+- <source>informations.xml is not accessible</source>
++ <source>information.xml is not accessible</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="212"/>
+- <source>informations.xml not found into the plugin</source>
++ <source>information.xml not found into the plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="380"/>
+- <source>English text missing into the informations.xml for the tag: %1</source>
++ <source>English text missing into the information.xml for the tag: %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -790,7 +790,7 @@ since:%2</source>
+ </message>
+ <message>
+ <location filename="../../../SystrayIcon.cpp" line="105"/>
+- <source>Searching informations...</source>
++ <source>Searching information...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+diff --git a/plugins/Languages/no/translation.ts b/plugins/Languages/no/translation.ts
+index f9dff29..968bf05 100644
+--- a/plugins/Languages/no/translation.ts
++++ b/plugins/Languages/no/translation.ts
+@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../HelpDialog.ui"/>
+- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
++ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
+ <name>PluginsManager</name>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="206"/>
+- <source>informations.xml is not accessible</source>
++ <source>information.xml is not accessible</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="212"/>
+- <source>informations.xml not found into the plugin</source>
++ <source>information.xml not found into the plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="380"/>
+- <source>English text missing into the informations.xml for the tag: %1</source>
++ <source>English text missing into the information.xml for the tag: %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -790,7 +790,7 @@ since:%2</source>
+ </message>
+ <message>
+ <location filename="../../../SystrayIcon.cpp" line="105"/>
+- <source>Searching informations...</source>
++ <source>Searching information...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+diff --git a/plugins/Languages/pl/translation.ts b/plugins/Languages/pl/translation.ts
+index f9dff29..968bf05 100644
+--- a/plugins/Languages/pl/translation.ts
++++ b/plugins/Languages/pl/translation.ts
+@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../HelpDialog.ui"/>
+- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
++ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
+ <name>PluginsManager</name>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="206"/>
+- <source>informations.xml is not accessible</source>
++ <source>information.xml is not accessible</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="212"/>
+- <source>informations.xml not found into the plugin</source>
++ <source>information.xml not found into the plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="380"/>
+- <source>English text missing into the informations.xml for the tag: %1</source>
++ <source>English text missing into the information.xml for the tag: %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -790,7 +790,7 @@ since:%2</source>
+ </message>
+ <message>
+ <location filename="../../../SystrayIcon.cpp" line="105"/>
+- <source>Searching informations...</source>
++ <source>Searching information...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+diff --git a/plugins/Languages/pt/translation.ts b/plugins/Languages/pt/translation.ts
+index f9dff29..968bf05 100644
+--- a/plugins/Languages/pt/translation.ts
++++ b/plugins/Languages/pt/translation.ts
+@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../HelpDialog.ui"/>
+- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
++ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
+ <name>PluginsManager</name>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="206"/>
+- <source>informations.xml is not accessible</source>
++ <source>information.xml is not accessible</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="212"/>
+- <source>informations.xml not found into the plugin</source>
++ <source>information.xml not found into the plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="380"/>
+- <source>English text missing into the informations.xml for the tag: %1</source>
++ <source>English text missing into the information.xml for the tag: %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -790,7 +790,7 @@ since:%2</source>
+ </message>
+ <message>
+ <location filename="../../../SystrayIcon.cpp" line="105"/>
+- <source>Searching informations...</source>
++ <source>Searching information...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+diff --git a/plugins/Languages/ru/translation.ts b/plugins/Languages/ru/translation.ts
+index f9dff29..968bf05 100644
+--- a/plugins/Languages/ru/translation.ts
++++ b/plugins/Languages/ru/translation.ts
+@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../HelpDialog.ui"/>
+- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
++ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
+ <name>PluginsManager</name>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="206"/>
+- <source>informations.xml is not accessible</source>
++ <source>information.xml is not accessible</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="212"/>
+- <source>informations.xml not found into the plugin</source>
++ <source>information.xml not found into the plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="380"/>
+- <source>English text missing into the informations.xml for the tag: %1</source>
++ <source>English text missing into the information.xml for the tag: %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -790,7 +790,7 @@ since:%2</source>
+ </message>
+ <message>
+ <location filename="../../../SystrayIcon.cpp" line="105"/>
+- <source>Searching informations...</source>
++ <source>Searching information...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+diff --git a/plugins/Languages/th/translation.ts b/plugins/Languages/th/translation.ts
+index f9dff29..968bf05 100644
+--- a/plugins/Languages/th/translation.ts
++++ b/plugins/Languages/th/translation.ts
+@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../HelpDialog.ui"/>
+- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
++ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
+ <name>PluginsManager</name>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="206"/>
+- <source>informations.xml is not accessible</source>
++ <source>information.xml is not accessible</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="212"/>
+- <source>informations.xml not found into the plugin</source>
++ <source>information.xml not found into the plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="380"/>
+- <source>English text missing into the informations.xml for the tag: %1</source>
++ <source>English text missing into the information.xml for the tag: %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -790,7 +790,7 @@ since:%2</source>
+ </message>
+ <message>
+ <location filename="../../../SystrayIcon.cpp" line="105"/>
+- <source>Searching informations...</source>
++ <source>Searching information...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+diff --git a/plugins/Languages/tr/translation.ts b/plugins/Languages/tr/translation.ts
+index f9dff29..968bf05 100644
+--- a/plugins/Languages/tr/translation.ts
++++ b/plugins/Languages/tr/translation.ts
+@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../HelpDialog.ui"/>
+- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
++ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
+ <name>PluginsManager</name>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="206"/>
+- <source>informations.xml is not accessible</source>
++ <source>information.xml is not accessible</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="212"/>
+- <source>informations.xml not found into the plugin</source>
++ <source>information.xml not found into the plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="380"/>
+- <source>English text missing into the informations.xml for the tag: %1</source>
++ <source>English text missing into the information.xml for the tag: %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -790,7 +790,7 @@ since:%2</source>
+ </message>
+ <message>
+ <location filename="../../../SystrayIcon.cpp" line="105"/>
+- <source>Searching informations...</source>
++ <source>Searching information...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+diff --git a/plugins/Languages/zh/translation.ts b/plugins/Languages/zh/translation.ts
+index 53fa961..c485117 100644
+--- a/plugins/Languages/zh/translation.ts
++++ b/plugins/Languages/zh/translation.ts
+@@ -174,7 +174,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../HelpDialog.ui"/>
+- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
++ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -529,12 +529,12 @@ This version is compiled as version: %1.</source>
+ <name>PluginsManager</name>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="206"/>
+- <source>informations.xml is not accessible</source>
++ <source>information.xml is not accessible</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="212"/>
+- <source>informations.xml not found into the plugin</source>
++ <source>information.xml not found into the plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -585,7 +585,7 @@ This version is compiled as version: %1.</source>
+ </message>
+ <message>
+ <location filename="../../../PluginsManager.cpp" line="380"/>
+- <source>English text missing into the informations.xml for the tag: %1</source>
++ <source>English text missing into the information.xml for the tag: %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -725,7 +725,7 @@ since:%2</source>
+ </message>
+ <message>
+ <location filename="../../../SystrayIcon.cpp" line="105"/>
+- <source>Searching informations...</source>
++ <source>Searching information...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+diff --git a/plugins/Themes/Oxygen/Languages/ar/translation.ts b/plugins/Themes/Oxygen/Languages/ar/translation.ts
+index 43608a5..94f3990 100644
+--- a/plugins/Themes/Oxygen/Languages/ar/translation.ts
++++ b/plugins/Themes/Oxygen/Languages/ar/translation.ts
+@@ -168,7 +168,7 @@
+ </message>
+ <message>
+ <location filename="../../interface.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -211,7 +211,7 @@
+ </message>
+ <message>
+ <location filename="../../options.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ </context>
+diff --git a/plugins/Themes/Oxygen/Languages/de/translation.ts b/plugins/Themes/Oxygen/Languages/de/translation.ts
+index 43608a5..94f3990 100644
+--- a/plugins/Themes/Oxygen/Languages/de/translation.ts
++++ b/plugins/Themes/Oxygen/Languages/de/translation.ts
+@@ -168,7 +168,7 @@
+ </message>
+ <message>
+ <location filename="../../interface.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -211,7 +211,7 @@
+ </message>
+ <message>
+ <location filename="../../options.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ </context>
+diff --git a/plugins/Themes/Oxygen/Languages/el/translation.ts b/plugins/Themes/Oxygen/Languages/el/translation.ts
+index 43608a5..94f3990 100644
+--- a/plugins/Themes/Oxygen/Languages/el/translation.ts
++++ b/plugins/Themes/Oxygen/Languages/el/translation.ts
+@@ -168,7 +168,7 @@
+ </message>
+ <message>
+ <location filename="../../interface.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -211,7 +211,7 @@
+ </message>
+ <message>
+ <location filename="../../options.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ </context>
+diff --git a/plugins/Themes/Oxygen/Languages/es/translation.ts b/plugins/Themes/Oxygen/Languages/es/translation.ts
+index 43608a5..94f3990 100644
+--- a/plugins/Themes/Oxygen/Languages/es/translation.ts
++++ b/plugins/Themes/Oxygen/Languages/es/translation.ts
+@@ -168,7 +168,7 @@
+ </message>
+ <message>
+ <location filename="../../interface.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -211,7 +211,7 @@
+ </message>
+ <message>
+ <location filename="../../options.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ </context>
+diff --git a/plugins/Themes/Oxygen/Languages/fr/translation.ts b/plugins/Themes/Oxygen/Languages/fr/translation.ts
+index 89f64bc..62d82db 100644
+--- a/plugins/Themes/Oxygen/Languages/fr/translation.ts
++++ b/plugins/Themes/Oxygen/Languages/fr/translation.ts
+@@ -168,7 +168,7 @@
+ </message>
+ <message>
+ <location/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation>Montrer la vitesse comme une information principale</translation>
+ </message>
+ <message>
+@@ -211,7 +211,7 @@
+ </message>
+ <message>
+ <location/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation>Montrer la vitesse comme une information principale</translation>
+ </message>
+ </context>
+diff --git a/plugins/Themes/Oxygen/Languages/hi/translation.ts b/plugins/Themes/Oxygen/Languages/hi/translation.ts
+index 43608a5..94f3990 100644
+--- a/plugins/Themes/Oxygen/Languages/hi/translation.ts
++++ b/plugins/Themes/Oxygen/Languages/hi/translation.ts
+@@ -168,7 +168,7 @@
+ </message>
+ <message>
+ <location filename="../../interface.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -211,7 +211,7 @@
+ </message>
+ <message>
+ <location filename="../../options.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ </context>
+diff --git a/plugins/Themes/Oxygen/Languages/id/translation.ts b/plugins/Themes/Oxygen/Languages/id/translation.ts
+index 43608a5..94f3990 100644
+--- a/plugins/Themes/Oxygen/Languages/id/translation.ts
++++ b/plugins/Themes/Oxygen/Languages/id/translation.ts
+@@ -168,7 +168,7 @@
+ </message>
+ <message>
+ <location filename="../../interface.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -211,7 +211,7 @@
+ </message>
+ <message>
+ <location filename="../../options.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ </context>
+diff --git a/plugins/Themes/Oxygen/Languages/it/translation.ts b/plugins/Themes/Oxygen/Languages/it/translation.ts
+index 43608a5..94f3990 100644
+--- a/plugins/Themes/Oxygen/Languages/it/translation.ts
++++ b/plugins/Themes/Oxygen/Languages/it/translation.ts
+@@ -168,7 +168,7 @@
+ </message>
+ <message>
+ <location filename="../../interface.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -211,7 +211,7 @@
+ </message>
+ <message>
+ <location filename="../../options.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ </context>
+diff --git a/plugins/Themes/Oxygen/Languages/ja/translation.ts b/plugins/Themes/Oxygen/Languages/ja/translation.ts
+index 4ea1e31..94fb88f 100644
+--- a/plugins/Themes/Oxygen/Languages/ja/translation.ts
++++ b/plugins/Themes/Oxygen/Languages/ja/translation.ts
+@@ -168,7 +168,7 @@
+ </message>
+ <message>
+ <location filename="../../interface.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -211,7 +211,7 @@
+ </message>
+ <message>
+ <location filename="../../options.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ </context>
+diff --git a/plugins/Themes/Oxygen/Languages/nl/translation.ts b/plugins/Themes/Oxygen/Languages/nl/translation.ts
+index 43608a5..94f3990 100644
+--- a/plugins/Themes/Oxygen/Languages/nl/translation.ts
++++ b/plugins/Themes/Oxygen/Languages/nl/translation.ts
+@@ -168,7 +168,7 @@
+ </message>
+ <message>
+ <location filename="../../interface.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -211,7 +211,7 @@
+ </message>
+ <message>
+ <location filename="../../options.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ </context>
+diff --git a/plugins/Themes/Oxygen/Languages/no/translation.ts b/plugins/Themes/Oxygen/Languages/no/translation.ts
+index 43608a5..94f3990 100644
+--- a/plugins/Themes/Oxygen/Languages/no/translation.ts
++++ b/plugins/Themes/Oxygen/Languages/no/translation.ts
+@@ -168,7 +168,7 @@
+ </message>
+ <message>
+ <location filename="../../interface.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -211,7 +211,7 @@
+ </message>
+ <message>
+ <location filename="../../options.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ </context>
+diff --git a/plugins/Themes/Oxygen/Languages/pl/translation.ts b/plugins/Themes/Oxygen/Languages/pl/translation.ts
+index 43608a5..94f3990 100644
+--- a/plugins/Themes/Oxygen/Languages/pl/translation.ts
++++ b/plugins/Themes/Oxygen/Languages/pl/translation.ts
+@@ -168,7 +168,7 @@
+ </message>
+ <message>
+ <location filename="../../interface.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -211,7 +211,7 @@
+ </message>
+ <message>
+ <location filename="../../options.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ </context>
+diff --git a/plugins/Themes/Oxygen/Languages/pt/translation.ts b/plugins/Themes/Oxygen/Languages/pt/translation.ts
+index 43608a5..94f3990 100644
+--- a/plugins/Themes/Oxygen/Languages/pt/translation.ts
++++ b/plugins/Themes/Oxygen/Languages/pt/translation.ts
+@@ -168,7 +168,7 @@
+ </message>
+ <message>
+ <location filename="../../interface.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -211,7 +211,7 @@
+ </message>
+ <message>
+ <location filename="../../options.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ </context>
+diff --git a/plugins/Themes/Oxygen/Languages/ru/translation.ts b/plugins/Themes/Oxygen/Languages/ru/translation.ts
+index 43608a5..94f3990 100644
+--- a/plugins/Themes/Oxygen/Languages/ru/translation.ts
++++ b/plugins/Themes/Oxygen/Languages/ru/translation.ts
+@@ -168,7 +168,7 @@
+ </message>
+ <message>
+ <location filename="../../interface.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -211,7 +211,7 @@
+ </message>
+ <message>
+ <location filename="../../options.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ </context>
+diff --git a/plugins/Themes/Oxygen/Languages/th/translation.ts b/plugins/Themes/Oxygen/Languages/th/translation.ts
+index 43608a5..94f3990 100644
+--- a/plugins/Themes/Oxygen/Languages/th/translation.ts
++++ b/plugins/Themes/Oxygen/Languages/th/translation.ts
+@@ -168,7 +168,7 @@
+ </message>
+ <message>
+ <location filename="../../interface.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -211,7 +211,7 @@
+ </message>
+ <message>
+ <location filename="../../options.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ </context>
+diff --git a/plugins/Themes/Oxygen/Languages/tr/translation.ts b/plugins/Themes/Oxygen/Languages/tr/translation.ts
+index 43608a5..94f3990 100644
+--- a/plugins/Themes/Oxygen/Languages/tr/translation.ts
++++ b/plugins/Themes/Oxygen/Languages/tr/translation.ts
+@@ -168,7 +168,7 @@
+ </message>
+ <message>
+ <location filename="../../interface.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -211,7 +211,7 @@
+ </message>
+ <message>
+ <location filename="../../options.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ </context>
+diff --git a/plugins/Themes/Oxygen/Languages/zh/translation.ts b/plugins/Themes/Oxygen/Languages/zh/translation.ts
+index 4ea1e31..94fb88f 100644
+--- a/plugins/Themes/Oxygen/Languages/zh/translation.ts
++++ b/plugins/Themes/Oxygen/Languages/zh/translation.ts
+@@ -168,7 +168,7 @@
+ </message>
+ <message>
+ <location filename="../../interface.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+@@ -211,7 +211,7 @@
+ </message>
+ <message>
+ <location filename="../../options.ui"/>
+- <source>Show speed as main informations</source>
++ <source>Show speed as main information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ </context>
+diff --git a/plugins/Themes/Oxygen/interface.ui b/plugins/Themes/Oxygen/interface.ui
+index 5f2a0d9..518082d 100644
+--- a/plugins/Themes/Oxygen/interface.ui
++++ b/plugins/Themes/Oxygen/interface.ui
+@@ -893,7 +893,7 @@ p, li { white-space: pre-wrap; }
+ <item row="0" column="0">
+ <widget class="QLabel" name="label_8">
+ <property name="text">
+- <string>Show speed as main informations</string>
++ <string>Show speed as main information</string>
+ </property>
+ </widget>
+ </item>
+diff --git a/plugins/Themes/Oxygen/options.ui b/plugins/Themes/Oxygen/options.ui
+index 1455e7e..aae77da 100644
+--- a/plugins/Themes/Oxygen/options.ui
++++ b/plugins/Themes/Oxygen/options.ui
+@@ -20,7 +20,7 @@
+ <item row="0" column="0">
+ <widget class="QLabel" name="label">
+ <property name="text">
+- <string>Show speed as main informations</string>
++ <string>Show speed as main information</string>
+ </property>
+ </widget>
+ </item>
diff --git a/debian/patches/series b/debian/patches/series
index 6d237ab..0944486 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,7 @@
-0001-Adapt-Ultracopier-to-build-system.patch
-0002-Remove-deprecated-key-in-desktop-entry.patch
-0003-Fix-two-typos-affecting-the-binary.patch
-0004-Update-program-version-number-in-source.patch
+0001-Also-search-resources-in-var-lib-ultracopier.patch
+0002-Update-the-list-of-available-translations.patch
+0003-Create-a-rule-to-compile-.ts-into-.qm.patch
+0004-Set-resources-installation-path.patch
+0005-Build-ultracopier-with-resources.patch
+0006-Avoid-linking-against-libpthread.patch
+0007-Fix-typos-in-string-shown-to-the-user.patch
diff --git a/extratool.pri b/extratool.pri
new file mode 100644
index 0000000..618456a
--- /dev/null
+++ b/extratool.pri
@@ -0,0 +1,4 @@
+defineReplace(superBaseName) {
+ THEMEDIR = $$dirname($$1)
+ return($$basename(THEMEDIR)/$$basename($$1))
+}
diff --git a/plugins-alternative/Themes/Clean/interface.pro b/plugins-alternative/Themes/Clean/interface.pro
index b902e63..ca8510d 100644
--- a/plugins-alternative/Themes/Clean/interface.pro
+++ b/plugins-alternative/Themes/Clean/interface.pro
@@ -8,23 +8,31 @@ HEADERS = interface.h \
SOURCES = interface.cpp \
factory.cpp
TARGET = $$qtLibraryTarget(interface)
-TRANSLATIONS += Languages/fr/translation.ts \
- Languages/ar/translation.ts \
- Languages/ch/translation.ts \
- Languages/es/translation.ts \
+include(../../../extratool.pri)
+target.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+include(../../../updateqm.pri)
+TRANSLATIONS += Languages/ar/translation.ts \
Languages/de/translation.ts \
Languages/el/translation.ts \
- Languages/it/translation.ts \
- Languages/jp/translation.ts \
+ Languages/es/translation.ts \
+ Languages/fr/translation.ts \
+ Languages/hi/translation.ts \
Languages/id/translation.ts \
+ Languages/it/translation.ts \
+ Languages/ja/translation.ts \
+ Languages/nl/translation.ts \
+ Languages/no/translation.ts \
Languages/pl/translation.ts \
Languages/ru/translation.ts \
- Languages/tr/translation.ts \
Languages/th/translation.ts \
- Languages/hi/translation.ts \
- Languages/nl/translation.ts \
- Languages/no/translation.ts \
- Languages/pt/translation.ts
+ Languages/tr/translation.ts \
+ Languages/zh/translation.ts
+
+translations.files = Languages
+translations.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+infos.files = informations.xml
+infos.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+INSTALLS += target translations infos
FORMS += \
interface.ui
diff --git a/plugins-alternative/Themes/Teracopy/interface.pro b/plugins-alternative/Themes/Teracopy/interface.pro
index 012c8c1..f0b5e6f 100644
--- a/plugins-alternative/Themes/Teracopy/interface.pro
+++ b/plugins-alternative/Themes/Teracopy/interface.pro
@@ -11,23 +11,31 @@ HEADERS = interface.h \
SOURCES = interface.cpp \
factory.cpp
TARGET = $$qtLibraryTarget(interface)
-TRANSLATIONS += Languages/fr/translation.ts \
- Languages/ar/translation.ts \
- Languages/ch/translation.ts \
- Languages/es/translation.ts \
+include(../../../extratool.pri)
+target.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+include(../../../updateqm.pri)
+TRANSLATIONS += Languages/ar/translation.ts \
Languages/de/translation.ts \
Languages/el/translation.ts \
- Languages/it/translation.ts \
- Languages/jp/translation.ts \
+ Languages/es/translation.ts \
+ Languages/fr/translation.ts \
+ Languages/hi/translation.ts \
Languages/id/translation.ts \
+ Languages/it/translation.ts \
+ Languages/ja/translation.ts \
+ Languages/nl/translation.ts \
+ Languages/no/translation.ts \
Languages/pl/translation.ts \
Languages/ru/translation.ts \
- Languages/tr/translation.ts \
Languages/th/translation.ts \
- Languages/hi/translation.ts \
- Languages/nl/translation.ts \
- Languages/no/translation.ts \
- Languages/pt/translation.ts
+ Languages/tr/translation.ts \
+ Languages/zh/translation.ts
+
+translations.files = Languages
+translations.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+infos.files = informations.xml
+infos.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+INSTALLS += target translations infos
RESOURCES += resources.qrc
diff --git a/plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro b/plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro
index 0f1cb68..20cc890 100644
--- a/plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro
+++ b/plugins/CopyEngine/Ultracopier-0.3/copyEngine.pro
@@ -39,23 +39,32 @@ SOURCES = copyEngine.cpp \
copyEngine-collision-and-error.cpp \
ListThread.cpp
TARGET = $$qtLibraryTarget(copyEngine)
-TRANSLATIONS += Languages/fr/translation.ts \
- Languages/ar/translation.ts \
- Languages/ch/translation.ts \
- Languages/es/translation.ts \
+include(../../../extratool.pri)
+target.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+include(../../../updateqm.pri)
+TRANSLATIONS += Languages/ar/translation.ts \
Languages/de/translation.ts \
Languages/el/translation.ts \
- Languages/it/translation.ts \
- Languages/jp/translation.ts \
+ Languages/es/translation.ts \
+ Languages/fr/translation.ts \
+ Languages/hi/translation.ts \
Languages/id/translation.ts \
+ Languages/it/translation.ts \
+ Languages/ja/translation.ts \
+ Languages/nl/translation.ts \
+ Languages/no/translation.ts \
Languages/pl/translation.ts \
+ Languages/pt/translation.ts \
Languages/ru/translation.ts \
- Languages/tr/translation.ts \
Languages/th/translation.ts \
- Languages/hi/translation.ts \
- Languages/nl/translation.ts \
- Languages/no/translation.ts \
- Languages/pt/translation.ts
+ Languages/tr/translation.ts \
+ Languages/zh/translation.ts
+
+translations.files = Languages
+translations.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+infos.files = informations.xml
+infos.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+INSTALLS += target translations infos
FORMS += \
options.ui \
diff --git a/plugins/Languages/ar/translation.ts b/plugins/Languages/ar/translation.ts
index f9dff29..968bf05 100644
--- a/plugins/Languages/ar/translation.ts
+++ b/plugins/Languages/ar/translation.ts
@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../HelpDialog.ui"/>
- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
<name>PluginsManager</name>
<message>
<location filename="../../../PluginsManager.cpp" line="206"/>
- <source>informations.xml is not accessible</source>
+ <source>information.xml is not accessible</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="212"/>
- <source>informations.xml not found into the plugin</source>
+ <source>information.xml not found into the plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="380"/>
- <source>English text missing into the informations.xml for the tag: %1</source>
+ <source>English text missing into the information.xml for the tag: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -790,7 +790,7 @@ since:%2</source>
</message>
<message>
<location filename="../../../SystrayIcon.cpp" line="105"/>
- <source>Searching informations...</source>
+ <source>Searching information...</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/plugins/Languages/de/translation.ts b/plugins/Languages/de/translation.ts
index f9dff29..968bf05 100644
--- a/plugins/Languages/de/translation.ts
+++ b/plugins/Languages/de/translation.ts
@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../HelpDialog.ui"/>
- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
<name>PluginsManager</name>
<message>
<location filename="../../../PluginsManager.cpp" line="206"/>
- <source>informations.xml is not accessible</source>
+ <source>information.xml is not accessible</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="212"/>
- <source>informations.xml not found into the plugin</source>
+ <source>information.xml not found into the plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="380"/>
- <source>English text missing into the informations.xml for the tag: %1</source>
+ <source>English text missing into the information.xml for the tag: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -790,7 +790,7 @@ since:%2</source>
</message>
<message>
<location filename="../../../SystrayIcon.cpp" line="105"/>
- <source>Searching informations...</source>
+ <source>Searching information...</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/plugins/Languages/el/translation.ts b/plugins/Languages/el/translation.ts
index f9dff29..968bf05 100644
--- a/plugins/Languages/el/translation.ts
+++ b/plugins/Languages/el/translation.ts
@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../HelpDialog.ui"/>
- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
<name>PluginsManager</name>
<message>
<location filename="../../../PluginsManager.cpp" line="206"/>
- <source>informations.xml is not accessible</source>
+ <source>information.xml is not accessible</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="212"/>
- <source>informations.xml not found into the plugin</source>
+ <source>information.xml not found into the plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="380"/>
- <source>English text missing into the informations.xml for the tag: %1</source>
+ <source>English text missing into the information.xml for the tag: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -790,7 +790,7 @@ since:%2</source>
</message>
<message>
<location filename="../../../SystrayIcon.cpp" line="105"/>
- <source>Searching informations...</source>
+ <source>Searching information...</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/plugins/Languages/es/translation.ts b/plugins/Languages/es/translation.ts
index c4ab737..15ae482 100644
--- a/plugins/Languages/es/translation.ts
+++ b/plugins/Languages/es/translation.ts
@@ -185,7 +185,7 @@ Esta versión se compila como la versión: %1.</translation>
</message>
<message>
<location filename="../../../HelpDialog.ui"/>
- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
<translation>Para más información consulte la página web &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</translation>
</message>
<message>
@@ -595,13 +595,13 @@ Esta versión se compila como la versión: %1.</translation>
<name>PluginsManager</name>
<message>
<location filename="../../../PluginsManager.cpp" line="206"/>
- <source>informations.xml is not accessible</source>
- <translation>informations.xml no es accesible</translation>
+ <source>information.xml is not accessible</source>
+ <translation>information.xml no es accesible</translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="212"/>
- <source>informations.xml not found into the plugin</source>
- <translation>informations.xml que no se encuentran en el plug-in</translation>
+ <source>information.xml not found into the plugin</source>
+ <translation>information.xml que no se encuentran en el plug-in</translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="470"/>
@@ -651,7 +651,7 @@ Esta versión se compila como la versión: %1.</translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="380"/>
- <source>English text missing into the informations.xml for the tag: %1</source>
+ <source>English text missing into the information.xml for the tag: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -796,7 +796,7 @@ No se puede cargar el contenido del plugin, por favor verifique que</translation
</message>
<message>
<location filename="../../../SystrayIcon.cpp" line="105"/>
- <source>Searching informations...</source>
+ <source>Searching information...</source>
<translation>Buscar información...</translation>
</message>
<message>
diff --git a/plugins/Languages/fr/translation.ts b/plugins/Languages/fr/translation.ts
index 25bf66e..a586434 100644
--- a/plugins/Languages/fr/translation.ts
+++ b/plugins/Languages/fr/translation.ts
@@ -185,8 +185,8 @@ Cette version est compilée comme version: %1.</translation>
</message>
<message>
<location filename="../../../HelpDialog.ui"/>
- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
- <translation>Pour plus d&apos;informations voir le site web &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</translation>
+ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <translation>Pour plus d&apos;information voir le site web &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</translation>
</message>
<message>
<location filename="../../../HelpDialog.ui"/>
@@ -595,13 +595,13 @@ Cette version est compilée comme version: %1.</translation>
<name>PluginsManager</name>
<message>
<location filename="../../../PluginsManager.cpp" line="212"/>
- <source>informations.xml not found into the plugin</source>
- <translation>Le fichier informations.xml n&apos;a pas été trouvé dans le répertoire du plugin</translation>
+ <source>information.xml not found into the plugin</source>
+ <translation>Le fichier information.xml n&apos;a pas été trouvé dans le répertoire du plugin</translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="206"/>
- <source>informations.xml is not accessible</source>
- <translation>informations.xml n&apos;est pas accessible</translation>
+ <source>information.xml is not accessible</source>
+ <translation>information.xml n&apos;est pas accessible</translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="470"/>
@@ -666,8 +666,8 @@ Cette version est compilée comme version: %1.</translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="380"/>
- <source>English text missing into the informations.xml for the tag: %1</source>
- <translation>Texte anglais manquant dans le informations.xml pour la balise: %1</translation>
+ <source>English text missing into the information.xml for the tag: %1</source>
+ <translation>Texte anglais manquant dans le information.xml pour la balise: %1</translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="388"/>
@@ -791,8 +791,8 @@ depuis:%2</translation>
</message>
<message>
<location filename="../../../SystrayIcon.cpp" line="105"/>
- <source>Searching informations...</source>
- <translation>Recherche d&apos;informations...</translation>
+ <source>Searching information...</source>
+ <translation>Recherche d&apos;information...</translation>
</message>
<message>
<location filename="../../../SystrayIcon.cpp" line="120"/>
diff --git a/plugins/Languages/hi/translation.ts b/plugins/Languages/hi/translation.ts
index 6c81c6f..d704acb 100644
--- a/plugins/Languages/hi/translation.ts
+++ b/plugins/Languages/hi/translation.ts
@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../HelpDialog.ui"/>
- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
<name>PluginsManager</name>
<message>
<location filename="../../../PluginsManager.cpp" line="206"/>
- <source>informations.xml is not accessible</source>
+ <source>information.xml is not accessible</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="212"/>
- <source>informations.xml not found into the plugin</source>
+ <source>information.xml not found into the plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="380"/>
- <source>English text missing into the informations.xml for the tag: %1</source>
+ <source>English text missing into the information.xml for the tag: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -790,7 +790,7 @@ since:%2</source>
</message>
<message>
<location filename="../../../SystrayIcon.cpp" line="105"/>
- <source>Searching informations...</source>
+ <source>Searching information...</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/plugins/Languages/id/translation.ts b/plugins/Languages/id/translation.ts
index f9dff29..968bf05 100644
--- a/plugins/Languages/id/translation.ts
+++ b/plugins/Languages/id/translation.ts
@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../HelpDialog.ui"/>
- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
<name>PluginsManager</name>
<message>
<location filename="../../../PluginsManager.cpp" line="206"/>
- <source>informations.xml is not accessible</source>
+ <source>information.xml is not accessible</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="212"/>
- <source>informations.xml not found into the plugin</source>
+ <source>information.xml not found into the plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="380"/>
- <source>English text missing into the informations.xml for the tag: %1</source>
+ <source>English text missing into the information.xml for the tag: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -790,7 +790,7 @@ since:%2</source>
</message>
<message>
<location filename="../../../SystrayIcon.cpp" line="105"/>
- <source>Searching informations...</source>
+ <source>Searching information...</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/plugins/Languages/it/translation.ts b/plugins/Languages/it/translation.ts
index f4702ba..aaa8ddc 100644
--- a/plugins/Languages/it/translation.ts
+++ b/plugins/Languages/it/translation.ts
@@ -174,7 +174,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../HelpDialog.ui"/>
- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
<translation>Per maggiori dettagli vistare il sito &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</translation>
</message>
<message>
@@ -529,12 +529,12 @@ This version is compiled as version: %1.</source>
<name>PluginsManager</name>
<message>
<location filename="../../../PluginsManager.cpp" line="206"/>
- <source>informations.xml is not accessible</source>
+ <source>information.xml is not accessible</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="212"/>
- <source>informations.xml not found into the plugin</source>
+ <source>information.xml not found into the plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -585,7 +585,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="380"/>
- <source>English text missing into the informations.xml for the tag: %1</source>
+ <source>English text missing into the information.xml for the tag: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -725,7 +725,7 @@ since:%2</source>
</message>
<message>
<location filename="../../../SystrayIcon.cpp" line="105"/>
- <source>Searching informations...</source>
+ <source>Searching information...</source>
<translation>Cercare informazioni...</translation>
</message>
<message>
diff --git a/plugins/Languages/ja/translation.ts b/plugins/Languages/ja/translation.ts
index 53fa961..c485117 100644
--- a/plugins/Languages/ja/translation.ts
+++ b/plugins/Languages/ja/translation.ts
@@ -174,7 +174,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../HelpDialog.ui"/>
- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -529,12 +529,12 @@ This version is compiled as version: %1.</source>
<name>PluginsManager</name>
<message>
<location filename="../../../PluginsManager.cpp" line="206"/>
- <source>informations.xml is not accessible</source>
+ <source>information.xml is not accessible</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="212"/>
- <source>informations.xml not found into the plugin</source>
+ <source>information.xml not found into the plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -585,7 +585,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="380"/>
- <source>English text missing into the informations.xml for the tag: %1</source>
+ <source>English text missing into the information.xml for the tag: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -725,7 +725,7 @@ since:%2</source>
</message>
<message>
<location filename="../../../SystrayIcon.cpp" line="105"/>
- <source>Searching informations...</source>
+ <source>Searching information...</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/plugins/Languages/nl/translation.ts b/plugins/Languages/nl/translation.ts
index f9dff29..968bf05 100644
--- a/plugins/Languages/nl/translation.ts
+++ b/plugins/Languages/nl/translation.ts
@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../HelpDialog.ui"/>
- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
<name>PluginsManager</name>
<message>
<location filename="../../../PluginsManager.cpp" line="206"/>
- <source>informations.xml is not accessible</source>
+ <source>information.xml is not accessible</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="212"/>
- <source>informations.xml not found into the plugin</source>
+ <source>information.xml not found into the plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="380"/>
- <source>English text missing into the informations.xml for the tag: %1</source>
+ <source>English text missing into the information.xml for the tag: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -790,7 +790,7 @@ since:%2</source>
</message>
<message>
<location filename="../../../SystrayIcon.cpp" line="105"/>
- <source>Searching informations...</source>
+ <source>Searching information...</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/plugins/Languages/no/translation.ts b/plugins/Languages/no/translation.ts
index f9dff29..968bf05 100644
--- a/plugins/Languages/no/translation.ts
+++ b/plugins/Languages/no/translation.ts
@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../HelpDialog.ui"/>
- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
<name>PluginsManager</name>
<message>
<location filename="../../../PluginsManager.cpp" line="206"/>
- <source>informations.xml is not accessible</source>
+ <source>information.xml is not accessible</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="212"/>
- <source>informations.xml not found into the plugin</source>
+ <source>information.xml not found into the plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="380"/>
- <source>English text missing into the informations.xml for the tag: %1</source>
+ <source>English text missing into the information.xml for the tag: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -790,7 +790,7 @@ since:%2</source>
</message>
<message>
<location filename="../../../SystrayIcon.cpp" line="105"/>
- <source>Searching informations...</source>
+ <source>Searching information...</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/plugins/Languages/pl/translation.ts b/plugins/Languages/pl/translation.ts
index f9dff29..968bf05 100644
--- a/plugins/Languages/pl/translation.ts
+++ b/plugins/Languages/pl/translation.ts
@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../HelpDialog.ui"/>
- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
<name>PluginsManager</name>
<message>
<location filename="../../../PluginsManager.cpp" line="206"/>
- <source>informations.xml is not accessible</source>
+ <source>information.xml is not accessible</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="212"/>
- <source>informations.xml not found into the plugin</source>
+ <source>information.xml not found into the plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="380"/>
- <source>English text missing into the informations.xml for the tag: %1</source>
+ <source>English text missing into the information.xml for the tag: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -790,7 +790,7 @@ since:%2</source>
</message>
<message>
<location filename="../../../SystrayIcon.cpp" line="105"/>
- <source>Searching informations...</source>
+ <source>Searching information...</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/plugins/Languages/pt/translation.ts b/plugins/Languages/pt/translation.ts
index f9dff29..968bf05 100644
--- a/plugins/Languages/pt/translation.ts
+++ b/plugins/Languages/pt/translation.ts
@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../HelpDialog.ui"/>
- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
<name>PluginsManager</name>
<message>
<location filename="../../../PluginsManager.cpp" line="206"/>
- <source>informations.xml is not accessible</source>
+ <source>information.xml is not accessible</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="212"/>
- <source>informations.xml not found into the plugin</source>
+ <source>information.xml not found into the plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="380"/>
- <source>English text missing into the informations.xml for the tag: %1</source>
+ <source>English text missing into the information.xml for the tag: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -790,7 +790,7 @@ since:%2</source>
</message>
<message>
<location filename="../../../SystrayIcon.cpp" line="105"/>
- <source>Searching informations...</source>
+ <source>Searching information...</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/plugins/Languages/ru/translation.ts b/plugins/Languages/ru/translation.ts
index f9dff29..968bf05 100644
--- a/plugins/Languages/ru/translation.ts
+++ b/plugins/Languages/ru/translation.ts
@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../HelpDialog.ui"/>
- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
<name>PluginsManager</name>
<message>
<location filename="../../../PluginsManager.cpp" line="206"/>
- <source>informations.xml is not accessible</source>
+ <source>information.xml is not accessible</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="212"/>
- <source>informations.xml not found into the plugin</source>
+ <source>information.xml not found into the plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="380"/>
- <source>English text missing into the informations.xml for the tag: %1</source>
+ <source>English text missing into the information.xml for the tag: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -790,7 +790,7 @@ since:%2</source>
</message>
<message>
<location filename="../../../SystrayIcon.cpp" line="105"/>
- <source>Searching informations...</source>
+ <source>Searching information...</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/plugins/Languages/th/translation.ts b/plugins/Languages/th/translation.ts
index f9dff29..968bf05 100644
--- a/plugins/Languages/th/translation.ts
+++ b/plugins/Languages/th/translation.ts
@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../HelpDialog.ui"/>
- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
<name>PluginsManager</name>
<message>
<location filename="../../../PluginsManager.cpp" line="206"/>
- <source>informations.xml is not accessible</source>
+ <source>information.xml is not accessible</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="212"/>
- <source>informations.xml not found into the plugin</source>
+ <source>information.xml not found into the plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="380"/>
- <source>English text missing into the informations.xml for the tag: %1</source>
+ <source>English text missing into the information.xml for the tag: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -790,7 +790,7 @@ since:%2</source>
</message>
<message>
<location filename="../../../SystrayIcon.cpp" line="105"/>
- <source>Searching informations...</source>
+ <source>Searching information...</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/plugins/Languages/tr/translation.ts b/plugins/Languages/tr/translation.ts
index f9dff29..968bf05 100644
--- a/plugins/Languages/tr/translation.ts
+++ b/plugins/Languages/tr/translation.ts
@@ -184,7 +184,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../HelpDialog.ui"/>
- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -594,12 +594,12 @@ This version is compiled as version: %1.</source>
<name>PluginsManager</name>
<message>
<location filename="../../../PluginsManager.cpp" line="206"/>
- <source>informations.xml is not accessible</source>
+ <source>information.xml is not accessible</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="212"/>
- <source>informations.xml not found into the plugin</source>
+ <source>information.xml not found into the plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -650,7 +650,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="380"/>
- <source>English text missing into the informations.xml for the tag: %1</source>
+ <source>English text missing into the information.xml for the tag: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -790,7 +790,7 @@ since:%2</source>
</message>
<message>
<location filename="../../../SystrayIcon.cpp" line="105"/>
- <source>Searching informations...</source>
+ <source>Searching information...</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/plugins/Languages/zh/translation.ts b/plugins/Languages/zh/translation.ts
index 53fa961..c485117 100644
--- a/plugins/Languages/zh/translation.ts
+++ b/plugins/Languages/zh/translation.ts
@@ -174,7 +174,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../HelpDialog.ui"/>
- <source>For more informations see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
+ <source>For more information see the website &lt;a href=&quot;%1&quot; rel=&quot;%1&quot; title=&quot;%1&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;%1&lt;/span&gt;&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -529,12 +529,12 @@ This version is compiled as version: %1.</source>
<name>PluginsManager</name>
<message>
<location filename="../../../PluginsManager.cpp" line="206"/>
- <source>informations.xml is not accessible</source>
+ <source>information.xml is not accessible</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="212"/>
- <source>informations.xml not found into the plugin</source>
+ <source>information.xml not found into the plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -585,7 +585,7 @@ This version is compiled as version: %1.</source>
</message>
<message>
<location filename="../../../PluginsManager.cpp" line="380"/>
- <source>English text missing into the informations.xml for the tag: %1</source>
+ <source>English text missing into the information.xml for the tag: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -725,7 +725,7 @@ since:%2</source>
</message>
<message>
<location filename="../../../SystrayIcon.cpp" line="105"/>
- <source>Searching informations...</source>
+ <source>Searching information...</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/plugins/Listener/catchcopy-v0002/listener.pro b/plugins/Listener/catchcopy-v0002/listener.pro
index 0cd7fa4..4f141b6 100644
--- a/plugins/Listener/catchcopy-v0002/listener.pro
+++ b/plugins/Listener/catchcopy-v0002/listener.pro
@@ -14,4 +14,8 @@ SOURCES = listener.cpp \
catchcopy-api-0002/ServerCatchcopy.cpp \
catchcopy-api-0002/ExtraSocketCatchcopy.cpp
TARGET = $$qtLibraryTarget(listener)
-TRANSLATIONS += Languages/fr/translation.ts
+include(../../../extratool.pri)
+target.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+infos.files = informations.xml
+infos.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+INSTALLS += target infos
diff --git a/plugins/PluginLoader/catchcopy-v0002/pluginLoader.pro b/plugins/PluginLoader/catchcopy-v0002/pluginLoader.pro
index f593fff..ad53c76 100755
--- a/plugins/PluginLoader/catchcopy-v0002/pluginLoader.pro
+++ b/plugins/PluginLoader/catchcopy-v0002/pluginLoader.pro
@@ -11,7 +11,11 @@ HEADERS = \
SOURCES = \
pluginLoader.cpp
TARGET = $$qtLibraryTarget(pluginLoader)
-TRANSLATIONS += Languages/fr/translation.ts
+include(../../../extratool.pri)
+target.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+infos.files = informations.xml
+infos.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+INSTALLS += target infos
LIBS += -lole32
diff --git a/plugins/SessionLoader/KDE4/sessionLoader.pro b/plugins/SessionLoader/KDE4/sessionLoader.pro
index 5351ab1..0f62558 100644
--- a/plugins/SessionLoader/KDE4/sessionLoader.pro
+++ b/plugins/SessionLoader/KDE4/sessionLoader.pro
@@ -8,4 +8,8 @@ HEADERS = sessionLoader.h \
../../../interface/PluginInterface_SessionLoader.h
SOURCES = sessionLoader.cpp
TARGET = $$qtLibraryTarget(sessionLoader)
-TRANSLATIONS += Languages/fr/translation.ts
+include(../../../extratool.pri)
+target.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+infos.files = informations.xml
+infos.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+INSTALLS += target infos
diff --git a/plugins/SessionLoader/Windows/sessionLoader.pro b/plugins/SessionLoader/Windows/sessionLoader.pro
index 5351ab1..0f62558 100644
--- a/plugins/SessionLoader/Windows/sessionLoader.pro
+++ b/plugins/SessionLoader/Windows/sessionLoader.pro
@@ -8,4 +8,8 @@ HEADERS = sessionLoader.h \
../../../interface/PluginInterface_SessionLoader.h
SOURCES = sessionLoader.cpp
TARGET = $$qtLibraryTarget(sessionLoader)
-TRANSLATIONS += Languages/fr/translation.ts
+include(../../../extratool.pri)
+target.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+infos.files = informations.xml
+infos.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+INSTALLS += target infos
diff --git a/plugins/Themes/Oxygen/Languages/ar/translation.ts b/plugins/Themes/Oxygen/Languages/ar/translation.ts
index 43608a5..94f3990 100644
--- a/plugins/Themes/Oxygen/Languages/ar/translation.ts
+++ b/plugins/Themes/Oxygen/Languages/ar/translation.ts
@@ -168,7 +168,7 @@
</message>
<message>
<location filename="../../interface.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -211,7 +211,7 @@
</message>
<message>
<location filename="../../options.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/plugins/Themes/Oxygen/Languages/de/translation.ts b/plugins/Themes/Oxygen/Languages/de/translation.ts
index 43608a5..94f3990 100644
--- a/plugins/Themes/Oxygen/Languages/de/translation.ts
+++ b/plugins/Themes/Oxygen/Languages/de/translation.ts
@@ -168,7 +168,7 @@
</message>
<message>
<location filename="../../interface.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -211,7 +211,7 @@
</message>
<message>
<location filename="../../options.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/plugins/Themes/Oxygen/Languages/el/translation.ts b/plugins/Themes/Oxygen/Languages/el/translation.ts
index 43608a5..94f3990 100644
--- a/plugins/Themes/Oxygen/Languages/el/translation.ts
+++ b/plugins/Themes/Oxygen/Languages/el/translation.ts
@@ -168,7 +168,7 @@
</message>
<message>
<location filename="../../interface.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -211,7 +211,7 @@
</message>
<message>
<location filename="../../options.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/plugins/Themes/Oxygen/Languages/es/translation.ts b/plugins/Themes/Oxygen/Languages/es/translation.ts
index 43608a5..94f3990 100644
--- a/plugins/Themes/Oxygen/Languages/es/translation.ts
+++ b/plugins/Themes/Oxygen/Languages/es/translation.ts
@@ -168,7 +168,7 @@
</message>
<message>
<location filename="../../interface.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -211,7 +211,7 @@
</message>
<message>
<location filename="../../options.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/plugins/Themes/Oxygen/Languages/fr/translation.ts b/plugins/Themes/Oxygen/Languages/fr/translation.ts
index 89f64bc..62d82db 100644
--- a/plugins/Themes/Oxygen/Languages/fr/translation.ts
+++ b/plugins/Themes/Oxygen/Languages/fr/translation.ts
@@ -168,7 +168,7 @@
</message>
<message>
<location/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation>Montrer la vitesse comme une information principale</translation>
</message>
<message>
@@ -211,7 +211,7 @@
</message>
<message>
<location/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation>Montrer la vitesse comme une information principale</translation>
</message>
</context>
diff --git a/plugins/Themes/Oxygen/Languages/hi/translation.ts b/plugins/Themes/Oxygen/Languages/hi/translation.ts
index 43608a5..94f3990 100644
--- a/plugins/Themes/Oxygen/Languages/hi/translation.ts
+++ b/plugins/Themes/Oxygen/Languages/hi/translation.ts
@@ -168,7 +168,7 @@
</message>
<message>
<location filename="../../interface.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -211,7 +211,7 @@
</message>
<message>
<location filename="../../options.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/plugins/Themes/Oxygen/Languages/id/translation.ts b/plugins/Themes/Oxygen/Languages/id/translation.ts
index 43608a5..94f3990 100644
--- a/plugins/Themes/Oxygen/Languages/id/translation.ts
+++ b/plugins/Themes/Oxygen/Languages/id/translation.ts
@@ -168,7 +168,7 @@
</message>
<message>
<location filename="../../interface.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -211,7 +211,7 @@
</message>
<message>
<location filename="../../options.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/plugins/Themes/Oxygen/Languages/it/translation.ts b/plugins/Themes/Oxygen/Languages/it/translation.ts
index 43608a5..94f3990 100644
--- a/plugins/Themes/Oxygen/Languages/it/translation.ts
+++ b/plugins/Themes/Oxygen/Languages/it/translation.ts
@@ -168,7 +168,7 @@
</message>
<message>
<location filename="../../interface.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -211,7 +211,7 @@
</message>
<message>
<location filename="../../options.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/plugins/Themes/Oxygen/Languages/ja/translation.ts b/plugins/Themes/Oxygen/Languages/ja/translation.ts
index 4ea1e31..94fb88f 100644
--- a/plugins/Themes/Oxygen/Languages/ja/translation.ts
+++ b/plugins/Themes/Oxygen/Languages/ja/translation.ts
@@ -168,7 +168,7 @@
</message>
<message>
<location filename="../../interface.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -211,7 +211,7 @@
</message>
<message>
<location filename="../../options.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/plugins/Themes/Oxygen/Languages/nl/translation.ts b/plugins/Themes/Oxygen/Languages/nl/translation.ts
index 43608a5..94f3990 100644
--- a/plugins/Themes/Oxygen/Languages/nl/translation.ts
+++ b/plugins/Themes/Oxygen/Languages/nl/translation.ts
@@ -168,7 +168,7 @@
</message>
<message>
<location filename="../../interface.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -211,7 +211,7 @@
</message>
<message>
<location filename="../../options.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/plugins/Themes/Oxygen/Languages/no/translation.ts b/plugins/Themes/Oxygen/Languages/no/translation.ts
index 43608a5..94f3990 100644
--- a/plugins/Themes/Oxygen/Languages/no/translation.ts
+++ b/plugins/Themes/Oxygen/Languages/no/translation.ts
@@ -168,7 +168,7 @@
</message>
<message>
<location filename="../../interface.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -211,7 +211,7 @@
</message>
<message>
<location filename="../../options.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/plugins/Themes/Oxygen/Languages/pl/translation.ts b/plugins/Themes/Oxygen/Languages/pl/translation.ts
index 43608a5..94f3990 100644
--- a/plugins/Themes/Oxygen/Languages/pl/translation.ts
+++ b/plugins/Themes/Oxygen/Languages/pl/translation.ts
@@ -168,7 +168,7 @@
</message>
<message>
<location filename="../../interface.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -211,7 +211,7 @@
</message>
<message>
<location filename="../../options.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/plugins/Themes/Oxygen/Languages/pt/translation.ts b/plugins/Themes/Oxygen/Languages/pt/translation.ts
index 43608a5..94f3990 100644
--- a/plugins/Themes/Oxygen/Languages/pt/translation.ts
+++ b/plugins/Themes/Oxygen/Languages/pt/translation.ts
@@ -168,7 +168,7 @@
</message>
<message>
<location filename="../../interface.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -211,7 +211,7 @@
</message>
<message>
<location filename="../../options.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/plugins/Themes/Oxygen/Languages/ru/translation.ts b/plugins/Themes/Oxygen/Languages/ru/translation.ts
index 43608a5..94f3990 100644
--- a/plugins/Themes/Oxygen/Languages/ru/translation.ts
+++ b/plugins/Themes/Oxygen/Languages/ru/translation.ts
@@ -168,7 +168,7 @@
</message>
<message>
<location filename="../../interface.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -211,7 +211,7 @@
</message>
<message>
<location filename="../../options.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/plugins/Themes/Oxygen/Languages/th/translation.ts b/plugins/Themes/Oxygen/Languages/th/translation.ts
index 43608a5..94f3990 100644
--- a/plugins/Themes/Oxygen/Languages/th/translation.ts
+++ b/plugins/Themes/Oxygen/Languages/th/translation.ts
@@ -168,7 +168,7 @@
</message>
<message>
<location filename="../../interface.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -211,7 +211,7 @@
</message>
<message>
<location filename="../../options.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/plugins/Themes/Oxygen/Languages/tr/translation.ts b/plugins/Themes/Oxygen/Languages/tr/translation.ts
index 43608a5..94f3990 100644
--- a/plugins/Themes/Oxygen/Languages/tr/translation.ts
+++ b/plugins/Themes/Oxygen/Languages/tr/translation.ts
@@ -168,7 +168,7 @@
</message>
<message>
<location filename="../../interface.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -211,7 +211,7 @@
</message>
<message>
<location filename="../../options.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/plugins/Themes/Oxygen/Languages/zh/translation.ts b/plugins/Themes/Oxygen/Languages/zh/translation.ts
index 4ea1e31..94fb88f 100644
--- a/plugins/Themes/Oxygen/Languages/zh/translation.ts
+++ b/plugins/Themes/Oxygen/Languages/zh/translation.ts
@@ -168,7 +168,7 @@
</message>
<message>
<location filename="../../interface.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -211,7 +211,7 @@
</message>
<message>
<location filename="../../options.ui"/>
- <source>Show speed as main informations</source>
+ <source>Show speed as main information</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/plugins/Themes/Oxygen/interface.pro b/plugins/Themes/Oxygen/interface.pro
index c5b2680..d583420 100644
--- a/plugins/Themes/Oxygen/interface.pro
+++ b/plugins/Themes/Oxygen/interface.pro
@@ -14,23 +14,32 @@ SOURCES = interface.cpp \
factory.cpp \
TransferModel.cpp
TARGET = $$qtLibraryTarget(interface)
-TRANSLATIONS += Languages/fr/translation.ts \
- Languages/ar/translation.ts \
- Languages/ch/translation.ts \
- Languages/es/translation.ts \
+include(../../../extratool.pri)
+target.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+include(../../../updateqm.pri)
+TRANSLATIONS += Languages/ar/translation.ts \
Languages/de/translation.ts \
Languages/el/translation.ts \
- Languages/it/translation.ts \
- Languages/jp/translation.ts \
+ Languages/es/translation.ts \
+ Languages/fr/translation.ts \
+ Languages/hi/translation.ts \
Languages/id/translation.ts \
+ Languages/it/translation.ts \
+ Languages/ja/translation.ts \
+ Languages/nl/translation.ts \
+ Languages/no/translation.ts \
Languages/pl/translation.ts \
+ Languages/pt/translation.ts \
Languages/ru/translation.ts \
- Languages/tr/translation.ts \
Languages/th/translation.ts \
- Languages/hi/translation.ts \
- Languages/nl/translation.ts \
- Languages/no/translation.ts \
- Languages/pt/translation.ts
+ Languages/tr/translation.ts \
+ Languages/zh/translation.ts
+
+translations.files = Languages
+translations.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+infos.files = informations.xml
+infos.path = $${PREFIX}/lib/ultracopier/$$superBaseName(_PRO_FILE_PWD_)
+INSTALLS += target translations infos
win32 {
RESOURCES += resources_windows.qrc
diff --git a/plugins/Themes/Oxygen/interface.ui b/plugins/Themes/Oxygen/interface.ui
index 5f2a0d9..518082d 100644
--- a/plugins/Themes/Oxygen/interface.ui
+++ b/plugins/Themes/Oxygen/interface.ui
@@ -893,7 +893,7 @@ p, li { white-space: pre-wrap; }
<item row="0" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
- <string>Show speed as main informations</string>
+ <string>Show speed as main information</string>
</property>
</widget>
</item>
diff --git a/plugins/Themes/Oxygen/options.ui b/plugins/Themes/Oxygen/options.ui
index 1455e7e..aae77da 100644
--- a/plugins/Themes/Oxygen/options.ui
+++ b/plugins/Themes/Oxygen/options.ui
@@ -20,7 +20,7 @@
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
- <string>Show speed as main informations</string>
+ <string>Show speed as main information</string>
</property>
</widget>
</item>
diff --git a/ultracopier.pro b/ultracopier.pro
index 1c741b1..586475b 100644
--- a/ultracopier.pro
+++ b/ultracopier.pro
@@ -1,25 +1,31 @@
TEMPLATE = app
QT += network xml
-TRANSLATIONS += plugins/Languages/fr/translation.ts \
- plugins/Languages/ar/translation.ts \
- plugins/Languages/ch/translation.ts \
- plugins/Languages/es/translation.ts \
+include(updateqm.pri)
+TRANSLATIONS += plugins/Languages/ar/translation.ts \
plugins/Languages/de/translation.ts \
plugins/Languages/el/translation.ts \
- plugins/Languages/it/translation.ts \
- plugins/Languages/jp/translation.ts \
+ plugins/Languages/es/translation.ts \
+ plugins/Languages/fr/translation.ts \
+ plugins/Languages/hi/translation.ts \
plugins/Languages/id/translation.ts \
+ plugins/Languages/it/translation.ts \
+ plugins/Languages/ja/translation.ts \
+ plugins/Languages/nl/translation.ts \
+ plugins/Languages/no/translation.ts \
plugins/Languages/pl/translation.ts \
+ plugins/Languages/pt/translation.ts \
plugins/Languages/ru/translation.ts \
- plugins/Languages/tr/translation.ts \
plugins/Languages/th/translation.ts \
- plugins/Languages/hi/translation.ts \
- plugins/Languages/nl/translation.ts \
- plugins/Languages/no/translation.ts \
- plugins/Languages/pt/translation.ts
+ plugins/Languages/tr/translation.ts \
+ plugins/Languages/zh/translation.ts
+translations.files += plugins/Languages
+translations.path = $${PREFIX}/share/ultracopier
win32:RC_FILE += resources/resources-windows.rc
TARGET = ultracopier
+QMAKE_LFLAGS += -Wl,--as-needed
+target.path = $${PREFIX}/bin
+INSTALLS += target translations
macx {
ICON = resources/ultracopier.icns
}
diff --git a/updateqm.pri b/updateqm.pri
new file mode 100644
index 0000000..4fc4ebc
--- /dev/null
+++ b/updateqm.pri
@@ -0,0 +1,10 @@
+isEmpty(QMAKE_LRELEASE) {
+ win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\lrelease.exe
+ else:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease
+}
+updateqm.input = TRANSLATIONS
+updateqm.output = ${QMAKE_FILE_PATH}/${QMAKE_FILE_BASE}.qm
+updateqm.commands = $$QMAKE_LRELEASE ${QMAKE_FILE_IN} -qm ${QMAKE_FILE_OUT}
+updateqm.CONFIG += no_link
+QMAKE_EXTRA_COMPILERS += updateqm
+PRE_TARGETDEPS += compiler_updateqm_make_all