summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-10-09 23:47:03 +0200
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2019-11-03 15:30:20 +0000
commita8528d0066c6d71958b0c4c88819370c7ee4d6d0 (patch)
tree052b3ac8b98c3a3f5d896f8527ce0c5aa9f8e4c4
parentc06244f4f15839567a7de0c341ad50602cfaabef (diff)
downloadtdebase-a8528d0066c6d71958b0c4c88819370c7ee4d6d0.tar.gz
tdebase-a8528d0066c6d71958b0c4c88819370c7ee4d6d0.zip
Streamline device manager naming scheme.
Signed-off-by: Chris <xchrisx@uber.space>
-rw-r--r--kcontrol/hwmanager/hwmanager.cpp8
-rw-r--r--kcontrol/hwmanager/hwmanager.desktop35
-rw-r--r--kcontrol/hwmanager/hwmanagerbase.ui4
3 files changed, 31 insertions, 16 deletions
diff --git a/kcontrol/hwmanager/hwmanager.cpp b/kcontrol/hwmanager/hwmanager.cpp
index 5a5fb3e99..3258453d0 100644
--- a/kcontrol/hwmanager/hwmanager.cpp
+++ b/kcontrol/hwmanager/hwmanager.cpp
@@ -71,9 +71,9 @@ TDEHWManager::TDEHWManager(TQWidget *parent, const char *name, const TQStringLis
systemconfig = new KSimpleConfig( TQString::fromLatin1( KDE_CONFDIR "/tdehw/hwmanagerrc" ));
TDEAboutData *about =
- new TDEAboutData(I18N_NOOP("kcmhwmanager"), I18N_NOOP("TDE Hardware Device Manager"),
+ new TDEAboutData(I18N_NOOP("kcmhwmanager"), I18N_NOOP("TDE Device Manager\n\nCan be used to get all kind of informations about your devices on your system, shows which drivers are used by them and allows to change device settings."),
0, 0, TDEAboutData::License_GPL,
- I18N_NOOP("(c) 2012 Timothy Pearson"));
+ I18N_NOOP("(c) 2012 Timothy Pearson\n(c) 2019 The Trinity Desktop Project"));
about->addAuthor("Timothy Pearson", 0, "kb9vqf@pearsoncomputing.net");
setAboutData( about );
@@ -83,7 +83,7 @@ TDEHWManager::TDEHWManager(TQWidget *parent, const char *name, const TQStringLis
base->deviceFilter->setListView(base->deviceTree);
- setRootOnlyMsg(i18n("<b>Hardware settings are system wide, and therefore require administrator access</b><br>To alter the system's hardware settings, click on the \"Administrator Mode\" button below."));
+ setRootOnlyMsg(i18n("<b>Device settings are system wide, and therefore require administrator access</b><br>To alter the system's device settings, click on the \"Administrator Mode\" button below."));
setUseRootOnlyMsg(true);
TDEHardwareDevices *hwdevices = TDEGlobal::hardwareDevices();
@@ -241,7 +241,7 @@ void TDEHWManager::cryptographicCardPinRequested(TQString prompt, TDECryptograph
TQString TDEHWManager::quickHelp() const
{
- return i18n("<h1>TDE Hardware Device Manager</h1> This module allows you to configure hardware devices on your system");
+ return i18n("<h1>TDE Device Manager</h1> This module allows you to get all kind of informations about the devices on your system, the drivers which are used by them and to configure them as well.");
}
#include "hwmanager.moc"
diff --git a/kcontrol/hwmanager/hwmanager.desktop b/kcontrol/hwmanager/hwmanager.desktop
index d0ef60728..a0a374bbe 100644
--- a/kcontrol/hwmanager/hwmanager.desktop
+++ b/kcontrol/hwmanager/hwmanager.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Exec=tdecmshell hwmanager
-Icon=hwinfo
+Icon=kcmpci
Type=Application
X-DocPath=kcontrol/hwmanager/index.html
@@ -8,14 +8,29 @@ X-TDE-Library=hwmanager
X-TDE-ParentApp=kcontrol
X-TDE-SubstituteUID=true
-Categories=Qt;TDE;X-TDE-settings-hardware;
+Name=Device Manager
+Name[cs]=Správce zařízení
+Name[de]=Geräteverwaltung
+Name[es]=Administrador de dispositivos
+Name[fr]=Gestionnaire de périphériques
+Name[it]=
+Name[ru]=Менеджер устройств
+
Comment=Configure hardware devices
-Comment[en_US]=Configure hardware devices
-GenericName=
-GenericName[en_US]=
-Keywords=hardware;
-MimeType=
-Name=Hardware Device Manager
-Name[en_US]=Hardware Device Manager
+Comment[cs]=Nastavení hardwarových zařízení
+Comment[de]=Hardware-Geräte einrichten
+Comment[es]=Configuración de dispositivos
+Comment[fr]=Configurer des périphériques matériels
+Comment[it]=
+Comment[ru]=Конфигурация устройств
-NoDisplay=false
+Keywords=hardware;devices;manager;
+Keywords[cs]=hardware;zařízení;správce;
+Keywords[de]=Hardware;Geräte;Verwaltung;
+Keywords[es]=hardware;dispositivos;
+Keywords[fr]=Matériel;équipement;gestion
+Keywords[it]=
+Keywords[ru]=оборудование;усройства;
+
+Categories=Qt;TDE;X-TDE-settings-hardware;
+NoDisplay=false \ No newline at end of file
diff --git a/kcontrol/hwmanager/hwmanagerbase.ui b/kcontrol/hwmanager/hwmanagerbase.ui
index 9a6ecef63..6c785921d 100644
--- a/kcontrol/hwmanager/hwmanagerbase.ui
+++ b/kcontrol/hwmanager/hwmanagerbase.ui
@@ -20,7 +20,7 @@
<cstring>tab</cstring>
</property>
<attribute name="title">
- <string>Hardware Devices</string>
+ <string>Devices</string>
</attribute>
<grid>
<property name="name">
@@ -83,4 +83,4 @@
</includes>
<layoutdefaults spacing="3" margin="6"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
-</UI>
+</UI> \ No newline at end of file