summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/.git-dpm8
-rw-r--r--debian/changelog27
-rw-r--r--debian/compat1
-rw-r--r--debian/control21
-rw-r--r--debian/copyright45
-rw-r--r--debian/gbp.conf7
-rw-r--r--debian/patches/0001-Also-search-resources-in-var-lib-ultracopier.patch34
-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/0004-Set-resources-installation-path.patch212
-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/series7
-rwxr-xr-xdebian/rules23
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/local-options6
-rw-r--r--debian/ultracopier.144
-rw-r--r--debian/ultracopier.manpages1
-rw-r--r--debian/ultracopier.menu5
-rw-r--r--debian/watch4
21 files changed, 2150 insertions, 0 deletions
diff --git a/debian/.git-dpm b/debian/.git-dpm
new file mode 100644
index 0000000..d411594
--- /dev/null
+++ b/debian/.git-dpm
@@ -0,0 +1,8 @@
+# see git-dpm(1) from git-dpm package
+86a503d91990920a1abd811f12c17fbe31c7a5c6
+86a503d91990920a1abd811f12c17fbe31c7a5c6
+8f9f382e1c97cab2e72e97495650c73ac4b97314
+8f9f382e1c97cab2e72e97495650c73ac4b97314
+ultracopier_0.3.0.5.orig.tar.gz
+cdb0968f7124100d438afd8057e336a581d55f1a
+640952
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5417aa1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,27 @@
+ultracopier (0.2.0.16-2) unstable; urgency=low
+
+ * debian/rules:
+ + Use dpkg-buildflags to set build flags (CPPFLAGS, CFLAGS and LDFLAGS).
+ * debian/copyright:
+ + Document global license and copyright.
+ + Add missing dots in Expat license block.
+
+ -- Thomas Preud'homme <robotux@celest.fr> Thu, 16 Jun 2011 16:16:43 +0200
+
+ultracopier (0.2.0.16-1) unstable; urgency=low
+
+ * Initial release (Closes: #599008).
+ * Modifications made to upstream archive:
+ + Remove the inclusion of a non-existent file in qmake project file.
+ + Set the name of the executable.
+ + Populate INSTALLS variable to create an install target in
+ generated Makefile.
+ + Avoid linking Ultracopier against libpthread.
+ + Remove deprecated TerminalOptions key in desktop entry.
+ + Fix two typos affecting the binary.
+ + Fix program version number
+ * Add a manpage.
+ * debian/copyright:
+ + Use DEP5 candidate format.
+
+ -- Thomas Preud'homme <robotux@celest.fr> Thu, 30 Sep 2010 21:58:07 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..837c8fe
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: ultracopier
+Section: utils
+Priority: extra
+Maintainer: Thomas Preud'homme <robotux@celest.fr>
+Build-Depends: debhelper (>= 8.0.0), libqt4-dev, kdelibs5-dev, qt4-qmake
+Standards-Version: 3.9.2
+Homepage: http://ultracopier.first-world.info/
+Vcs-Git: git://git.debian.org/collab-maint/ultracopier.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/ultracopier.git;a=summary
+
+Package: ultracopier
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: advanced graphical file copy system
+ Ultracopier is a graphical file copy system featuring:
+ - transfer suspend
+ - speed control
+ - transfer list management
+ - advanced name colision and error management
+ .
+ Ultracopier also supports multiple skins and languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b3b6b87
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,45 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Ultracopier
+Upstream-Contact: Herman Brule <ultracopier@first-world.info>
+Source: http://files.first-world.info/ultracopier/
+License: GPL-3
+
+Files: *
+Copyright: 2007-2010 Herman Brule <ultracopier@first-world.info>
+License: GPL-3
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+Files: debian/*
+Copyright: 2010 Thomas Preud'homme <robotux@celest.fr>
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..ded914e
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,7 @@
+[git-buildpackage]
+compression = bzip2
+
+[git-dch]
+auto = True
+meta = True
+meta-closes = Closes|LP
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-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/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/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
new file mode 100644
index 0000000..0944486
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,7 @@
+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/debian/rules b/debian/rules
new file mode 100755
index 0000000..95b3d7a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
+export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
+export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+
+clean:
+ rm -f build
+ dh clean --buildsystem=qmake
+
+build:
+ dh build --buildsystem=qmake
+ touch build
+
+override_dh_fixperms:
+ dh_fixperms
+ chmod a-x debian/ultracopier/usr/share/ultracopier/lang/*
+
+%:
+ dh $@ --buildsystem=qmake
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..4ad7093
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,6 @@
+# Also ignore .git-dpm and gbp.conf
+extend-diff-ignore = "(?:^|/)\.git(ignore|-dpm)?(?:$|/.*$)"
+extend-diff-ignore = "(?:^|/)gbp\.conf(?:$|/.*$)"
+tar-ignore = .gitignore
+tar-ignore = .git-dpm
+tar-ignore = gbp.conf
diff --git a/debian/ultracopier.1 b/debian/ultracopier.1
new file mode 100644
index 0000000..61fa366
--- /dev/null
+++ b/debian/ultracopier.1
@@ -0,0 +1,44 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH ULTRACOPIER 1 "October 3, 2010"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+ultracopier \- Advanced graphical file copy system
+.SH SYNOPSIS
+.B ultracopier
+.SH DESCRIPTION
+This manual page documents briefly the
+.B ultracopier
+command.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+\fBultracopier\fP is a program that offers a graphical user interface to
+enhance control over file copying and renaming. Enhanced control
+includes:
+ \- transfer suspend
+ \- speed control
+ \- transfer list management
+ \- advanced name colision and error management
+.br
+\fBultracopier\fP also supports multiple skins and languages, and takes
+no argument.
+.SH AUTHOR
+ultracopier was written by Herman Brule <ultracopier@first-world.info>.
+.PP
+This manual page was written by Thomas Preud'homme <robotux@celest.fr>,
+for the Debian project (and may be used by others).
diff --git a/debian/ultracopier.manpages b/debian/ultracopier.manpages
new file mode 100644
index 0000000..4965cfa
--- /dev/null
+++ b/debian/ultracopier.manpages
@@ -0,0 +1 @@
+debian/ultracopier.1
diff --git a/debian/ultracopier.menu b/debian/ultracopier.menu
new file mode 100644
index 0000000..e764d51
--- /dev/null
+++ b/debian/ultracopier.menu
@@ -0,0 +1,5 @@
+?package(ultracopier):\
+ needs="X11"\
+ section="Applications/File Management"\
+ title="Ultracopier"\
+ command="/usr/bin/ultracopier"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..2170c67
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+
+# Recursive directory scanning
+http://files.first-world.info/ultracopier/(\d[\d\.]+)/ ultracopier-src-([\d\.]+)\.tar\.bz2 debian uupdate