kdeconnect-kde/plugins/screensaver-inhibit/kdeconnect_screensaver_inhibit.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

52 lines
2.7 KiB
JSON

{
"Encoding": "UTF-8",
"KPlugin": {
"Authors": [
{
"Email": "pmdematagoda@mykolab.ch",
"Name": "Pramod Dematagoda"
}
],
"Description": "Inhibit the screensaver when the device is connected",
"Description[bs]": "Ignoriši čuvar ekrana kada je uređaj konektovan",
"Description[ca]": "Inhibeix l'estalvi de pantalla quan es connecta el dispositiu",
"Description[cs]": "Potlačit spořič pokud je zařízení připojeno",
"Description[da]": "Forhindr pauseskærm når enheden er tilsluttet",
"Description[es]": "Inhibir el salvapantallas cuando el dispositivo está conectado",
"Description[fi]": "Estä näytönsäästäjän käynnistyminen, kun laite on yhteydessä",
"Description[ko]": "장치가 연결되어 있을 때 화면 보호기 실행 막기",
"Description[nl]": "Houdt de schermbeveiliging tegen wanneer het apparaat is verbonden",
"Description[pl]": "Powstrzymaj wygaszacz ekrany po podłączeniu urządzenia",
"Description[pt]": "Inibir o protector de ecrã quando o dispositivo é ligado",
"Description[pt_BR]": "Inibir o protetor de tela quando o dispositivo estiver conectado",
"Description[sk]": "Obmedziť šetrič obrazovky keď je pripojené zariadenie",
"Description[sv]": "Stoppa skärmsläckaren när apparaten ansluts",
"Description[uk]": "Забороняє зберігач екрана, якщо з’єднано пристрій",
"Description[x-test]": "xxInhibit the screensaver when the device is connectedxx",
"EnabledByDefault": false,
"Icon": "preferences-desktop-screensaver",
"Id": "kdeconnect_screensaver_inhibit",
"License": "GPL",
"Name": "Inhibit screensaver",
"Name[bs]": "Izostavi čuvar ekrana",
"Name[ca]": "Inhibeix l'estalvi de pantalla",
"Name[cs]": "Potlačit spořič",
"Name[da]": "Forhindr pauseskærm",
"Name[es]": "Inhibir salvapantallas",
"Name[fi]": "Estä näytönsäästäjän käynnistyminen",
"Name[ko]": "화면 보호기 막기",
"Name[nl]": "Schermbeveiliging tegenhouden",
"Name[pl]": "Powstrzymaj wygaszacz ekranu",
"Name[pt]": "Inibir o protector de ecrã",
"Name[pt_BR]": "Inibir o protetor de tela",
"Name[sk]": "Obmedziť šetrič obrazovky",
"Name[sv]": "Stoppa skärmsläckare",
"Name[uk]": "Заборона зберігача екрана",
"Name[x-test]": "xxInhibit screensaverxx",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "http://albertvaka.wordpress.com"
}
}