no need to translate trademarks v2

pull/778/head
pazos 10 years ago
parent fe32748c6e
commit 9458936868

@ -126,14 +126,14 @@ function DictQuickLookup:update()
buttons = {
{
{
text = _("<<"),
text = "<<",
enabled = self:isPrevDictAvaiable(),
callback = function()
self:changeToPrevDict()
end,
},
{
text = _(">>"),
text = ">>",
enabled = self:isNextDictAvaiable(),
callback = function()
self:changeToNextDict()

@ -40,17 +40,17 @@ end
function EvernoteExporter:addToMainMenu(tab_item_table)
table.insert(tab_item_table.plugins, {
text = _("Evernote"),
text = "Evernote",
sub_item_table = {
{
text_func = function()
local domain = nil
if self.evernote_domain == "sandbox" then
domain = _("Sandbox")
domain = "Sandbox"
elseif self.evernote_domain == "yinxiang" then
domain = _("Yinxiang")
domain = "Yinxiang"
else
domain = _("Evernote")
domain = "Evernote"
end
return self.evernote_token and (_("Logout") .. " " .. domain)
or _("Login")

@ -39,7 +39,7 @@ end
function ZSync:addToMainMenu(tab_item_table)
table.insert(tab_item_table.plugins, {
text = _("ZSync"),
text = "ZSync",
sub_item_table = {
{
text_func = function()

Loading…
Cancel
Save