kwin/src/plugins/platforms/virtual/virtual.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
4.2 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 to a virtual framebuffer.",
"Description[az]": "Virtual çərçivə tamponunun formalaşdırılması.",
"Description[ca@valencia]": "Renderitza en un «framebuffer» virtual.",
"Description[ca]": "Renderitza a un «framebuffer» virtual.",
"Description[da]": "Rendér til en virtuel framebuffer.",
"Description[de]": "In virtuellen Framebuffer rendern.",
"Description[el]": "Αποτύπωση σε εικονική ενδιάμεση μνήμη πλαισίων.",
"Description[en_GB]": "Render to a virtual framebuffer.",
"Description[es]": "Renderizar en un «framebuffer» virtual.",
"Description[et]": "Renderdamine virtuaalses kaadripuhvris.",
"Description[eu]": "Errendatu alegiazko framebuffer batera.",
"Description[fi]": "Hahmonna virtuaaliseen framebufferiin.",
"Description[fr]": "Rendre sur un « framebuffer » factice.",
"Description[gl]": "Renderizar nun búfer de fotogramas virtual.",
"Description[hu]": "Renderelés egy virtuális framebufferbe.",
"Description[id]": "Render untuk sebuah virtual framebuffer.",
"Description[it]": "Resa su un framebuffer virtuale.",
"Description[ko]": "가상 프레임버퍼에 렌더링합니다.",
"Description[lt]": "Atvaizduoti į virtualų vaizdų atnaujinimo buferį.",
"Description[nl]": "Naar een virtuele framebuffer renderen.",
"Description[nn]": "Teikn opp til virtuell biletbuffer.",
"Description[pl]": "Wyświetlaj w wirtualnym buforze klatek.",
"Description[pt]": "Desenhar num 'framebuffer' virtual.",
"Description[pt_BR]": "Renderizar no framebuffer virtual.",
"Description[ro]": "Randează pe framebuffer virtual.",
"Description[ru]": "Отрисовка в виртуальный фреймбуфер",
"Description[sk]": "Renderovať na virtuálny framebuffer.",
"Description[sl]": "Izriši v navidezni medpomnilnik sličic.",
"Description[sr@ijekavian]": "Рендеровање у виртуелни кадробафер.",
"Description[sr@ijekavianlatin]": "Renderovanje u virtuelni kadrobafer.",
"Description[sr@latin]": "Renderovanje u virtuelni kadrobafer.",
"Description[sr]": "Рендеровање у виртуелни кадробафер.",
"Description[sv]": "Återge i en virtuell rambuffer.",
"Description[tr]": "Sanal bir çerçeve tamponuna gerçekle.",
"Description[uk]": "Обробляти до віртуального буфера кадрів.",
"Description[x-test]": "xxRender to a virtual framebuffer.xx",
"Description[zh_CN]": "渲染到虚拟帧缓冲。",
"Description[zh_TW]": "成像到虛擬影格緩衝區。",
"Id": "KWinWaylandVirtualBackend",
"Name": "virtual",
"Name[az]": "virtual",
"Name[ca@valencia]": "Virtual",
"Name[ca]": "Virtual",
"Name[cs]": "virtuální",
"Name[da]": "virtuel",
"Name[de]": "Virtuell",
"Name[el]": "εικονικό",
"Name[en_GB]": "virtual",
"Name[es]": "virtual",
"Name[et]": "virtual",
"Name[eu]": "alegiazkoa",
"Name[fi]": "virtual",
"Name[fr]": "virtual",
"Name[gl]": "virtual",
"Name[hu]": "virtuális",
"Name[ia]": "virtual",
"Name[id]": "virtual",
"Name[it]": "virtual",
"Name[ko]": "virtual",
"Name[lt]": "virtualus",
"Name[nl]": "virtueel",
"Name[nn]": "virtuell",
"Name[pl]": "wirtualne",
"Name[pt]": "virtual",
"Name[pt_BR]": "virtual",
"Name[ro]": "virtual",
"Name[ru]": "virtual",
"Name[sk]": "virtual",
"Name[sl]": "navidezno",
"Name[sr@ijekavian]": "Виртуелно",
"Name[sr@ijekavianlatin]": "Virtuelno",
"Name[sr@latin]": "Virtuelno",
"Name[sr]": "Виртуелно",
"Name[sv]": "virtuell",
"Name[tr]": "sanal",
"Name[uk]": "virtual",
"Name[x-test]": "xxvirtualxx",
"Name[zh_CN]": "virtual",
"Name[zh_TW]": "虛擬"
},
"input": true
}