mirror of
https://github.com/koreader/koreader
synced 2024-11-02 15:40:16 +00:00
b845674bed
Easy the life of translators and fixes a stupid string typo.
7 lines
219 B
Lua
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.]]),
|
|
}
|