diff --git a/kcms/colors/colors.cpp b/kcms/colors/colors.cpp --- a/kcms/colors/colors.cpp +++ b/kcms/colors/colors.cpp @@ -59,7 +59,7 @@ { qmlRegisterType(); - KAboutData *about = new KAboutData(QStringLiteral("kcm_colors"), i18n("Choose the color scheme"), + KAboutData *about = new KAboutData(QStringLiteral("kcm_colors"), i18n("Colors"), QStringLiteral("2.0"), QString(), KAboutLicense::GPL); about->addAuthor(i18n("Kai Uwe Broulik"), QString(), QStringLiteral("kde@privat.broulik.de")); setAboutData(about); diff --git a/kcms/colors/kcm_colors.desktop b/kcms/colors/kcm_colors.desktop --- a/kcms/colors/kcm_colors.desktop +++ b/kcms/colors/kcm_colors.desktop @@ -103,7 +103,7 @@ Name[zh_CN]=色彩 Name[zh_TW]=顏色 -Comment=Choose the color scheme +Comment=Choose color scheme Comment[ca]=Trieu l'esquema de colors Comment[ca@valencia]=Trieu l'esquema de colors Comment[es]=Escoger el esquema de color diff --git a/kcms/colors/package/metadata.desktop b/kcms/colors/package/metadata.desktop --- a/kcms/colors/package/metadata.desktop +++ b/kcms/colors/package/metadata.desktop @@ -90,7 +90,7 @@ Name[x-test]=xxColorsxx Name[zh_CN]=色彩 Name[zh_TW]=顏色 -Comment=Choose the color scheme +Comment=Choose color scheme Comment[ca]=Trieu l'esquema de colors Comment[ca@valencia]=Trieu l'esquema de colors Comment[es]=Escoger el esquema de color diff --git a/kcms/cursortheme/kcm_cursortheme.desktop b/kcms/cursortheme/kcm_cursortheme.desktop --- a/kcms/cursortheme/kcm_cursortheme.desktop +++ b/kcms/cursortheme/kcm_cursortheme.desktop @@ -49,7 +49,7 @@ Name[zh_CN]=光标 Name[zh_TW]=游標 -Comment=Choose the mouse cursor theme +Comment=Choose mouse cursor theme Comment[ca]=Trieu el tema del cursor del ratolí Comment[ca@valencia]=Trieu el tema del cursor del ratolí Comment[de]=Design für den Mauszeiger auswählen diff --git a/kcms/cursortheme/kcmcursortheme.cpp b/kcms/cursortheme/kcmcursortheme.cpp --- a/kcms/cursortheme/kcmcursortheme.cpp +++ b/kcms/cursortheme/kcmcursortheme.cpp @@ -71,7 +71,7 @@ qmlRegisterType("org.kde.private.kcm_cursortheme", 1, 0, "PreviewWidget"); qmlRegisterType(); - KAboutData* aboutData = new KAboutData(QStringLiteral("kcm_cursortheme"), i18n("Choose the mouse cursor theme"), + KAboutData* aboutData = new KAboutData(QStringLiteral("kcm_cursortheme"), i18n("Cursors"), QStringLiteral("1.0"), QString(), KAboutLicense::GPL, i18n("(c) 2003-2007 Fredrik Höglund")); aboutData->addAuthor(i18n("Fredrik Höglund")); aboutData->addAuthor(i18n("Marco Martin")); diff --git a/kcms/cursortheme/package/metadata.desktop b/kcms/cursortheme/package/metadata.desktop --- a/kcms/cursortheme/package/metadata.desktop +++ b/kcms/cursortheme/package/metadata.desktop @@ -37,7 +37,7 @@ Name[x-test]=xxCursorsxx Name[zh_CN]=光标 Name[zh_TW]=游標 -Comment=Choose the mouse cursor theme +Comment=Choose mouse cursor theme Comment[ca]=Trieu el tema del cursor del ratolí Comment[ca@valencia]=Trieu el tema del cursor del ratolí Comment[de]=Design für den Mauszeiger auswählen diff --git a/kcms/desktoptheme/kcm.cpp b/kcms/desktoptheme/kcm.cpp --- a/kcms/desktoptheme/kcm.cpp +++ b/kcms/desktoptheme/kcm.cpp @@ -58,7 +58,7 @@ qApp->setAttribute(Qt::AA_DontCreateNativeWidgetSiblings); qmlRegisterType(); - KAboutData* about = new KAboutData(QStringLiteral("kcm_desktoptheme"), i18n("Choose the Plasma theme"), + KAboutData* about = new KAboutData(QStringLiteral("kcm_desktoptheme"), i18n("Plasma Theme"), QStringLiteral("0.1"), QString(), KAboutLicense::LGPL); about->addAuthor(i18n("David Rosca"), QString(), QStringLiteral("nowrep@gmail.com")); setAboutData(about); diff --git a/kcms/desktoptheme/kcm_desktoptheme.desktop b/kcms/desktoptheme/kcm_desktoptheme.desktop --- a/kcms/desktoptheme/kcm_desktoptheme.desktop +++ b/kcms/desktoptheme/kcm_desktoptheme.desktop @@ -33,7 +33,7 @@ Name[x-test]=xxPlasma Themexx Name[zh_CN]=Plasma 主题 Name[zh_TW]=Plasma 主題 -Comment=Choose the Plasma theme +Comment=Choose Plasma theme Comment[ca]=Trieu el tema del Plasma Comment[ca@valencia]=Trieu el tema del Plasma Comment[de]=Plasma-Design auswählen diff --git a/kcms/desktoptheme/package/metadata.desktop b/kcms/desktoptheme/package/metadata.desktop --- a/kcms/desktoptheme/package/metadata.desktop +++ b/kcms/desktoptheme/package/metadata.desktop @@ -22,7 +22,7 @@ Name[x-test]=xxPlasma Themexx Name[zh_CN]=Plasma 主题 Name[zh_TW]=Plasma 主題 -Comment=Choose the Plasma theme +Comment=Choose Plasma theme Comment[ca]=Trieu el tema del Plasma Comment[ca@valencia]=Trieu el tema del Plasma Comment[de]=Plasma-Design auswählen diff --git a/kcms/emoticons/emoticons.desktop b/kcms/emoticons/emoticons.desktop --- a/kcms/emoticons/emoticons.desktop +++ b/kcms/emoticons/emoticons.desktop @@ -93,7 +93,7 @@ Name[x-test]=xxEmoticonsxx Name[zh_CN]=表情符号 Name[zh_TW]=表情圖示 -Comment=Emoticon Theme +Comment=Choose emoticon theme Comment[ar]=سمة الوجوه التّعبيرية Comment[bs]=Tema emotikona Comment[ca]=Tema d'emoticones diff --git a/kcms/fonts/fonts.cpp b/kcms/fonts/fonts.cpp --- a/kcms/fonts/fonts.cpp +++ b/kcms/fonts/fonts.cpp @@ -437,7 +437,7 @@ , m_fontAASettings(new FontAASettings(this)) { qApp->setAttribute(Qt::AA_DontCreateNativeWidgetSiblings); - KAboutData* about = new KAboutData("kcm_fonts", i18n("Configure the system fonts"), + KAboutData* about = new KAboutData("kcm_fonts", i18n("Fonts"), "0.1", QString(), KAboutLicense::LGPL); about->addAuthor(i18n("Antonis Tsiapaliokas"), QString(), "antonis.tsiapaliokas@kde.org"); setAboutData(about); diff --git a/kcms/fonts/kcm_fonts.desktop b/kcms/fonts/kcm_fonts.desktop --- a/kcms/fonts/kcm_fonts.desktop +++ b/kcms/fonts/kcm_fonts.desktop @@ -103,7 +103,7 @@ Name[zh_CN]=字体 Name[zh_TW]=字型 -Comment=Configure the system fonts +Comment=Configure user interface fonts Comment[ca]=Configura els tipus de lletra del sistema Comment[gl]=Configurar os tipos de letra do sistema Comment[nl]=De systeemlettertypen configureren diff --git a/kcms/fonts/package/metadata.desktop b/kcms/fonts/package/metadata.desktop --- a/kcms/fonts/package/metadata.desktop +++ b/kcms/fonts/package/metadata.desktop @@ -91,7 +91,7 @@ Name[zh_CN]=字体 Name[zh_TW]=字型 -Comment=Configure the system fonts +Comment=Configure user interface fonts Comment[ca]=Configura els tipus de lletra del sistema Comment[gl]=Configurar os tipos de letra do sistema Comment[nl]=De systeemlettertypen configureren diff --git a/kcms/icons/kcm_icons.desktop b/kcms/icons/kcm_icons.desktop --- a/kcms/icons/kcm_icons.desktop +++ b/kcms/icons/kcm_icons.desktop @@ -103,7 +103,7 @@ Name[zh_CN]=图标 Name[zh_TW]=圖示 -Comment=Icon Theme +Comment=Choose icon theme Comment[ar]=سمة الأيقونات Comment[bs]=Tema ikone Comment[ca]=Tema d'icones diff --git a/kcms/icons/package/metadata.desktop b/kcms/icons/package/metadata.desktop --- a/kcms/icons/package/metadata.desktop +++ b/kcms/icons/package/metadata.desktop @@ -90,7 +90,7 @@ Name[x-test]=xxIconsxx Name[zh_CN]=图标 Name[zh_TW]=圖示 -Comment=Icon Theme +Comment=Choose icon theme Comment[ar]=سمة الأيقونات Comment[bs]=Tema ikone Comment[ca]=Tema d'icones diff --git a/kcms/kfontinst/kcmfontinst/KCmFontInst.cpp b/kcms/kfontinst/kcmfontinst/KCmFontInst.cpp --- a/kcms/kfontinst/kcmfontinst/KCmFontInst.cpp +++ b/kcms/kfontinst/kcmfontinst/KCmFontInst.cpp @@ -185,7 +185,7 @@ KIconLoader::global()->addAppDir(KFI_NAME); - KAboutData *about = new KAboutData(QStringLiteral("fontinst"), i18n("KDE Font Manager"), QStringLiteral("1.0"), QString(), + KAboutData *about = new KAboutData(QStringLiteral("fontinst"), i18n("Font Management"), QStringLiteral("1.0"), QString(), KAboutLicense::GPL, i18n("(C) Craig Drummond, 2000 - 2009")); about->addAuthor(i18n("Craig Drummond"), i18n("Developer and maintainer"), QStringLiteral("craig@kde.org")); setAboutData(about); diff --git a/kcms/kfontinst/kcmfontinst/fontinst.desktop b/kcms/kfontinst/kcmfontinst/fontinst.desktop --- a/kcms/kfontinst/kcmfontinst/fontinst.desktop +++ b/kcms/kfontinst/kcmfontinst/fontinst.desktop @@ -68,7 +68,7 @@ Name[zh_CN]=字体管理 Name[zh_TW]=字型管理 -Comment=Font Installation, Preview and Removal +Comment=Install, manage and preview fonts Comment[ar]=ثبّت الخطوط، وعاينها وأزلها Comment[bs]=Instalacija fonta, pregled i uklanjanje Comment[ca]=Instal·lació, vista prèvia i eliminació dels tipus de lletra diff --git a/kcms/ksplash/kcm.cpp b/kcms/ksplash/kcm.cpp --- a/kcms/ksplash/kcm.cpp +++ b/kcms/ksplash/kcm.cpp @@ -47,7 +47,7 @@ , m_configGroup(m_config.group("KSplash")) { qmlRegisterType(); - KAboutData* about = new KAboutData(QStringLiteral("kcm_splashscreen"), i18n("Choose the splash screen theme"), + KAboutData* about = new KAboutData(QStringLiteral("kcm_splashscreen"), i18n("Splash Screen"), QStringLiteral("0.1"), QString(), KAboutLicense::LGPL); about->addAuthor(i18n("Marco Martin"), QString(), QStringLiteral("mart@kde.org")); setAboutData(about); diff --git a/kcms/ksplash/kcm_splashscreen.desktop b/kcms/ksplash/kcm_splashscreen.desktop --- a/kcms/ksplash/kcm_splashscreen.desktop +++ b/kcms/ksplash/kcm_splashscreen.desktop @@ -57,7 +57,7 @@ Name[x-test]=xxSplash Screenxx Name[zh_CN]=欢迎屏幕 Name[zh_TW]=啟動畫面 -Comment=Choose the splash screen theme +Comment=Choose splash screen theme Comment[ca]=Trieu el tema de la pantalla de presentació Comment[ca@valencia]=Trieu el tema de la pantalla de presentació Comment[de]=Startbildschirm-Design auswählen diff --git a/kcms/ksplash/package/metadata.desktop b/kcms/ksplash/package/metadata.desktop --- a/kcms/ksplash/package/metadata.desktop +++ b/kcms/ksplash/package/metadata.desktop @@ -44,7 +44,7 @@ Name[x-test]=xxSplash Screenxx Name[zh_CN]=欢迎屏幕 Name[zh_TW]=啟動畫面 -Comment=Choose the splash screen theme +Comment=Choose splash screen theme Comment[ca]=Trieu el tema de la pantalla de presentació Comment[ca@valencia]=Trieu el tema de la pantalla de presentació Comment[de]=Startbildschirm-Design auswählen diff --git a/kcms/lookandfeel/kcm.cpp b/kcms/lookandfeel/kcm.cpp --- a/kcms/lookandfeel/kcm.cpp +++ b/kcms/lookandfeel/kcm.cpp @@ -73,7 +73,7 @@ qApp->setAttribute(Qt::AA_DontCreateNativeWidgetSiblings); qmlRegisterType(); qmlRegisterType(); - KAboutData* about = new KAboutData(QStringLiteral("kcm_lookandfeel"), i18n("Choose the Look and Feel theme"), + KAboutData* about = new KAboutData(QStringLiteral("kcm_lookandfeel"), i18n("Look and Feel"), QStringLiteral("0.1"), QString(), KAboutLicense::LGPL); about->addAuthor(i18n("Marco Martin"), QString(), QStringLiteral("mart@kde.org")); setAboutData(about); diff --git a/kcms/lookandfeel/kcm_lookandfeel.desktop b/kcms/lookandfeel/kcm_lookandfeel.desktop --- a/kcms/lookandfeel/kcm_lookandfeel.desktop +++ b/kcms/lookandfeel/kcm_lookandfeel.desktop @@ -50,7 +50,7 @@ Name[x-test]=xxLook and Feelxx Name[zh_CN]=观感 Name[zh_TW]=外觀與感覺 -Comment=Choose the Look and Feel theme +Comment=Choose Look and Feel theme Comment[ca]=Trieu el tema d'aspecte i comportament Comment[ca@valencia]=Trieu el tema d'aspecte i comportament Comment[de]=Erscheinungsbild-Design auswählen diff --git a/kcms/lookandfeel/package/metadata.desktop b/kcms/lookandfeel/package/metadata.desktop --- a/kcms/lookandfeel/package/metadata.desktop +++ b/kcms/lookandfeel/package/metadata.desktop @@ -38,7 +38,7 @@ Name[x-test]=xxLook and Feelxx Name[zh_CN]=观感 Name[zh_TW]=外觀與感覺 -Comment=Choose the Look and Feel theme +Comment=Choose Look and Feel theme Comment[ca]=Trieu el tema d'aspecte i comportament Comment[ca@valencia]=Trieu el tema d'aspecte i comportament Comment[de]=Erscheinungsbild-Design auswählen diff --git a/kcms/style/kcmstyle.cpp b/kcms/style/kcmstyle.cpp --- a/kcms/style/kcmstyle.cpp +++ b/kcms/style/kcmstyle.cpp @@ -170,7 +170,7 @@ KGlobal::dirs()->addResourceType("themes", "data", "kstyle/themes"); KAboutData *about = - new KAboutData( QStringLiteral("kcmstyle"), i18n("KDE Style Module"), QStringLiteral("1.0"), + new KAboutData( QStringLiteral("kcmstyle"), i18n("Widget Style"), QStringLiteral("1.0"), QString(), KAboutLicense::GPL, i18n("(c) 2002 Karol Szwed, Daniel Molkentin")); diff --git a/kcms/style/style.desktop b/kcms/style/style.desktop --- a/kcms/style/style.desktop +++ b/kcms/style/style.desktop @@ -58,7 +58,7 @@ Name[x-test]=xxWidget Stylexx Name[zh_CN]=部件风格 Name[zh_TW]=元件樣式 -Comment=Widget Style and Behavior +Comment=Configure widget style and behavior Comment[ar]=نمط الودجات وسلوكها Comment[bs]=Stil i ponašanje grafičke kontrole Comment[ca]=Estil i comportament dels estris