mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
8 lines
307 B
Lua
8 lines
307 B
Lua
local _ = require("gettext")
|
|
return {
|
|
name = "zsync",
|
|
fullname = _("Zsync"),
|
|
description = _([[Devices in the same Wi-Fi network can transfer documents between each other directly.]]),
|
|
deprecated = _("This plugin has been unmaintained for years. It might work for you, or it might not."),
|
|
}
|