WoWInterface SVN Aloft

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches/preview/Aloft/AloftComment
    from Rev 1822 to Rev 1850
    Reverse comparison

Rev 1822 → Rev 1850

AloftCommentData.lua
231,7 → 231,7
 
-- local version, build, date, tocversion = GetBuildInfo()
function AloftCommentData:GetUnitTooltipData(unitid)
-- ChatFrame7:AddMessage("Aloft:GetUnitTooltipData(): VERSION " .. tostring(version) .. "/" .. tostring(build) .. "/" .. tostring(date) .. "/" .. tostring(tocversion) .. " VERSION")
-- ChatFrame7:AddMessage("AloftCommentData:GetUnitTooltipData(): VERSION " .. tostring(version) .. "/" .. tostring(build) .. "/" .. tostring(date) .. "/" .. tostring(tocversion) .. " VERSION")
 
gratuity:SetUnit(unitid)
local comment = gratuity:GetLine(2)
AloftCommentLocale.lua
113,7 → 113,7
-----------------------------------------------------------------------------
 
--[[ enUS ]] mL["AloftComment"] = "AloftComment"
--[[ enUS ]] mL["Gather and display text on nameplates"] = "Gather and display text on nameplates"
--[[ enUS ]] mL["Gather and display comment text on nameplates"] = "Gather and display comment text on nameplates"
 
-----------------------------------------------------------------------------
 
219,7 → 219,7
-----------------------------------------------------------------------------
 
--[[ koKR ]] mL["AloftComment"] = "AloftComment"
--[[ koKR ]] mL["Gather and display text on nameplates"] = "Gather and display text on nameplates"
--[[ koKR ]] mL["Gather and display comment text on nameplates"] = "Gather and display comment text on nameplates"
 
-----------------------------------------------------------------------------
 
321,7 → 321,7
-----------------------------------------------------------------------------
 
--[[ ruRU ]] mL["AloftComment"] = "AloftComment"
--[[ ruRU ]] mL["Gather and display text on nameplates"] = "Отображает текст/комментарии"
--[[ ruRU ]] mL["Gather and display comment text on nameplates"] = "Отображает текст/комментарии"
 
-----------------------------------------------------------------------------
 
423,7 → 423,7
-----------------------------------------------------------------------------
 
--[[ zhCN ]] mL["AloftComment"] = "注释"
--[[ zhCN ]] mL["Gather and display text on nameplates"] = "在姓名板上显示特定文字"
--[[ zhCN ]] mL["Gather and display comment text on nameplates"] = "在姓名板上显示特定文字"
 
-----------------------------------------------------------------------------
 
526,7 → 526,7
-----------------------------------------------------------------------------
 
--[[ zhTW ]] mL["AloftComment"] = "注釋"
--[[ zhTW ]] mL["Gather and display text on nameplates"] = "在名牌上顯示特定文字"
--[[ zhTW ]] mL["Gather and display comment text on nameplates"] = "在名牌上顯示特定文字"
 
-----------------------------------------------------------------------------
 
AloftCommentModuleOptions.lua
13,7 → 13,7
type = 'toggle',
width = 'full',
name = L["AloftComment"],
desc = L["Gather and display text on nameplates"],
desc = L["Gather and display comment text on nameplates"],
get = function(i) return AloftModules.db.profile.AloftComment end,
set = function(i, v) AloftModules.db.profile.AloftComment = v AloftModules:Initialize() AloftModules:Activate() end,
}