[debian-edu-commits] debian-edu/ 06/10: debian/patches: Drop 001_set-static-libdir-and-rpath-for-cmake.patch, 003_rename-plugin-dir.patch, 030_fix-man-pages.patch, 031_fix-spelling-errors.patch. Applied or otherwise addressed upstream.

Mike Gabriel sunweaver at debian.org
Sat Dec 10 01:43:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository italc.

commit c4e65e9feda0fa7b3ef756c09f8f2646ee956827
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Dec 10 02:08:28 2016 +0100

    debian/patches: Drop 001_set-static-libdir-and-rpath-for-cmake.patch, 003_rename-plugin-dir.patch, 030_fix-man-pages.patch, 031_fix-spelling-errors.patch. Applied or otherwise addressed upstream.
---
 ...001_set-static-libdir-and-rpath-for-cmake.patch |   43 -
 debian/patches/003_rename-plugin-dir.patch         |   17 -
 debian/patches/030_fix-man-pages.patch             |   31 -
 debian/patches/031_fix-spelling-errors.patch       | 2225 --------------------
 debian/patches/series                              |    4 -
 5 files changed, 2320 deletions(-)

diff --git a/debian/patches/001_set-static-libdir-and-rpath-for-cmake.patch b/debian/patches/001_set-static-libdir-and-rpath-for-cmake.patch
deleted file mode 100644
index ba5f532..0000000
--- a/debian/patches/001_set-static-libdir-and-rpath-for-cmake.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-Description: libItalcCore library path
- This patch does two things:
-  - set LIB_DIR to lib/italc -> results in /usr/lib/italc
-  - add RPATH property to executables, libItalcCore is a
-    private and unversioned library -> we will not install
-    this to a share library location
-Forwarded: Debian-specific
-Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-Last-Update: 2014-08-14
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -2,6 +2,18 @@
- 
- PROJECT(italc)
- 
-+# make sure that the binaries of iTALC find their (in Debian) private/unversioned library libItalcCore.so
-+SET(CMAKE_SKIP_BUILD_RPATH  FALSE)
-+SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
-+SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib/italc")
-+SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
-+
-+# the RPATH to be used when installing, but only if it's not a system directory
-+LIST(FIND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES "${CMAKE_INSTALL_PREFIX}/lib" isSystemDir)
-+IF("${isSystemDir}" STREQUAL "-1")
-+   SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
-+ENDIF("${isSystemDir}" STREQUAL "-1")
-+
- SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH})
- SET(CMAKE_BUILD_TYPE relwithdebinfo)
- 
---- a/cmake/modules/DetectMachine.cmake
-+++ b/cmake/modules/DetectMachine.cmake
-@@ -32,9 +32,5 @@
- 	MESSAGE("Can't identify target host. Assuming 32 bit platform.")
- ENDIF(IS_X86)
- 
--IF(CMAKE_INSTALL_LIBDIR)
--    SET(LIB_DIR "${CMAKE_INSTALL_LIBDIR}")
--ELSE(CMAKE_INSTALL_LIBDIR)
--	SET(LIB_DIR lib)
--ENDIF(CMAKE_INSTALL_LIBDIR)
-+SET(LIB_DIR "/usr/lib/italc/")
- 
diff --git a/debian/patches/003_rename-plugin-dir.patch b/debian/patches/003_rename-plugin-dir.patch
deleted file mode 100644
index 398036a..0000000
--- a/debian/patches/003_rename-plugin-dir.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Rename plugin directory to (on Debian) /usr/lib/italc/plugins
- Considering /usr/lib/italc/plugins as a much more sensible name for
- a plugin directory
-Forwarded: won't be, this patch will be kept in Debian
-Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-Last-Update: 2012-05-18
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -201,7 +201,7 @@
- 	SET(OPENSSL_LIBRARIES ${OPENSSL_LIBRARIES} -lcrypto)
- ENDIF(ITALC_BUILD_WIN32)
- 
--ADD_DEFINITIONS(-DLIB_DIR="${CMAKE_INSTALL_PREFIX}/${LIB_DIR}/" -DPLUGIN_DIR="${CMAKE_INSTALL_PREFIX}/${LIB_DIR}/italc/")
-+ADD_DEFINITIONS(-DLIB_DIR="${CMAKE_INSTALL_PREFIX}/${LIB_DIR}/" -DPLUGIN_DIR="${CMAKE_INSTALL_PREFIX}/${LIB_DIR}/plugins/")
- ADD_DEFINITIONS(-DLIBVNCSERVER_HAVE_LIBZ)
- ADD_DEFINITIONS(-DLIBVNCSERVER_HAVE_LIBJPEG)
- IF(PNG_FOUND)
diff --git a/debian/patches/030_fix-man-pages.patch b/debian/patches/030_fix-man-pages.patch
deleted file mode 100644
index a50d0eb..0000000
--- a/debian/patches/030_fix-man-pages.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Description: Fix minor man page issues.
-Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-Abstract:
- Taken from lintian when preparing 2.0.2+dfsg1-1:
- .
- I: italc-client: spelling-error-in-manpage usr/share/man/man1/ica.1.gz \
-    neccessary necessary
- I: italc-client: hyphen-used-as-minus-sign usr/share/man/man1/ica.1.gz:82
- .
- This patch fixes those issues.
-
---- a/ica/ica.1
-+++ b/ica/ica.1
-@@ -29,7 +29,7 @@
- .\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
- .\" respectively.
- .B ICA
--is the software which needs to run on clients in order to access them using iTALC master application. It provides a VNC server and a service daemon which is neccessary for taking control over the client.
-+is the software which needs to run on clients in order to access them using iTALC master application. It provides a VNC server and a service daemon which is necessary for taking control over the client.
- 
- .SH iTALC OPTIONS
- .IP "\fB\-role\fP \fIrole\fP
-@@ -79,7 +79,7 @@
- .IP
- If  the display supports the XRANDR (X Resize, Rotate and Reflection) extension, and you expect XRANDR events to occur to the display while
- x11vnc is running, this options indicates x11vnc should try to respond to them (as opposed to simply crashing by assuming  the  old  screen
--size).  See the xrandr(1) manpage and run ´xrandr -q' for more info.  [mode] is optional and described below.
-+size).  See the xrandr(1) manpage and run ´xrandr \-q' for more info.  [mode] is optional and described below.
- .IP
- Since  watching for XRANDR events and trapping errors increases polling overhead, only use this option if XRANDR changes are expected.  For
- example on a rotatable screen PDA or laptop, or using a XRANDR-aware Desktop where you resize often.  It is  best  to  be  viewing  with  a
diff --git a/debian/patches/031_fix-spelling-errors.patch b/debian/patches/031_fix-spelling-errors.patch
deleted file mode 100644
index 9c71cf9..0000000
--- a/debian/patches/031_fix-spelling-errors.patch
+++ /dev/null
@@ -1,2225 +0,0 @@
-Description: Fix spelling of the work (un)necessary.
-Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
---- a/ChangeLog
-+++ b/ChangeLog
-@@ -78,7 +78,7 @@
- 	removed obsolete files
- 
- 	* build_mingw32:
--	-fno-strict-aliasing is not neccessary anymore with GCC 4.3
-+	-fno-strict-aliasing is not necessary anymore with GCC 4.3
- 
- 	* ima/src/main.cpp:
- 	if custom ISD-port is used, apply at startup
-@@ -2314,7 +2314,7 @@
- 
- 	* setup/src/dialogs.cpp:
- 	- fixed typo which made key-import not working - closes #1686845
--	- added "net stop icas"-call which might be neccessary when updating
-+	- added "net stop icas"-call which might be necessary when updating
- 	  old installations
- 
- 	* ica/src/isd_server.h:
-@@ -3065,7 +3065,7 @@
- 2006-12-01	Tobias Doerffel	<tobydox/at/users/dot/sourceforge/dot/net>
- 
- 	* ima/src/client_manager.cpp:
--	do not sleep in changeGlobalClientMode( ... ) at all as not neccessary
-+	do not sleep in changeGlobalClientMode( ... ) at all as not necessary
- 	any longer
- 
- 	* common/src/local_system.cpp:
-@@ -3122,7 +3122,7 @@
- 2006-11-27	Tobias Doerffel	<tobydox/at/users/dot/sourceforge/dot/net>
- 
- 	* ima/src/main.cpp:
--	do not set mask on splash as not neccessary anymore
-+	do not set mask on splash as not necessary anymore
- 
- 	* acinclude.m4:
- 	* configure.in:
-@@ -3409,7 +3409,7 @@
- 	* ima/src/main_window.cpp:
- 	added multi-user-logon-feature, i.e. the teacher enters the username
- 	and password which will be used for logging on the according users on
--	selected computers by faking neccessary key-events
-+	selected computers by faking necessary key-events
- 
- 2006-11-06	Tobias Doerffel	<tobydox/at/users/dot/sourceforge/dot/net>
- 
-@@ -3781,7 +3781,7 @@
- 
- 	* ima/src/client.cpp:
- 	- do not lock m_syncMutex when changing client-mode as it isn't
--	  neccessary anymore and just causes senseless delays
-+	  necessary anymore and just causes senseless delays
- 	- only lock m_queueMutex where it is really needed, improves reaction-
- 	  time when changing client-mode as well
- 
-@@ -4243,7 +4243,7 @@
- 
- 	* Makefile.am:
- 	added target "win32-pkg" for creating distribution-zip-file of iTALC
--	including neccessary DLLs
-+	including necessary DLLs
- 
- 	* configure.in:
- 	changed some optimization-flags
---- a/INSTALL
-+++ b/INSTALL
-@@ -61,7 +61,7 @@
- 
- Of course you should have some computers, connected via TCP/IP network... :-)
- 
--First you should download the neccessary packages depending on your
-+First you should download the necessary packages depending on your
- Linux distribution. If there're no packages for your distribution,
- try to build iTALC yourself. See previous section for details.
- 
-@@ -71,7 +71,7 @@
- 
- Installing:
- 
--First you have to install the neccessary packages on your computer(s).
-+First you have to install the necessary packages on your computer(s).
- On clients you only have to install the packages italc:
- 
- on DPKG-based systems:
---- a/ica/src/WindowsService.cpp
-+++ b/ica/src/WindowsService.cpp
-@@ -244,7 +244,7 @@
- 				QApplication::tr(
- 					"The Service Control Manager could "
- 					"not be contacted (do you have the "
--					"neccessary rights?!) - the "
-+					"necessary rights?!) - the "
- 					"service '%1' was not registered." ).
- 							arg( m_displayName ) );
- 		return false;
-@@ -410,7 +410,7 @@
- 	{
- 		QMessageBox::critical( NULL, m_displayName,
- 			QApplication::tr( "The Service Control Manager could not be "
--								"contacted (do you have the neccessary "
-+								"contacted (do you have the necessary "
- 								"rights?!) - the service '%1' was not "
- 								"unregistered." ).arg( m_displayName ) );
- 		suc = false;
-@@ -479,7 +479,7 @@
- 		QMessageBox::critical( NULL, m_displayName,
- 			QApplication::tr( "The Service Control Manager could "
- 						"not be contacted (do you have "
--						"the neccessary rights?!) - "
-+						"the necessary rights?!) - "
- 						"the service '%1' was not "
- 						"started." ).
- 							arg( m_displayName )  );
-@@ -552,7 +552,7 @@
- 		QMessageBox::critical( NULL, m_displayName,
- 			QApplication::tr( "The Service Control Manager could "
- 						"not be contacted (do you have "
--						"the neccessary rights?!) - "
-+						"the necessary rights?!) - "
- 						"the service '%1' was not "
- 						"stopped." ).
- 							arg( m_displayName ) );
---- a/ica/x11/ChangeLog
-+++ b/ica/x11/ChangeLog
-@@ -1062,7 +1062,7 @@
- 
- 2010-11-10  George Kiagiadakis <kiagiadakis.george at gmail.com>
- 
--	* libvncserver/tight.c: Fix memory corruption bug.  This bug occured when a second telepathy tubes client was connected
-+	* libvncserver/tight.c: Fix memory corruption bug.  This bug occurred when a second telepathy tubes client was connected
- 	after the first one had disconnected and the channel (thus, the
- 	screen too) had been destroyed.  Signed-off-by: Johannes Schindelin <johannes.schindelin at gmx.de>
- 
-@@ -6603,7 +6603,7 @@
- 2003-08-03  dscho <dscho>
- 
- 	* rfb/rfbproto.h: forgot to change WORDS_BIGENDIAN to
--	LIBVNCSERVER_BIGENDIAN; #undef VERSION unneccessary...
-+	LIBVNCSERVER_BIGENDIAN; #undef VERSION unnecessary...
- 
- 2003-08-02  dscho <dscho>
- 
-@@ -7446,7 +7446,7 @@
- 
- 2001-10-15  dscho <dscho>
- 
--	* .gdb_history: unneccessary file
-+	* .gdb_history: unnecessary file
- 
- 2001-10-13  dscho <dscho>
- 
-@@ -7697,7 +7697,7 @@
- 
- 2001-09-25  dscho <dscho>
- 
--	* .depend: rmoved unneccessary files
-+	* .depend: rmoved unnecessary files
- 
- 2001-09-25  dscho <dscho>
- 
---- a/ima/src/ClassroomManager.cpp
-+++ b/ima/src/ClassroomManager.cpp
-@@ -156,7 +156,7 @@
- 				"a text-file. You can use this file "
- 				"later for collecting files "
- 				"after an exam has finished. "
--				"This is sometimes neccessary, "
-+				"This is sometimes necessary, "
- 				"because some users might have "
- 				"finished and logged out "
- 				"earlier and so you cannot "
---- a/imc/src/ImcCore.cpp
-+++ b/imc/src/ImcCore.cpp
-@@ -58,7 +58,7 @@
- 	// merge configuration
- 	*ItalcCore::config += c;
- 
--	// do neccessary modifications of system configuration
-+	// do necessary modifications of system configuration
- 	if( !SystemConfigurationModifier::setServiceAutostart(
- 									ItalcCore::config->autostartService() ) )
- 	{
---- a/lib/resources/de.ts
-+++ b/lib/resources/de.ts
-@@ -98,7 +98,7 @@
-         <translation>In Text-Datei exportieren</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation>Benutzen Sie diesen Button, um diese Liste mit Computern und Nutzernamen in eine Textdatei zu exportieren. Sie können diese Datei später verwenden, um z.B. nach einer Leistungsüberprüfung Dateien einzusammeln. Das ist manchmal nötig, da einige Benutzer möglicherweise früher fertig waren und sich abgemeldet haben, so dass Sie deren Dateien nicht am Ende der Leistungsüberprüfung einsammeln können.</translation>
-     </message>
-     <message>
-@@ -761,7 +761,7 @@
-         <translation>Zugrifsschlüssel wurden erfolgreich erstellt und nach %1 und %2 geschrieben.</translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation>Beim erstellen der Zugrifsschlüssel ist ein Fehler aufgetreten. Sie sind wahrscheinlich nicht berechtigt, in die gewählten Verzeichnisse zu schreiben.</translation>
-     </message>
-     <message>
-@@ -769,7 +769,7 @@
-         <translation>Import des öffentlichen Schlüssels</translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation>Beim importieren des öffentlichen Zugrifsschlüssels ist ein Fehler aufgetreten. Sie sind wahrscheinlich nicht berechtigt, den Quellschlüssel zu lesen oder die Zieldatei zu schreiben.</translation>
-     </message>
-     <message>
-@@ -1081,7 +1081,7 @@
-         <translation>Alle Einstellungen wurden erfolgreich angewendet.</translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation>Beim Anwenden der Einstellungen ist ein Fehler aufgetreten!</translation>
-     </message>
-     <message>
-@@ -1518,7 +1518,7 @@
-         <translation>Mit Hilfe der Klassenraum-Verwaltung können Sie Ihre Klassenräume und Computer verwalten. Sie können außerdem sehen, welche Nutzer angemeldet sind.</translation>
-     </message>
-     <message>
--        <source>The snapshot-workspace is a very useful tool. It let's you manage the snapshots you made.</source>
-+        <source>The snapshot-workspace is a very useful tool. It lets you manage the snapshots you made.</source>
-         <translation>Der Schnappschuss-Arbeitsbereich ist ein sehr nützliches Werzeug, mit dem Sie ihre Schnappschüsse verwalten können.</translation>
-     </message>
-     <message>
-@@ -1571,7 +1571,7 @@
-         <translation>Der Dienst '%1' konnte nicht registriert werden.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>Es konnte keine Verbindung zum Service-Control-Manager hergestellt werden (haben Sie die nötigen Rechte?!) - der Dienst '%1' wurde nicht registriert.</translation>
-     </message>
-     <message>
-@@ -1607,11 +1607,11 @@
-         <translation>Der Dienst '%1' wurde nicht gefunden.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>Es konnte keine Verbindung zum Service-Control-Manager hergestellt werden (haben Sie die nötigen Rechte?!) - der Dienst '%1' wurde nicht entfernt.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>Es konnte keine Verbindung zum Service-Control-Manager hergestellt werden (haben Sie die nötigen Rechte?!) - der Dienst '%1' wurde nicht beendet.</translation>
-     </message>
-     <message>
---- a/lib/resources/el.ts
-+++ b/lib/resources/el.ts
-@@ -98,7 +98,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation type="unfinished">Πατήστε αυτό το κουμπί για εξαγωγή λίστας υπολογιστών και ονομάτων χρηστών σε ένα αρχείο κειμένου. Μπορείτε να χρησιμοποιήσετε αυτό το αρχείο αργότερα για να συλλέξετε αρχεία μετά τη λήξη μιας εξέτασης. Αυτό είναι αναγκαίο ορισμένες φορές, επειδή κάποιοι χρήστες μπορεί να έχουν τελειώσει και αποσυνδεθεί νωρίτερα και έτσι δε μπορείτε να συλλέξετε τα αρχεία τους στο τέλος της εξέτασης.</translation>
-     </message>
-     <message>
-@@ -759,7 +759,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -767,7 +767,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1079,7 +1079,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1516,7 +1516,7 @@
-         <translation type="unfinished">Χρησιμοποιώντας το διαχειριστή τάξης μπορείτε να διαχειριστείτε τάξεις και υπολογιστές, καθώς επίσης να δείτε ποιοι χρήστες συνδέθηκαν.</translation>
-     </message>
-     <message>
--        <source>The snapshot-workspace is a very useful tool. It let's you manage the snapshots you made.</source>
-+        <source>The snapshot-workspace is a very useful tool. It lets you manage the snapshots you made.</source>
-         <translation type="unfinished">Η περιοχή στιγμιοτύπων είναι ένα πολύ χρήσιμο εργαλείο για τη διαχείριση των φωτογραφιών που δημιουργήσατε.</translation>
-     </message>
-     <message>
-@@ -1569,7 +1569,7 @@
-         <translation>Αδυναμία καταχώρισης της υπηρεσίας '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>Η Διαχείριση Υπηρεσιών (Service Control Manager) δεν ανταποκρίνεται (έχετε τα απαραίτητα δικαιώματα;!) - Η υπηρεσία '%1' δεν καταχωρήθηκε.</translation>
-     </message>
-     <message>
-@@ -1605,11 +1605,11 @@
-         <translation>Η υπηρεσία '%1' δε βρέθηκε.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>Η Διαχείριση Υπηρεσιών (Service Control Manager) δεν ανταποκρίνεται (έχετε τα απαραίτητα δικαιώματα;!) - Η υπηρεσία '%1' δεν αποκαταχωρήθηκε.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>Η Διαχείριση Υπηρεσιών (Service Control Manager) δεν ανταποκρίνεται (έχετε τα απαραίτητα δικαιώματα;!) - Η υπηρεσία '%1' δεν τερματίστηκε.</translation>
-     </message>
-     <message>
---- a/lib/resources/fi.ts
-+++ b/lib/resources/fi.ts
-@@ -98,7 +98,7 @@
-         <translation type="unfinished">Vie tekstitiedostoksi</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation type="unfinished">Käytä tätä luodaksesi tekstitiedoston tietokoneista ja käyttäjistä. Voit käyttää tiedostoa myöhemmin kerätäksesi tiedostoja kokeen loputtua. Tätä tarvitaan, jos jotkut käyttäjät kirjautuvat ulos muita aikaisemmin ja tiedostojen suora kopiointi ei enää onnistu.</translation>
-     </message>
-     <message>
-@@ -762,7 +762,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -770,7 +770,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1082,7 +1082,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1519,7 +1519,7 @@
-         <translation type="unfinished">Luokkahuoneiden hallinnassa kontrolloit eri luokkahuoneita ja tietokoneita. Siinä näet myös käyttäjät, jotka ovat kirjautuneina koneille.</translation>
-     </message>
-     <message>
--        <source>The snapshot-workspace is a very useful tool. It let's you manage the snapshots you made.</source>
-+        <source>The snapshot-workspace is a very useful tool. It lets you manage the snapshots you made.</source>
-         <translation type="unfinished">Kuvaruutukopioiden hallinta on hyvin hyödyllinen työkalu. Sillä hallitset ottamiasi kuvaruutukopioita.</translation>
-     </message>
-     <message>
-@@ -1576,7 +1576,7 @@
-         <translation>Rekisteröityminen palveluun '%1' epäonnistui.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>Kytkeytyminen Service Control Manageriin epäonnistui (ovatko käyttöoikeutesi riittävät?) - palvelua '%1' ei rekisteröity.</translation>
-     </message>
-     <message>
-@@ -1612,11 +1612,11 @@
-         <translation>Palvelua '%1' ei löydy.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>Kytkeytyminen Service Control Manageriin epäonnistui (ovatko käyttöoikeutesi riittävät?!) - palvelua '%1' ei poistettu.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>Kytkeytyminen Service Control Manageriin epäonnistui (ovatko käyttöoikeutesi riittävät?!) - palvelua '%1' ei pysäytetty.</translation>
-     </message>
- </context>
---- a/lib/resources/fr.ts
-+++ b/lib/resources/fr.ts
-@@ -98,7 +98,7 @@
-         <translation type="unfinished">Export�fichier texte</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation type="unfinished">Utilisez ce bouton pour exporter cette liste d'ordinateurs et de noms d'utilisateurs dans un fichier texte. 
- Vous pourrez utiliser ensuite ce fichier pour collecter des fichiers à la fin d'un examen. C'est parfois nécessaires, car certains étudiants peuvent terminer et se déconnecter en avance, ce qui vous empêche de collecter leurs fichiers.</translation>
-     </message>
-@@ -764,7 +764,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -772,7 +772,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1084,7 +1084,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1523,7 +1523,7 @@
-         <translation type="unfinished">Avec le gestionnaire de salle, vous pouvez gérer les salles et les ordinateurs, et également voir qui est connecté.</translation>
-     </message>
-     <message>
--        <source>The snapshot-workspace is a very useful tool. It let's you manage the snapshots you made.</source>
-+        <source>The snapshot-workspace is a very useful tool. It lets you manage the snapshots you made.</source>
-         <translation type="unfinished">L'espace Capture vous permet de gérer toutes les captures d'écran que vous avez effectuées.</translation>
-     </message>
-     <message>
-@@ -1576,7 +1576,7 @@
-         <translation>Impossible d'enregistrer le service '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>Le contrôleur de services (SCM) ne répond pas (avez-vous les permissions nécessaires ?) - le service '%1' n'a pas été enregistré.</translation>
-     </message>
-     <message>
-@@ -1612,11 +1612,11 @@
-         <translation>Le service '%1' est introuvable.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>Le contrôleur de service (SCM) ne répond pas (avez-vous les permissions nécessaires ?) - le service '%1' n'a pas été désenregistré.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>Le contrôleur de services (SCM) ne répond pas (avez-vous les permissions nécessaires ?) - le service '%1' n'a pas été arrêté.</translation>
-     </message>
-     <message>
---- a/lib/resources/it.ts
-+++ b/lib/resources/it.ts
-@@ -98,7 +98,7 @@
-         <translation>Esporta su file di testo</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation>Usa questo pulsante per esportare l'elenco degli utenti in un file di testo. Puoi utilizzare questo file, ad esempio, dopo l'esecuzione di un esame. Ciò può essere necessario, ad esempio, se alcuni utenti hanno terminato,  si sono disconnessi troppo presto e non è possibile recuperare i loro file alla fine dell'esame.</translation>
-     </message>
-     <message>
-@@ -764,7 +764,7 @@
-         <translation>Le chiavi di accesso sono state create e salvate in %1 e %2.</translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation>Si è verificato un errore durante la creazione delle chiavi di accesso. Probabilmente non si dispone dei diritti di accesso alle cartelle indicate.</translation>
-     </message>
-     <message>
-@@ -772,7 +772,7 @@
-         <translation>Importa la chiave pubblica</translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation>Si è verificato un errore durente l'importazione della chiave pubblica. Probabilmente non si dispone dei diritti di accesso in lettura alla chiave o in scrittura al file di destinazione.</translation>
-     </message>
-     <message>
-@@ -1482,7 +1482,7 @@
-         <translation>Tutte le impostazioni sono state applicate.</translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation>Si è verificato un errore nell'applicazioni delle impostazioni!</translation>
-     </message>
-     <message>
-@@ -1526,7 +1526,7 @@
-         <translation>Utilizza Gestione-aule per gestire le tue aule e i computer. Puoi anche conoscere quali utenti sono al lavoro.</translation>
-     </message>
-     <message>
--        <source>The snapshot-workspace is a very useful tool. It let's you manage the snapshots you made.</source>
-+        <source>The snapshot-workspace is a very useful tool. It lets you manage the snapshots you made.</source>
-         <translation>L'album delle foto ti consente di gestire tutte le foto fatte ai computer client.</translation>
-     </message>
-     <message>
-@@ -1579,7 +1579,7 @@
-         <translation>Non è possibile registrare il servizio '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>Il gestore dei servizi (Service Control Manger) non può essere contattato (hai i diritti sufficienti?!) - il servizio '%1' non è stato registrato.</translation>
-     </message>
-     <message>
-@@ -1615,11 +1615,11 @@
-         <translation>Il servizio '%1' non è stato trovato.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>Il gestore dei servizi (Service Control Manger) non può essere contattato (hai i diritti sufficienti?!) - il servizio '%1' non è stato rimosso.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>Il gestore dei servizi (Service Control Manger) non può essere contattato (hai i diritti sufficienti?!) - il servizio '%1' non è stato fermato.</translation>
-     </message>
-     <message>
---- a/lib/resources/nn.ts
-+++ b/lib/resources/nn.ts
-@@ -98,7 +98,7 @@
-         <translation type="unfinished">Eksporter til tekstfil</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -756,7 +756,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -764,7 +764,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1076,7 +1076,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1510,7 +1510,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>The snapshot-workspace is a very useful tool. It let's you manage the snapshots you made.</source>
-+        <source>The snapshot-workspace is a very useful tool. It lets you manage the snapshots you made.</source>
-         <translation type="unfinished">Skjermskot arbeidsområdet lar deg behandle og sjå skjermskot du har laga.</translation>
-     </message>
-     <message>
-@@ -1563,7 +1563,7 @@
-         <translation>Klarte ikkje registrere tenesta '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>Klarte ikkje å kontakte tenestebehandlaren (har du dei nødvendige rettighetene ?) - Tenesta '%1' blei ikkje registrert.</translation>
-     </message>
-     <message>
-@@ -1599,11 +1599,11 @@
-         <translation>Klarte ikkje finne tenesta '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>Klarte ikkje å kontakte tenestebehandlaren (har du dei nødvendige rettighetene ?) - Tenesta '%1' blei ikkje fjerna.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>Klarte ikkje å kontakte tenestebehandlaren (har du dei nødvendige rettighetene ?) - Tenesta '%1' blei ikkje stoppa.</translation>
-     </message>
-     <message>
---- a/lib/resources/pl.ts
-+++ b/lib/resources/pl.ts
-@@ -98,7 +98,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation type="unfinished">Użyj tego przycisku aby wyeksportować widoczną listę komputerów i użytkowników do pliku tekstowego. Możesz użyć tego pliku po skończonych zajęciach aby sprawdzić, kto w nich brał udział. Pamiętaj, że niektórzy użytkownicy mogą wylogować się przed końcem zajęć, więc zrób listę w ich trakcie lub na początku.</translation>
-     </message>
-     <message>
-@@ -762,7 +762,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -770,7 +770,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1082,7 +1082,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1519,7 +1519,7 @@
-         <translation type="unfinished">To stąd zarządzasz komputerami i pracowniami. Możesz też sprawdzić, kto jest zalogowany.</translation>
-     </message>
-     <message>
--        <source>The snapshot-workspace is a very useful tool. It let's you manage the snapshots you made.</source>
-+        <source>The snapshot-workspace is a very useful tool. It lets you manage the snapshots you made.</source>
-         <translation type="unfinished">Obszar zdjęć jest bardzo użytecznym narzędziem. Pozwala zarządzać ci zdjęciami ekranów, które zrobiłeś.</translation>
-     </message>
-     <message>
-@@ -1576,7 +1576,7 @@
-         <translation>Nie można zarejestrować usługi '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>Manager usług nie odpowiada (masz odpowiednie uprawnienia?) - usługa '%1' nie została zarejestrowana.</translation>
-     </message>
-     <message>
-@@ -1612,11 +1612,11 @@
-         <translation>Nie można znaleźć usługi '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>Manager usług nie odpowiada (masz odpowiednie uprawnienia?) - usługa '%1' nie została wyrejestrowana.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>Manager usług nie odpowiada (masz odpowiednie uprawnienia?) - usługa '%1' nie została zatrzymana.</translation>
-     </message>
- </context>
---- a/lib/resources/ru.ts
-+++ b/lib/resources/ru.ts
-@@ -100,7 +100,7 @@
-         <translation>Экспорт в текстовый файл</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation>Используйте эту кнопку для экспорта этого списока компьютеров и пользователей в текстовый файл. Вы можете использовать этот файл позже для сбора файлов после завершения экзамена. Иногда это необходимо, потому что некоторые пользователи могли завершить работу и выполнить выход раньше и поэтому вы не сможете собрать их файлы в конце экзамена.</translation>
-     </message>
-     <message>
-@@ -747,7 +747,7 @@
-         <translation>Ключи доступа были успешно созданы в %1 и %2.</translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation>Произошла ошибка при создании ключей доступа. Возможно, у выбранного каталога установлен запрет на запись.</translation>
-     </message>
-     <message>
-@@ -755,7 +755,7 @@
-         <translation>Импорт открытого ключа</translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation>Произошла ошибка при импорте открытого ключа доступа. Возможно, у файла, содержащего исходный ключ, установлен запрет на чтение или существует запрет на запись в каталоге, содержащем ключи (конечном каталоге).</translation>
-     </message>
-     <message>
-@@ -1381,7 +1381,7 @@
-         <translation>Все настройки были успешно применены.</translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation>Ошибка в применении параметров!</translation>
-     </message>
-     <message>
-@@ -1555,7 +1555,7 @@
-         <translation>Не удалось зарегистрировать службу '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>Невозможно связаться с Service Control Manager (может у Вас недостаточно прав?!) - служба '%1' не зарегистрирована.</translation>
-     </message>
-     <message>
-@@ -1591,11 +1591,11 @@
-         <translation>Службу '%1' нельзя найти.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>Невозможно связаться с Service Control Manager (может у Вас недостаточно прав?!) - отмена регистрации службы '%1' не выполнена.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>Невозможно связаться с Service Control Manager (может у Вас недостаточно прав?!) - служба '%1' не остановлена.</translation>
-     </message>
- </context>
---- a/lib/resources/sk.ts
-+++ b/lib/resources/sk.ts
-@@ -98,7 +98,7 @@
-         <translation type="unfinished">Exportovat do textového súbora</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -762,7 +762,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -770,7 +770,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1082,7 +1082,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1519,7 +1519,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>The snapshot-workspace is a very useful tool. It let's you manage the snapshots you made.</source>
-+        <source>The snapshot-workspace is a very useful tool. It lets you manage the snapshots you made.</source>
-         <translation type="unfinished">Plocha zo záberom obrazovky je veľmi užitočná. Umožní vám vytvárať zábery.</translation>
-     </message>
-     <message>
-@@ -1576,7 +1576,7 @@
-         <translation>Nemôžem zaregistrovať službu '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>Nemôžem kontaktovat Správcu služieb (máte potrebné oprávnenie?!) - služba '%1' nebola zaregistrovaná.</translation>
-     </message>
-     <message>
-@@ -1612,11 +1612,11 @@
-         <translation>Služba '%1' sa nedá nájsť.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>Nemôžem kontaktovať Správcu služieb (máte potrebné oprávnenie?!) - služba '%1' sa nedá odregistrovať.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>Nemôžem kontaktovať Správcu služieb (máte potrebné oprávnenie?!) - služba '%1' nebola zastavená.</translation>
-     </message>
- </context>
---- a/lib/resources/sl.ts
-+++ b/lib/resources/sl.ts
-@@ -98,7 +98,7 @@
-         <translation type="unfinished">Izvozi v besedilno datoteko</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -763,7 +763,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -771,7 +771,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1083,7 +1083,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1520,7 +1520,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>The snapshot-workspace is a very useful tool. It let's you manage the snapshots you made.</source>
-+        <source>The snapshot-workspace is a very useful tool. It lets you manage the snapshots you made.</source>
-         <translation type="unfinished">Posnetek delovnega prostora je zelo uporabno orodje. Tukaj lahko upravljate s posnetki, ki ste jih naredili.</translation>
-     </message>
-     <message>
-@@ -1577,7 +1577,7 @@
-         <translation>Ne morem registrirati storitve '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>Storitev urejevalnika nadzora ne more biti povezana (imate ustrezne pravice?!) - storitev  '%1'  ni bila registrirana.</translation>
-     </message>
-     <message>
-@@ -1613,11 +1613,11 @@
-         <translation>Storitve '%1' ni mogoče najti.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>Storitev urejevalnika nadzora ne more biti povezana (imate ustrezne pravice?!) - storitevi  '%1'  ni bila neregistrirana.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>Storitev urejevalnika nadzora ne more biti povezana (imate ustrezne pravice?!) - storitev  '%1'  ni bila ustavljena..</translation>
-     </message>
- </context>
---- a/lib/resources/sv.ts
-+++ b/lib/resources/sv.ts
-@@ -98,7 +98,7 @@
-         <translation>Exportera till textfil</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation>Använd denna knapp för att exportera denna lista över datorer och användarnamn till en textfil. Du kan använda denna fil senare för att samla in filer efter ett prov har avslutats. Detta är ibland nödvändigt därför att vissa användare kanske har gjort färdigt provet tidigt och loggat ut och på sätt kan du inte samla in deras filer när provet avslutas.</translation>
-     </message>
-     <message>
-@@ -766,7 +766,7 @@
-         <translation type="unfinished">Åtkomstnycklar skapades och skrevs till %1 och %2.</translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation type="unfinished">Ett fel inträffade vid skapandet av åtkomstnycklar. Du har antagligen inte behörighet att skriva till de valda katalogerna.</translation>
-     </message>
-     <message>
-@@ -774,7 +774,7 @@
-         <translation type="unfinished">Import av publik nyckel</translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation type="unfinished">Ett fel inträffade vid import av publik åtkomstnyckel. Du har antagligen inte behörighet att läsa källnyckeln eller skriva till målfilen.</translation>
-     </message>
-     <message>
-@@ -1086,7 +1086,7 @@
-         <translation>Alla inställningar verkställdes.</translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation>Ett fel inträffade vid verkställandet av inställningar!</translation>
-     </message>
-     <message>
-@@ -1523,7 +1523,7 @@
-         <translation>Du kan hantera dina klassrum och datorer med klassrumshanteraren. Du kan även se vilka användare som är inloggade.</translation>
-     </message>
-     <message>
--        <source>The snapshot-workspace is a very useful tool. It let's you manage the snapshots you made.</source>
-+        <source>The snapshot-workspace is a very useful tool. It lets you manage the snapshots you made.</source>
-         <translation>Arbetsytan för skärmbilder är ett mycket användbart verktyg. Det låter dig hantera de skärmbilder som du har tagit.</translation>
-     </message>
-     <message>
-@@ -1580,7 +1580,7 @@
-         <translation>Nemôžem zaregistrovať službu '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>Nemôžem kontaktovat Správcu služieb (máte potrebné oprávnenie?!) - služba '%1' nebola zaregistrovaná.</translation>
-     </message>
-     <message>
-@@ -1616,11 +1616,11 @@
-         <translation>Služba '%1' sa nedá nájsť.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>Nemôžem kontaktovať Správcu služieb (máte potrebné oprávnenie?!) - služba '%1' sa nedá odregistrovať.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>Nemôžem kontaktovať Správcu služieb (máte potrebné oprávnenie?!) - služba '%1' nebola zastavená.</translation>
-     </message>
- </context>
---- a/lib/resources/tr.ts
-+++ b/lib/resources/tr.ts
-@@ -98,7 +98,7 @@
-         <translation type="unfinished">Dosyaların dışa aktarımı</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation type="unfinished">Bu düğme bilgisayarların ve kullanıcı adlarının dosya olarak dışa aktarımı için kullanılır. Bu dosyayı yazılıların sonunda dosyaları toplamak için kullanabilirsiniz. Bu işlem zaman zaman gerekli olabilir çünkü bazı kullanıcılar sınavı daha erken bitirip sistemin dışına çıkabilir ve bu nedenden ötürü sınav sonunda dosyaları toplayamayabilirsiniz. </translation>
-     </message>
-     <message>
-@@ -759,7 +759,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -767,7 +767,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1079,7 +1079,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1516,7 +1516,7 @@
-         <translation type="unfinished">Sınıfları ve bilgisayarları yönetmek için Sınıf Yönetimini kullanabilirsiniz. Ayrıca hangi kullanıcıların sistemde olduğunu da görmeniz mümkün.</translation>
-     </message>
-     <message>
--        <source>The snapshot-workspace is a very useful tool. It let's you manage the snapshots you made.</source>
-+        <source>The snapshot-workspace is a very useful tool. It lets you manage the snapshots you made.</source>
-         <translation type="unfinished">Ekran Görüntüsü yakalama özelliği oldukça yararlıdır. Yakaladığınız ekran görüntülerini buradan yönetebilirsiniz.</translation>
-     </message>
-     <message>
-@@ -1573,7 +1573,7 @@
-         <translation>servis çalıştırılamadı</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>Servis Kontrol Yöneticisi ile bağlantı kurulamadı (Geçerli haklara sahip misiniz?!) - Servis kayıtlı değil.</translation>
-     </message>
-     <message>
-@@ -1609,11 +1609,11 @@
-         <translation>Servis '%1' bulunamadı.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>Servis Kontrol Yöneticisi ile bağlantı kurulamadı (Geçerli haklara sahip misiniz?!) - Servis kayıtlı değil.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>Servis Kontrol Yöneticisi ile bağlantı kurulamadı (Geçerli haklara sahip misiniz?!) - Servis durdurulamadı.</translation>
-     </message>
- </context>
---- a/lib/resources/uk.ts
-+++ b/lib/resources/uk.ts
-@@ -100,7 +100,7 @@
-         <translation>Експортувати до текстового файла</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation>Скористайтеся цієї кнопкою, щоб експортувати список комп’ютерів і імен користувачів до текстового файла. Пізніше ви можете використати цей файл для збирання файлів після завершення контрольної. Іноді це просто необхідно, оскільки деякі користувачі можуть завершити роботу і вийти з системи раніше за інших, і ви не зможете зібрати їх роботи після завершення контрольної.</translation>
-     </message>
-     <message>
-@@ -747,7 +747,7 @@
-         <translation>Було успішно створено і записано ключі доступу до %1 і %2.</translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation>Під час спроби створення ключів доступу сталася помилка. Ймовірно, у вас не має права запису до вказаних каталогів.</translation>
-     </message>
-     <message>
-@@ -755,7 +755,7 @@
-         <translation>Імпортування відкритого ключа</translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation>Під час спроби імпортування відкритого ключа доступу сталася помилка. Ймовірно, у вас немає права читання початкового файла ключа або запису файла призначення.</translation>
-     </message>
-     <message>
-@@ -1381,7 +1381,7 @@
-         <translation>Всі значення параметрів успішно застосовано.</translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation>Під час спроби застосування параметрів сталася помилка!</translation>
-     </message>
-     <message>
-@@ -1498,7 +1498,7 @@
-         <translation>За допомогою керування класом ви можете керувати комп’ютерами і класами. Також ви можете переглядати список користувачів, що працюють у системі.</translation>
-     </message>
-     <message>
--        <source>The snapshot-workspace is a very useful tool. It let's you manage the snapshots you made.</source>
-+        <source>The snapshot-workspace is a very useful tool. It lets you manage the snapshots you made.</source>
-         <translation>Робочий простір знімків екрана є дуже корисним інструментом. Він надає змогу керувати зробленими вами знімками екрана.</translation>
-     </message>
-     <message>
-@@ -1555,7 +1555,7 @@
-         <translation>Не вдалося зареєструвати службу '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>Неможливо зв’язатися з Керуванням службою (можливо, у Вас недостатньо прав?!) - службу '%1' не зареєстровано.</translation>
-     </message>
-     <message>
-@@ -1591,11 +1591,11 @@
-         <translation>Службу '%1' неможливо знайти.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>Неможливо зв’язатися з Керуванням службою (можливо, у Вас недостатньо прав?!) - реєстрацію служби '%1' не було скасовано.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>Неможливо зв’язатися з Керуванням службою (можливо, у Вас недостатньо прав?!) - службу '%1' не було зупинено.</translation>
-     </message>
- </context>
---- a/lib/resources/zh_tw.ts
-+++ b/lib/resources/zh_tw.ts
-@@ -100,7 +100,7 @@
-         <translation>匯出為純文字檔案</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation>使用這個按鈕將這份電腦與使用者名稱的清單匯出為純文字檔案。稍後您可以在測驗結束後使用這個檔案來收集相關檔案。這在某些時候是必要的,因為有些使用者可能早已完成測驗並且登出,這麼一來您就不能在測驗結束後收集到他們的檔案。</translation>
-     </message>
-     <message>
-@@ -747,7 +747,7 @@
-         <translation>存取金鑰已建立,並已寫入 %1 與 %2。</translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation>建立存取金鑰時發生錯誤。您可能不允許寫入您所選擇的目錄。</translation>
-     </message>
-     <message>
-@@ -755,7 +755,7 @@
-         <translation>匯入公開金鑰</translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation>匯入公開金鑰時發生錯誤。您可能不允許讀取金鑰來源檔,或是不允許寫入目的檔。</translation>
-     </message>
-     <message>
-@@ -1381,7 +1381,7 @@
-         <translation>所有設定均已成功套用。</translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation>當套用設定時發生錯誤!</translation>
-     </message>
-     <message>
-@@ -1498,7 +1498,7 @@
-         <translation>使用教室管理程式讓您可以管理教室和電腦。您也可以看到哪個使用者已經登入。</translation>
-     </message>
-     <message>
--        <source>The snapshot-workspace is a very useful tool. It let's you manage the snapshots you made.</source>
-+        <source>The snapshot-workspace is a very useful tool. It lets you manage the snapshots you made.</source>
-         <translation>畫面快照-工作區是很有用的工具。它讓您管理您所拍下的畫面快照。</translation>
-     </message>
-     <message>
-@@ -1555,7 +1555,7 @@
-         <translation>無法註冊服務 '%1'。</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>無法連接服務控制管理程式(您是否有需要的權限?!)- 服務 '%1' 尚未註冊。</translation>
-     </message>
-     <message>
-@@ -1591,11 +1591,11 @@
-         <translation>找不到服務 '%1'。</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>無法連接服務控制管理程式(您是否有需要的權限?!)- 服務 '%1' 尚未註銷。</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>無法連接服務控制管理程式(您是否有需要的權限?!)- 服務 '%1' 尚未停止。</translation>
-     </message>
- </context>
---- a/lib/src/VncView.cpp
-+++ b/lib/src/VncView.cpp
-@@ -660,7 +660,7 @@
- 
- 
- 
--	// draw black borders if neccessary
-+	// draw black borders if necessary
- 	const int fbw = sSize.isValid() ? sSize.width() :
- 				m_vncConn->framebufferSize().width();
- 	if( fbw < width() )
---- a/lib/resources/pt_br.ts
-+++ b/lib/resources/pt_br.ts
-@@ -102,7 +102,7 @@
-         <translation>Exportar para um arquivo texto</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation>Use este botão para exportar esta lista de computadores e nomes de usuários para um arquivo texto. Você pode usar este arquivo mais tarde para recolher os arquivos dos usuários depois que um exame terminou. As vezes isso é necessário, porque alguns usuários podem ter terminado o exame mais cedo e ter feito logoff do computador e por isso impedindo você de recolher seus arquivos no final do exame.</translation>
-     </message>
-     <message>
-@@ -770,7 +770,7 @@
-         <translation>Chaves de acesso foram criadas e escritas com sucesso para %1 e %2.</translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation>Um erro ocorreu ao criar as chaves de acesso. Você provavalmente não tem permissão para escrever no diretório selecionado.</translation>
-     </message>
-     <message>
-@@ -778,7 +778,7 @@
-         <translation>Chave pública importada</translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation>Um erro ocorreu ao importa a chave pública de acesso. Você provavelmente não tem permissão para ler a chave de origem ou escrever no arquivo de destino.</translation>
-     </message>
-     <message>
-@@ -1090,7 +1090,7 @@
-         <translation>Todas as configurações foram aplicadas com sucesso.</translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation>Um erro ocorreu ao aplicar as configurações!</translation>
-     </message>
-     <message>
-@@ -1532,7 +1532,7 @@
-         <translation>Usando o gerenciador de salas de aula, você pode gerenciar suas salas de aula e computadores. Você também pode ver qual usuário está logado.</translation>
-     </message>
-     <message>
--        <source>The snapshot-workspace is a very useful tool. It let's you manage the snapshots you made.</source>
-+        <source>The snapshot-workspace is a very useful tool. It lets you manage the snapshots you made.</source>
-         <translation>A captura do espaço de trabalho é uma ferramenta muito útil. Ela permite que você gerencie as capturas que você fez.</translation>
-     </message>
-     <message>
-@@ -1589,7 +1589,7 @@
-         <translation>Não foi possível registrar o serviço  '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>O Gerenciador de Controle de Servicos não pode ser contatado (você tem os direitos necessários?!) - o serviço '%1' não foi registrado.</translation>
-     </message>
-     <message>
-@@ -1625,11 +1625,11 @@
-         <translation>O serviço '%1' não pode ser encontrado.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>O Gerenciador de Controle de Servicos não pode ser contatado (você tem os direitos necessários?!) - o serviço '%1' não foi registrado.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>O Gerenciador de Controle de Servicos não pode ser contatado (você tem os direitos necessários?!) - o serviço '%1' não foi parado.</translation>
-     </message>
- </context>
---- a/ima/dialogs/Overview.ui
-+++ b/ima/dialogs/Overview.ui
-@@ -150,7 +150,7 @@
-      <item>
-       <widget class="QLabel" name="label4">
-        <property name="text">
--        <string>The snapshot-workspace is a very useful tool. It let's you manage the snapshots you made.</string>
-+        <string>The snapshot-workspace is a very useful tool. It lets you manage the snapshots you made.</string>
-        </property>
-        <property name="wordWrap">
-         <bool>true</bool>
---- a/ica/x11/x11vnc/help.c
-+++ b/ica/x11/x11vnc/help.c
-@@ -6029,7 +6029,7 @@
- "#@                                                           @#\n"
- "#@  Or using the x11vnc SSL options: -ssl and -stunnel       @#\n"
- "#@                                                           @#\n"
--"#@  Please Read the documention for more info about          @#\n"
-+"#@  Please Read the documentation for more info about          @#\n"
- "#@  passwords, security, and encryption.                     @#\n"
- "#@                                                           @#\n"
- "#@    http://www.karlrunge.com/x11vnc/faq.html#faq-passwd    @#\n"
---- a/ica/x11/x11vnc/v4l.c
-+++ b/ica/x11/x11vnc/v4l.c
-@@ -1339,7 +1339,7 @@
- 		}
-                 if (stat(s, &sbuf) != 0) {
- 			rfbLogPerror("stat");
--			rfbLog("You will need to specify the video device more explicity.\n");
-+			rfbLog("You will need to specify the video device more explicitly.\n");
- 		}
- 
- 		*dev = s;
---- a/imc/src/KeyFileAssistant.cpp
-+++ b/imc/src/KeyFileAssistant.cpp
-@@ -159,7 +159,7 @@
- 		else
- 		{
- 			QMessageBox::critical( this, tr( "Access key creation" ),
--					tr( "An error occured while creating the access keys. "
-+					tr( "An error occurred while creating the access keys. "
- 						"You probably are not permitted to write to the "
- 						"selected directories." ) );
- 			return;
-@@ -171,7 +171,7 @@
- 		if( !ImcCore::importPublicKey( role, m_ui->publicKeyDir->text(), destDir ) )
- 		{
- 			QMessageBox::critical( this, tr( "Public key import" ),
--					tr( "An error occured while importing the public access "
-+					tr( "An error occurred while importing the public access "
- 						"key. You probably are not permitted to read the "
- 						"source key or to write the destination file." ) );
- 			return;
---- a/imc/src/main.cpp
-+++ b/imc/src/main.cpp
-@@ -105,7 +105,7 @@
- 			{
- 				ImcCore::criticalMessage(
- 					MainWindow::tr( "iTALC Management Console" ),
--					MainWindow::tr( "An error occured while applying settings!" ) );
-+					MainWindow::tr( "An error occurred while applying settings!" ) );
- 			}
- 
- 			return 0;
---- a/lib/resources/ar.ts
-+++ b/lib/resources/ar.ts
-@@ -99,7 +99,7 @@
-         <translation>تصدير إلى ملف نصي </translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation>استخدم هذا الزر لتصدير قائمة الحاسبات وأسماء المستخدمين الحالية إلى ملف نصي. يمكنك استخدام هذا الملف لاحقا لجمع الملفات بعد إنتهاء الإختبار. يكون هذا الإجراء ضروريا، في بعض الأحيان، إذ أن بعض المستخدمين قد </translation>
-     </message>
-     <message>
-@@ -759,7 +759,7 @@
-         <translation>تم إنشاء مفاتيح الوصول بنجاح وكتابتها في 1% و 2%.</translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation>حدث خطأ أثناء عملية إنشاء مفاتيح الوصول. من المرجح أنه غير مسموح لك بالكتابة على الأدلة المختارة</translation>
-     </message>
-     <message>
-@@ -767,7 +767,7 @@
-         <translation>استيراد مفتاح عام</translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation>حدث خطأ أثناء عملية استيراد مفاتيح الوصول العام. من المرجح أنه غير مسموح لك بقراءة مفتاح المصدر أو الكتابة إلى ملف الوجهة. </translation>
-     </message>
-     <message>
-@@ -1079,7 +1079,7 @@
-         <translation>تم تطبيق كافة الإعدادات بنجاح</translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation>حدث خطأ أثناء عملية تطبيق الإعدادات</translation>
-     </message>
-     <message>
-@@ -1518,7 +1518,7 @@
-         <translation>باستخدام مدير غرفة الدراسة يمكنك إدارة غرفك الدراسية وحاسباتها. كما يمكنك أيضا معاينة المستخدمين الداخلين على النظام.‏</translation>
-     </message>
-     <message>
--        <source>The snapshot-workspace is a very useful tool. It let's you manage the snapshots you made.</source>
-+        <source>The snapshot-workspace is a very useful tool. It lets you manage the snapshots you made.</source>
-         <translation>إن مساحة عمل اللقطات هي أداة هامة. فهي تمكنك  من إدارة اللقطات التي أخذتها.‏</translation>
-     </message>
-     <message>
-@@ -1571,7 +1571,7 @@
-         <translation>غير قادر على تسجيل الخدمة 1%‏</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>تعذر الاتصال بمدير التحكم في الخدمة (هل لديك الصلاحيات اللازمة؟) - لم يتم تسجيل الخدمة 1%.‏</translation>
-     </message>
-     <message>
-@@ -1607,11 +1607,11 @@
-         <translation>تعذر العثور على الخدمة 1% </translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>تعذر الاتصال بمدير التحكم في الخدمة (هل لديك الصلاحيات اللازمة؟) - لم يتم إلغاءتسجيل الخدمة 1%.‏</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>تعذر الاتصال بمدير التحكم في الخدمة (هل لديك الصلاحيات اللازمة؟) - لم يتم إيقاف الخدمة 1%.‏</translation>
-     </message>
-     <message>
---- a/lib/resources/he.ts
-+++ b/lib/resources/he.ts
-@@ -98,7 +98,7 @@
-         <translation type="unfinished">ייצא לקובץ טקסט</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation type="unfinished">כפתור זה מאפשר ייצוא רשימה זו של מחשבים ושמות משתמשים לקובץ טקסט. רשימה זו יכולה לשמש לאיסוף קבצים בסיום של מבחן. לעיתים איסוף זה הוא הכרחי, מאחר ויהיו משתמשים שיבצעו ניתוק לפני שנאספו קיבצי המבחן שלהם</translation>
-     </message>
-     <message>
-@@ -767,7 +767,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -775,7 +775,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1397,7 +1397,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1525,7 +1525,7 @@
-         <translation type="unfinished">בעזרת ניהול כיתה, אתם יכולים לנהל את הכיתות ואת המחשבים שלכם. ניתן גם לראות אילו משתמשים מחוברים</translation>
-     </message>
-     <message>
--        <source>The snapshot-workspace is a very useful tool. It let's you manage the snapshots you made.</source>
-+        <source>The snapshot-workspace is a very useful tool. It lets you manage the snapshots you made.</source>
-         <translation type="unfinished">מנהל תמונות המצב הוא כלי מאוד שימושי המאפשר ניהול של תמונות המצב שנילקחו</translation>
-     </message>
-     <message>
-@@ -1583,7 +1583,7 @@
- %1</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>לא ניתן לבצע התקשרות לאפלקציית ניהול השירות. (האם יש בידך הרשאות מתאימות?!) השירות הבא לא נירשם
- %1</translation>
-     </message>
-@@ -1628,12 +1628,12 @@
- לא ניתן למצוא שירות זה</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>לא ניתן לבצע התקשרות לאפלקציית ניהול השירות. (האם יש בידך הרשאות מתאימות?!) - השירות הבא לא הוצא מרישום
- %1</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>לא ניתן לבצע התקשרות לאפלקציית ניהול השירות. (האם יש בידך הרשאות מתאימות?!) - השירות הבא לא הופסק
- %1</translation>
-     </message>
---- a/lib/resources/hu.ts
-+++ b/lib/resources/hu.ts
-@@ -106,7 +106,7 @@
-         <translation type="unfinished">Exportálás fájlba</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation type="unfinished">A gomb segítségével exportálhatja a számítógépeket és a felhasználókat a szöveges állományba. A vizsga befejeztével egyszerűen begyűjtheti ezeket a fájlokat. Néhány alkalommal szükséges lehet, mert a vizsgával már korábban végzett és kijelentkezett felhasználók már nem érhetőek el a rendszerben.</translation>
-     </message>
-     <message>
-@@ -775,7 +775,7 @@
-         <translation type="unfinished">Sikeresen létrehozta a hozzáférési kulcspárt. A mentése helye: %1 és %2 könvytárban.</translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation type="unfinished">A hozzáférési kulcs készítése közben probléma történt. Valószínűleg nincsen írási joga a kiválasztott könyvtárba.</translation>
-     </message>
-     <message>
-@@ -783,7 +783,7 @@
-         <translation type="unfinished">Publikus kulcs importálása</translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation type="unfinished">A publikus kulcs importálás közben hiba lépett fel. Önnek valószínűleg nincsen olvasási joga a forrás fájlból, vagy írási joga a cél fájlba.</translation>
-     </message>
-     <message>
-@@ -1098,7 +1098,7 @@
-         <translation type="unfinished">Az összes beállítást sikeresen végrehajtottuk.</translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation type="unfinished">Hiba lépett fel a beállítások érvényre juttatása közben!</translation>
-     </message>
-     <message>
-@@ -1547,7 +1547,7 @@
-         <translation type="unfinished">Csak a felügyelő személy kezelheti az osztálytermeket és a számítógépeket. Ezenkívül a bejelentkezett felhasználókat tudja megtekinteni.</translation>
-     </message>
-     <message>
--        <source>The snapshot-workspace is a very useful tool. It let's you manage the snapshots you made.</source>
-+        <source>The snapshot-workspace is a very useful tool. It lets you manage the snapshots you made.</source>
-         <translatorcomment>Nagyon hasznos a képernyőkép készítő eszköz. /A képernyőkép készítő eszköz nagyon hasznos</translatorcomment>
-         <translation type="unfinished">Nagyon hasznos a képernyőkép készítő eszköz. Segítségével könnyedén kezelhetjük a különböző munkaasztalokról elkészült képeket.</translation>
-     </message>
-@@ -1602,7 +1602,7 @@
-         <translation type="unfinished">Nem sikerült regisztrálni a %1 szolgáltatást.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation type="unfinished">A Service Control Manager nem tudott kapcsolódni (rendelkezik Ön a megfelelő jogosultságokkal?!) - a '%1' szolgáltatás nem volt regisztrálva.</translation>
-     </message>
-     <message>
-@@ -1638,11 +1638,11 @@
-         <translation type="unfinished">Nem található a '%1' szolgáltatás.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation type="unfinished">A Service Control Manager nem tudott kapcsolódni (rendelkezik Ön a megfelelő jogosultságokkal?!) - a '%1' szolgáltatás még nem volt regisztrálva.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation type="unfinished">A Service Control Manager nem tudott kapcsolódni (rendelkezik Ön a megfelelő jogosultságokkal?!) - a '%1' szolgáltatás nem állt meg.</translation>
-     </message>
-     <message>
---- a/lib/resources/bb.ts
-+++ b/lib/resources/bb.ts
-@@ -99,7 +99,7 @@
-         <translation>Exportera till textfil</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation>Använd denna knapp för att exportera denna lista över datorer och användarnamn till en textfil. Du kan använda denna fil senare för att samla in filer efter ett prov har avslutats. Detta är ibland nödvändigt därför att vissa användare kanske har gjort färdigt provet tidigt och loggat ut och på sätt kan du inte samla in deras filer när provet avslutas.</translation>
-     </message>
-     <message>
-@@ -757,7 +757,7 @@
-         <translation type="unfinished">Åtkomstnycklar skapades och skrevs till %1 och %2.</translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation type="unfinished">Ett fel inträffade vid skapandet av åtkomstnycklar. Du har antagligen inte behörighet att skriva till de valda katalogerna.</translation>
-     </message>
-     <message>
-@@ -765,7 +765,7 @@
-         <translation>Pùblik kyivälyu import</translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation type="unfinished">Ett fel inträffade vid import av publik åtkomstnyckel. Du har antagligen inte behörighet att läsa källnyckeln eller skriva till målfilen.</translation>
-     </message>
-     <message>
-@@ -1087,7 +1087,7 @@
-         <translation>Alla inställningar verkställdes.</translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation>Ett fel inträffade vid verkställandet av inställningar!</translation>
-     </message>
-     <message>
-@@ -1630,7 +1630,7 @@
-         <translation>Nemôžem zaregistrovať službu '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>Nemôžem kontaktovat Správcu služieb (máte potrebné oprávnenie?!) - služba '%1' nebola zaregistrovaná.</translation>
-     </message>
-     <message>
-@@ -1666,11 +1666,11 @@
-         <translation>Služba '%1' sa nedá nájsť.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>Nemôžem kontaktovať Správcu služieb (máte potrebné oprávnenie?!) - služba '%1' sa nedá odregistrovať.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>Nemôžem kontaktovať Správcu služieb (máte potrebné oprávnenie?!) - služba '%1' nebola zastavená.</translation>
-     </message>
- </context>
---- a/lib/resources/ca_ES.ts
-+++ b/lib/resources/ca_ES.ts
-@@ -102,7 +102,7 @@
-         <translation>Exporta a un fitxer de text</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation>Utilitzeu aquest botó per exportar aquesta llista d'ordinadors i noms d'usuari a un fitxer de text. Podeu utilitzar aquest fitxer més tard per recollir els arxius després d'acabar un examen. Açò de vegades és necessari, ja que alguns usuaris poden haver acabat i tancat la sessió abans, de manera que no és possible recuperar els seus fitxers al final de l'examen.</translation>
-     </message>
-     <message>
-@@ -749,7 +749,7 @@
-         <translation>Les claus d'accés s'han creat i guardat amb èxit en %1 i %2.</translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation>Ha ocorregut un error mentre es creaven les claus d'accés. Probablement no teniu permís d'escriptura en les carpetes seleccionades.</translation>
-     </message>
-     <message>
-@@ -757,7 +757,7 @@
-         <translation>Importació de la clau pública</translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation>Ha ocorregut un error mentre s'importava la clau d'accés pública. Probablement no teniu permís de lectura de la clau orígen o d'escriptura en l'arxiu de destí.</translation>
-     </message>
-     <message>
-@@ -1383,7 +1383,7 @@
-         <translation>Tots els ajustaments s'han aplicat amb èxit.</translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation>S'ha produït un error al aplicar els ajustaments!</translation>
-     </message>
-     <message>
-@@ -1557,7 +1557,7 @@
-         <translation>No es pot registrar el servei '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>No es pot contactar amb el gestor de control de serveis (teniu els permisos necessaris?!) . el servei '%1' no s'ha registrat.</translation>
-     </message>
-     <message>
-@@ -1593,11 +1593,11 @@
-         <translation>No es troba el servei '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>No es pot contactar amb el gestor de control de serveis (teniu els permisos necessaris?!) . el servei '%1' no s'ha des-registrat.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>No es pot contactar amb el gestor de control de serveis (teniu els permisos necessaris?!) . el servei '%1' no s'ha aturat.</translation>
-     </message>
- </context>
---- a/lib/resources/cs.ts
-+++ b/lib/resources/cs.ts
-@@ -101,7 +101,7 @@
-         <translation>Exportovat do textového souboru</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation>Toto tlačítko slouží pro export seznamu počítačů a uživatelů do textového souboru. Ten pak pomůže při shromážďování souborů s výsledky po skončení zkoušení. Někteří uživatelé totiž mohou testy dokončit a odhlásit se dříve a vy byste se jinak k jejich souborům nedostali.</translation>
-     </message>
-     <message>
-@@ -748,7 +748,7 @@
-         <translation>Přístupové klíče byly vytvořeny a úspěšně zapsány do %1 a %2.</translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation>Chyba při vytváření přístupových klíčů. Nejspíš nemáte oprávnění zapisovat do zvolených složek.</translation>
-     </message>
-     <message>
-@@ -756,7 +756,7 @@
-         <translation>Import veřejné části klíče</translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation>Chyba při importu veřejné části přístupového klíče. Nejspíš nemáte oprávnění číst zdrojový klíč či zapisovat do cílového souboru.</translation>
-     </message>
-     <message>
-@@ -1382,7 +1382,7 @@
-         <translation>Veškerá nastavení byla úspěšně použita.</translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation>Chyba při použití nastavení! </translation>
-     </message>
-     <message>
-@@ -1556,7 +1556,7 @@
-         <translation>Nelze zaregistrovat službu '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>Nelze kontaktovat Správce služeb (máte potřebná oprávnění?!) - služba '%1' nebyla zaregistrována.</translation>
-     </message>
-     <message>
-@@ -1592,11 +1592,11 @@
-         <translation>Službu '%1' nelze najít.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>Nelze kontakovat Správce služeb (máte potřebná oprávnění?!) - registraci služby '%1' proto nelze zrušit.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>Nelze kontaktovat Správce služeb (máte potřebná oprávnění?!) - služba '%1' proto nebyla zastavena.</translation>
-     </message>
- </context>
---- a/lib/resources/es.ts
-+++ b/lib/resources/es.ts
-@@ -105,7 +105,7 @@
-         <translation>Exportar a archivo de texto</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation>Utilice este botón para exportar esta lista de equipos y nombres de usuario a un archivo de texto. Puede utilizar este archivo más tarde para recoger archivos después de la finalización de un examen. Esto es a veces necesario, ya que algunos usuarios podrían haber terminado y cerrado la sesión anterior, por lo que no pueden recogerse sus archivos al final del examen.</translation>
-     </message>
-     <message>
-@@ -767,7 +767,7 @@
-         <translation>Las claves de acceso fueron creadas y escritas correctamente de %1 a %2.</translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation>Se ha producido un error al crear las claves de acceso. Probablemente no tenga permisos de escritura en los directorios seleccionados.</translation>
-     </message>
-     <message>
-@@ -775,7 +775,7 @@
-         <translation>Importación de clave pública</translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation>Se produjo un error al importar la clave pública de acceso. Es probable que no tenga permiso para leer la clave de origen o para escribir el archivo de destino.</translation>
-     </message>
-     <message>
-@@ -1087,7 +1087,7 @@
-         <translation>Todos los ajustes se aplicaron con éxito.</translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation>¡Se produjo un error al aplicar la configuración!</translation>
-     </message>
-     <message>
-@@ -1582,7 +1582,7 @@
-         <translation>No se puede registrar el servicio '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>El gestor de control de servicios no puedo ser contactado (¿tiene privilegios suficientes?) - el servicio '%1' no se ha registrado.</translation>
-     </message>
-     <message>
-@@ -1614,11 +1614,11 @@
-         <translation>El servicio '%1' no se ha encontrado.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>El gestor de control de servicios no puedo ser contactado (¿tiene privilegios suficientes?) - el servicio '%1' no se ha des-registrado.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>El gestor de control de servicios no puedo ser contactado (¿tiene privilegios suficientes?) - el servicio '%1' no se ha parado.</translation>
-     </message>
-     <message>
---- a/lib/resources/italc.ts
-+++ b/lib/resources/italc.ts
-@@ -98,7 +98,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -733,7 +733,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -741,7 +741,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1362,7 +1362,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1533,7 +1533,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1569,11 +1569,11 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation type="unfinished"></translation>
-     </message>
- </context>
---- a/lib/resources/ko_kr.ts
-+++ b/lib/resources/ko_kr.ts
-@@ -98,7 +98,7 @@
-         <translation type="unfinished">导出到文本文件</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -762,7 +762,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -770,7 +770,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1082,7 +1082,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1572,7 +1572,7 @@
-         <translation>不能注册服务 '%1'。</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>无法连接 Service Control Manager(您是否拥有所需的权限?)-服务 '%1' 未被注册。</translation>
-     </message>
-     <message>
-@@ -1608,11 +1608,11 @@
-         <translation>服务 '%1' 未发现。</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>无法连接 Service Control Manager(您是否拥有所需的权限?)-服务 '%1' 未能被取消注册。</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>无法连接 Service Control Manager(您是否拥有所需的权限?)-服务 '%1' 不能停止。</translation>
-     </message>
-     <message>
---- a/lib/resources/lt.ts
-+++ b/lib/resources/lt.ts
-@@ -100,7 +100,7 @@
-         <translation>Eksportuoti į tekstinį failą</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation>Naudokitės šiuo mygtuku kad eksportuotumėte šį kompiuterių ir vartotojų sąrašą į tekstinį failą.Vėliau galėsite pasinaudoti šiuo failu rinkdami informacją po testų pabaigos.Tai kai kada būtina ,nes vartotojas gali pabaigti ir atsijungti ankščiau ir taip jūs negalėsite išsaugoti jų failų po egzaminų pabaigos.</translation>
-     </message>
-     <message>
-@@ -743,7 +743,7 @@
-         <translation>Pasiekiamumo raktai sukurti sėkmingai ir išsaugoti į %1 ir %2.</translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation>Kuriant failą įvyko klaida. Jūs tikriausiai neturite administratoriaus teisių įrašymui į šį katalogą.</translation>
-     </message>
-     <message>
-@@ -751,7 +751,7 @@
-         <translation>Viešo rakto importavimas</translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation>Importuojant raktą įvyko klaida. Jūs tikriausiai negalite pasiekti šaltinio arba įrašynėti į failą</translation>
-     </message>
-     <message>
-@@ -1375,7 +1375,7 @@
-         <translation>Visi nustatymai pritaikyti sėkmingai.</translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation>Pritaikaint nustatymus įvyko klaida!</translation>
-     </message>
-     <message>
-@@ -1549,7 +1549,7 @@
-         <translation>Negaliu užregistruoti tarnybos '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>Neįmanoma susisiekti su tarnybos administratoriumi (Gal jums neužtenka teisių?!) - tarnyba '%1' neužregistruota</translation>
-     </message>
-     <message>
-@@ -1585,11 +1585,11 @@
-         <translation>Tarnyba '%1' nerasta.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>Neįmanoma susisiekti su tarnybos administratoriumi (Gal jums neužtenka teisių?!) - tarnyba '%1' neužregistruota.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>Neįmanoma susisiekti su tarnybos administratoriumi (Gal jums neužtenka teisių?!) - tarnyba '%1' nesustabdyta.</translation>
-     </message>
- </context>
---- a/lib/resources/mn.ts
-+++ b/lib/resources/mn.ts
-@@ -100,7 +100,7 @@
-         <translation>Текст файл болгох</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation>Энэ даралтыг компьютерууд болон хэрэглэгчийн нэрсийн жагсаалтыг текст-файлд хадгалахад хэрэглэнэ. Энэ файлаа шалгалт дууссаны дараа файл хураахад хэрэглэнэ. Энэ нь заримдаа хэрэгтэй, яагаад гэвэл зарим сурагч шалгалтаа эрт дуусгаад системээс гардаг.</translation>
-     </message>
-     <message>
-@@ -750,7 +750,7 @@
-         <translation>Нэвтрэх түлхүүр амжилттай үүсэж, бичигдлээ -нд %1 болон %2.</translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation>Нэвтрэх түлхүүр үүсгэх үед алдаа гарлаа. Магадгүй таны бичихээр сонгосон сан зөвшөөрөгдөөгүй байна.</translation>
-     </message>
-     <message>
-@@ -758,7 +758,7 @@
-         <translation>Нийтийн түлхүүр оруулах</translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation>Нэвтрэх түлхүүр оруулах үед алдаа гарлаа. Магадгүй та эх түлхүүрийг унших, эсвэл очих файлыг бичих боломжгүй байна.</translation>
-     </message>
-     <message>
-@@ -1384,7 +1384,7 @@
-         <translation>Бүх тохиргоог амжилттай хэрэглэж байна.</translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation>Тохиргоог хэрэгжүүлэх үед алдаа гарлаа!</translation>
-     </message>
-     <message>
-@@ -1558,7 +1558,7 @@
-         <translation>Сервист бүртгүүлэх боломжгүй '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>Сервис удирлагын менежер холбогдсонгүй(танд шаардлагатай эрх байгаа юу?!) - сервис '%1' бүргэгдээгүй.</translation>
-     </message>
-     <message>
-@@ -1594,11 +1594,11 @@
-         <translation>Сервис '%1' олдохгүй байна.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>Сервис удирлагын менежер холбогдсонгүй(танд шаардлагатай эрх байгаа юу?!)  - сервисийн '%1' бүртгэлийг цуцлагдсангүй.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>Сервис удирлагын менежер холбогдсонгүй(танд шаардлагатай эрх байгаа юу?!)  - сервисийг '%1' зогсоож чадсангүй.</translation>
-     </message>
- </context>
---- a/lib/resources/nl.ts
-+++ b/lib/resources/nl.ts
-@@ -98,7 +98,7 @@
-         <translation>Exporteren naar tekst-bestand</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation>Gebruik deze knop voor het exporteren van deze lijst met computers en gebruikersnamen in een text-bestand. U kunt dit bestand later gebruiken voor het verzamelen van bestanden na een examen voltooid is. Dit is soms nodig, omdat sommige gebruikers eerder zijn afgerond en uitgelogd hebben en dus kun je hun bestanden niet verzamelen aan het einde van het examen.</translation>
-     </message>
-     <message>
-@@ -766,7 +766,7 @@
-         <translation>Toegangssleutels zijn gemaakt en met succes geschreven naar %1 en 2%.</translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation>Er is een fout opgetreden tijdens het maken van de toegang sleutels. Je bent waarschijnlijk niet bevoegd om te schrijven naar de geselecteerde directories.</translation>
-     </message>
-     <message>
-@@ -774,7 +774,7 @@
-         <translation>Publieke sleutel invoer</translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation>Er is een fout opgetreden tijdens het importeren van de openbare sleutel. Je bent waarschijnlijk niet bevoegd om de bron sleutel te lezen of naar de bestemmings bestand te schrijven.</translation>
-     </message>
-     <message>
-@@ -1086,7 +1086,7 @@
-         <translation>Alle instellingen werden met succes toegepast.</translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation>Er is een fout opgetreden bij het toepassen van instellingen!</translation>
-     </message>
-     <message>
-@@ -1584,7 +1584,7 @@
-         <translation>Niet in staat om dienst '%1' te registreren.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>De Service Control Manager kon niet worden gecontacteerd (heb je de benodigde rechten?!) - de service '%1' werd niet geregistreerd.</translation>
-     </message>
-     <message>
-@@ -1620,11 +1620,11 @@
-         <translation>De service '%1' kon niet gevonden worden.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>De Service Control Manager kon niet worden gecontacteerd (heb je de benodigde rechten?!) - de service '%1' werd niet op ongeristreerd gezet.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>De Service Control Manager kon niet worden gecontacteerd (heb je de benodigde rechten?!) - de service '%1' kon niet worden gestopt.</translation>
-     </message>
- </context>
---- a/lib/resources/pt_pt.ts
-+++ b/lib/resources/pt_pt.ts
-@@ -98,7 +98,7 @@
-         <translation type="unfinished">Exportar para ficheiro de texto</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation type="unfinished">Utilize este botão para exportar esta lista de computadores e nomes de utilizadores para um ficheiro de texto. Pode usar este ficheiro mais tarde para recolher ficheiros após um exame ter terminado. Isso às vezes é necessário, pois alguns utilizadores podem ter acabado e desligado mais cedo e por isso não pôde recolher os seus ficheiros no final do exame.</translation>
-     </message>
-     <message>
-@@ -762,7 +762,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -770,7 +770,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1395,7 +1395,7 @@
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation type="unfinished"></translation>
-     </message>
-     <message>
-@@ -1576,7 +1576,7 @@
-         <translation>Não foi possível registrar serviço '%1'.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>O Gestor de Serviços não pôde ser contactado (tem os privilégios necessários?) - o serviço '%1' não foi registado.</translation>
-     </message>
-     <message>
-@@ -1612,11 +1612,11 @@
-         <translation>O serviço '%1' não foi encontrado.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>O Gestor de Serviços não pôde ser contactado (tem os privilégios necessários?) - o serviço '%1' não foi removido.</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>O Gestor de Serviços não pôde ser contactado (tem os privilégios necessários?) - o serviço '%1' não foi interrompido.</translation>
-     </message>
- </context>
---- a/lib/resources/zh_cn.ts
-+++ b/lib/resources/zh_cn.ts
-@@ -100,7 +100,7 @@
-         <translation>导出为文本文件</translation>
-     </message>
-     <message>
--        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes neccessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-+        <source>Use this button for exporting this list of computers and usernames into a text-file. You can use this file later for collecting files after an exam has finished. This is sometimes necessary, because some users might have finished and logged out earlier and so you cannot collect their files at the end of the exam.</source>
-         <translation>使用此按钮将列表中的计算机和用户名导出为文本文件。例如,您可以在一场考试结束后使用此文件统计考生信息。这在某些时候是很有必要的,因为有些考生可能会提前完成并退出,那样考试结束后您就不能收集到所有参加考试的考生信息。</translation>
-     </message>
-     <message>
-@@ -747,7 +747,7 @@
-         <translation>密钥成功创建并写入到 %1 和 %2</translation>
-     </message>
-     <message>
--        <source>An error occured while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-+        <source>An error occurred while creating the access keys. You probably are not permitted to write to the selected directories.</source>
-         <translation>创建密钥时出错,您选中的文件夹可能没有写入权限。</translation>
-     </message>
-     <message>
-@@ -755,7 +755,7 @@
-         <translation>导入公钥</translation>
-     </message>
-     <message>
--        <source>An error occured while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-+        <source>An error occurred while importing the public access key. You probably are not permitted to read the source key or to write the destination file.</source>
-         <translation>导入密钥时出错,您可能没有源文件的读取权限,或者没有目标文件夹的写入权限。</translation>
-     </message>
-     <message>
-@@ -1381,7 +1381,7 @@
-         <translation>所有设置应用成功。</translation>
-     </message>
-     <message>
--        <source>An error occured while applying settings!</source>
-+        <source>An error occurred while applying settings!</source>
-         <translation>应用设置时出错!</translation>
-     </message>
-     <message>
-@@ -1555,7 +1555,7 @@
-         <translation>不能注册服务 '%1'。</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not registered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not registered.</source>
-         <translation>无法连接服务控制管理器(您是否拥有所需的权限?) - 服务 '%1' 未被注册。</translation>
-     </message>
-     <message>
-@@ -1591,11 +1591,11 @@
-         <translation>服务 '%1' 未发现。</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not unregistered.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not unregistered.</source>
-         <translation>无法连接服务控制管理器(您是否拥有所需的权限?) - 服务 '%1' 未能被取消注册。</translation>
-     </message>
-     <message>
--        <source>The Service Control Manager could not be contacted (do you have the neccessary rights?!) - the service '%1' was not stopped.</source>
-+        <source>The Service Control Manager could not be contacted (do you have the necessary rights?!) - the service '%1' was not stopped.</source>
-         <translation>无法连接服务控制管理器(您是否拥有所需的权限?) - 服务 '%1' 不能停止。</translation>
-     </message>
- </context>
---- a/ica/x11/x11vnc/ChangeLog
-+++ b/ica/x11/x11vnc/ChangeLog
-@@ -511,7 +511,7 @@
- 	  in unixpw state.  Monitor broken XDAMAGE reports when
- 	  OpenGL apps like beryl are running.  Implement simple
- 	  kbdReleaseAllKeys, setSingleWindow, setServerInput actions
--	  (ultravnc extentions).  Try to send XDM the username in
-+	  (ultravnc extensions).  Try to send XDM the username in
- 	  FINDCREATEDISPLAY, also try .dmrc before .xsession.
- 
- 2007-01-31  Karl Runge <runge at karlrunge.com>
---- a/ica/x11/x11vnc/cleanup.c
-+++ b/ica/x11/x11vnc/cleanup.c
-@@ -486,7 +486,7 @@
- 		}
- 
- 		if (*str == 'q' && *(str+1) == '\0') {
--			fprintf(stderr, "quiting.\n");
-+			fprintf(stderr, "quitting.\n");
- 			return;
- 		} else if (*str == 'h' && *(str+1) == '\0') {
- 			crash_shell_help();
---- a/ica/x11/x11vnc/ssltools.h
-+++ b/ica/x11/x11vnc/ssltools.h
-@@ -103,7 +103,7 @@
- "private_key	= $dir/private/cakey.pem # The private key\n"
- "RANDFILE	= $dir/private/.rand	# private random number file\n"
- "\n"
--"x509_extensions	= usr_cert		# The extentions to add to the cert\n"
-+"x509_extensions	= usr_cert		# The extensions to add to the cert\n"
- "\n"
- "name_opt 	= ca_default		# Subject Name options\n"
- "cert_opt 	= ca_default		# Certificate field options\n"
-@@ -139,7 +139,7 @@
- "default_keyfile 	= privkey.pem\n"
- "distinguished_name	= req_distinguished_name\n"
- "attributes		= req_attributes\n"
--"x509_extensions	= v3_ca	# The extentions to add to the self signed cert\n"
-+"x509_extensions	= v3_ca	# The extensions to add to the self signed cert\n"
- "\n"
- "string_mask = nombstr\n"
- "\n"
diff --git a/debian/patches/series b/debian/patches/series
index f3afb05..618ab0f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,6 +1,2 @@
-001_set-static-libdir-and-rpath-for-cmake.patch
-003_rename-plugin-dir.patch
 005_gcc47-ftbfs.patch
 006_inject-buildtype-from-outside.patch
-030_fix-man-pages.patch
-031_fix-spelling-errors.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/italc.git



More information about the debian-edu-commits mailing list