kdeconnect-kde/plugins/ping/kdeconnect_ping.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
2.7 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.

{
"Encoding": "UTF-8",
"KPlugin": {
"Authors": [
{
"Email": "albertvaka@gmail.com",
"Name": "Albert Vaca"
}
],
"Description": "Send and receive pings",
"Description[bg]": "Изпращане и получаване на пингове",
"Description[bs]": "Šalji i primaj ping-ove",
"Description[ca]": "Envia i rep els pings",
"Description[cs]": "Posílat a přijímat ping",
"Description[da]": "Send og modtag ping",
"Description[de]": "Senden und Empfangen von Pings",
"Description[es]": "Enviar y recibir pings",
"Description[fi]": "Lähetä ja vastaanota tiedustelupaketteja",
"Description[fr]": "Envoyez et recevez des « ping »",
"Description[hu]": "Pingek küldése és fogadása",
"Description[it]": "Invia e ricevi ping",
"Description[ko]": "핑 보내고 받기",
"Description[nl]": "Pings verzenden en ontvangen",
"Description[pl]": "Wysyłaj i otrzymuj pingi",
"Description[pt]": "Enviar e receber pedidos de rede",
"Description[pt_BR]": "Envia e recebe pings",
"Description[ro]": "Trimite și primește ping-uri",
"Description[ru]": "Посылать и получать пинги",
"Description[sk]": "Poslať a prijať pingy",
"Description[sv]": "Skicka och ta emot ping",
"Description[tr]": "Ping gönder ve al",
"Description[uk]": "Надсилання і отримання сигналів підтримання зв’язку",
"Description[x-test]": "xxSend and receive pingsxx",
"EnabledByDefault": true,
"Icon": "dialog-ok",
"Id": "kdeconnect_ping",
"License": "GPL",
"Name": "Ping",
"Name[bg]": "Пинг",
"Name[bs]": "Ping",
"Name[ca]": "Ping",
"Name[cs]": "Ping",
"Name[da]": "Ping",
"Name[de]": "Ping",
"Name[es]": "Ping",
"Name[fi]": "Tiedustelupaketti",
"Name[fr]": "Commande « Ping »",
"Name[hu]": "Ping",
"Name[it]": "Ping",
"Name[ko]": "핑",
"Name[nl]": "Ping",
"Name[pl]": "Ping",
"Name[pt]": "Pedido de Rede",
"Name[pt_BR]": "Ping",
"Name[ro]": "Ping",
"Name[ru]": "Пинг",
"Name[sk]": "Ping",
"Name[sv]": "Ping",
"Name[tr]": "Ping",
"Name[uk]": "Луна",
"Name[x-test]": "xxPingxx",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "http://albertvaka.wordpress.com"
},
"X-KdeConnect-OutgoingPackageType": [ "kdeconnect.ping" ],
"X-KdeConnect-SupportedPackageType": [ "kdeconnect.ping" ]
}