kwin/src/plugins/platforms/drm/drm.json
Vlad Zahorodnii 93e0265e4e Move source code to src/ directory
Once in a while, we receive complaints from other fellow KDE developers
about the file organization of kwin. This change addresses some of those
complaints by moving all of source code in a separate directory, src/,
thus making the project structure more traditional. Things such as tests
are kept in their own toplevel directories.

This change may wreak havoc on merge requests that add new files to kwin,
but if a patch modifies an already existing file, git should be smart
enough to figure out that the file has been relocated.

We may potentially split the src/ directory further to make navigating
the source code easier, but hopefully this is good enough already.
2021-02-10 15:31:43 +00:00

84 lines
3.6 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"KPlugin": {
"Description": "Render through drm node.",
"Description[az]": "DRM vasitəsi ilə formalaşdırmaq.",
"Description[ca@valencia]": "Renderitza mitjançant el node DRM.",
"Description[ca]": "Renderitza mitjançant el node del DRM.",
"Description[da]": "Render igennem drm-knude.",
"Description[de]": "In DRM-Knoten rendern.",
"Description[el]": "Αποτύπωση μέσω λειτουργίας drm.",
"Description[en_GB]": "Render through drm node.",
"Description[es]": "Renderizar a través del nodo DRM.",
"Description[et]": "Renderdamine drm režiimis.",
"Description[eu]": "Errendatu DRM-korapilunea erabiliz.",
"Description[fi]": "Hahmonna DRM-solmun läpi.",
"Description[fr]": "Rendre par le biais d'un nœud de rendu « DRM ».",
"Description[gl]": "Renderizar a través dun nodo de DRM.",
"Description[hu]": "Renderelés drm node-on.",
"Description[id]": "Render melalui simpul drm.",
"Description[it]": "Resa tramite nodo drm.",
"Description[ko]": "DRM 노드로 렌더링합니다.",
"Description[lt]": "Atvaizduoti per drm veikseną.",
"Description[nl]": "Via drm-node renderen.",
"Description[nn]": "Teikn opp gjennom drm-node.",
"Description[pl]": "Wyświetlaj przez węzeł drm.",
"Description[pt]": "Desenhar através de um nó DRM.",
"Description[pt_BR]": "Renderizar pelo nó de DRM.",
"Description[ro]": "Randează prin nod DRM.",
"Description[ru]": "Отрисовка через DRM",
"Description[sk]": "Renderovať cez režim drm.",
"Description[sl]": "Izriši preko vozlišča drm.",
"Description[sr@ijekavian]": "Рендеровање кроз ДРМ чвор.",
"Description[sr@ijekavianlatin]": "Renderovanje kroz DRM čvor.",
"Description[sr@latin]": "Renderovanje kroz DRM čvor.",
"Description[sr]": "Рендеровање кроз ДРМ чвор.",
"Description[sv]": "Återge via DRM-nod.",
"Description[tr]": "Drm düğümü aracılığıyla gerçekle.",
"Description[uk]": "Обробляти через вузол DRM.",
"Description[x-test]": "xxRender through drm node.xx",
"Description[zh_CN]": "通过 drm 结点渲染。",
"Description[zh_TW]": "透過 drm 節點成像。",
"Id": "KWinWaylandDrmBackend",
"Name": "drm",
"Name[az]": "drm",
"Name[ca@valencia]": "DRM",
"Name[ca]": "DRM",
"Name[cs]": "drm",
"Name[da]": "drm",
"Name[de]": "DRM",
"Name[el]": "drm",
"Name[en_GB]": "drm",
"Name[es]": "drm",
"Name[et]": "drm",
"Name[eu]": "DRM",
"Name[fi]": "drm",
"Name[fr]": "drm",
"Name[gl]": "drm",
"Name[hu]": "drm",
"Name[ia]": "drm",
"Name[id]": "drm",
"Name[it]": "drm",
"Name[ko]": "drm",
"Name[lt]": "drm",
"Name[nl]": "drm",
"Name[nn]": "drm",
"Name[pl]": "drm",
"Name[pt]": "DRM",
"Name[pt_BR]": "drm",
"Name[ro]": "drm",
"Name[ru]": "drm",
"Name[sk]": "drm",
"Name[sl]": "drm",
"Name[sr@ijekavian]": "ДРМ",
"Name[sr@ijekavianlatin]": "DRM",
"Name[sr@latin]": "DRM",
"Name[sr]": "ДРМ",
"Name[sv]": "DRM",
"Name[tr]": "drm",
"Name[uk]": "drm",
"Name[x-test]": "xxdrmxx",
"Name[zh_CN]": "drm",
"Name[zh_TW]": "drm"
},
"input": false
}