All translations
Appearance
Enter a message name below to show all available translations.
Found 2 translations.
Name | Current message text |
---|---|
h English (en) | if c.type == "dock" -- Plasma Panel or c.type == "desktop" then -- Plasma Desktop c.focusable = false c:tags(c.screen.tags) -- show on all tags from this screen. end |
h Hebrew (he) | if c.type == "dock" -- לוח פלזמה or c.type == "desktop" then -- שולחן עבודה פלזמה c.focusable = false c:tags(c.screen.tags) -- הצגה על כל התגיות מהמסך הזה. end |