diff options
112 files changed, 899 insertions, 677 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 ba70087..50d94a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,13 +7,16 @@ ############################################ -cmake_minimum_required( VERSION 2.8 ) +##### 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 po ) +##### other data ################################ + +tde_conditional_add_project_docs( BUILD_DOC ) +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) + ##### write configure files @@ -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 +[](https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/) + +### desktop files +[](https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool-kiosktooldesktop/) diff --git a/cmake b/cmake deleted file mode 160000 -Subproject 8668335711fa13cec276552d75bfbb4285c7edb diff --git a/config.h.cmake b/config.h.cmake index 61ede3a..4064b66 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,7 +1,7 @@ #define VERSION "@VERSION@" // Defined if you have fvisibility and fvisibility-inlines-hidden support. -#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 +#cmakedefine __TDE_HAVE_GCC_VISIBILITY 1 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt deleted file mode 100644 index f2efba2..0000000 --- a/doc/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -add_subdirectory( ${PROJECT_NAME} ) -add_subdirectory( man ) -add_subdirectory( da ) -add_subdirectory( it ) -add_subdirectory( nl ) -add_subdirectory( pt ) -add_subdirectory( sv ) 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/da/index.docbook b/doc/da/index.docbook index 5779392..c82cbe2 100644 --- a/doc/da/index.docbook +++ b/doc/da/index.docbook @@ -114,7 +114,3 @@ &documentation.index; </book> - -<!-- -vim:tabstop=2:shiftwidth=2:expandtab ---> diff --git a/doc/kiosktool/extra-steps.docbook b/doc/en/extra-steps.docbook index da9c35e..da9c35e 100644 --- a/doc/kiosktool/extra-steps.docbook +++ b/doc/en/extra-steps.docbook diff --git a/doc/kiosktool/index.docbook b/doc/en/index.docbook index 99a6000..9964983 100644 --- a/doc/kiosktool/index.docbook +++ b/doc/en/index.docbook @@ -92,7 +92,3 @@ Documentation copyright 2004 Waldo Bastian <email>bastian@kde.org</email> &documentation.index; </book> - -<!-- -vim:tabstop=2:shiftwidth=2:expandtab ---> diff --git a/doc/kiosktool/introduction.docbook b/doc/en/introduction.docbook index 629a78d..629a78d 100644 --- a/doc/kiosktool/introduction.docbook +++ b/doc/en/introduction.docbook diff --git a/doc/kiosktool/profile-assign.docbook b/doc/en/profile-assign.docbook index 057f1fc..057f1fc 100644 --- a/doc/kiosktool/profile-assign.docbook +++ b/doc/en/profile-assign.docbook diff --git a/doc/kiosktool/profile-create.docbook b/doc/en/profile-create.docbook index f455920..f455920 100644 --- a/doc/kiosktool/profile-create.docbook +++ b/doc/en/profile-create.docbook diff --git a/doc/kiosktool/profile-setup.docbook b/doc/en/profile-setup.docbook index 31384e8..31384e8 100644 --- a/doc/kiosktool/profile-setup.docbook +++ b/doc/en/profile-setup.docbook diff --git a/doc/kiosktool/profiles.docbook b/doc/en/profiles.docbook index 4a20a1d..4a20a1d 100644 --- a/doc/kiosktool/profiles.docbook +++ b/doc/en/profiles.docbook diff --git a/doc/kiosktool/settings.docbook b/doc/en/settings.docbook index d4e4a78..d4e4a78 100644 --- a/doc/kiosktool/settings.docbook +++ b/doc/en/settings.docbook 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/it/index.docbook b/doc/it/index.docbook index ece1240..21831ff 100644 --- a/doc/it/index.docbook +++ b/doc/it/index.docbook @@ -132,7 +132,3 @@ &documentation.index; </book> - -<!-- -vim:tabstop=2:shiftwidth=2:expandtab ---> diff --git a/doc/kiosktool/CMakeLists.txt b/doc/kiosktool/CMakeLists.txt deleted file mode 100644 index ba3ef3e..0000000 --- a/doc/kiosktool/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -tde_create_handbook( DESTINATION ${PROJECT_NAME} ) 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/nl/index.docbook b/doc/nl/index.docbook index 35585c8..45d8685 100644 --- a/doc/nl/index.docbook +++ b/doc/nl/index.docbook @@ -114,7 +114,3 @@ &documentation.index; </book> - -<!-- -vim:tabstop=2:shiftwidth=2:expandtab ---> 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/pt/index.docbook b/doc/pt/index.docbook index f6903d6..0fdd5e7 100644 --- a/doc/pt/index.docbook +++ b/doc/pt/index.docbook @@ -132,7 +132,3 @@ &documentation.index; </book> - -<!-- -vim:tabstop=2:shiftwidth=2:expandtab ---> 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/doc/sv/index.docbook b/doc/sv/index.docbook index a67c9ee..194d973 100644 --- a/doc/sv/index.docbook +++ b/doc/sv/index.docbook @@ -132,7 +132,3 @@ &documentation.index; </book> - -<!-- -vim:tabstop=2:shiftwidth=2:expandtab ---> diff --git a/kiosktool/CMakeL10n.txt b/kiosktool/CMakeL10n.txt index 4205120..f13868f 100644 --- a/kiosktool/CMakeL10n.txt +++ b/kiosktool/CMakeL10n.txt @@ -11,7 +11,12 @@ tde_l10n_prepare_xml( ##### create translation templates ############## tde_l10n_create_template( - CATALOG "kiosktool" + CATALOG "messages/kiosktool" SOURCES "." "kiosk_data.xml.tde_l10n" EXCLUDES "^kcms/" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kiosktool.desktop/" + SOURCES kiosktool.desktop +) diff --git a/kiosktool/CMakeLists.txt b/kiosktool/CMakeLists.txt index c8bf8ea..33a2333 100644 --- a/kiosktool/CMakeLists.txt +++ b/kiosktool/CMakeLists.txt @@ -85,10 +85,7 @@ install( DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME} ) -install( - FILES kiosktool.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} -) +tde_create_translated_desktop( kiosktool.desktop ) ###### kcm modules 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..e216668 100644 --- a/kiosktool/componentPage.cpp +++ b/kiosktool/componentPage.cpp @@ -33,7 +33,7 @@ #include <tdelistview.h> #include <tdelocale.h> #include <tdemessagebox.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kstdguiitem.h> #include "component.h" @@ -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..9da1e86 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() @@ -64,7 +64,7 @@ void ComponentSelectionPage::load() bool ComponentSelectionPage::save() { - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup("General"); config->writeEntry("CurrentComponent", currentComponent()); config->sync(); 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..75afa8e 100644 --- a/kiosktool/desktopComponent.cpp +++ b/kiosktool/desktopComponent.cpp @@ -24,9 +24,9 @@ #include <kdebug.h> #include <kmimetype.h> -#include <kprocess.h> -#include <ksimpleconfig.h> -#include <kstandarddirs.h> +#include <tdeprocess.h> +#include <tdesimpleconfig.h> +#include <tdestandarddirs.h> #include <tdetempfile.h> #include <kurl.h> @@ -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 @@ -84,7 +84,7 @@ void filterFileList(const TQString &path, TQStringList *files, TQStringList *old KMimeType::Ptr mime = KMimeType::findByURL(u, 0, true); if (mime->name() == "application/x-desktop") { - KSimpleConfig cfg(path+*it); + TDESimpleConfig cfg(path+*it); cfg.setDesktopGroup(); if (cfg.readBoolEntry("Hidden", false)) { @@ -113,11 +113,11 @@ 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); + TDESimpleConfig newCfg(m_iconPositionsFile, true); TQString desktop = KioskRun::self()->desktopPath(); @@ -128,7 +128,7 @@ DesktopComponent::setupFinished() KTempFile positionsFile; positionsFile.close(); - KSimpleConfig positions(positionsFile.name()); + TDESimpleConfig positions(positionsFile.name()); TQStringList newGroups = newCfg.groupList(); @@ -200,7 +200,7 @@ DesktopComponent::setupFinished() // Hide via "Hidden=True", not sure if this works KTempFile tmp; tmp.close(); - KSimpleConfig cfg(tmp.name()); + TDESimpleConfig cfg(tmp.name()); cfg.setDesktopGroup(); cfg.writeEntry("Hidden", true); cfg.sync(); 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.cpp b/kiosktool/filetypeeditComponent.cpp index c190eec..7f7a9fd 100644 --- a/kiosktool/filetypeeditComponent.cpp +++ b/kiosktool/filetypeeditComponent.cpp @@ -26,10 +26,10 @@ #include <tdeapplication.h> #include <kdebug.h> #include <kmimetype.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <ksavefile.h> -#include <ksimpleconfig.h> -#include <kstandarddirs.h> +#include <tdesimpleconfig.h> +#include <tdestandarddirs.h> #include <kurl.h> #include "kioskrun.h" @@ -64,7 +64,7 @@ FileTypeEditComponent::setupFinished() TQString mimetypeFiles = KioskRun::self()->locateLocal("mime", TQString()); TQString mimetypeSaveFiles = KioskRun::self()->locateSave("mime", TQString()); - KioskSync mimeDir(kapp->mainWidget()); + KioskSync mimeDir(tdeApp->mainWidget()); mimeDir.addDir(mimetypeFiles, KURL()); TQStringList newMimetypeFiles = mimeDir.listFiles(); @@ -86,7 +86,7 @@ FileTypeEditComponent::setupFinished() TQString legacyApplications = KioskRun::self()->locateLocal("apps", TQString()); TQString legacySaveApplications = KioskRun::self()->locateSave("apps", TQString()); - KioskSync legacyDir(kapp->mainWidget()); + KioskSync legacyDir(tdeApp->mainWidget()); legacyDir.addDir(legacyApplications, KURL()); TQStringList newLegacyApplications = legacyDir.listFiles(); 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..6a075e8 100644 --- a/kiosktool/kcms/autostart/kcmautostart.cpp +++ b/kiosktool/kcms/autostart/kcmautostart.cpp @@ -28,13 +28,13 @@ Boston, MA 02111-1307, USA. #include <tdeaboutdata.h> #include <tdeapplication.h> -#include <kdesktopfile.h> +#include <tdedesktopfile.h> #include <kdialog.h> #include <kgenericfactory.h> #include <tdelistview.h> #include <tdemessagebox.h> #include <kservice.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <dcopclient.h> #include <dcopref.h> @@ -110,14 +110,14 @@ void AutoStartConfig::load() { for ( TQStringList::ConstIterator it = files.begin(); it != files.end(); it++ ) { - if ( KDesktopFile::isDesktopFile( TQFileInfo( *it ).fileName() ) ) + if ( TDEDesktopFile::isDesktopFile( TQFileInfo( *it ).fileName() ) ) { - KDesktopFile file( TQFileInfo( *it ).fileName(), true, "autostart" ); + TDEDesktopFile file( TQFileInfo( *it ).fileName(), true, "autostart" ); TQString name = file.readName(); 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 ); @@ -132,16 +132,16 @@ void AutoStartConfig::save() TQListViewItemIterator it( _lvStartup ); while ( it.current() ) { - if ( KDesktopFile::isDesktopFile( it.current()->text( 3 ) ) ) + if ( TDEDesktopFile::isDesktopFile( it.current()->text( 3 ) ) ) { // Determine whether we need to change the file on a readonly desktop file // by giving a full path first TQString path = it.current()->text( 3 ); - KDesktopFile file( path, true, "services" ); + TDEDesktopFile file( path, true, "services" ); bool shouldBeHidden = !( static_cast<TQCheckListItem *>( it.current() )->isOn() ); if ( file.readBoolEntry( "Hidden", false ) != shouldBeHidden ) { - KDesktopFile outFile( TQFileInfo( path ).fileName(), false, "autostart" ); + TDEDesktopFile outFile( TQFileInfo( path ).fileName(), false, "autostart" ); kdDebug() << "************** Writing out " << path << endl; outFile.writeEntry( "Hidden", shouldBeHidden ); outFile.sync(); @@ -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..1ef7d27 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() @@ -69,7 +69,7 @@ void KioskConfigDialog::init() w->lineProfilePrefix->setURL(prefix); } - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup("General"); TQString uploadURL = config->readEntry("uploadURL"); @@ -136,7 +136,7 @@ bool KioskConfigDialog::save() if (w->checkUID->isChecked()) minUID = w->numUID->value(); - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup("General"); config->writeEntry("uploadURL", uploadURL); config->writeEntry("uploadPrefix", uploadPrefix); 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/kioskdata.cpp b/kiosktool/kioskdata.cpp index 3f898d5..4e46caa 100644 --- a/kiosktool/kioskdata.cpp +++ b/kiosktool/kioskdata.cpp @@ -25,7 +25,7 @@ #include <tdeaction.h> #include <kdebug.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kstdaction.h> TQDict<TQString> *ComponentAction::s_stdActionCaptions = 0; diff --git a/kiosktool/kioskgui.cpp b/kiosktool/kioskgui.cpp index 749e72c..f5f89f6 100644 --- a/kiosktool/kioskgui.cpp +++ b/kiosktool/kioskgui.cpp @@ -38,7 +38,7 @@ #include <kstatusbar.h> #include <tdestdaccel.h> #include <kstdaction.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kurlrequester.h> #include "mainview.h" @@ -88,17 +88,17 @@ 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(); + TDEConfig *config = tdeApp->config(); config->setGroup("General"); m_profile = config->readEntry("CurrentProfile", "default"); m_component = config->readEntry("CurrentComponent"); 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,28 +154,28 @@ 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(); } void KioskGui::updateActions() { - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup("General"); bool uploadEnabled = !config->readEntry("uploadURL").isEmpty(); @@ -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); @@ -521,7 +521,7 @@ bool KioskGui::savePage(int page) m_profile = m_profileSelectionPage->listProfile->selectedItem() ? m_profileSelectionPage->listProfile->selectedItem()->text(0) : TQString(); - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup("General"); config->writeEntry("CurrentProfile", m_profile); config->sync(); @@ -630,7 +630,7 @@ bool KioskGui::queryClose() } if (m_uploadAction->isEnabled()) { - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup("General"); KURL uploadUrl = config->readEntry("uploadURL"); @@ -647,7 +647,7 @@ bool KioskGui::queryClose() void KioskGui::uploadAllProfiles() { - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup("General"); TQString uploadPrefix = config->readEntry("uploadPrefix"); TQString uploadURL = config->readEntry("uploadURL"); @@ -691,7 +691,7 @@ void KioskGui::uploadCurrentProfile() void KioskGui::slotUpdateBackground() { - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup("General"); config->writeEntry("FancyBackground", m_backgroundAction->isChecked()); config->sync(); 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..0f52847 100644 --- a/kiosktool/kioskrun.cpp +++ b/kiosktool/kioskrun.cpp @@ -35,10 +35,10 @@ #include <kdebug.h> #include <tdelocale.h> #include <tdemessagebox.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <ksavefile.h> -#include <ksimpleconfig.h> -#include <kstandarddirs.h> +#include <tdesimpleconfig.h> +#include <tdestandarddirs.h> #include <kurl.h> #include <kuser.h> @@ -647,7 +647,7 @@ KioskRun::configFile(const TQString &filename) setupConfigEnv(); TQString saveLocation = saveImmutableStatus(filename); - config = new KSimpleConfig(saveLocation); + config = new TDESimpleConfig(saveLocation); m_saveConfigCache.insert(filename, config); return config; @@ -712,7 +712,7 @@ KioskRun::mergeConfigFile(const TQString &filename) TDEConfig *saveCfg = configFile(filename); kdDebug() << "KioskRun::mergeConfigFile(" << (m_configDir + filename) << ")" << endl; - KSimpleConfig newCfg(m_configDir + filename); + TDESimpleConfig newCfg(m_configDir + filename); TQStringList groups = newCfg.groupList(); for(TQStringList::ConstIterator it = groups.begin(); @@ -736,7 +736,7 @@ KioskRun::setupRuntimeEnv() { if (m_dcopClient) return true; - KioskRunProgressDialog dlg(kapp->mainWidget(), "kioskrun_progress", + KioskRunProgressDialog dlg(tdeApp->mainWidget(), "kioskrun_progress", i18n("Setting Up Configuration Environment"), i18n("Setting up configuration environment.")); @@ -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); @@ -903,10 +903,10 @@ KioskRun::createDir(const TQString &dir) do { - if (NETACCESS::exists(dest, false, kapp->mainWidget())) + if (NETACCESS::exists(dest, false, tdeApp->mainWidget())) return true; - bool result = NETACCESS::mkdir(dest, kapp->mainWidget(), 0755); + bool result = NETACCESS::mkdir(dest, tdeApp->mainWidget(), 0755); if (result == true) return true; @@ -924,7 +924,7 @@ KioskRun::createDir(const TQString &dir) msg += i18n("Without this directory your changes can not be saved.<p>" "Do you want to retry creating the directory or abort the saving of changes?</qt>"); - int msgResult = KMessageBox::warningYesNo(kapp->mainWidget(), msg, TQString(), + int msgResult = KMessageBox::warningYesNo(tdeApp->mainWidget(), msg, TQString(), i18n("&Retry"), i18n("&Abort")); if (msgResult == KMessageBox::No) @@ -942,12 +942,12 @@ KioskRun::createDir(const TQString &dir) bool KioskRun::createRemoteDirRecursive(const KURL &dest, bool ask) { - if (NETACCESS::exists(dest, false, kapp->mainWidget())) + if (NETACCESS::exists(dest, false, tdeApp->mainWidget())) return true; KURL parent = dest.upURL(); - if (NETACCESS::exists(dest, false, kapp->mainWidget())) + if (NETACCESS::exists(dest, false, tdeApp->mainWidget())) { return createRemoteDir(dest); } @@ -955,7 +955,7 @@ KioskRun::createRemoteDirRecursive(const KURL &dest, bool ask) if (ask) { // Parent doesn't exist, - int result = KMessageBox::warningContinueCancel(kapp->mainWidget(), + int result = KMessageBox::warningContinueCancel(tdeApp->mainWidget(), i18n("<qt>The directory <b>%1</b> does not yet exist. " "Do you want to create it?").arg(parent.prettyURL()), TQString(), i18n("Create &Dir")); @@ -980,10 +980,10 @@ KioskRun::createRemoteDir(const KURL &dest) { do { - if (NETACCESS::exists(dest, false, kapp->mainWidget())) + if (NETACCESS::exists(dest, false, tdeApp->mainWidget())) return true; - if (NETACCESS::mkdir(dest, kapp->mainWidget(), 0755)) + if (NETACCESS::mkdir(dest, tdeApp->mainWidget(), 0755)) return true; #if KDE_IS_VERSION(3,2,91) @@ -1006,7 +1006,7 @@ KioskRun::createRemoteDir(const KURL &dest) msg += i18n("Without this directory your files can not be uploaded.<p>" "Do you want to retry creating the directory or abort uploading?</qt>"); - int msgResult = KMessageBox::warningYesNo(kapp->mainWidget(), msg, TQString(), + int msgResult = KMessageBox::warningYesNo(tdeApp->mainWidget(), msg, TQString(), i18n("&Retry"), i18n("&Abort")); if (msgResult == KMessageBox::No) @@ -1036,7 +1036,7 @@ KioskRun::install(const TQString &file, const TQString &destination) { KURL src; src.setPath(file); - bool result = NETACCESS::file_copy(src, dest, 0644, true, false, kapp->mainWidget()); + bool result = NETACCESS::file_copy(src, dest, 0644, true, false, tdeApp->mainWidget()); if (result == true) { ::unlink(TQFile::encodeName(file)); @@ -1055,7 +1055,7 @@ KioskRun::install(const TQString &file, const TQString &destination) msg += i18n("Do you want to retry the installation or abort the saving of changes?</qt>"); - int msgResult = KMessageBox::warningYesNo(kapp->mainWidget(), msg, TQString(), + int msgResult = KMessageBox::warningYesNo(tdeApp->mainWidget(), msg, TQString(), i18n("&Retry"), i18n("&Abort")); if (msgResult == KMessageBox::No) @@ -1073,7 +1073,7 @@ KioskRun::uploadRemote(const TQString &file, const KURL &dest) { KURL src; src.setPath(file); - bool result = NETACCESS::file_copy(src, dest, 0644, true, false, kapp->mainWidget()); + bool result = NETACCESS::file_copy(src, dest, 0644, true, false, tdeApp->mainWidget()); if (result == true) return true; @@ -1089,7 +1089,7 @@ KioskRun::uploadRemote(const TQString &file, const KURL &dest) msg += i18n("Do you want to retry or abort the uploading?</qt>"); - int msgResult = KMessageBox::warningYesNo(kapp->mainWidget(), msg, TQString(), + int msgResult = KMessageBox::warningYesNo(tdeApp->mainWidget(), msg, TQString(), i18n("&Retry"), i18n("&Abort")); if (msgResult == KMessageBox::No) @@ -1112,7 +1112,7 @@ KioskRun::remove(const TQString &destination) } dest.setPath(destination); - return NETACCESS::del(dest, kapp->mainWidget()); + return NETACCESS::del(dest, tdeApp->mainWidget()); } // Move file or directory @@ -1141,7 +1141,7 @@ kdDebug() << "Moving " << src << " --> " << dest << endl; if (!createRemoteDirRecursive(dest.upURL(), false)) return false; - if (!NETACCESS::file_move(src, dest, -1, true, false, kapp->mainWidget())) + if (!NETACCESS::file_move(src, dest, -1, true, false, tdeApp->mainWidget())) { // TODO add error message + retry return false; @@ -1154,7 +1154,7 @@ kdDebug() << "Moving " << src << " --> " << dest << endl; void KioskRun::getProfileInfo(const TQString &profile, TQString &description, TQString &installDir, TQString &installUser) { - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); TQString defaultInstallDir = getProfilePrefix(); if (defaultInstallDir.isEmpty()) @@ -1179,7 +1179,7 @@ KioskRun::getProfileInfo(const TQString &profile, TQString &description, TQStrin TQString profileInfoFile = installDir + ".kdeprofile"; if (TQFile::exists(profileInfoFile)) { - KSimpleConfig profileInfo(profileInfoFile, true); + TDESimpleConfig profileInfo(profileInfoFile, true); description = profileInfo.readEntry("Description"); installUser = profileInfo.readEntry("InstallUser", "root"); return; @@ -1193,7 +1193,7 @@ KioskRun::getProfileInfo(const TQString &profile, TQString &description, TQStrin installUser = config->readEntry("ProfileInstallUser", "root"); } -KSimpleConfig * +TDESimpleConfig * KioskRun::openKderc() { if (m_localKdercConfig) @@ -1202,7 +1202,7 @@ KioskRun::openKderc() KURL settingsUrl; settingsUrl.setPath(m_tderc); - m_localKderc = ::locateLocal("tmp", "tderc_"+kapp->randomString(5)); + m_localKderc = ::locateLocal("tmp", "tderc_"+tdeApp->randomString(5)); ::unlink(TQFile::encodeName(m_localKderc)); KURL localCopyUrl; @@ -1211,7 +1211,7 @@ KioskRun::openKderc() if (TQFile::exists(settingsUrl.path())) { - while (!NETACCESS::copy(settingsUrl, localCopyUrl, kapp->mainWidget())) + while (!NETACCESS::copy(settingsUrl, localCopyUrl, tdeApp->mainWidget())) { TQString error = NETACCESS::lastErrorString(); TQString msg; @@ -1225,7 +1225,7 @@ KioskRun::openKderc() msg += i18n("Do you want to retry the operation or abort the saving of changes?</qt>"); - int msgResult = KMessageBox::warningYesNo(kapp->mainWidget(), msg, TQString(), + int msgResult = KMessageBox::warningYesNo(tdeApp->mainWidget(), msg, TQString(), i18n("&Retry"), i18n("&Abort")); if (msgResult == KMessageBox::No) @@ -1233,7 +1233,7 @@ KioskRun::openKderc() } } - m_localKdercConfig = new KSimpleConfig(m_localKderc); + m_localKdercConfig = new TDESimpleConfig(m_localKderc); return m_localKdercConfig; } @@ -1251,7 +1251,7 @@ KioskRun::closeKderc() bool result = install(m_localKderc, m_tderc); m_localKderc = TQString(); m_user = saveUser; - kapp->config()->reparseConfiguration(); + tdeApp->config()->reparseConfiguration(); return result; } @@ -1264,13 +1264,13 @@ KioskRun::setProfileInfo(const TQString &profile, const TQString &description, c installDir.append("/"); TQString saveProfileInfo = installDir + ".kdeprofile"; - KSimpleConfig profileInfo(saveProfileInfo, true); + TDESimpleConfig profileInfo(saveProfileInfo, true); TQString oldDescription = profileInfo.readEntry("Description"); TQString oldInstallUser = profileInfo.readEntry("InstallUser"); if (deleteProfile && !installDir.isEmpty()) { bool result = true; - KioskSync profileDir(kapp->mainWidget()); + KioskSync profileDir(tdeApp->mainWidget()); profileDir.addDir(installDir, KURL()); TQStringList allFiles = profileDir.listFiles(); allFiles.remove(".kdeprofile"); @@ -1285,7 +1285,7 @@ KioskRun::setProfileInfo(const TQString &profile, const TQString &description, c } else if (deleteFiles) { - int msgResult = KMessageBox::warningYesNoCancelList(kapp->mainWidget(), + int msgResult = KMessageBox::warningYesNoCancelList(tdeApp->mainWidget(), i18n("<qt>The profile directory <b>%1</b> contains the following files, " "do you wish to delete these files?").arg(installDir), allFiles, @@ -1328,9 +1328,9 @@ KioskRun::setProfileInfo(const TQString &profile, const TQString &description, c else if ((description != oldDescription) || (installUser != oldInstallUser)) { - TQString localProfileInfo = ::locateLocal("tmp", "kdeprofile_"+kapp->randomString(5)); + TQString localProfileInfo = ::locateLocal("tmp", "kdeprofile_"+tdeApp->randomString(5)); ::unlink(TQFile::encodeName(localProfileInfo)); - KSimpleConfig newProfileInfo(localProfileInfo); + TDESimpleConfig newProfileInfo(localProfileInfo); newProfileInfo.writeEntry("Description", description); newProfileInfo.writeEntry("InstallUser", installUser); newProfileInfo.sync(); @@ -1342,7 +1342,7 @@ KioskRun::setProfileInfo(const TQString &profile, const TQString &description, c KUser thisUser; TQString newAdmin = thisUser.loginName()+":"; // This user, all hosts - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup("Directories"); TQString oldAdmin = config->readEntry("kioskAdmin"); @@ -1355,7 +1355,7 @@ KioskRun::setProfileInfo(const TQString &profile, const TQString &description, c !deleteProfile) return true; // Nothing to do - KSimpleConfig *cfg = openKderc(); + TDESimpleConfig *cfg = openKderc(); if (!cfg) return false; @@ -1391,7 +1391,7 @@ KioskRun::deleteProfile(const TQString &profile, bool deleteFiles) TQString KioskRun::getProfilePrefix() { - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup("Directories"); @@ -1413,7 +1413,7 @@ KioskRun::setProfilePrefix(const TQString &_prefix) if (prefix == getProfilePrefix()) return true; // Nothing to do - KSimpleConfig *cfg = openKderc(); + TDESimpleConfig *cfg = openKderc(); if (!cfg) return false; @@ -1430,7 +1430,7 @@ KioskRun::newProfile() { TQString profilePrefix = getProfilePrefix(); - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); for(int p = 1; p; p++) { TQString profile = TQString("profile%1").arg(p); @@ -1453,7 +1453,7 @@ KioskRun::newProfile() TQStringList KioskRun::allProfiles() { - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); TQStringList groups = config->groupList(); TQStringList profiles; TQStringList directories; @@ -1514,14 +1514,14 @@ KioskRun::getUserProfileMappings( ProfileMapping &groups, ProfileMapping &users, groups.clear(); users.clear(); - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup("Directories"); TQString mapFile = config->readEntry("userProfileMapFile"); if (mapFile.isEmpty() || !TQFile::exists(mapFile)) return; - KSimpleConfig mapCfg(mapFile, true); + TDESimpleConfig mapCfg(mapFile, true); mapCfg.setGroup("General"); groupOrder = mapCfg.readListEntry("groups"); @@ -1550,14 +1550,14 @@ KioskRun::getUserProfileMappings( ProfileMapping &groups, ProfileMapping &users, bool KioskRun::setUserProfileMappings( const ProfileMapping &groups, const ProfileMapping &users, const TQStringList &groupOrder) { - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup("Directories"); TQString mapFile = config->readEntry("userProfileMapFile"); if (mapFile.isEmpty()) { mapFile = "/etc/kde-user-profile"; - KSimpleConfig *cfg = openKderc(); + TDESimpleConfig *cfg = openKderc(); if (!cfg) return false; @@ -1567,10 +1567,10 @@ KioskRun::setUserProfileMappings( const ProfileMapping &groups, const ProfileMap return false; } - TQString localMapFile = ::locateLocal("tmp", "kde-user-profile_"+kapp->randomString(5)); + TQString localMapFile = ::locateLocal("tmp", "kde-user-profile_"+tdeApp->randomString(5)); ::unlink(TQFile::encodeName(localMapFile)); - KSimpleConfig mapConfig(localMapFile); + TDESimpleConfig mapConfig(localMapFile); mapConfig.setGroup("General"); mapConfig.writeEntry("groups", groupOrder); @@ -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..aad5a51 100644 --- a/kiosktool/kioskrun.h +++ b/kiosktool/kioskrun.h @@ -33,7 +33,7 @@ class ImmutableStatus; class TDEConfig; class TDEProcess; -class KSimpleConfig; +class TDESimpleConfig; class KioskGui; @@ -41,7 +41,7 @@ class KioskRun : public TQObject { friend class KioskGui; - Q_OBJECT + TQ_OBJECT public: static KioskRun* self() { return s_self; } @@ -128,7 +128,7 @@ public: void deleteDir(const TQString &); // Open /etc/tderc for writing - KSimpleConfig *openKderc(); + TDESimpleConfig *openKderc(); // Install new /etc/tderc bool closeKderc(); @@ -207,13 +207,13 @@ private: TQString m_tderc; TQString m_localKderc; - KSimpleConfig *m_localKdercConfig; + TDESimpleConfig *m_localKdercConfig; }; class KioskRunProgressDialog : public KProgressDialog { - Q_OBJECT + TQ_OBJECT public: KioskRunProgressDialog(TQWidget *parent, const char *name, diff --git a/kiosktool/kiosksync.cpp b/kiosktool/kiosksync.cpp index bed9519..ef1c4ce 100644 --- a/kiosktool/kiosksync.cpp +++ b/kiosktool/kiosksync.cpp @@ -24,8 +24,8 @@ #include <kdebug.h> #include <tdelocale.h> -#include <ksimpleconfig.h> -#include <kstandarddirs.h> +#include <tdesimpleconfig.h> +#include <tdestandarddirs.h> KioskSync::KioskSync( TQWidget* parent, const char* name) : TQObject(parent, name), @@ -51,7 +51,7 @@ bool KioskSync::sync(bool incremental) { m_incremental = incremental; - m_timestamps = new KSimpleConfig(locateLocal("appdata", "profile-data")); + m_timestamps = new TDESimpleConfig(locateLocal("appdata", "profile-data")); bool canceled = false; diff --git a/kiosktool/kiosksync.h b/kiosktool/kiosksync.h index 9218f77..2aaa94c 100644 --- a/kiosktool/kiosksync.h +++ b/kiosktool/kiosksync.h @@ -27,11 +27,11 @@ #include "kioskrun.h" class TQWidget; -class KSimpleConfig; +class TDESimpleConfig; class KioskSync : public TQObject { - Q_OBJECT + TQ_OBJECT public: KioskSync( TQWidget* parent = 0, const char* name = 0); @@ -72,7 +72,7 @@ private: SyncDirList m_syncDirs; TQWidget *m_parent; - KSimpleConfig *m_timestamps; + TDESimpleConfig *m_timestamps; TQStringList m_changedFiles; TQStringList m_changedDirs; bool m_incremental; diff --git a/kiosktool/kiosktool-tdedirs.cpp b/kiosktool/kiosktool-tdedirs.cpp index a959c44..de42f7e 100644 --- a/kiosktool/kiosktool-tdedirs.cpp +++ b/kiosktool/kiosktool-tdedirs.cpp @@ -31,10 +31,10 @@ #include <tdecmdlineargs.h> #include <tdeglobal.h> #include <tdelocale.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <kshell.h> -#include <ksimpleconfig.h> -#include <kstandarddirs.h> +#include <tdesimpleconfig.h> +#include <tdestandarddirs.h> static const char *description = I18N_NOOP("A tool to set $TDEDIRS according to the current user profile."); @@ -69,7 +69,7 @@ static TQStringList lookupProfiles(const TQString &mapFile) gid_t sup_gids[512]; int sup_gids_nr = getgroups(512, sup_gids); - KSimpleConfig mapCfg(mapFile, true); + TDESimpleConfig mapCfg(mapFile, true); mapCfg.setGroup("Users"); if (mapCfg.hasKey(user.data())) { diff --git a/kiosktool/kiosktool.desktop b/kiosktool/kiosktool.desktop index 8b5888b..2ee7b0b 100644 --- a/kiosktool/kiosktool.desktop +++ b/kiosktool/kiosktool.desktop @@ -7,21 +7,6 @@ X-DocPath=kiosktool/index.html X-TDE-StartupNotify=true Name=Kiosk Tool -Name[bs]=Kiosk administratorski alat -Name[da]=Kiosk Admin-værktøj -Name[es]=Herramienta de administración de Quiosco -Name[et]=Kioski haldur -Name[fr]=Outil d'administration Kiosk -Name[it]=Strumento di amministrazione Kiosk -Name[nl]=Kiosk Administratieprogramma -Name[pt]=Ferramenta de Administração do Quiosque -Name[pt_BR]=Ferramenta de administração Kiosh -Name[sr]=Kiosk, администраторски алат -Name[sr@Latn]=Kiosk, administratorski alat -Name[sv]=Kiosk-administreringsverktyg -Name[ta]=Kiosk மேலாளர கருவி -Name[tr]=Kiosk Yönetim Aracı -Name[xx]=xxKiosk Admin Toolxx GenericName=Kiosk Admin Tool diff --git a/kiosktool/main.cpp b/kiosktool/main.cpp index 94918e5..4c39a3b 100644 --- a/kiosktool/main.cpp +++ b/kiosktool/main.cpp @@ -74,7 +74,7 @@ int main(int argc, char *argv[]) "the <i>Setup</i> functionality of the various components.")); } - kapp->exec(); + tdeApp->exec(); return 0; } diff --git a/kiosktool/menueditComponent.cpp b/kiosktool/menueditComponent.cpp index b634610..806a64f 100644 --- a/kiosktool/menueditComponent.cpp +++ b/kiosktool/menueditComponent.cpp @@ -26,10 +26,10 @@ #include <tdeapplication.h> #include <kdebug.h> #include <kmimetype.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <ksavefile.h> -#include <ksimpleconfig.h> -#include <kstandarddirs.h> +#include <tdesimpleconfig.h> +#include <tdestandarddirs.h> #include <kurl.h> #include "kioskrun.h" @@ -165,7 +165,7 @@ MenuEditComponent::setupFinished() TQString legacyApplications = KioskRun::self()->locateLocal("apps", TQString()); TQString legacySaveApplications = KioskRun::self()->locateSave("apps", TQString()); - KioskSync legacyDir(kapp->mainWidget()); + KioskSync legacyDir(tdeApp->mainWidget()); legacyDir.addDir(legacyApplications, KURL()); TQStringList newLegacyApplications = legacyDir.listFiles(); 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.cpp b/kiosktool/panelComponent.cpp index 9f0b984..139cd39 100644 --- a/kiosktool/panelComponent.cpp +++ b/kiosktool/panelComponent.cpp @@ -24,10 +24,10 @@ #include <kdebug.h> #include <kmimetype.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <ksavefile.h> -#include <ksimpleconfig.h> -#include <kstandarddirs.h> +#include <tdesimpleconfig.h> +#include <tdestandarddirs.h> #include <kurl.h> #include "kioskrun.h" 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..14dd35b 100644 --- a/kiosktool/profilePropsPage.cpp +++ b/kiosktool/profilePropsPage.cpp @@ -40,7 +40,7 @@ static TQStringList userList() result << thisUser.loginName(); result << "root"; - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup("General"); result += config->readListEntry("PreviousUsers"); result.sort(); @@ -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); @@ -208,7 +208,7 @@ bool ProfilePropsPage::save() } // Store this user for easy access later - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup("General"); TQStringList previousUsers= config->readListEntry("PreviousUsers"); if (!previousUsers.contains(user)) 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..c6d4992 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())); } } @@ -152,7 +152,7 @@ bool UserManagementPage::save() void UserManagementPage::slotAddGroup() { - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup("General"); TQStringList groupBlacklist = config->readListEntry("GroupBlacklist"); @@ -224,7 +224,7 @@ void UserManagementPage::slotDeleteGroup() void UserManagementPage::slotAddUser() { - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup("General"); int minUID = config->readNumEntry("FirstUIDShown", 500); 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/po/CMakeLists.txt b/po/CMakeLists.txt deleted file mode 100644 index 2ce6ef4..0000000 --- a/po/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -# build translations if some are already available - -file( GLOB_RECURSE po_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${PROJECT_NAME}.po ) - -foreach( _po ${po_files} ) - string( REPLACE "/" ";" _path "${_po}" ) - list( GET _path 0 _lang ) - tde_create_translation( FILES ${_po} LANG ${_lang} ) -endforeach( ) diff --git a/translations/desktop_files/kiosktool.desktop/bs.po b/translations/desktop_files/kiosktool.desktop/bs.po new file mode 100644 index 0000000..41a36f6 --- /dev/null +++ b/translations/desktop_files/kiosktool.desktop/bs.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +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" +"Language: bs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: kiosktool.desktop:9 +msgid "Kiosk Tool" +msgstr "Kiosk administratorski alat" + +#. GenericName +#: kiosktool.desktop:11 +#, fuzzy +msgid "Kiosk Admin Tool" +msgstr "Kiosk administratorski alat" diff --git a/translations/desktop_files/kiosktool.desktop/da.po b/translations/desktop_files/kiosktool.desktop/da.po new file mode 100644 index 0000000..81172b8 --- /dev/null +++ b/translations/desktop_files/kiosktool.desktop/da.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +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" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: kiosktool.desktop:9 +msgid "Kiosk Tool" +msgstr "Kiosk Admin-værktøj" + +#. GenericName +#: kiosktool.desktop:11 +#, fuzzy +msgid "Kiosk Admin Tool" +msgstr "Kiosk Admin-værktøj" diff --git a/translations/desktop_files/kiosktool.desktop/es.po b/translations/desktop_files/kiosktool.desktop/es.po new file mode 100644 index 0000000..c59cc8d --- /dev/null +++ b/translations/desktop_files/kiosktool.desktop/es.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# Juan M Ayala <linux.zero@yahoo.com>, 2025. +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: 2025-01-21 10:12+0000\n" +"Last-Translator: Juan M Ayala <linux.zero@yahoo.com>\n" +"Language-Team: Spanish <https://mirror.git.trinitydesktop.org/weblate/" +"projects/applications/kiosktool-kiosktooldesktop/es/>\n" +"Language: es\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.17\n" + +#. Name +#: kiosktool.desktop:9 +msgid "Kiosk Tool" +msgstr "Herramienta de administración de Quiosco" + +#. GenericName +#: kiosktool.desktop:11 +msgid "Kiosk Admin Tool" +msgstr "Herramienta de administración Kiosk" diff --git a/translations/desktop_files/kiosktool.desktop/et.po b/translations/desktop_files/kiosktool.desktop/et.po new file mode 100644 index 0000000..dcab541 --- /dev/null +++ b/translations/desktop_files/kiosktool.desktop/et.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +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" +"Language: et\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: kiosktool.desktop:9 +msgid "Kiosk Tool" +msgstr "Kioski haldur" + +#. GenericName +#: kiosktool.desktop:11 +#, fuzzy +msgid "Kiosk Admin Tool" +msgstr "Kioski haldur" diff --git a/translations/desktop_files/kiosktool.desktop/fr.po b/translations/desktop_files/kiosktool.desktop/fr.po new file mode 100644 index 0000000..dd8b61a --- /dev/null +++ b/translations/desktop_files/kiosktool.desktop/fr.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +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" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: kiosktool.desktop:9 +msgid "Kiosk Tool" +msgstr "Outil d'administration Kiosk" + +#. GenericName +#: kiosktool.desktop:11 +#, fuzzy +msgid "Kiosk Admin Tool" +msgstr "Outil d'administration Kiosk" diff --git a/translations/desktop_files/kiosktool.desktop/it.po b/translations/desktop_files/kiosktool.desktop/it.po new file mode 100644 index 0000000..bd02b91 --- /dev/null +++ b/translations/desktop_files/kiosktool.desktop/it.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# 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: 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 +msgid "Kiosk Tool" +msgstr "Strumento di amministrazione Kiosk" + +#. GenericName +#: kiosktool.desktop:11 +msgid "Kiosk Admin Tool" +msgstr "Strumento di amministrazione Kiosk" diff --git a/translations/desktop_files/kiosktool.desktop/ka.po b/translations/desktop_files/kiosktool.desktop/ka.po new file mode 100644 index 0000000..8e7aea3 --- /dev/null +++ b/translations/desktop_files/kiosktool.desktop/ka.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# Temuri Doghonadze <rkavt@smartprojects.ge>, 2024. +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: 2024-11-03 14:11+0000\n" +"Last-Translator: Temuri Doghonadze <rkavt@smartprojects.ge>\n" +"Language-Team: Georgian <https://mirror.git.trinitydesktop.org/weblate/" +"projects/applications/kiosktool-kiosktooldesktop/ka/>\n" +"Language: ka\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.17\n" + +#. Name +#: kiosktool.desktop:9 +msgid "Kiosk Tool" +msgstr "Kiosk Tool" + +#. GenericName +#: kiosktool.desktop:11 +msgid "Kiosk Admin Tool" +msgstr "Kiosk-ის ადმინის პროგრამა" diff --git a/translations/desktop_files/kiosktool.desktop/kiosktool.desktop.pot b/translations/desktop_files/kiosktool.desktop/kiosktool.desktop.pot new file mode 100644 index 0000000..d5b62bd --- /dev/null +++ b/translations/desktop_files/kiosktool.desktop/kiosktool.desktop.pot @@ -0,0 +1,27 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +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" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: kiosktool.desktop:9 +msgid "Kiosk Tool" +msgstr "" + +#. GenericName +#: kiosktool.desktop:11 +msgid "Kiosk Admin Tool" +msgstr "" diff --git a/translations/desktop_files/kiosktool.desktop/nl.po b/translations/desktop_files/kiosktool.desktop/nl.po new file mode 100644 index 0000000..d8a3926 --- /dev/null +++ b/translations/desktop_files/kiosktool.desktop/nl.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# Heimen Stoffels <vistausss@fastmail.com>, 2025. +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: 2025-03-28 17:44+0000\n" +"Last-Translator: Heimen Stoffels <vistausss@fastmail.com>\n" +"Language-Team: Dutch <https://mirror.git.trinitydesktop.org/weblate/projects/" +"applications/kiosktool-kiosktooldesktop/nl/>\n" +"Language: nl\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.17\n" + +#. Name +#: kiosktool.desktop:9 +msgid "Kiosk Tool" +msgstr "Kiosk-administratie" + +#. GenericName +#: kiosktool.desktop:11 +msgid "Kiosk Admin Tool" +msgstr "Kiosk-administratieprogramma" diff --git a/translations/desktop_files/kiosktool.desktop/pt.po b/translations/desktop_files/kiosktool.desktop/pt.po new file mode 100644 index 0000000..a4c0eed --- /dev/null +++ b/translations/desktop_files/kiosktool.desktop/pt.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# 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: 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 +msgid "Kiosk Tool" +msgstr "Ferramenta de Administração do Quiosque" + +#. GenericName +#: kiosktool.desktop:11 +msgid "Kiosk Admin Tool" +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 new file mode 100644 index 0000000..f75e5d8 --- /dev/null +++ b/translations/desktop_files/kiosktool.desktop/pt_BR.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# 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: 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 +msgid "Kiosk Tool" +msgstr "Ferramenta de administração Kiosh" + +#. GenericName +#: kiosktool.desktop:11 +msgid "Kiosk Admin Tool" +msgstr "Ferramenta de administração Kiosh" diff --git a/translations/desktop_files/kiosktool.desktop/ru.po b/translations/desktop_files/kiosktool.desktop/ru.po new file mode 100644 index 0000000..94d5835 --- /dev/null +++ b/translations/desktop_files/kiosktool.desktop/ru.po @@ -0,0 +1,29 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# Andrei Stepanov <adem4ik@gmail.com>, 2024. +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: 2024-04-21 17:50+0000\n" +"Last-Translator: Andrei Stepanov <adem4ik@gmail.com>\n" +"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/" +"projects/applications/kiosktool-kiosktooldesktop/ru/>\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"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 4.17\n" + +#. Name +#: kiosktool.desktop:9 +msgid "Kiosk Tool" +msgstr "Kiosk Tool" + +#. GenericName +#: kiosktool.desktop:11 +msgid "Kiosk Admin Tool" +msgstr "Средство администрирования Kiosk" diff --git a/translations/desktop_files/kiosktool.desktop/sr.po b/translations/desktop_files/kiosktool.desktop/sr.po new file mode 100644 index 0000000..db69d50 --- /dev/null +++ b/translations/desktop_files/kiosktool.desktop/sr.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +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" +"Language: sr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: kiosktool.desktop:9 +msgid "Kiosk Tool" +msgstr "Kiosk, администраторски алат" + +#. GenericName +#: kiosktool.desktop:11 +#, fuzzy +msgid "Kiosk Admin Tool" +msgstr "Kiosk, администраторски алат" diff --git a/translations/desktop_files/kiosktool.desktop/sr@Latn.po b/translations/desktop_files/kiosktool.desktop/sr@Latn.po new file mode 100644 index 0000000..66c2dad --- /dev/null +++ b/translations/desktop_files/kiosktool.desktop/sr@Latn.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +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" +"Language: sr@Latn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: kiosktool.desktop:9 +msgid "Kiosk Tool" +msgstr "Kiosk, administratorski alat" + +#. GenericName +#: kiosktool.desktop:11 +#, fuzzy +msgid "Kiosk Admin Tool" +msgstr "Kiosk, administratorski alat" diff --git a/translations/desktop_files/kiosktool.desktop/sv.po b/translations/desktop_files/kiosktool.desktop/sv.po new file mode 100644 index 0000000..b2b9333 --- /dev/null +++ b/translations/desktop_files/kiosktool.desktop/sv.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +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" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: kiosktool.desktop:9 +msgid "Kiosk Tool" +msgstr "Kiosk-administreringsverktyg" + +#. GenericName +#: kiosktool.desktop:11 +#, fuzzy +msgid "Kiosk Admin Tool" +msgstr "Kiosk-administreringsverktyg" diff --git a/translations/desktop_files/kiosktool.desktop/ta.po b/translations/desktop_files/kiosktool.desktop/ta.po new file mode 100644 index 0000000..4f2de88 --- /dev/null +++ b/translations/desktop_files/kiosktool.desktop/ta.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +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" +"Language: ta\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: kiosktool.desktop:9 +msgid "Kiosk Tool" +msgstr "Kiosk மேலாளர கருவி" + +#. GenericName +#: kiosktool.desktop:11 +#, fuzzy +msgid "Kiosk Admin Tool" +msgstr "Kiosk மேலாளர கருவி" diff --git a/translations/desktop_files/kiosktool.desktop/tr.po b/translations/desktop_files/kiosktool.desktop/tr.po new file mode 100644 index 0000000..b241a75 --- /dev/null +++ b/translations/desktop_files/kiosktool.desktop/tr.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +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" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: kiosktool.desktop:9 +msgid "Kiosk Tool" +msgstr "Kiosk Yönetim Aracı" + +#. GenericName +#: kiosktool.desktop:11 +#, fuzzy +msgid "Kiosk Admin Tool" +msgstr "Kiosk Yönetim Aracı" diff --git a/po/bg/kiosktool.po b/translations/messages/bg.po index 46999f4..218b4bc 100644 --- a/po/bg/kiosktool.po +++ b/translations/messages/bg.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: kiosktool\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -16,13 +16,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3.1\n" -#: _translatorinfo:1 +#. 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 "Красимир Арнаудов" -#: _translatorinfo:2 +#. 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" diff --git a/po/br/kiosktool.po b/translations/messages/br.po index e0fb4ab..4ca6f86 100644 --- a/po/br/kiosktool.po +++ b/translations/messages/br.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeextragear-3/kiosktool.po\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -12,13 +12,13 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: _translatorinfo:1 +#. 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 "Thierry Vignaud" -#: _translatorinfo:2 +#. 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" @@ -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/po/is/kiosktool.po b/translations/messages/ca.po index 5db07f7..25ece96 100644 --- a/po/is/kiosktool.po +++ b/translations/messages/ca.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -10,13 +10,13 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: ENCODING\n" -#: _translatorinfo:1 +#. 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 "" -#: _translatorinfo:2 +#. 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" diff --git a/po/cs/kiosktool.po b/translations/messages/cs.po index c9a5673..c318759 100644 --- a/po/cs/kiosktool.po +++ b/translations/messages/cs.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: kiosktool\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -15,13 +15,13 @@ msgstr "" "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" -#: _translatorinfo:1 +#. 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 "Klára Cihlářová" -#: _translatorinfo:2 +#. 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" diff --git a/po/cy/kiosktool.po b/translations/messages/cy.po index 3aa642b..9e7880e 100644 --- a/po/cy/kiosktool.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: 2019-12-04 23:39+0100\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" @@ -10,13 +10,13 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: _translatorinfo:1 +#. 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 "KD wrth KGyfieithu" -#: _translatorinfo:2 +#. 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" @@ -1202,9 +1202,6 @@ msgstr "" #~ msgid "&Delete" #~ msgstr "&Dileu Proffil" -#~ msgid "Alt+A" -#~ msgstr "Alt+A" - #~ msgid "Action" #~ msgstr "Gweithred" diff --git a/po/da/kiosktool.po b/translations/messages/da.po index 3447180..9feb2fa 100644 --- a/po/da/kiosktool.po +++ b/translations/messages/da.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: kiosktool\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -14,13 +14,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.10\n" -#: _translatorinfo:1 +#. 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 "Erik Kjær Pedersen,Rune Rønde Laursen" -#: _translatorinfo:2 +#. 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" diff --git a/po/de/kiosktool.po b/translations/messages/de.po index 62fb68f..3079ec0 100644 --- a/po/de/kiosktool.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: 2019-12-04 23:39+0100\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/" @@ -21,13 +21,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.9.1\n" -#: _translatorinfo:1 +#. 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 "Mario Fux, Chris (TDE)" -#: _translatorinfo:2 +#. 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" @@ -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/po/en_GB/kiosktool.po b/translations/messages/en_GB.po index 6595294..8d42fe3 100644 --- a/po/en_GB/kiosktool.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: 2019-12-04 23:39+0100\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" @@ -18,13 +18,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.9\n" -#: _translatorinfo:1 +#. 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 "Malcolm Hunter" -#: _translatorinfo:2 +#. 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" diff --git a/po/es/kiosktool.po b/translations/messages/es.po index b789ac2..391d0f3 100644 --- a/po/es/kiosktool.po +++ b/translations/messages/es.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: kiosktool\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -15,13 +15,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3.1\n" -#: _translatorinfo:1 +#. 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 "Enrique Matías Sánchez (aka Quique)" -#: _translatorinfo:2 +#. 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" @@ -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/po/et/kiosktool.po b/translations/messages/et.po index 0181f7d..dda0666 100644 --- a/po/et/kiosktool.po +++ b/translations/messages/et.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: kiosktool\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -13,13 +13,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3\n" -#: _translatorinfo:1 +#. 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 "Marek Laane" -#: _translatorinfo:2 +#. 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" @@ -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/po/fr/kiosktool.po b/translations/messages/fr.po index 773cefa..5ce69d5 100644 --- a/po/fr/kiosktool.po +++ b/translations/messages/fr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: kiosktool\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -13,13 +13,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3\n" -#: _translatorinfo:1 +#. 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 "Simon Depiets" -#: _translatorinfo:2 +#. 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" diff --git a/po/ga/kiosktool.po b/translations/messages/ga.po index eb7f3cc..059b2cd 100644 --- a/po/ga/kiosktool.po +++ b/translations/messages/ga.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeextragear-3/kiosktool.po\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -10,13 +10,13 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: _translatorinfo:1 +#. 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 "Séamus Ó Ciardhuáin" -#: _translatorinfo:2 +#. 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" diff --git a/po/ca/kiosktool.po b/translations/messages/is.po index 5db07f7..25ece96 100644 --- a/po/ca/kiosktool.po +++ b/translations/messages/is.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -10,13 +10,13 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: ENCODING\n" -#: _translatorinfo:1 +#. 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 "" -#: _translatorinfo:2 +#. 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" diff --git a/po/it/kiosktool.po b/translations/messages/it.po index ead6977..3abf107 100644 --- a/po/it/kiosktool.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: 2019-12-04 23:39+0100\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,15 +14,15 @@ 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" -#: _translatorinfo:1 +#. 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 "Federico Zenith" -#: _translatorinfo:2 +#. 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" @@ -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/po/kiosktool.pot b/translations/messages/kiosktool.pot index 65e3bfa..257bad7 100644 --- a/po/kiosktool.pot +++ b/translations/messages/kiosktool.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -13,13 +13,15 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: _translatorinfo:1 +#. Instead of a literal translation, add your name to the end of the list (separated by a comma). +#, ignore-inconsistent msgid "" "_: NAME OF TRANSLATORS\n" "Your names" msgstr "" -#: _translatorinfo:2 +#. Instead of a literal translation, add your email to the end of the list (separated by a comma). +#, ignore-inconsistent msgid "" "_: EMAIL OF TRANSLATORS\n" "Your emails" @@ -333,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 @@ -793,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." @@ -830,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." @@ -913,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." @@ -935,8 +912,8 @@ msgstr "" #: kiosk_data.xml:674 msgid "" -"This option can be used to remove the <i>Settings -> Configure " -"<Application></i> menu-option from all applications." +"This option can be used to remove the <i>Settings -> Configure <" +"Application></i> menu-option from all applications." msgstr "" #: kiosk_data.xml:696 @@ -957,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." @@ -975,8 +950,8 @@ msgstr "" #: kiosk_data.xml:722 msgid "" -"This option can be used to remove the <i>Help -> About " -"<Application></i> menu-option from all applications." +"This option can be used to remove the <i>Help -> About <Application></" +"i> menu-option from all applications." msgstr "" #: kiosk_data.xml:735 diff --git a/po/lt/kiosktool.po b/translations/messages/lt.po index 8c98ec5..26fcce7 100644 --- a/po/lt/kiosktool.po +++ b/translations/messages/lt.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: _translatorinfo:1 +#. Instead of a literal translation, add your name to the end of the list (separated by a comma). #, fuzzy msgid "" "_: NAME OF TRANSLATORS\n" @@ -232,7 +232,7 @@ msgstr "" "#-#-#-#-# ktimer.po (ktimer) #-#-#-#-#\n" "Eugenijus Paulauskas" -#: _translatorinfo:2 +#. Instead of a literal translation, add your email to the end of the list (separated by a comma). #, fuzzy msgid "" "_: EMAIL OF TRANSLATORS\n" diff --git a/po/mt/kiosktool.po b/translations/messages/mt.po index 43aad52..48242b5 100644 --- a/po/mt/kiosktool.po +++ b/translations/messages/mt.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: kiosktool\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -14,13 +14,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.9.1\n" -#: _translatorinfo:1 +#. 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 "" -#: _translatorinfo:2 +#. 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" diff --git a/po/nl/kiosktool.po b/translations/messages/nl.po index e0459ef..b91a1ef 100644 --- a/po/nl/kiosktool.po +++ b/translations/messages/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: kiosktool\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -17,13 +17,13 @@ msgstr "" "X-Generator: KBabel 1.9.1\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: _translatorinfo:1 +#. 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 "Rinse de Vries" -#: _translatorinfo:2 +#. 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" @@ -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/po/pt/kiosktool.po b/translations/messages/pt.po index 57b63cb..3fa5fc9 100644 --- a/po/pt/kiosktool.po +++ b/translations/messages/pt.po @@ -1,28 +1,30 @@ msgid "" msgstr "" "Project-Id-Version: kiosktool\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\n" -"PO-Revision-Date: 2005-01-06 13:59+0000\n" -"Last-Translator: Pedro Morais <morais@kde.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \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/" +"projects/applications/kiosktool/pt/>\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POFile-SpellExtra: tdedirs tderc XXX UID kioskdata KIOSK KDEEDIRS Kiosk\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.10\n" "X-POFile-SpellExtra: starttde export action kiosktool\n" -#: _translatorinfo:1 +#. 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 "Pedro Morais" +msgstr "Pedro Morais,Hugo Carvalho" -#: _translatorinfo:2 +#. 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 "morais@kde.org" +msgstr "morais@kde.org,hugokarvalho@hotmail.com" #: componentPage.cpp:50 #, c-format @@ -233,7 +235,7 @@ msgstr "&Repetir" #: kioskrun.cpp:928 kioskrun.cpp:1010 kioskrun.cpp:1059 kioskrun.cpp:1093 #: kioskrun.cpp:1229 msgid "&Abort" -msgstr "&Interromper" +msgstr "&Abortar" #: kioskrun.cpp:959 msgid "" @@ -364,11 +366,6 @@ msgid "Author" msgstr "Autor" #: 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 " @@ -426,7 +423,7 @@ msgstr "Aviso de Duplicado" #: userManagement.cpp:198 userManagement.cpp:269 msgid "&Replace" -msgstr "Substitui&r" +msgstr "&Substituir" #: userManagement.cpp:241 msgid "Add User Policy" @@ -751,14 +748,12 @@ msgstr "" "completamente o conteúdo original do ecrã." #: kiosk_data.xml:217 -#, fuzzy msgid "TDE Menu" -msgstr "Menu do KDE" +msgstr "Menu do TDE" #: kiosk_data.xml:219 -#, fuzzy msgid "The TDE Application menu" -msgstr "O menu Aplicações do KDE" +msgstr "O menu Aplicações do TDE" #: kiosk_data.xml:230 msgid "" @@ -773,13 +768,12 @@ msgid "Disable menu editing" msgstr "Desactivar a edição de menu" #: 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 "" -"Desactiva a opção de menu para editar o Menu de Aplicações do KDE. Quando " +"Desactiva a opção de menu para editar o Menu de Aplicações do TDE. Quando " "desactivado, o utilizador não pode efectuar alterações ao seu menu pessoal " "de aplicações." @@ -1101,7 +1095,7 @@ msgstr "Desactivar Ajuda" #: kiosk_data.xml:698 msgid "You can use this to completely disable the help menu" -msgstr "Pode utilizar isto para desactivar completamente o menu ajuda." +msgstr "Pode utilizar isto para desactivar completamente o menu ajuda" #: kiosk_data.xml:702 msgid "Disable Help -> <Application> Handbook" @@ -1352,7 +1346,7 @@ msgstr "Perfil a utilizar pelos utilizadores sem perfil atribuído:" #: userManagement_ui.ui:49 #, no-c-format msgid "default" -msgstr "por omissão" +msgstr "predefinido" #: userManagement_ui.ui:62 #, no-c-format @@ -1401,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/po/pt_BR/kiosktool.po b/translations/messages/pt_BR.po index e51be5d..6ec8d0c 100644 --- a/po/pt_BR/kiosktool.po +++ b/translations/messages/pt_BR.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: kiosktool\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -13,13 +13,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3.1\n" -#: _translatorinfo:1 +#. 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 "Lisiane Sztoltz Teixeira" -#: _translatorinfo:2 +#. 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" diff --git a/po/ro/kiosktool.po b/translations/messages/ro.po index 561fee5..ee418f4 100644 --- a/po/ro/kiosktool.po +++ b/translations/messages/ro.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: kiosktool\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -13,13 +13,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.9\n" -#: _translatorinfo:1 +#. 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 "Claudiu Costin" -#: _translatorinfo:2 +#. 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" diff --git a/po/ru/kiosktool.po b/translations/messages/ru.po index cc5f974..9fe9444 100644 --- a/po/ru/kiosktool.po +++ b/translations/messages/ru.po @@ -1,34 +1,34 @@ # translation of kiosktool.po into Russian # Dimitiry Ryazantcev <DJm00n@rambler.ru>, 2005. # Nick Shaforostoff <shafff@ukr.net>, 2005. -# +# Andrei Stepanov <adem4ik@gmail.com>, 2023, 2025. msgid "" msgstr "" "Project-Id-Version: kiosktool\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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: 2025-06-28 10:16+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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "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" +"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 4.18.2\n" -#: _translatorinfo:1 +#. 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 "Дмитрий Рязанцев,Андрей Степанов" -#: _translatorinfo:2 +#. 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" @@ -880,7 +872,7 @@ msgstr "Konqueror" #: kiosk_data.xml:331 msgid "Konqueror is a combined web- and filebrowser." -msgstr "Konqueror - веб-обозреватель и файловый менеджер." +msgstr "Konqueror — веб-обозреватель и файловый менеджер." #: kiosk_data.xml:335 msgid "Disable Properties in context menu" @@ -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/po/sr/kiosktool.po b/translations/messages/sr.po index 8aeb878..3a1c169 100644 --- a/po/sr/kiosktool.po +++ b/translations/messages/sr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: kiosktool\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -13,13 +13,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3.1\n" -#: _translatorinfo:1 +#. 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 "Часлав Илић" -#: _translatorinfo:2 +#. 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" diff --git a/po/sr@Latn/kiosktool.po b/translations/messages/sr@Latn.po index b6f379c..4a81d3c 100644 --- a/po/sr@Latn/kiosktool.po +++ b/translations/messages/sr@Latn.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: kiosktool\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -13,13 +13,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3.1\n" -#: _translatorinfo:1 +#. 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 "Časlav Ilić" -#: _translatorinfo:2 +#. 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" diff --git a/po/sv/kiosktool.po b/translations/messages/sv.po index e10933e..12c57d9 100644 --- a/po/sv/kiosktool.po +++ b/translations/messages/sv.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: kiosktool\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -13,13 +13,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.10\n" -#: _translatorinfo:1 +#. 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 "Stefan Asserhäll" -#: _translatorinfo:2 +#. 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" diff --git a/po/ta/kiosktool.po b/translations/messages/ta.po index 18b696b..c3977a1 100644 --- a/po/ta/kiosktool.po +++ b/translations/messages/ta.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: kiosktool\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -16,13 +16,13 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: _translatorinfo:1 +#. 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 "உங்கள் பெயர்கள்" -#: _translatorinfo:2 +#. 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" @@ -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/po/tr/kiosktool.po b/translations/messages/tr.po index 8902ec2..2818aed 100644 --- a/po/tr/kiosktool.po +++ b/translations/messages/tr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: kiosktool\n" -"POT-Creation-Date: 2019-12-04 23:39+0100\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" @@ -13,13 +13,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3\n" -#: _translatorinfo:1 +#. 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 "Engin ÇAĞATAY" -#: _translatorinfo:2 +#. 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" |