summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--CMakeL10n.txt7
-rw-r--r--CMakeLists.txt15
-rw-r--r--README14
-rw-r--r--README.md39
m---------cmake0
-rw-r--r--doc/CMakeLists.txt14
-rw-r--r--doc/da/CMakeLists.txt1
-rw-r--r--doc/en/CMakeLists.txt1
-rw-r--r--doc/it/CMakeLists.txt1
-rw-r--r--doc/man/CMakeLists.txt8
-rw-r--r--doc/man/kiosktool-tdedirs.110
-rw-r--r--doc/man/kiosktool.110
-rw-r--r--doc/nl/CMakeLists.txt1
-rw-r--r--doc/pt/CMakeLists.txt1
-rw-r--r--doc/sv/CMakeLists.txt1
-rw-r--r--kiosktool/component.h2
-rw-r--r--kiosktool/componentPage.cpp30
-rw-r--r--kiosktool/componentPage.h2
-rw-r--r--kiosktool/componentSelectionPage.cpp6
-rw-r--r--kiosktool/componentSelectionPage.h2
-rw-r--r--kiosktool/desktopComponent.cpp10
-rw-r--r--kiosktool/desktopComponent.h2
-rwxr-xr-xkiosktool/extractxml2
-rw-r--r--kiosktool/filetypeeditComponent.h2
-rw-r--r--kiosktool/kcms/autostart/kcmautostart.cpp4
-rw-r--r--kiosktool/kcms/autostart/kcmautostart.h4
-rw-r--r--kiosktool/kioskConfigDialog.cpp6
-rw-r--r--kiosktool/kioskConfigDialog.h2
-rw-r--r--kiosktool/kioskConfigDialog_ui.ui3
-rw-r--r--kiosktool/kioskgui.cpp62
-rw-r--r--kiosktool/kioskgui.h2
-rw-r--r--kiosktool/kioskrun.cpp6
-rw-r--r--kiosktool/kioskrun.h4
-rw-r--r--kiosktool/kiosksync.h2
-rw-r--r--kiosktool/menueditComponent.h2
-rw-r--r--kiosktool/panelComponent.h2
-rw-r--r--kiosktool/profilePropsPage.cpp8
-rw-r--r--kiosktool/profilePropsPage.h2
-rw-r--r--kiosktool/screensaverComponent.cpp2
-rw-r--r--kiosktool/screensaverComponent.h2
-rw-r--r--kiosktool/userManagement.cpp14
-rw-r--r--kiosktool/userManagement.h2
-rw-r--r--translations/CMakeLists.txt1
-rw-r--r--translations/desktop_files/kiosktool.desktop/it.po14
-rw-r--r--translations/desktop_files/kiosktool.desktop/pt.po16
-rw-r--r--translations/desktop_files/kiosktool.desktop/pt_BR.po14
-rw-r--r--translations/messages/CMakeLists.txt14
-rw-r--r--translations/messages/bg.po2
-rw-r--r--translations/messages/br.po23
-rw-r--r--translations/messages/ca.po2
-rw-r--r--translations/messages/cs.po2
-rw-r--r--translations/messages/cy.po5
-rw-r--r--translations/messages/da.po2
-rw-r--r--translations/messages/de.po23
-rw-r--r--translations/messages/en_GB.po2
-rw-r--r--translations/messages/es.po23
-rw-r--r--translations/messages/et.po23
-rw-r--r--translations/messages/fr.po2
-rw-r--r--translations/messages/ga.po2
-rw-r--r--translations/messages/is.po2
-rw-r--r--translations/messages/it.po37
-rw-r--r--translations/messages/kiosktool.pot95
-rw-r--r--translations/messages/lt.po2
-rw-r--r--translations/messages/mt.po2
-rw-r--r--translations/messages/nl.po23
-rw-r--r--translations/messages/pt.po23
-rw-r--r--translations/messages/pt_BR.po2
-rw-r--r--translations/messages/ro.po2
-rw-r--r--translations/messages/ru.po46
-rw-r--r--translations/messages/sr.po2
-rw-r--r--translations/messages/sr@Latn.po2
-rw-r--r--translations/messages/sv.po2
-rw-r--r--translations/messages/ta.po23
-rw-r--r--translations/messages/tr.po2
75 files changed, 261 insertions, 487 deletions
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 69dd7b2..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "cmake"]
- path = cmake
- url = https://system@scm.trinitydesktop.org/scm/git/tde-common-cmake
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index a525b71..0176702 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,12 +9,15 @@
#
#################################################
-cmake_minimum_required( VERSION 2.8 )
+
+##### set project version ########################
+
+include( TDEVersion )
+cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} )
##### include our cmake modules #################
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEL10n )
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ffed4fa..50d94a2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,13 +7,16 @@
############################################
-cmake_minimum_required( VERSION 2.8.12 )
+##### set project version ########################
+
+include( TDEVersion )
+cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} )
+tde_set_project_version( )
#### general package setup
project( kiosktool )
-set( VERSION R14.1.0 )
#### include essential cmake modules
@@ -29,7 +32,6 @@ include( CheckCXXSourceCompiles )
#### include our cmake modules
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )
@@ -71,10 +73,13 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
##### directories
add_subdirectory( ${PROJECT_NAME} )
-tde_conditional_add_subdirectory( BUILD_DOC doc )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )
+##### other data ################################
+
+tde_conditional_add_project_docs( BUILD_DOC )
+tde_conditional_add_project_translations( BUILD_TRANSLATIONS )
+
##### write configure files
diff --git a/README b/README
deleted file mode 100644
index d60d313..0000000
--- a/README
+++ /dev/null
@@ -1,14 +0,0 @@
-Kiosktool - a graphical KIOSK Admin Tool for TDE.
-
-
-KIOSK Admin Tool is a graphical tool for system administrators to manage
-on a system wide level TDE usage restrictions (KIOSK features) and
-default settings.
-
-It offers system administrators an easy way to predefine desktop
-configurations, lock down settings or otherwise restrict features of the
-TDE desktop environment.
-
-It is centered around "profiles", a profile is a collection of default
-settings and restrictions that can be applied to users or groups of
-users.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a17c670
--- /dev/null
+++ b/README.md
@@ -0,0 +1,39 @@
+Kiosktool - a graphical KIOSK Admin Tool for TDE.
+
+
+KIOSK Admin Tool is a graphical tool for system administrators to manage
+on a system wide level TDE usage restrictions (KIOSK features) and
+default settings.
+
+It offers system administrators an easy way to predefine desktop
+configurations, lock down settings or otherwise restrict features of the
+TDE desktop environment.
+
+It is centered around "profiles", a profile is a collection of default
+settings and restrictions that can be applied to users or groups of
+users.
+
+.
+
+Contributing
+--------------
+
+If you wish to contribute to Kiosktool, you might do so:
+
+- TDE Gitea Workspace (TGW) collaboration tool.
+ https://mirror.git.trinitydesktop.org/gitea
+
+- TDE Weblate Translation Workspace (TWTW) collaboration tool.
+ https://mirror.git.trinitydesktop.org/weblate
+
+
+Translations status
+---------------------
+
+### messages
+[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/kiosktool/multi-auto.svg
+"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/)
+
+### desktop files
+[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/kiosktool-kiosktooldesktop/multi-auto.svg
+"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool-kiosktooldesktop/)
diff --git a/cmake b/cmake
deleted file mode 160000
-Subproject 111a08942a8b5452cd51f41e6f811d55de30c65
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
deleted file mode 100644
index 70d6348..0000000
--- a/doc/CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-file( GLOB _dirs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} * )
-string( REGEX REPLACE "[ \r\n\t]+" ";" _linguas "$ENV{LINGUAS}" )
-
-foreach( _dir ${_dirs} )
- if( IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/${_dir} AND
- EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${_dir}/CMakeLists.txt )
- if( "${_dir}" STREQUAL "en" OR
- "${_dir}" STREQUAL "man" OR
- "${_linguas}" MATCHES "^;*$" OR
- ";${_linguas};" MATCHES ";${_dir};" )
- add_subdirectory( ${_dir} )
- endif( )
- endif()
-endforeach()
diff --git a/doc/da/CMakeLists.txt b/doc/da/CMakeLists.txt
deleted file mode 100644
index 6121dc2..0000000
--- a/doc/da/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG da )
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt
deleted file mode 100644
index ba3ef3e..0000000
--- a/doc/en/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-tde_create_handbook( DESTINATION ${PROJECT_NAME} )
diff --git a/doc/it/CMakeLists.txt b/doc/it/CMakeLists.txt
deleted file mode 100644
index e213f2f..0000000
--- a/doc/it/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG it )
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
deleted file mode 100644
index 3566987..0000000
--- a/doc/man/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-INSTALL(
- FILES
- ${PROJECT_NAME}.1
- ${PROJECT_NAME}-tdedirs.1
-
- DESTINATION ${MAN_INSTALL_DIR}/man1
- COMPONENT doc
-)
diff --git a/doc/man/kiosktool-tdedirs.1 b/doc/man/kiosktool-tdedirs.1
index 40cc5a9..e216018 100644
--- a/doc/man/kiosktool-tdedirs.1
+++ b/doc/man/kiosktool-tdedirs.1
@@ -4,7 +4,7 @@
kiosktool\-tdedirs
\- A tool to set $TDEDIRS according to the current user profile.
.SH SYNOPSIS
-kiosktool\-tdedirs [Qt\-options] [TDE\-options] [options]
+kiosktool\-tdedirs [TQt\-options] [TDE\-options] [options]
.SH DESCRIPTION
.SH OPTIONS
@@ -17,8 +17,8 @@ Output currently active prefixes
.B \-\-help
Show help about options
.TP
-.B \-\-help\-qt
-Show Qt specific options
+.B \-\-help\-tqt
+Show TQt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
@@ -67,7 +67,7 @@ sets the application GUI style.
.B \-\-geometry <geometry>
sets the client geometry of the main widget.
.SS
-.SS Qt options:
+.SS TQt options:
.TP
.B \-\-display <displayname>
Use the X\-server display 'displayname'.
@@ -86,7 +86,7 @@ using the QApplication::ManyColor color
specification.
.TP
.B \-\-nograb
-tells Qt to never grab the mouse or the keyboard.
+tells TQt to never grab the mouse or the keyboard.
.TP
.B \-\-dograb
running under a debugger can cause an implicit
diff --git a/doc/man/kiosktool.1 b/doc/man/kiosktool.1
index ef68463..39fd481 100644
--- a/doc/man/kiosktool.1
+++ b/doc/man/kiosktool.1
@@ -4,7 +4,7 @@
kiosktool
\- KIOSK Admin Tool
.SH SYNOPSIS
-kiosktool [Qt\-options] [TDE\-options] [options]
+kiosktool [TQt\-options] [TDE\-options] [options]
.SH DESCRIPTION
With this application we can lock the access to some parts of Trinity desktop
and its applications.
@@ -19,8 +19,8 @@ tderc file to save settings to [/etc/tderc]
.B \-\-help
Show help about options
.TP
-.B \-\-help\-qt
-Show Qt specific options
+.B \-\-help\-tqt
+Show TQt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
@@ -69,7 +69,7 @@ sets the application GUI style.
.B \-\-geometry <geometry>
sets the client geometry of the main widget.
.SS
-.SS Qt options:
+.SS TQt options:
.TP
.B \-\-display <displayname>
Use the X\-server display 'displayname'.
@@ -88,7 +88,7 @@ using the QApplication::ManyColor color
specification.
.TP
.B \-\-nograb
-tells Qt to never grab the mouse or the keyboard.
+tells TQt to never grab the mouse or the keyboard.
.TP
.B \-\-dograb
running under a debugger can cause an implicit
diff --git a/doc/nl/CMakeLists.txt b/doc/nl/CMakeLists.txt
deleted file mode 100644
index 39c20ab..0000000
--- a/doc/nl/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG nl )
diff --git a/doc/pt/CMakeLists.txt b/doc/pt/CMakeLists.txt
deleted file mode 100644
index fa558f0..0000000
--- a/doc/pt/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG pt )
diff --git a/doc/sv/CMakeLists.txt b/doc/sv/CMakeLists.txt
deleted file mode 100644
index bc04ab0..0000000
--- a/doc/sv/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG sv )
diff --git a/kiosktool/component.h b/kiosktool/component.h
index febcd81..138a6dd 100644
--- a/kiosktool/component.h
+++ b/kiosktool/component.h
@@ -23,7 +23,7 @@
class Component : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
Component( TQObject *parent);
diff --git a/kiosktool/componentPage.cpp b/kiosktool/componentPage.cpp
index 105a606..e4b666f 100644
--- a/kiosktool/componentPage.cpp
+++ b/kiosktool/componentPage.cpp
@@ -44,8 +44,8 @@ ComponentPage::ComponentPage( ComponentData *data, Component *component, TQWidge
: ComponentPageUI(parent, name, fl), PageWidget(this), m_data(data), m_component(component)
{
m_process = 0;
- connect(pbSetup, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotSetup()));
- connect(pbPreview, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotPreview()));
+ connect(pbSetup, TQ_SIGNAL(clicked()), this, TQ_SLOT(slotSetup()));
+ connect(pbPreview, TQ_SIGNAL(clicked()), this, TQ_SLOT(slotPreview()));
pbSetup->setText(i18n("&Setup %1").arg(m_data->caption));
pbPreview->setText(i18n("&Preview %1").arg(m_data->caption));
@@ -63,14 +63,14 @@ ComponentPage::ComponentPage( ComponentData *data, Component *component, TQWidge
if (firstTime)
{
firstTime = false;
- TQTimer::singleShot(0, this, TQT_SLOT(slotShowNotice()));
+ TQTimer::singleShot(0, this, TQ_SLOT(slotShowNotice()));
}
}
fillActionList(listComponentConfig, m_data);
- connect(listComponentConfig, TQT_SIGNAL(currentChanged(TQListViewItem *)),
- this, TQT_SLOT(slotShowAction(TQListViewItem *)));
+ connect(listComponentConfig, TQ_SIGNAL(currentChanged(TQListViewItem *)),
+ this, TQ_SLOT(slotShowAction(TQListViewItem *)));
slotShowAction(listComponentConfig->currentItem());
}
@@ -140,8 +140,8 @@ void ComponentPage::slotSetup()
if (!dcopApp.isEmpty())
{
KioskRun::self()->dcopClient()->setNotifications(true);
- connect(KioskRun::self()->dcopClient(), TQT_SIGNAL(applicationRegistered( const TQCString& )),
- this, TQT_SLOT(slotSetupAppRegistered( const TQCString& )));
+ connect(KioskRun::self()->dcopClient(), TQ_SIGNAL(applicationRegistered( const TQCString& )),
+ this, TQ_SLOT(slotSetupAppRegistered( const TQCString& )));
}
TQStringList args;
@@ -162,7 +162,7 @@ void ComponentPage::slotSetup()
if (m_process->isRunning())
{
- connect(m_process, TQT_SIGNAL(processExited(TDEProcess *)), this, TQT_SLOT(slotPreviewDone()));
+ connect(m_process, TQ_SIGNAL(processExited(TDEProcess *)), this, TQ_SLOT(slotPreviewDone()));
}
else
{
@@ -176,8 +176,8 @@ void ComponentPage::slotSetupDone()
m_process = 0;
KioskRun::self()->dcopClient()->setNotifications(false);
- disconnect(KioskRun::self()->dcopClient(), TQT_SIGNAL(applicationRegistered( const TQCString& )),
- this, TQT_SLOT(slotSetupAppRegistered( const TQCString& )));
+ disconnect(KioskRun::self()->dcopClient(), TQ_SIGNAL(applicationRegistered( const TQCString& )),
+ this, TQ_SLOT(slotSetupAppRegistered( const TQCString& )));
KioskRun::self()->makeMutable(false);
if (m_saveSettings)
@@ -239,8 +239,8 @@ void ComponentPage::slotPreview()
if (!dcopApp.isEmpty())
{
KioskRun::self()->dcopClient()->setNotifications(true);
- connect(KioskRun::self()->dcopClient(), TQT_SIGNAL(applicationRegistered( const TQCString& )),
- this, TQT_SLOT(slotPreviewAppRegistered( const TQCString& )));
+ connect(KioskRun::self()->dcopClient(), TQ_SIGNAL(applicationRegistered( const TQCString& )),
+ this, TQ_SLOT(slotPreviewAppRegistered( const TQCString& )));
}
TQStringList args;
@@ -260,7 +260,7 @@ void ComponentPage::slotPreview()
if (m_process->isRunning())
{
- connect(m_process, TQT_SIGNAL(processExited(TDEProcess *)), this, TQT_SLOT(slotPreviewDone()));
+ connect(m_process, TQ_SIGNAL(processExited(TDEProcess *)), this, TQ_SLOT(slotPreviewDone()));
}
else
{
@@ -282,8 +282,8 @@ void ComponentPage::slotPreviewAppRegistered( const TQCString &appid)
void ComponentPage::slotPreviewDone()
{
KioskRun::self()->dcopClient()->setNotifications(false);
- disconnect(KioskRun::self()->dcopClient(), TQT_SIGNAL(applicationRegistered( const TQCString& )),
- this, TQT_SLOT(slotPreviewAppRegistered( const TQCString& )));
+ disconnect(KioskRun::self()->dcopClient(), TQ_SIGNAL(applicationRegistered( const TQCString& )),
+ this, TQ_SLOT(slotPreviewAppRegistered( const TQCString& )));
delete m_process;
m_process = 0;
diff --git a/kiosktool/componentPage.h b/kiosktool/componentPage.h
index 8e0e716..f94d84b 100644
--- a/kiosktool/componentPage.h
+++ b/kiosktool/componentPage.h
@@ -28,7 +28,7 @@ class ComponentData;
class ComponentPage : public ComponentPageUI, public PageWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
ComponentPage( ComponentData *data, Component *component, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
diff --git a/kiosktool/componentSelectionPage.cpp b/kiosktool/componentSelectionPage.cpp
index b047b13..dfc58ed 100644
--- a/kiosktool/componentSelectionPage.cpp
+++ b/kiosktool/componentSelectionPage.cpp
@@ -49,9 +49,9 @@ ComponentSelectionPage::ComponentSelectionPage( KioskData *data, TQWidget* paren
listComponent->setGridX(110);
listComponent->setGridY(75);
loadComponentList();
- connect(listComponent, TQT_SIGNAL(clicked(TQIconViewItem *)), this, TQT_SLOT(slotComponentActivated(TQIconViewItem *)));
- connect(listComponent, TQT_SIGNAL(returnPressed (TQIconViewItem *)), this, TQT_SLOT(slotComponentActivated(TQIconViewItem *)));
- connect(pbSetup, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotComponentActivated()));
+ connect(listComponent, TQ_SIGNAL(clicked(TQIconViewItem *)), this, TQ_SLOT(slotComponentActivated(TQIconViewItem *)));
+ connect(listComponent, TQ_SIGNAL(returnPressed (TQIconViewItem *)), this, TQ_SLOT(slotComponentActivated(TQIconViewItem *)));
+ connect(pbSetup, TQ_SIGNAL(clicked()), this, TQ_SLOT(slotComponentActivated()));
}
ComponentSelectionPage::~ComponentSelectionPage()
diff --git a/kiosktool/componentSelectionPage.h b/kiosktool/componentSelectionPage.h
index c9366de..94e6783 100644
--- a/kiosktool/componentSelectionPage.h
+++ b/kiosktool/componentSelectionPage.h
@@ -26,7 +26,7 @@ class KioskData;
class ComponentSelectionPage : public ComponentSelectionPageUI, public PageWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
ComponentSelectionPage( KioskData *data, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
diff --git a/kiosktool/desktopComponent.cpp b/kiosktool/desktopComponent.cpp
index 5dea814..15b3b76 100644
--- a/kiosktool/desktopComponent.cpp
+++ b/kiosktool/desktopComponent.cpp
@@ -46,7 +46,7 @@ DesktopComponent::slotSetupPrepare()
{
m_iconPositionsFile = KioskRun::self()->locateLocal("data", "kdesktop/IconPositions");
::unlink(TQFile::encodeName(m_iconPositionsFile));
- connect(&m_timer, TQT_SIGNAL(timeout()), this, TQT_SLOT(slotSetupStarted()));
+ connect(&m_timer, TQ_SIGNAL(timeout()), this, TQ_SLOT(slotSetupStarted()));
}
void
@@ -56,8 +56,8 @@ DesktopComponent::slotSetupStarted()
TQFileInfo info(desktop);
if (info.exists())
{
- disconnect(&m_timer, TQT_SIGNAL(timeout()), this, TQT_SLOT(slotSetupStarted()));
- connect(&m_timer, TQT_SIGNAL(timeout()), this, TQT_SLOT(slotSetupReady()));
+ disconnect(&m_timer, TQ_SIGNAL(timeout()), this, TQ_SLOT(slotSetupStarted()));
+ connect(&m_timer, TQ_SIGNAL(timeout()), this, TQ_SLOT(slotSetupReady()));
m_timer.start(1000, true);
}
else
@@ -113,8 +113,8 @@ DesktopComponent::setupFinished()
{
bool result = true;
- disconnect(&m_timer, TQT_SIGNAL(timeout()), this, TQT_SLOT(slotSetupStarted()));
- disconnect(&m_timer, TQT_SIGNAL(timeout()), this, TQT_SLOT(slotSetupReady()));
+ disconnect(&m_timer, TQ_SIGNAL(timeout()), this, TQ_SLOT(slotSetupStarted()));
+ disconnect(&m_timer, TQ_SIGNAL(timeout()), this, TQ_SLOT(slotSetupReady()));
m_timer.stop();
KSimpleConfig newCfg(m_iconPositionsFile, true);
diff --git a/kiosktool/desktopComponent.h b/kiosktool/desktopComponent.h
index 1b28c13..17167b2 100644
--- a/kiosktool/desktopComponent.h
+++ b/kiosktool/desktopComponent.h
@@ -26,7 +26,7 @@
class DesktopComponent: public Component
{
- Q_OBJECT
+ TQ_OBJECT
public:
DesktopComponent( TQObject *parent = 0);
diff --git a/kiosktool/extractxml b/kiosktool/extractxml
index 629ab1d..c9314c7 100755
--- a/kiosktool/extractxml
+++ b/kiosktool/extractxml
@@ -6,7 +6,7 @@
#
# It is based on extractrc but differs in the following ways:
# *) Extracts <caption> and <description> tags
-# *) Performs equivalent of QString::simplifyWhiteSpace on all strings
+# *) Performs equivalent of TQString::simplifyWhiteSpace on all strings
#
# known flags:
# --tag=name : extract also the tag name
diff --git a/kiosktool/filetypeeditComponent.h b/kiosktool/filetypeeditComponent.h
index 2113bbd..4f5a114 100644
--- a/kiosktool/filetypeeditComponent.h
+++ b/kiosktool/filetypeeditComponent.h
@@ -26,7 +26,7 @@
class FileTypeEditComponent: public Component
{
- Q_OBJECT
+ TQ_OBJECT
public:
FileTypeEditComponent( TQObject *parent = 0);
diff --git a/kiosktool/kcms/autostart/kcmautostart.cpp b/kiosktool/kcms/autostart/kcmautostart.cpp
index e8bb8aa..113d160 100644
--- a/kiosktool/kcms/autostart/kcmautostart.cpp
+++ b/kiosktool/kcms/autostart/kcmautostart.cpp
@@ -117,7 +117,7 @@ void AutoStartConfig::load() {
if ( !name.isEmpty() )
{
CheckListItem *clitem = new CheckListItem( _lvStartup, TQString() );
- connect( clitem, TQT_SIGNAL( changed( TQCheckListItem * ) ), TQT_SLOT( slotItemChecked( TQCheckListItem * ) ) );
+ connect( clitem, TQ_SIGNAL( changed( TQCheckListItem * ) ), TQ_SLOT( slotItemChecked( TQCheckListItem * ) ) );
clitem->setText( 1, name );
clitem->setText( 2, file.readComment() );
clitem->setText( 3, *it );
@@ -150,7 +150,7 @@ void AutoStartConfig::save()
++it;
}
- //TQTimer::singleShot(0, this, TQT_SLOT(slotServiceRunningToggled()));
+ //TQTimer::singleShot(0, this, TQ_SLOT(slotServiceRunningToggled()));
}
void AutoStartConfig::defaults()
diff --git a/kiosktool/kcms/autostart/kcmautostart.h b/kiosktool/kcms/autostart/kcmautostart.h
index dcfe25a..7265e3e 100644
--- a/kiosktool/kcms/autostart/kcmautostart.h
+++ b/kiosktool/kcms/autostart/kcmautostart.h
@@ -28,7 +28,7 @@ class TQPushButton;
class AutoStartConfig : public TDECModule
{
-Q_OBJECT
+TQ_OBJECT
public:
AutoStartConfig(TQWidget* parent, const char* name= 0L, const TQStringList& foo = TQStringList());
@@ -53,7 +53,7 @@ private:
class CheckListItem : public TQObject, public TQCheckListItem
{
- Q_OBJECT
+ TQ_OBJECT
public:
CheckListItem(TQListView* parent, const TQString &text);
diff --git a/kiosktool/kioskConfigDialog.cpp b/kiosktool/kioskConfigDialog.cpp
index 2580894..30eb3ed 100644
--- a/kiosktool/kioskConfigDialog.cpp
+++ b/kiosktool/kioskConfigDialog.cpp
@@ -45,9 +45,9 @@ KioskConfigDialog::KioskConfigDialog(TQWidget *parent)
setMainWidget(w);
init();
- connect(w->lineProfilePrefix, TQT_SIGNAL(textChanged( const TQString& )), TQT_SLOT(updateExample()));
- connect(w->lineUpload, TQT_SIGNAL(textChanged( const TQString& )), TQT_SLOT(updateExample()));
- connect(w->lineUploadPrefix, TQT_SIGNAL(textChanged( const TQString& )), TQT_SLOT(updateExample()));
+ connect(w->lineProfilePrefix, TQ_SIGNAL(textChanged( const TQString& )), TQ_SLOT(updateExample()));
+ connect(w->lineUpload, TQ_SIGNAL(textChanged( const TQString& )), TQ_SLOT(updateExample()));
+ connect(w->lineUploadPrefix, TQ_SIGNAL(textChanged( const TQString& )), TQ_SLOT(updateExample()));
}
KioskConfigDialog::~KioskConfigDialog()
diff --git a/kiosktool/kioskConfigDialog.h b/kiosktool/kioskConfigDialog.h
index 7695f40..d6b883b 100644
--- a/kiosktool/kioskConfigDialog.h
+++ b/kiosktool/kioskConfigDialog.h
@@ -25,7 +25,7 @@ class KioskConfigDialogUI;
class KioskConfigDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
KioskConfigDialog(TQWidget *parent);
diff --git a/kiosktool/kioskConfigDialog_ui.ui b/kiosktool/kioskConfigDialog_ui.ui
index aba7d97..234f8e8 100644
--- a/kiosktool/kioskConfigDialog_ui.ui
+++ b/kiosktool/kioskConfigDialog_ui.ui
@@ -209,9 +209,6 @@
<property name="text">
<string>Do not show users with a UID lower than</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
diff --git a/kiosktool/kioskgui.cpp b/kiosktool/kioskgui.cpp
index 749e72c..f59e471 100644
--- a/kiosktool/kioskgui.cpp
+++ b/kiosktool/kioskgui.cpp
@@ -88,8 +88,8 @@ KioskGui::KioskGui()
m_view->pbHelp->hide(); // TODO, write help :)
- connect(m_view->pbDiscard, TQT_SIGNAL(clicked()), this, TQT_SLOT(discardPage()));
- connect(m_view->pbFinished, TQT_SIGNAL(clicked()), this, TQT_SLOT(finishedPage()));
+ connect(m_view->pbDiscard, TQ_SIGNAL(clicked()), this, TQ_SLOT(discardPage()));
+ connect(m_view->pbFinished, TQ_SIGNAL(clicked()), this, TQ_SLOT(finishedPage()));
TDEConfig *config = kapp->config();
config->setGroup("General");
@@ -98,7 +98,7 @@ KioskGui::KioskGui()
selectPage(PAGE_PROFILE_SELECTION, true);
- TQTimer::singleShot(0, this, TQT_SLOT(slotCheckEtcSkel()));
+ TQTimer::singleShot(0, this, TQ_SLOT(slotCheckEtcSkel()));
}
KioskGui::~KioskGui()
@@ -135,12 +135,12 @@ void KioskGui::slotCheckEtcSkel()
void KioskGui::setWidgetBackground(TQWidget *w)
{
- TQObjectList *l = w->queryList( TQWIDGET_OBJECT_NAME_STRING );
+ TQObjectList *l = w->queryList( "TQWidget" );
TQObjectListIt it( *l );
for(TQWidget *wid=0; (wid = (TQWidget*)it.current()); ++it)
{
wid->setBackgroundOrigin(WindowOrigin);
- if (::tqqt_cast<TQPushButton*>(wid))
+ if (::tqt_cast<TQPushButton*>(wid))
wid->setAutoMask(true);
}
w->setBackgroundOrigin(WindowOrigin);
@@ -154,21 +154,21 @@ void KioskGui::setSubCaption(const TQString &subCaption)
void KioskGui::setupActions()
{
-// KStdAction::open(this, TQT_SLOT(fileOpen()), actionCollection());
-// KStdAction::save(this, TQT_SLOT(fileSave()), actionCollection());
-// KStdAction::saveAs(this, TQT_SLOT(fileSaveAs()), actionCollection());
- KStdAction::quit(this, TQT_SLOT(close()), actionCollection());
-// KStdAction::back(this, TQT_SLOT(previousPage()), actionCollection(), "previousPage");
-// KStdAction::forward(this, TQT_SLOT(nextPage()), actionCollection(), "nextPage");
+// KStdAction::open(this, TQ_SLOT(fileOpen()), actionCollection());
+// KStdAction::save(this, TQ_SLOT(fileSave()), actionCollection());
+// KStdAction::saveAs(this, TQ_SLOT(fileSaveAs()), actionCollection());
+ KStdAction::quit(this, TQ_SLOT(close()), actionCollection());
+// KStdAction::back(this, TQ_SLOT(previousPage()), actionCollection(), "previousPage");
+// KStdAction::forward(this, TQ_SLOT(nextPage()), actionCollection(), "nextPage");
// createStandardStatusBarAction();
// setStandardToolBarMenuEnabled(true);
-// KStdAction::keyBindings(this, TQT_SLOT(optionsConfigureKeys()), actionCollection());
-// KStdAction::configureToolbars(this, TQT_SLOT(optionsConfigureToolbars()), actionCollection());
- KStdAction::preferences(this, TQT_SLOT(slotConfig()), actionCollection());
- m_uploadAction = new TDEAction(i18n("Upload &All Profiles"), TQString(), 0, this, TQT_SLOT(uploadAllProfiles()), actionCollection(), "upload_all");
- m_backgroundAction = new TDEToggleAction(i18n("Background Graphics"), TQString(), 0, this, TQT_SLOT(slotUpdateBackground()), actionCollection(), "show_background");
+// KStdAction::keyBindings(this, TQ_SLOT(optionsConfigureKeys()), actionCollection());
+// KStdAction::configureToolbars(this, TQ_SLOT(optionsConfigureToolbars()), actionCollection());
+ KStdAction::preferences(this, TQ_SLOT(slotConfig()), actionCollection());
+ m_uploadAction = new TDEAction(i18n("Upload &All Profiles"), TQString(), 0, this, TQ_SLOT(uploadAllProfiles()), actionCollection(), "upload_all");
+ m_backgroundAction = new TDEToggleAction(i18n("Background Graphics"), TQString(), 0, this, TQ_SLOT(slotUpdateBackground()), actionCollection(), "show_background");
updateActions();
}
@@ -277,21 +277,21 @@ void KioskGui::selectPage(int page, bool save)
setWidgetBackground(m_profileSelectionPage);
connect(m_profileSelectionPage->listProfile,
- TQT_SIGNAL(contextMenuRequested(TQListViewItem *, const TQPoint &, int)),
- this, TQT_SLOT(slotProfileContextMenu(TQListViewItem *, const TQPoint &)));
+ TQ_SIGNAL(contextMenuRequested(TQListViewItem *, const TQPoint &, int)),
+ this, TQ_SLOT(slotProfileContextMenu(TQListViewItem *, const TQPoint &)));
connect(m_profileSelectionPage->listProfile,
- TQT_SIGNAL(doubleClicked (TQListViewItem *, const TQPoint &, int )),
- this, TQT_SLOT(nextPage()));
- connect(m_profileSelectionPage->buttonDelete, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotDeleteProfile()));
- connect(m_profileSelectionPage->buttonAdd, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotAddProfile()));
- connect(m_profileSelectionPage->buttonProperty, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotProfileProperties()));
- connect(m_profileSelectionPage->buttonSetup, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotProfileSetup()));
- connect(m_profileSelectionPage->buttonUsers, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotManageUsers()));
+ TQ_SIGNAL(doubleClicked (TQListViewItem *, const TQPoint &, int )),
+ this, TQ_SLOT(nextPage()));
+ connect(m_profileSelectionPage->buttonDelete, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotDeleteProfile()));
+ connect(m_profileSelectionPage->buttonAdd, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotAddProfile()));
+ connect(m_profileSelectionPage->buttonProperty, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotProfileProperties()));
+ connect(m_profileSelectionPage->buttonSetup, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotProfileSetup()));
+ connect(m_profileSelectionPage->buttonUsers, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotManageUsers()));
m_view->widgetStack->addWidget(m_profileSelectionPage, PAGE_PROFILE_SELECTION);
m_profileSelectionPage->listProfile->setFocus();
@@ -305,7 +305,7 @@ void KioskGui::selectPage(int page, bool save)
}
m_componentSelectionPage = new ComponentSelectionPage(m_data, this);
- connect(m_componentSelectionPage, TQT_SIGNAL(componentActivated()), this, TQT_SLOT(nextPage()));
+ connect(m_componentSelectionPage, TQ_SIGNAL(componentActivated()), this, TQ_SLOT(nextPage()));
m_componentSelectionPage->setCurrentComponent(m_component);
setWidgetBackground(m_componentSelectionPage);
diff --git a/kiosktool/kioskgui.h b/kiosktool/kioskgui.h
index 94b3356..c4d0e6e 100644
--- a/kiosktool/kioskgui.h
+++ b/kiosktool/kioskgui.h
@@ -37,7 +37,7 @@ class TDEToggleAction;
class KioskGui : public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum { PAGE_PROFILE_SELECTION = 1,
diff --git a/kiosktool/kioskrun.cpp b/kiosktool/kioskrun.cpp
index e4eede9..5242749 100644
--- a/kiosktool/kioskrun.cpp
+++ b/kiosktool/kioskrun.cpp
@@ -778,7 +778,7 @@ KioskRun::setupRuntimeEnv()
tdeinit << "tdeinit";
- connect(&tdeinit, TQT_SIGNAL(processExited(TDEProcess *)), &dlg, TQT_SLOT(slotFinished()));
+ connect(&tdeinit, TQ_SIGNAL(processExited(TDEProcess *)), &dlg, TQ_SLOT(slotFinished()));
tdeinit.start(TDEProcess::NotifyOnExit);
@@ -1663,7 +1663,7 @@ KioskRunProgressDialog::KioskRunProgressDialog(TQWidget *parent, const char *nam
const TQString &caption, const TQString &text)
: KProgressDialog(parent, name, caption, text, true)
{
- connect(&m_timer, TQT_SIGNAL(timeout()), this, TQT_SLOT(slotProgress()));
+ connect(&m_timer, TQ_SIGNAL(timeout()), this, TQ_SLOT(slotProgress()));
progressBar()->setTotalSteps(20);
m_timeStep = 700;
m_timer.start(m_timeStep);
@@ -1692,7 +1692,7 @@ KioskRunProgressDialog::slotFinished()
{
progressBar()->setProgress(20);
m_timer.stop();
- TQTimer::singleShot(1000, this, TQT_SLOT(close()));
+ TQTimer::singleShot(1000, this, TQ_SLOT(close()));
}
diff --git a/kiosktool/kioskrun.h b/kiosktool/kioskrun.h
index 4275cb3..ffb4b4d 100644
--- a/kiosktool/kioskrun.h
+++ b/kiosktool/kioskrun.h
@@ -41,7 +41,7 @@ class KioskRun : public TQObject
{
friend class KioskGui;
- Q_OBJECT
+ TQ_OBJECT
public:
static KioskRun* self() { return s_self; }
@@ -213,7 +213,7 @@ private:
class KioskRunProgressDialog : public KProgressDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
KioskRunProgressDialog(TQWidget *parent, const char *name,
diff --git a/kiosktool/kiosksync.h b/kiosktool/kiosksync.h
index 9218f77..58dd785 100644
--- a/kiosktool/kiosksync.h
+++ b/kiosktool/kiosksync.h
@@ -31,7 +31,7 @@ class KSimpleConfig;
class KioskSync : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
KioskSync( TQWidget* parent = 0, const char* name = 0);
diff --git a/kiosktool/menueditComponent.h b/kiosktool/menueditComponent.h
index cea42a0..594280f 100644
--- a/kiosktool/menueditComponent.h
+++ b/kiosktool/menueditComponent.h
@@ -26,7 +26,7 @@
class MenuEditComponent: public Component
{
- Q_OBJECT
+ TQ_OBJECT
public:
MenuEditComponent( TQObject *parent = 0);
diff --git a/kiosktool/panelComponent.h b/kiosktool/panelComponent.h
index 05fac1b..093cc84 100644
--- a/kiosktool/panelComponent.h
+++ b/kiosktool/panelComponent.h
@@ -26,7 +26,7 @@
class PanelComponent: public Component
{
- Q_OBJECT
+ TQ_OBJECT
public:
PanelComponent( TQObject *parent = 0);
diff --git a/kiosktool/profilePropsPage.cpp b/kiosktool/profilePropsPage.cpp
index 4c59ffe..7767660 100644
--- a/kiosktool/profilePropsPage.cpp
+++ b/kiosktool/profilePropsPage.cpp
@@ -93,12 +93,12 @@ void ProfilePropsPage::load()
TQString profilePrefix = KioskRun::self()->getProfilePrefix();
m_fixedProfileDir = !profilePrefix.isEmpty();
- connect(editProfileName, TQT_SIGNAL(textChanged(const TQString&)),
- this, TQT_SLOT(slotProfileNameChanged()));
+ connect(editProfileName, TQ_SIGNAL(textChanged(const TQString&)),
+ this, TQ_SLOT(slotProfileNameChanged()));
#if 0
- connect(kurlInstallDir, TQT_SIGNAL(textChanged(const TQString&)),
- this, TQT_SLOT(updateButtons()));
+ connect(kurlInstallDir, TQ_SIGNAL(textChanged(const TQString&)),
+ this, TQ_SLOT(updateButtons()));
#endif
comboUser->setEditable(true);
diff --git a/kiosktool/profilePropsPage.h b/kiosktool/profilePropsPage.h
index 446ae5d..40421a2 100644
--- a/kiosktool/profilePropsPage.h
+++ b/kiosktool/profilePropsPage.h
@@ -24,7 +24,7 @@
class ProfilePropsPage : public ProfilePropsPageUI, public PageWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
ProfilePropsPage(TQWidget *parent, const TQString &profile);
diff --git a/kiosktool/screensaverComponent.cpp b/kiosktool/screensaverComponent.cpp
index 73a99c0..1ae6bee 100644
--- a/kiosktool/screensaverComponent.cpp
+++ b/kiosktool/screensaverComponent.cpp
@@ -25,7 +25,7 @@ ScreenSaverComponent::ScreenSaverComponent( TQObject *parent)
: Component(parent)
{
tqWarning("ScreenSaverComponent::ScreenSaverComponent");
- connect(&m_timer, TQT_SIGNAL(timeout()), this, TQT_SLOT(slotPreviewStarted()));
+ connect(&m_timer, TQ_SIGNAL(timeout()), this, TQ_SLOT(slotPreviewStarted()));
}
ScreenSaverComponent::~ScreenSaverComponent()
diff --git a/kiosktool/screensaverComponent.h b/kiosktool/screensaverComponent.h
index 5c507f8..609e8c9 100644
--- a/kiosktool/screensaverComponent.h
+++ b/kiosktool/screensaverComponent.h
@@ -25,7 +25,7 @@
class ScreenSaverComponent: public Component
{
- Q_OBJECT
+ TQ_OBJECT
public:
ScreenSaverComponent( TQObject *parent = 0);
diff --git a/kiosktool/userManagement.cpp b/kiosktool/userManagement.cpp
index f69288a..0285d09 100644
--- a/kiosktool/userManagement.cpp
+++ b/kiosktool/userManagement.cpp
@@ -52,13 +52,13 @@ UserManagementPage::UserManagementPage(TQWidget* parent, const char* name, WFlag
// actionButton(KDialogBase::Ok)->setFocus();
- connect(buttonAddGroup, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotAddGroup()));
- connect(buttonDeleteGroup, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotDeleteGroup()));
- connect(buttonAddUser, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotAddUser()));
- connect(buttonDeleteUser, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotDeleteUser()));
+ connect(buttonAddGroup, TQ_SIGNAL(clicked()), this, TQ_SLOT(slotAddGroup()));
+ connect(buttonDeleteGroup, TQ_SIGNAL(clicked()), this, TQ_SLOT(slotDeleteGroup()));
+ connect(buttonAddUser, TQ_SIGNAL(clicked()), this, TQ_SLOT(slotAddUser()));
+ connect(buttonDeleteUser, TQ_SIGNAL(clicked()), this, TQ_SLOT(slotDeleteUser()));
- connect(listGroups, TQT_SIGNAL(selectionChanged()), this, TQT_SLOT(slotUpdateButtons()));
- connect(listUsers, TQT_SIGNAL(selectionChanged()), this, TQT_SLOT(slotUpdateButtons()));
+ connect(listGroups, TQ_SIGNAL(selectionChanged()), this, TQ_SLOT(slotUpdateButtons()));
+ connect(listUsers, TQ_SIGNAL(selectionChanged()), this, TQ_SLOT(slotUpdateButtons()));
// init();
static bool firstTime = true;
@@ -66,7 +66,7 @@ UserManagementPage::UserManagementPage(TQWidget* parent, const char* name, WFlag
if (firstTime)
{
firstTime = false;
- TQTimer::singleShot(0, this, TQT_SLOT(slotShowNotice()));
+ TQTimer::singleShot(0, this, TQ_SLOT(slotShowNotice()));
}
}
diff --git a/kiosktool/userManagement.h b/kiosktool/userManagement.h
index 309e764..a013be5 100644
--- a/kiosktool/userManagement.h
+++ b/kiosktool/userManagement.h
@@ -26,7 +26,7 @@ class UserManagementUI;
class UserManagementPage : public UserManagementUI, public PageWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
UserManagementPage(TQWidget* parent, const char* name = 0, WFlags fl = 0);
diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt
deleted file mode 100644
index 42b186a..0000000
--- a/translations/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-tde_auto_add_subdirectories()
diff --git a/translations/desktop_files/kiosktool.desktop/it.po b/translations/desktop_files/kiosktool.desktop/it.po
index ce515f1..bd02b91 100644
--- a/translations/desktop_files/kiosktool.desktop/it.po
+++ b/translations/desktop_files/kiosktool.desktop/it.po
@@ -1,20 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# Michele Calgaro <michele.calgaro@yahoo.it>, 2021.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-06 16:40+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2021-09-10 03:45+0000\n"
+"Last-Translator: Michele Calgaro <michele.calgaro@yahoo.it>\n"
+"Language-Team: Italian <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/applications/kiosktool-kiosktooldesktop/it/>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Weblate 4.8\n"
#. Name
#: kiosktool.desktop:9
@@ -23,6 +24,5 @@ msgstr "Strumento di amministrazione Kiosk"
#. GenericName
#: kiosktool.desktop:11
-#, fuzzy
msgid "Kiosk Admin Tool"
msgstr "Strumento di amministrazione Kiosk"
diff --git a/translations/desktop_files/kiosktool.desktop/pt.po b/translations/desktop_files/kiosktool.desktop/pt.po
index aae20d5..a4c0eed 100644
--- a/translations/desktop_files/kiosktool.desktop/pt.po
+++ b/translations/desktop_files/kiosktool.desktop/pt.po
@@ -1,20 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# Hugo Carvalho <hugokarvalho@hotmail.com>, 2021.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-06 16:40+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2021-08-19 18:14+0000\n"
+"Last-Translator: Hugo Carvalho <hugokarvalho@hotmail.com>\n"
+"Language-Team: Portuguese <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/applications/kiosktool-kiosktooldesktop/pt/>\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n > 1;\n"
+"X-Generator: Weblate 4.7.2\n"
#. Name
#: kiosktool.desktop:9
@@ -23,6 +24,5 @@ msgstr "Ferramenta de Administração do Quiosque"
#. GenericName
#: kiosktool.desktop:11
-#, fuzzy
msgid "Kiosk Admin Tool"
-msgstr "Ferramenta de Administração do Quiosque"
+msgstr "Ferramenta de Administração do Kiosk"
diff --git a/translations/desktop_files/kiosktool.desktop/pt_BR.po b/translations/desktop_files/kiosktool.desktop/pt_BR.po
index 6657f65..f75e5d8 100644
--- a/translations/desktop_files/kiosktool.desktop/pt_BR.po
+++ b/translations/desktop_files/kiosktool.desktop/pt_BR.po
@@ -1,20 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# Sebastião Guerra <sebastiao.luiz.guerra@gmail.com>, 2021.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-06 16:40+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2021-12-17 21:59+0000\n"
+"Last-Translator: Sebastião Guerra <sebastiao.luiz.guerra@gmail.com>\n"
+"Language-Team: Portuguese (Brazil) <https://mirror.git.trinitydesktop.org/"
+"weblate/projects/applications/kiosktool-kiosktooldesktop/pt_BR/>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n > 1;\n"
+"X-Generator: Weblate 4.9.1\n"
#. Name
#: kiosktool.desktop:9
@@ -23,6 +24,5 @@ msgstr "Ferramenta de administração Kiosh"
#. GenericName
#: kiosktool.desktop:11
-#, fuzzy
msgid "Kiosk Admin Tool"
msgstr "Ferramenta de administração Kiosh"
diff --git a/translations/messages/CMakeLists.txt b/translations/messages/CMakeLists.txt
deleted file mode 100644
index 75c89f8..0000000
--- a/translations/messages/CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-file( GLOB_RECURSE po_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po )
-string( REGEX REPLACE "[ \r\n\t]+" ";" _linguas "$ENV{LINGUAS}" )
-
-foreach( _po ${po_files} )
- get_filename_component( _lang ${_po} NAME_WE )
- if( "${_linguas}" MATCHES "^;*$" OR ";${_linguas};" MATCHES ";${_lang};" )
- if( "${_po}" MATCHES "^([^/]*)/.*" )
- string( REGEX REPLACE "^([^/]*)/.*" "\\1" _component "${_po}" )
- else( )
- set( _component "${PROJECT_NAME}" )
- endif( )
- tde_create_translation( FILES ${_po} LANG ${_lang} OUTPUT_NAME ${_component} )
- endif( )
-endforeach( )
diff --git a/translations/messages/bg.po b/translations/messages/bg.po
index a63dd52..218b4bc 100644
--- a/translations/messages/bg.po
+++ b/translations/messages/bg.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kiosktool\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2004-12-24 18:17+0200\n"
"Last-Translator: Radostin Radnev <radnev@yahoo.com>\n"
"Language-Team: Bulgarian <dict@linux.zonebg.com>\n"
diff --git a/translations/messages/br.po b/translations/messages/br.po
index 9d87b74..4ca6f86 100644
--- a/translations/messages/br.po
+++ b/translations/messages/br.po
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kdeextragear-3/kiosktool.po\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2004-09-20 15:44+0200\n"
"Last-Translator: Thierry Vignaud <tvignaud@mandrakesoft.com>\n"
"Language-Team: br <LL@li.org>\n"
@@ -1203,27 +1203,6 @@ msgstr ""
#~ msgid "&Delete"
#~ msgstr "&Lemel ar profil"
-#~ msgid "Alt+S"
-#~ msgstr "Alt+S"
-
-#~ msgid "Alt+P"
-#~ msgstr "Alt+P"
-
-#~ msgid "Alt+H"
-#~ msgstr "Alt+H"
-
-#~ msgid "Alt+F"
-#~ msgstr "Alt+F"
-
-#~ msgid "Alt+N"
-#~ msgstr "Alt+N"
-
-#~ msgid "Alt+A"
-#~ msgstr "Alt+A"
-
-#~ msgid "Alt+D"
-#~ msgstr "Alt+D"
-
#~ msgid "%1 Configuration"
#~ msgstr "Kefluniadur %1"
diff --git a/translations/messages/ca.po b/translations/messages/ca.po
index 6a298c2..25ece96 100644
--- a/translations/messages/ca.po
+++ b/translations/messages/ca.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/messages/cs.po b/translations/messages/cs.po
index 4daa30c..c318759 100644
--- a/translations/messages/cs.po
+++ b/translations/messages/cs.po
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kiosktool\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2004-07-01 14:53+0200\n"
"Last-Translator: Klara Cihlarova <koty@seznam.cz>\n"
"Language-Team: cs_CZ <cs@li.org>\n"
diff --git a/translations/messages/cy.po b/translations/messages/cy.po
index 829fa24..9e7880e 100644
--- a/translations/messages/cy.po
+++ b/translations/messages/cy.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ../cy/messages//kdeextragear-3/kiosktool.po\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2004-09-20 15:44+0200\n"
"Last-Translator: Thierry Vignaud <tvignaud@mandrakesoft.com>\n"
"Language-Team: br <LL@li.org>\n"
@@ -1202,9 +1202,6 @@ msgstr ""
#~ msgid "&Delete"
#~ msgstr "&Dileu Proffil"
-#~ msgid "Alt+A"
-#~ msgstr "Alt+A"
-
#~ msgid "Action"
#~ msgstr "Gweithred"
diff --git a/translations/messages/da.po b/translations/messages/da.po
index 5d4c7fe..9feb2fa 100644
--- a/translations/messages/da.po
+++ b/translations/messages/da.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kiosktool\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2005-01-21 20:29+0100\n"
"Last-Translator: Rune Rønde Laursen <runerl@skjoldhoej.dk>\n"
"Language-Team: dansk <dansk@klid.dk>\n"
diff --git a/translations/messages/de.po b/translations/messages/de.po
index eaa6333..3079ec0 100644
--- a/translations/messages/de.po
+++ b/translations/messages/de.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: kiosktool\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2019-12-17 06:26+0000\n"
"Last-Translator: Chris <xchrisx@uber.space>\n"
"Language-Team: German <https://mirror.git.trinitydesktop.org/weblate/"
@@ -1427,29 +1427,8 @@ msgstr "Benutzer Policy &löschen"
#~ msgid "ComponentPageUI"
#~ msgstr "ComponentPageUI"
-#~ msgid "Alt+S"
-#~ msgstr "Alt+S"
-
-#~ msgid "Alt+P"
-#~ msgstr "Alt+P"
-
#~ msgid "ComponentSelectionPageUI"
#~ msgstr "ComponentSelectionPageUI"
#~ msgid "MainView"
#~ msgstr "Hauptansicht"
-
-#~ msgid "Alt+H"
-#~ msgstr "Alt+H"
-
-#~ msgid "Alt+F"
-#~ msgstr "Alt+F"
-
-#~ msgid "Alt+N"
-#~ msgstr "Alt+N"
-
-#~ msgid "Alt+A"
-#~ msgstr "Alt+A"
-
-#~ msgid "Alt+D"
-#~ msgstr "Alt+D"
diff --git a/translations/messages/en_GB.po b/translations/messages/en_GB.po
index b09e46f..8d42fe3 100644
--- a/translations/messages/en_GB.po
+++ b/translations/messages/en_GB.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: kiosktool\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2005-01-31 15:33+0000\n"
"Last-Translator: Andrew Coles <andrew_coles@yahoo.co.uk>\n"
"Language-Team: British English <kde-en-gb@kde.me.uk>\n"
diff --git a/translations/messages/es.po b/translations/messages/es.po
index 4e61578..391d0f3 100644
--- a/translations/messages/es.po
+++ b/translations/messages/es.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kiosktool\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2004-12-08 11:58+0100\n"
"Last-Translator: Enrique Matias Sanchez (aka Quique) <cronopios@gmail.com>\n"
"Language-Team: Castilian aka Spanish <es@li.org>\n"
@@ -1418,33 +1418,12 @@ msgstr "&Borrar la política de usuario"
#~ msgid "ComponentPageUI"
#~ msgstr "ComponentPageUI"
-#~ msgid "Alt+S"
-#~ msgstr "Alt+S"
-
-#~ msgid "Alt+P"
-#~ msgstr "Alt+P"
-
#~ msgid "ComponentSelectionPageUI"
#~ msgstr "ComponentSelectionPageUI"
#~ msgid "MainView"
#~ msgstr "MainView"
-#~ msgid "Alt+H"
-#~ msgstr "Alt+H"
-
-#~ msgid "Alt+F"
-#~ msgstr "Alt+F"
-
-#~ msgid "Alt+N"
-#~ msgstr "Alt+N"
-
-#~ msgid "Alt+A"
-#~ msgstr "Alt+A"
-
-#~ msgid "Alt+D"
-#~ msgstr "Alt+D"
-
#~ msgid "%1 Configuration"
#~ msgstr "Configuración de %1"
diff --git a/translations/messages/et.po b/translations/messages/et.po
index 2733ce6..dda0666 100644
--- a/translations/messages/et.po
+++ b/translations/messages/et.po
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kiosktool\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2004-11-04 10:11+0300\n"
"Last-Translator: Marek Laane <bald@online.ee>\n"
"Language-Team: Estonian <kde-et@linux.ee>\n"
@@ -1362,33 +1362,12 @@ msgstr "&Kustuta kasutaja reegel"
#~ msgid "ComponentPageUI"
#~ msgstr "ComponentPageUI"
-#~ msgid "Alt+S"
-#~ msgstr "Alt+S"
-
-#~ msgid "Alt+P"
-#~ msgstr "Alt+P"
-
#~ msgid "ComponentSelectionPageUI"
#~ msgstr "ComponentSelectionPageUI"
#~ msgid "MainView"
#~ msgstr "Peavaade"
-#~ msgid "Alt+H"
-#~ msgstr "Alt+H"
-
-#~ msgid "Alt+F"
-#~ msgstr "Alt+F"
-
-#~ msgid "Alt+N"
-#~ msgstr "Alt+N"
-
-#~ msgid "Alt+A"
-#~ msgstr "Alt+A"
-
-#~ msgid "Alt+D"
-#~ msgstr "Alt+D"
-
#~ msgid "%1 Configuration"
#~ msgstr "%1 seadistamine"
diff --git a/translations/messages/fr.po b/translations/messages/fr.po
index 8d15f8c..5ce69d5 100644
--- a/translations/messages/fr.po
+++ b/translations/messages/fr.po
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kiosktool\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2005-01-15 14:56+0100\n"
"Last-Translator: Simon Depiets <2df@tuxfamily.org>\n"
"Language-Team: Français <kde-francophone@kde.org>\n"
diff --git a/translations/messages/ga.po b/translations/messages/ga.po
index 48f80ed..059b2cd 100644
--- a/translations/messages/ga.po
+++ b/translations/messages/ga.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kdeextragear-3/kiosktool.po\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2004-12-03 14:52-0500\n"
"Last-Translator: Kevin Patrick Scannell <scannell@SLU.EDU>\n"
"Language-Team: ga <LL@li.org>\n"
diff --git a/translations/messages/is.po b/translations/messages/is.po
index 6a298c2..25ece96 100644
--- a/translations/messages/is.po
+++ b/translations/messages/is.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/messages/it.po b/translations/messages/it.po
index 268f756..3abf107 100644
--- a/translations/messages/it.po
+++ b/translations/messages/it.po
@@ -1,11 +1,12 @@
# translation of kiosktool.po to Italian
# Federico Zenith <zenith@chemeng.ntnu.no>, 2004.
+# Michele Calgaro <michele.calgaro@yahoo.it>, 2021.
msgid ""
msgstr ""
"Project-Id-Version: kiosktool\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
-"PO-Revision-Date: 2019-05-31 13:15+0000\n"
-"Last-Translator: stefano <ifx@lazytux.it>\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
+"PO-Revision-Date: 2021-09-10 03:45+0000\n"
+"Last-Translator: Michele Calgaro <michele.calgaro@yahoo.it>\n"
"Language-Team: Italian <https://mirror.git.trinitydesktop.org/weblate/"
"projects/applications/kiosktool/it/>\n"
"Language: it\n"
@@ -13,7 +14,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 3.6.1\n"
+"X-Generator: Weblate 4.8\n"
#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
@@ -373,11 +374,6 @@ msgid "Author"
msgstr "Autore"
#: main.cpp:72
-#, fuzzy
-#| msgid ""
-#| "<qt>KIOSK Admin Tool requires TDE 3.2.2 or later!<p>With older versions "
-#| "you may experience problems withthe <i>Setup</i> functionality of the "
-#| "various components."
msgid ""
"<qt>KIOSK Admin Tool requires KDE 3.2.2 or later!<p>With older versions you "
"may experience problems withthe <i>Setup</i> functionality of the various "
@@ -1204,7 +1200,7 @@ msgid ""
"The \"Edit file type\" can be used to change how files are recognized and "
"with which applications such files are opened."
msgstr ""
-"\"Modifica tipo di file\" può essere usato per cambiare come i file vengono "
+"\"Modifica tipo di file\" può essere usato per cambiare come i file vengono "
"riconosciuti e con quale applicazione sono aperti."
#: componentPage_ui.ui:78
@@ -1416,33 +1412,12 @@ msgstr "&Elimina politica utente"
#~ msgid "ComponentPageUI"
#~ msgstr "ComponentPageUI"
-#~ msgid "Alt+S"
-#~ msgstr "Alt+S"
-
-#~ msgid "Alt+P"
-#~ msgstr "Alt+P"
-
#~ msgid "ComponentSelectionPageUI"
#~ msgstr "ComponentSelectionPageUI"
#~ msgid "MainView"
#~ msgstr "VistaPrincipale"
-#~ msgid "Alt+H"
-#~ msgstr "Alt+H"
-
-#~ msgid "Alt+F"
-#~ msgstr "Alt+F"
-
-#~ msgid "Alt+N"
-#~ msgstr "Alt+N"
-
-#~ msgid "Alt+A"
-#~ msgstr "Alt+A"
-
-#~ msgid "Alt+D"
-#~ msgstr "Alt+D"
-
#~ msgid "%1 Configuration"
#~ msgstr "Configurazione di %1"
diff --git a/translations/messages/kiosktool.pot b/translations/messages/kiosktool.pot
index 902bddb..257bad7 100644
--- a/translations/messages/kiosktool.pot
+++ b/translations/messages/kiosktool.pot
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -335,8 +335,8 @@ msgstr ""
#: profilePropsPage.cpp:182
msgid ""
-"<qt>The directory for this profile has changed from <b>%1</b> to "
-"<b>%2</b>.<p>The following files under <b>%3</b> will be moved to <b>%4</b>"
+"<qt>The directory for this profile has changed from <b>%1</b> to <b>%2</b>."
+"<p>The following files under <b>%3</b> will be moved to <b>%4</b>"
msgstr ""
#: profilePropsPage.cpp:187
@@ -795,19 +795,14 @@ msgstr ""
msgid "Common menu actions found in applications."
msgstr ""
-#: kiosk_data.xml:368 kiosk_data.xml:374
-#: kiosk_data.xml:381 kiosk_data.xml:387
-#: kiosk_data.xml:393 kiosk_data.xml:399
-#: kiosk_data.xml:405 kiosk_data.xml:411
-#: kiosk_data.xml:418 kiosk_data.xml:424
-#: kiosk_data.xml:430
+#: kiosk_data.xml:368 kiosk_data.xml:374 kiosk_data.xml:381 kiosk_data.xml:387
+#: kiosk_data.xml:393 kiosk_data.xml:399 kiosk_data.xml:405 kiosk_data.xml:411
+#: kiosk_data.xml:418 kiosk_data.xml:424 kiosk_data.xml:430
msgid "Disable File -> %action"
msgstr ""
-#: kiosk_data.xml:370 kiosk_data.xml:383
-#: kiosk_data.xml:389 kiosk_data.xml:395
-#: kiosk_data.xml:401 kiosk_data.xml:407
-#: kiosk_data.xml:420 kiosk_data.xml:426
+#: kiosk_data.xml:370 kiosk_data.xml:383 kiosk_data.xml:389 kiosk_data.xml:395
+#: kiosk_data.xml:401 kiosk_data.xml:407 kiosk_data.xml:420 kiosk_data.xml:426
msgid ""
"This option can be used to remove the <i>File -> %action</i> menu-option "
"from all applications."
@@ -832,57 +827,41 @@ msgid ""
"the application can be terminated via the window manager as well."
msgstr ""
-#: kiosk_data.xml:438 kiosk_data.xml:444
-#: kiosk_data.xml:450 kiosk_data.xml:456
-#: kiosk_data.xml:462 kiosk_data.xml:468
-#: kiosk_data.xml:474 kiosk_data.xml:480
-#: kiosk_data.xml:486 kiosk_data.xml:492
-#: kiosk_data.xml:498
+#: kiosk_data.xml:438 kiosk_data.xml:444 kiosk_data.xml:450 kiosk_data.xml:456
+#: kiosk_data.xml:462 kiosk_data.xml:468 kiosk_data.xml:474 kiosk_data.xml:480
+#: kiosk_data.xml:486 kiosk_data.xml:492 kiosk_data.xml:498
msgid "Disable Edit -> %action"
msgstr ""
-#: kiosk_data.xml:440 kiosk_data.xml:446
-#: kiosk_data.xml:452 kiosk_data.xml:458
-#: kiosk_data.xml:464 kiosk_data.xml:470
-#: kiosk_data.xml:476 kiosk_data.xml:482
-#: kiosk_data.xml:488 kiosk_data.xml:494
-#: kiosk_data.xml:500
+#: kiosk_data.xml:440 kiosk_data.xml:446 kiosk_data.xml:452 kiosk_data.xml:458
+#: kiosk_data.xml:464 kiosk_data.xml:470 kiosk_data.xml:476 kiosk_data.xml:482
+#: kiosk_data.xml:488 kiosk_data.xml:494 kiosk_data.xml:500
msgid ""
"This option can be used to remove the <i>Edit -> %action</i> menu-option "
"from all applications."
msgstr ""
-#: kiosk_data.xml:504 kiosk_data.xml:510
-#: kiosk_data.xml:516 kiosk_data.xml:522
-#: kiosk_data.xml:528 kiosk_data.xml:534
-#: kiosk_data.xml:540 kiosk_data.xml:546
+#: kiosk_data.xml:504 kiosk_data.xml:510 kiosk_data.xml:516 kiosk_data.xml:522
+#: kiosk_data.xml:528 kiosk_data.xml:534 kiosk_data.xml:540 kiosk_data.xml:546
msgid "Disable View -> %action"
msgstr ""
-#: kiosk_data.xml:506 kiosk_data.xml:512
-#: kiosk_data.xml:518 kiosk_data.xml:524
-#: kiosk_data.xml:530 kiosk_data.xml:536
-#: kiosk_data.xml:542 kiosk_data.xml:548
+#: kiosk_data.xml:506 kiosk_data.xml:512 kiosk_data.xml:518 kiosk_data.xml:524
+#: kiosk_data.xml:530 kiosk_data.xml:536 kiosk_data.xml:542 kiosk_data.xml:548
msgid ""
"This option can be used to remove the <i>View -> %action</i> menu-option "
"from all applications."
msgstr ""
-#: kiosk_data.xml:552 kiosk_data.xml:558
-#: kiosk_data.xml:564 kiosk_data.xml:570
-#: kiosk_data.xml:576 kiosk_data.xml:582
-#: kiosk_data.xml:588 kiosk_data.xml:594
-#: kiosk_data.xml:600 kiosk_data.xml:606
-#: kiosk_data.xml:612
+#: kiosk_data.xml:552 kiosk_data.xml:558 kiosk_data.xml:564 kiosk_data.xml:570
+#: kiosk_data.xml:576 kiosk_data.xml:582 kiosk_data.xml:588 kiosk_data.xml:594
+#: kiosk_data.xml:600 kiosk_data.xml:606 kiosk_data.xml:612
msgid "Disable Go -> %action"
msgstr ""
-#: kiosk_data.xml:554 kiosk_data.xml:560
-#: kiosk_data.xml:566 kiosk_data.xml:572
-#: kiosk_data.xml:578 kiosk_data.xml:584
-#: kiosk_data.xml:590 kiosk_data.xml:596
-#: kiosk_data.xml:602 kiosk_data.xml:608
-#: kiosk_data.xml:614
+#: kiosk_data.xml:554 kiosk_data.xml:560 kiosk_data.xml:566 kiosk_data.xml:572
+#: kiosk_data.xml:578 kiosk_data.xml:584 kiosk_data.xml:590 kiosk_data.xml:596
+#: kiosk_data.xml:602 kiosk_data.xml:608 kiosk_data.xml:614
msgid ""
"This option can be used to remove the <i>Go -> %action</i> menu-option from "
"all applications."
@@ -915,17 +894,13 @@ msgid ""
"from all applications."
msgstr ""
-#: kiosk_data.xml:642 kiosk_data.xml:648
-#: kiosk_data.xml:654 kiosk_data.xml:660
-#: kiosk_data.xml:666 kiosk_data.xml:678
-#: kiosk_data.xml:684 kiosk_data.xml:690
+#: kiosk_data.xml:642 kiosk_data.xml:648 kiosk_data.xml:654 kiosk_data.xml:660
+#: kiosk_data.xml:666 kiosk_data.xml:678 kiosk_data.xml:684 kiosk_data.xml:690
msgid "Disable Settings -> %action"
msgstr ""
-#: kiosk_data.xml:644 kiosk_data.xml:650
-#: kiosk_data.xml:656 kiosk_data.xml:662
-#: kiosk_data.xml:668 kiosk_data.xml:680
-#: kiosk_data.xml:686 kiosk_data.xml:692
+#: kiosk_data.xml:644 kiosk_data.xml:650 kiosk_data.xml:656 kiosk_data.xml:662
+#: kiosk_data.xml:668 kiosk_data.xml:680 kiosk_data.xml:686 kiosk_data.xml:692
msgid ""
"This option can be used to remove the <i>Settings -> %action</i> menu-option "
"from all applications."
@@ -937,8 +912,8 @@ msgstr ""
#: kiosk_data.xml:674
msgid ""
-"This option can be used to remove the <i>Settings -> Configure "
-"&lt;Application&gt;</i> menu-option from all applications."
+"This option can be used to remove the <i>Settings -> Configure &lt;"
+"Application&gt;</i> menu-option from all applications."
msgstr ""
#: kiosk_data.xml:696
@@ -959,13 +934,11 @@ msgid ""
"Handbook</i> menu-option from all applications."
msgstr ""
-#: kiosk_data.xml:708 kiosk_data.xml:714
-#: kiosk_data.xml:726
+#: kiosk_data.xml:708 kiosk_data.xml:714 kiosk_data.xml:726
msgid "Disable Help -> %action"
msgstr ""
-#: kiosk_data.xml:710 kiosk_data.xml:716
-#: kiosk_data.xml:728
+#: kiosk_data.xml:710 kiosk_data.xml:716 kiosk_data.xml:728
msgid ""
"This option can be used to remove the <i>Help -> %action</i> menu-option "
"from all applications."
@@ -977,8 +950,8 @@ msgstr ""
#: kiosk_data.xml:722
msgid ""
-"This option can be used to remove the <i>Help -> About "
-"&lt;Application&gt;</i> menu-option from all applications."
+"This option can be used to remove the <i>Help -> About &lt;Application&gt;</"
+"i> menu-option from all applications."
msgstr ""
#: kiosk_data.xml:735
diff --git a/translations/messages/lt.po b/translations/messages/lt.po
index e472fe3..26fcce7 100644
--- a/translations/messages/lt.po
+++ b/translations/messages/lt.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2005-01-22 01:28+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
diff --git a/translations/messages/mt.po b/translations/messages/mt.po
index 94371d6..48242b5 100644
--- a/translations/messages/mt.po
+++ b/translations/messages/mt.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kiosktool\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2004-11-08 03:23+0100\n"
"Last-Translator: Kevin Attard Compagno <kac_comp@webhostmalta.com>\n"
"Language-Team: <en@li.org>\n"
diff --git a/translations/messages/nl.po b/translations/messages/nl.po
index e71aabc..b91a1ef 100644
--- a/translations/messages/nl.po
+++ b/translations/messages/nl.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kiosktool\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2004-11-10 13:37+0100\n"
"Last-Translator: Rinse de Vries <rinsedevries@kde.nl>\n"
"Language-Team: Nederlands <kde-i18n-nl@kde.org>\n"
@@ -1426,29 +1426,8 @@ msgstr "Gebruikersprofiel verwij&deren"
#~ msgid "ComponentPageUI"
#~ msgstr "ComponentPageUI"
-#~ msgid "Alt+S"
-#~ msgstr "Alt+S"
-
-#~ msgid "Alt+P"
-#~ msgstr "Alt+P"
-
#~ msgid "ComponentSelectionPageUI"
#~ msgstr "ComponentSelectionPageUI"
#~ msgid "MainView"
#~ msgstr "Hoofdweergave"
-
-#~ msgid "Alt+H"
-#~ msgstr "Alt+H"
-
-#~ msgid "Alt+F"
-#~ msgstr "Alt+F"
-
-#~ msgid "Alt+N"
-#~ msgstr "Alt+N"
-
-#~ msgid "Alt+A"
-#~ msgstr "Alt+A"
-
-#~ msgid "Alt+D"
-#~ msgstr "Alt+D"
diff --git a/translations/messages/pt.po b/translations/messages/pt.po
index 7853410..3fa5fc9 100644
--- a/translations/messages/pt.po
+++ b/translations/messages/pt.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kiosktool\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2020-01-05 23:45+0000\n"
"Last-Translator: Hugo Carvalho <hugokarvalho@hotmail.com>\n"
"Language-Team: Portuguese <https://mirror.git.trinitydesktop.org/weblate/"
@@ -1395,33 +1395,12 @@ msgstr "A&pagar o Política do Utilizador"
#~ msgid "ComponentPageUI"
#~ msgstr "ComponentPageUI"
-#~ msgid "Alt+S"
-#~ msgstr "Alt+S"
-
-#~ msgid "Alt+P"
-#~ msgstr "Alt+P"
-
#~ msgid "ComponentSelectionPageUI"
#~ msgstr "ComponentSelectionPageUI"
#~ msgid "MainView"
#~ msgstr "MainView"
-#~ msgid "Alt+H"
-#~ msgstr "Alt+H"
-
-#~ msgid "Alt+F"
-#~ msgstr "Alt+F"
-
-#~ msgid "Alt+N"
-#~ msgstr "Alt+N"
-
-#~ msgid "Alt+A"
-#~ msgstr "Alt+A"
-
-#~ msgid "Alt+D"
-#~ msgstr "Alt+D"
-
#~ msgid "%1 Configuration"
#~ msgstr "Configuração de %1"
diff --git a/translations/messages/pt_BR.po b/translations/messages/pt_BR.po
index 1cd475a..6ec8d0c 100644
--- a/translations/messages/pt_BR.po
+++ b/translations/messages/pt_BR.po
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kiosktool\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2004-07-27 00:04-0300\n"
"Last-Translator: Lisiane Sztoltz Teixeira <lisiane@kdemail.net>\n"
"Language-Team: Brazilian Portuguese <kde-i18n-pt_br@kde.org>\n"
diff --git a/translations/messages/ro.po b/translations/messages/ro.po
index 1be0d50..ee418f4 100644
--- a/translations/messages/ro.po
+++ b/translations/messages/ro.po
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kiosktool\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2004-06-13 19:16+0300\n"
"Last-Translator: Claudiu Costin <claudiuc@kde.org>\n"
"Language-Team: Romanian <kde-i18n-ro@kde.org>\n"
diff --git a/translations/messages/ru.po b/translations/messages/ru.po
index 0f7d260..b822d7d 100644
--- a/translations/messages/ru.po
+++ b/translations/messages/ru.po
@@ -1,13 +1,13 @@
# translation of kiosktool.po into Russian
# Dimitiry Ryazantcev <DJm00n@rambler.ru>, 2005.
# Nick Shaforostoff <shafff@ukr.net>, 2005.
-#
+# Andrei Stepanov <adem4ik@gmail.com>, 2023.
msgid ""
msgstr ""
"Project-Id-Version: kiosktool\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
-"PO-Revision-Date: 2020-01-04 14:07+0000\n"
-"Last-Translator: Serg Bormant <bormant@mail.ru>\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
+"PO-Revision-Date: 2023-12-17 17:55+0000\n"
+"Last-Translator: Andrei Stepanov <adem4ik@gmail.com>\n"
"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
"projects/applications/kiosktool/ru/>\n"
"Language: ru\n"
@@ -16,19 +16,19 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Weblate 3.10\n"
+"X-Generator: Weblate 4.17\n"
#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
-msgstr "Дмитрий Рязанцев"
+msgstr "Дмитрий Рязанцев,Андрей Степанов"
#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
-msgstr "DJm00n@rambler.ru"
+msgstr "DJm00n@rambler.ru,adem4ik@gmail.com"
#: componentPage.cpp:50
#, c-format
@@ -359,19 +359,14 @@ msgid "Author"
msgstr "Автор"
#: main.cpp:72
-#, fuzzy
-#| msgid ""
-#| "<qt>KIOSK Admin Tool requires TDE 3.2.2 or later!<p>With older versions "
-#| "you may experience problems withthe <i>Setup</i> functionality of the "
-#| "various components."
msgid ""
"<qt>KIOSK Admin Tool requires KDE 3.2.2 or later!<p>With older versions you "
"may experience problems withthe <i>Setup</i> functionality of the various "
"components."
msgstr ""
-"<qt>KIOSK Admin Tool требует TDE 3.2.2 или позже!<p>С более старыми версиями "
+"<qt>KIOSK Admin Tool требует KDE 3.2.2 или выше!<p>С более старыми версиями "
"могут возникнуть проблемы при <i>Настройке</i> функциональности некоторых "
-"компонент."
+"компонентов."
#: profilePropsPage.cpp:153
msgid "<qt>The user <b>%1</b> is not an existing user.</qt>"
@@ -412,8 +407,8 @@ msgid ""
"<qt>You already have a profile defined for group <b>%1</b>. Do you want to "
"replace it?</qt>"
msgstr ""
-"<qt>Уже есть профиль, назначенный для группы <b>%1</b>. Вы хотите заменить "
-"его?</<qt>"
+"<qt>Уже есть профиль, назначенный для группы <b>%1</b>. Хотите заменить его?"
+"</qt>"
#: userManagement.cpp:197 userManagement.cpp:268
msgid "Duplicate Warning"
@@ -461,7 +456,7 @@ msgstr "Отключить закладки"
#: kiosk_data.xml:19
msgid "Disable Bookmarks in all applications."
-msgstr "Отключить закладки во всех приложениях"
+msgstr "Отключить закладки во всех приложениях."
#: kiosk_data.xml:22 kiosk_data.xml:228
msgid "Disable all tasks and applications that require root access"
@@ -743,14 +738,12 @@ msgstr ""
"оригинальное содержание рабочего стола."
#: kiosk_data.xml:217
-#, fuzzy
msgid "TDE Menu"
-msgstr "Меню KDE"
+msgstr "Меню TDE"
#: kiosk_data.xml:219
-#, fuzzy
msgid "The TDE Application menu"
-msgstr "Меню TDE Приложений"
+msgstr "Меню приложений TDE"
#: kiosk_data.xml:230
msgid ""
@@ -765,14 +758,13 @@ msgid "Disable menu editing"
msgstr "Отключить возможность изменения меню"
#: kiosk_data.xml:236
-#, fuzzy
msgid ""
"This disables the menu-option to edit the TDE Application Menu. When "
"disabled, users will no longer be able to make changes to their personal "
"application menu."
msgstr ""
-"Эта опция отключает пункт редактирования меню KDE. Пользователи больше не "
-"смогут вносить изменения в их персональные меню."
+"Это отключает пункт правки меню приложений TDE. Если отключено, пользователи "
+"больше не смогут вносить изменения в своё личное меню приложений."
#: kiosk_data.xml:244
msgid "Theming"
@@ -842,7 +834,7 @@ msgid ""
"be able to add, remove or change any of the permanent panel items."
msgstr ""
"Эта опция позволяет заблокировать панель. Пользователь не сможет больше "
-"добавлять, удалять или изменять любые зависимые элементы панели."
+"добавлять, удалять или изменять любые зависимые элементы панели."
#: kiosk_data.xml:303
msgid "Disable Context Menus"
@@ -972,7 +964,7 @@ msgid ""
msgstr ""
"С помощью этой опции можно скрыть пункт меню <i>Файл -> %action</i> во всех "
"приложениях. Эта опция добавлена для полноты. Обычно приложение может быть "
-"закрыто также с помощью оконного менеджера."
+"закрыто также с помощью оконного менеджера."
#: kiosk_data.xml:438 kiosk_data.xml:444 kiosk_data.xml:450 kiosk_data.xml:456
#: kiosk_data.xml:462 kiosk_data.xml:468 kiosk_data.xml:474 kiosk_data.xml:480
@@ -1167,7 +1159,7 @@ msgstr ""
#: kiosk_data.xml:769
msgid "Disable \"Edit file type\" in properties dialog"
-msgstr "Отключить диалог свойств \"Изменить тип файла\" "
+msgstr "Отключить диалог свойств «Изменить тип файла»"
#: kiosk_data.xml:771
msgid ""
diff --git a/translations/messages/sr.po b/translations/messages/sr.po
index eb2a191..3a1c169 100644
--- a/translations/messages/sr.po
+++ b/translations/messages/sr.po
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kiosktool\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2004-09-07 20:15+0200\n"
"Last-Translator: Chusslove Illich <caslav.ilic@gmx.net>\n"
"Language-Team: Serbian\n"
diff --git a/translations/messages/sr@Latn.po b/translations/messages/sr@Latn.po
index 6762514..4a81d3c 100644
--- a/translations/messages/sr@Latn.po
+++ b/translations/messages/sr@Latn.po
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kiosktool\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2004-09-07 20:15+0200\n"
"Last-Translator: Chusslove Illich <caslav.ilic@gmx.net>\n"
"Language-Team: Serbian\n"
diff --git a/translations/messages/sv.po b/translations/messages/sv.po
index a3bf452..12c57d9 100644
--- a/translations/messages/sv.po
+++ b/translations/messages/sv.po
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kiosktool\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2005-01-22 16:12+0100\n"
"Last-Translator: Stefan Asserhäll <stefan.asserhall@comhem.se>\n"
"Language-Team: Svenska <sv@li.org>\n"
diff --git a/translations/messages/ta.po b/translations/messages/ta.po
index 3201d63..c3977a1 100644
--- a/translations/messages/ta.po
+++ b/translations/messages/ta.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kiosktool\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2004-12-08 02:16-0800\n"
"Last-Translator: Tamil PC <tamilpc@ambalam.com>\n"
"Language-Team: <ta@li.org>\n"
@@ -1341,29 +1341,8 @@ msgstr "பயனர் கொள்கையை &நீக்கு"
#~ msgid "ComponentPageUI"
#~ msgstr "பகுதிபக்கம்UI"
-#~ msgid "Alt+S"
-#~ msgstr "Alt+S"
-
-#~ msgid "Alt+P"
-#~ msgstr "Alt+P"
-
#~ msgid "ComponentSelectionPageUI"
#~ msgstr "பகுதிதேர்வுபக்கம்UI"
#~ msgid "MainView"
#~ msgstr "முக்கிய காட்சி"
-
-#~ msgid "Alt+H"
-#~ msgstr "Alt+H"
-
-#~ msgid "Alt+F"
-#~ msgstr "Alt+F"
-
-#~ msgid "Alt+N"
-#~ msgstr "Alt+N"
-
-#~ msgid "Alt+A"
-#~ msgstr "Alt+A"
-
-#~ msgid "Alt+D"
-#~ msgstr "Alt+D"
diff --git a/translations/messages/tr.po b/translations/messages/tr.po
index 1f91617..2818aed 100644
--- a/translations/messages/tr.po
+++ b/translations/messages/tr.po
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kiosktool\n"
-"POT-Creation-Date: 2020-05-11 04:20+0200\n"
+"POT-Creation-Date: 2021-07-07 18:32+0000\n"
"PO-Revision-Date: 2004-05-19 11:17+0300\n"
"Last-Translator: Engin ÇAĞATAY <engincagatay@yahoo.com>\n"
"Language-Team: Türkçe <tr@li.org>\n"