2
0
mirror of https://github.com/koreader/koreader synced 2024-11-02 15:40:16 +00:00
koreader/plugins/autosuspend.koplugin/_meta.lua
zwim b845674bed
[plugin] String and formatting (#8980)
Easy the life of translators and fixes a stupid string typo.
2022-04-10 17:54:32 +02:00

7 lines
219 B
Lua

local _ = require("gettext")
return {
name = "autosuspend",
fullname = _("Auto power save"),
description = _([[Puts the device into standby, suspend or power off after specified periods of inactivity.]]),
}