Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37635532
en ru br
ALT Linux repositórios
S:5.27.8-alt1

Group :: Desktop gráfico/KDE
RPM: plasma5-desktop

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: alt-i18n.patch
Download


--- a/kcms/touchpad/kcm/libinput/touchpad.qml
+++ b/kcms/touchpad/kcm/libinput/touchpad.qml
@@ -98,7 +98,7 @@ Kirigami.ScrollablePage {
     }
 
     Kirigami.PlaceholderMessage {
-        text: i18n("No touchpad found")
+        text: i18nd("kcm_touchpad", "No touchpad found")
         anchors.centerIn: parent
         visible: touchpadCount === 0
         width: parent.width - (Kirigami.Units.largeSpacing * 4)
--- a/kcms/touchpad/applet/qml/contents/ui/touchpad.qml
+++ b/kcms/touchpad/applet/qml/contents/ui/touchpad.qml
@@ -42,11 +42,11 @@ Item {
 
     Plasmoid.toolTipSubText: {
         if (!hasTouchpad) {
-            return i18n("No touchpad was found");
+            return i18nd("kcm_touchpad", "No touchpad was found");
         } else if (touchpadEnabled) {
-            return i18n("Touchpad is enabled");
+            return i18nd("kcm_touchpad", "Touchpad is enabled");
         } else {
-            return i18n("Touchpad is disabled");
+            return i18nd("kcm_touchpad", "Touchpad is disabled");
         }
     }
 
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009