kdeconnect-kde/plugins/clipboard/kdeconnect_clipboard.json
Aleix Pol c7cee37330 Port away from KServiceTrader
Uses KPluginLoader+KPluginMetadata instead.
Describes plugins in json instead of desktop files. These desktop files are
then embedded into the .so file. All the plugins will be in a kdeconnect/
directory, and those will be the ones to look for.

Note it doesn't drop the KService dependency as KIOCore is a KDE Connect
dependency as well.

REVIEW: 123042
2015-03-19 16:36:53 +01:00

70 lines
3.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

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.

{
"Encoding": "UTF-8",
"KPlugin": {
"Authors": [
{
"Email": "albertvaka@gmail.com",
"Name": "Albert Vaca"
}
],
"Description": "Share the clipboard between devices",
"Description[bg]": "Споделяне на буфера за обмен между устройства",
"Description[bs]": "Podijeli Clipboard među uređajima",
"Description[ca]": "Comparteix el porta-retalls entre els dispositius",
"Description[cs]": "Sdílejte schránku mezi zařízeními",
"Description[da]": "Del indholdet af udklipsholderen mellem enheder",
"Description[de]": "Die Zwischenablage mit Geräten teilen",
"Description[es]": "Compartir el portapapeles entre dispositivos",
"Description[fi]": "Jaa leikepöytä laitteiden välillä",
"Description[fr]": "Partagez le presse-papiers entre périphériques",
"Description[hu]": "Vágólap megosztása az eszközök között",
"Description[it]": "Condividi gli appunti tra i dispositivi",
"Description[ko]": "장치간 클립보드 공유",
"Description[nl]": "Het klembord tussen apparaten delen",
"Description[pl]": "Współdziel schowek pomiędzy urządzeniami",
"Description[pt]": "Partilhar a área de transferência entre dispositivos",
"Description[pt_BR]": "Compartilhar a área de transferência entre dispositivos",
"Description[ro]": "Partajează clipboardul între dispozitive",
"Description[ru]": "Общий буфер обмена для всех устройств",
"Description[sk]": "Zdieľať schránku medzi zariadeniami",
"Description[sv]": "Dela klippbordet mellan apparater",
"Description[tr]": "Aygıtlar arasında panoyu paylaştır",
"Description[uk]": "Спільне використання буфера обміну даними на пристроях",
"Description[x-test]": "xxShare the clipboard between devicesxx",
"EnabledByDefault": true,
"Icon": "edit-paste",
"Id": "kdeconnect_clipboard",
"License": "GPL",
"Name": "Clipboard",
"Name[bg]": "Буфер за обмен",
"Name[bs]": "Clipboard",
"Name[ca]": "Porta-retalls",
"Name[cs]": "Schránka",
"Name[da]": "Udklipsholder",
"Name[de]": "Zwischenablage",
"Name[es]": "Portapapeles",
"Name[fi]": "Leikepöytä",
"Name[fr]": "Presse-papiers",
"Name[hu]": "Vágólap",
"Name[it]": "Appunti",
"Name[ko]": "클립보드",
"Name[nl]": "Klembord",
"Name[pl]": "Schowek",
"Name[pt]": "Área de Transferência",
"Name[pt_BR]": "Área de transferência",
"Name[ro]": "Clipboard",
"Name[ru]": "Буфер обмена",
"Name[sk]": "Schránka",
"Name[sv]": "Klippbord",
"Name[tr]": "Pano",
"Name[uk]": "Буфер обміну",
"Name[x-test]": "xxClipboardxx",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "http://albertvaka.wordpress.com"
},
"X-KdeConnect-OutgoingPackageType": [ "kdeconnect.clipboard" ],
"X-KdeConnect-SupportedPackageType": [ "kdeconnect.clipboard" ]
}