[pim/kleopatra] /: Rename kwatchgnupg to GnuPG Log Viewer
Carl Schwan
null at kde.org
Sat Oct 26 09:00:54 BST 2024
Git commit a255fac426e35f270dcc899e4a2912e1f203bb7d by Carl Schwan, on behalf of Carl Schwan.
Committed on 26/10/2024 at 07:53.
Pushed by carlschwan into branch 'master'.
Rename kwatchgnupg to GnuPG Log Viewer
M +1 -1 doc/kleopatra/index.docbook
M +2 -2 src/kwatchgnupg/aboutdata.cpp
M +2 -32 src/kwatchgnupg/org.kde.kwatchgnupg.desktop
https://invent.kde.org/pim/kleopatra/-/commit/a255fac426e35f270dcc899e4a2912e1f203bb7d
diff --git a/doc/kleopatra/index.docbook b/doc/kleopatra/index.docbook
index 6efbe7531..f127e7d02 100644
--- a/doc/kleopatra/index.docbook
+++ b/doc/kleopatra/index.docbook
@@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [
<!ENTITY kleopatra "<application>Kleopatra</application>">
<!ENTITY uiserver "UiServer">
- <!ENTITY kwatchgnupg "<application>KWatchGnuPG</application>">
+ <!ENTITY kwatchgnupg "<application>GnuPG Log Viewer</application>">
<!ENTITY gpgsm "<application>GpgSM</application>">
<!ENTITY gnupg "<application>GnuPG</application>">
<!ENTITY gpg "<application>GPG</application>">
diff --git a/src/kwatchgnupg/aboutdata.cpp b/src/kwatchgnupg/aboutdata.cpp
index 04339c106..4a1fae24b 100644
--- a/src/kwatchgnupg/aboutdata.cpp
+++ b/src/kwatchgnupg/aboutdata.cpp
@@ -27,9 +27,9 @@ static constexpr auto authors = std::to_array<about_data>({
AboutData::AboutData()
: KAboutData(QStringLiteral("kwatchgnupg"),
- i18n("KWatchGnuPG"),
+ i18nc("@title", "GnuPG Log Viewer"),
QLatin1StringView(KWATCHGNUPG_VERSION_STRING),
- i18n("GnuPG log viewer"),
+ i18nc("@info", "Viewer for GnuPG daemon and application logs"),
KAboutLicense::GPL,
i18nc("@info:credit", "(C) %1 g10 Code GmbH", QStringLiteral("2024")) + QLatin1Char('\n')
+ i18n("(C) 2004 Klar\xC3\xA4lvdalens Datakonsult AB\n"))
diff --git a/src/kwatchgnupg/org.kde.kwatchgnupg.desktop b/src/kwatchgnupg/org.kde.kwatchgnupg.desktop
index c140ff2fc..e7d6af6c3 100644
--- a/src/kwatchgnupg/org.kde.kwatchgnupg.desktop
+++ b/src/kwatchgnupg/org.kde.kwatchgnupg.desktop
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2023 Tobias Fella <tobias.fella at kde.org>
[Desktop Entry]
Version=1.5
-Name=KWatchGnuPG
+Name=GnuPG Log Viewer
Name[bg]=KWatchGnuPG
Name[ca]=KWatchGnuPG
Name[ca at valencia]=KWatchGnuPG
@@ -32,37 +32,7 @@ Name[tr]=KWatchGnuPG
Name[uk]=KWatchGnuPG
Name[x-test]=xxKWatchGnuPGxx
Name[zh_TW]=KWatchGnuPG
-GenericName=GnuPG Log Viewer
-GenericName[bg]=GnuPG преглед на дневници
-GenericName[ca]=Visualitzador del registre del GnuPG
-GenericName[ca at valencia]=Visor del registre de GnuPG
-GenericName[cs]=Prohlížeč záznamů GnuPG
-GenericName[de]=GnuPG Protokollanzeige
-GenericName[en_GB]=GnuPG Log Viewer
-GenericName[eo]=GnuPG-Protokolvidilo
-GenericName[es]=Visor del registro de GnuPG
-GenericName[eu]=GnuPG egunkari ikustailea
-GenericName[fi]=GnuPG:n lokikatselin
-GenericName[fr]=Afficheur de journaux de GnuPG
-GenericName[gl]=Visor de rexistros de GnuPG
-GenericName[he]=מציג היומן של GnuPG
-GenericName[hu]=GnuPG-naplómegjelenítő
-GenericName[ia]=Visor de registro GnuPG
-GenericName[is]=GnuPG annálaskoðari
-GenericName[it]=Visualizzatore log di GnuPG
-GenericName[ka]=GnuPG-ის ჟურნალის ნახვა
-GenericName[ko]=GnuPG 로그 뷰어
-GenericName[nl]=GnuPG-logweergave
-GenericName[pl]=Przeglądarka dziennika GnuPG
-GenericName[ru]=Просмотр журнала GnuPG
-GenericName[sk]=Prehliadač záznamu GnuPG
-GenericName[sl]=Vpogledovalnik dnevnika GnuPG
-GenericName[sv]=GnuPG-loggvisning
-GenericName[tr]=GnuPG Günlük Görüntüleyicisi
-GenericName[uk]=Переглядач журнал GnuPG
-GenericName[x-test]=xxGnuPG Log Viewerxx
-GenericName[zh_TW]=GnuPG 紀錄檢視器
-Comment=View the GnuPG log
+Comment=Viewer for GnuPG daemon and application logs
Comment[bg]=Преглед на дневника на GnuPG
Comment[ca]=Visualitza el registre del GnuPG
Comment[ca at valencia]=Visualitza el registre de GnuPG
More information about the kde-doc-english
mailing list