Spelling of calibre and KOReader. Ellipsis.

pull/1972/head
Allan Nordhøy 8 years ago
parent 98d852801f
commit bc16ed5035

@ -363,7 +363,7 @@ function SetDefaults:SaveSettings()
end end
file:close() file:close()
UIManager:show(InfoMessage:new{ UIManager:show(InfoMessage:new{
text = _("Default settings were saved successfully!"), text = _("Default settings saved."),
}) })
end end
settings_changed = false settings_changed = false

@ -142,7 +142,7 @@ function OTAManager:fetchAndProcessUpdate()
), ),
ok_callback = function() ok_callback = function()
UIManager:show(InfoMessage:new{ UIManager:show(InfoMessage:new{
text = _("Downloading may take several minutes..."), text = _("Downloading may take several minutes"),
timeout = 3, timeout = 3,
}) })
UIManager:scheduleIn(1, function() UIManager:scheduleIn(1, function()

@ -133,11 +133,11 @@ function OPDSBrowser:editCalibreServer()
{ {
-- TODO: get IP address of current device -- TODO: get IP address of current device
text = calibre.host or "192.168.1.1", text = calibre.host or "192.168.1.1",
hint = _("Calibre host"), hint = _("calibre host"),
}, },
{ {
text = calibre.port and tostring(calibre.port) or "8080", text = calibre.port and tostring(calibre.port) or "8080",
hint = _("Calibre port"), hint = _("calibre port"),
}, },
}, },
buttons = { buttons = {

@ -81,7 +81,7 @@ end
function CalibreCompanion:addToMainMenu(tab_item_table) function CalibreCompanion:addToMainMenu(tab_item_table)
table.insert(tab_item_table.plugins, { table.insert(tab_item_table.plugins, {
text = _("Calibre wireless connection"), text = _("calibre wireless connection"),
sub_item_table = { sub_item_table = {
{ {
text_func = function() text_func = function()

@ -16,7 +16,7 @@ local MyClipping = require("clip")
local EvernoteExporter = InputContainer:new{ local EvernoteExporter = InputContainer:new{
name = "evernote", name = "evernote",
login_title = _("Login to Evernote"), login_title = _("Login to Evernote"),
notebook_name = _("Koreader Notes"), notebook_name = _("KOReader Notes"),
evernote_domain = nil, evernote_domain = nil,
notemarks = _("Note: "), notemarks = _("Note: "),
clipping_dir = DataStorage:getDataDir() .. "/clipboard", clipping_dir = DataStorage:getDataDir() .. "/clipboard",
@ -94,7 +94,7 @@ function EvernoteExporter:addToMainMenu(tab_item_table)
end) end)
UIManager:show(InfoMessage:new{ UIManager:show(InfoMessage:new{
text = _("Exporting may take several seconds..."), text = _("Exporting may take several seconds"),
timeout = 1, timeout = 1,
}) })
end end
@ -110,7 +110,7 @@ function EvernoteExporter:addToMainMenu(tab_item_table)
end) end)
UIManager:show(InfoMessage:new{ UIManager:show(InfoMessage:new{
text = _("Exporting may take several minutes..."), text = _("Exporting may take several minutes"),
timeout = 1, timeout = 1,
}) })
end end
@ -153,7 +153,7 @@ function EvernoteExporter:login()
end) end)
UIManager:show(InfoMessage:new{ UIManager:show(InfoMessage:new{
text = _("Logging in. Please wait..."), text = _("Logging in. Please wait"),
timeout = 1, timeout = 1,
}) })
end, end,

@ -119,7 +119,7 @@ function KOSync:login()
end) end)
UIManager:show(InfoMessage:new{ UIManager:show(InfoMessage:new{
text = _("Logging in. Please wait..."), text = _("Logging in. Please wait"),
timeout = 1, timeout = 1,
}) })
end, end,
@ -135,7 +135,7 @@ function KOSync:login()
end) end)
UIManager:show(InfoMessage:new{ UIManager:show(InfoMessage:new{
text = _("Registering. Please wait..."), text = _("Registering. Please wait"),
timeout = 1, timeout = 1,
}) })
end, end,
@ -299,7 +299,7 @@ function KOSync:getProgress(manual)
}) })
elseif manual and body.progress == progress then elseif manual and body.progress == progress then
UIManager:show(InfoMessage:new{ UIManager:show(InfoMessage:new{
text = _("We are already synchronized."), text = _("Already synchronized."),
timeout = 3, timeout = 3,
}) })
end end

Loading…
Cancel
Save