WoWInterface SVN Aloft

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches/4.2/AloftOptions/AloftCastBar
    from Rev 2233 to Rev 2256
    Reverse comparison

Rev 2233 → Rev 2256

AloftCastBarOptions.lua
39,6 → 39,17
end,
order = 1,
},
incremental =
{
type = 'toggle',
width = 'full',
name = L["Incremetal"],
desc = L["Update incrementally; workaround for malformed borders, only relevant when borders are enabled"],
disabled = function(i) return not Aloft:IsEnabled() or not AloftCastBar:IsEnabled() or not AloftCastBar.db or not AloftCastBar.db.profile or not Aloft:GetNameplateCVar("ShowVKeyCastbar") end,
get = function(i) return AloftCastBar.db.profile.incremental end,
set = function(i, v) AloftCastBar.db.profile.incremental = v end,
order = 2,
},
height =
{
type = 'range',
51,7 → 62,7
disabled = function(i) return not Aloft:IsEnabled() or not AloftCastBar:IsEnabled() or not AloftCastBar.db or not AloftCastBar.db.profile or not Aloft:GetNameplateCVar("ShowVKeyCastbar") end,
get = function(i) return AloftCastBar.db.profile.height end,
set = function(i, v) AloftCastBar.db.profile.height = v AloftCastBar:UpdateAll() end,
order = 2,
order = 3,
},
position =
{
59,7 → 70,7
width = 'full',
name = L["Position"],
desc = L["Adjust cast bar position"],
order = 3,
order = 4,
disabled = function(i) return not Aloft:IsEnabled() or not AloftCastBar:IsEnabled() or not AloftCastBar.db or not AloftCastBar.db.profile or not Aloft:GetNameplateCVar("ShowVKeyCastbar") end,
args =
{
107,7 → 118,7
name = L["Interruptable Cast Bar"],
desc = L["Cast bar appearance for interruptable spells"],
disabled = function(i) return not Aloft:IsEnabled() or not AloftCastBar:IsEnabled() or not AloftCastBar.db or not AloftCastBar.db.profile or not Aloft:GetNameplateCVar("ShowVKeyCastbar") end,
order = 4,
order = 5,
args =
{
color =
216,7 → 227,7
name = L["Uninterruptable Cast Bar"],
desc = L["Cast bar appearance for uninterruptable spells"],
disabled = function(i) return not Aloft:IsEnabled() or not AloftCastBar:IsEnabled() or not AloftCastBar.db or not AloftCastBar.db.profile or not Aloft:GetNameplateCVar("ShowVKeyCastbar") end,
order = 5,
order = 6,
args =
{
color =
AloftCastBarLocale.lua
51,6 → 51,9
--[[ enUS ]] bL["Texture"] = "Texture"
--[[ enUS ]] bL["Sets the cast bar texture"] = "Sets the cast bar texture"
 
--[[ enUS ]] bL["Incremetal"] = "Incremetal"
--[[ enUS ]] bL["Update incrementally; workaround for malformed borders, only relevant when borders are enabled"] = "Update incrementally; workaround for malformed borders, only relevant when borders are enabled"
 
-----------------------------------------------------------------------------
 
local iL = { }
253,6 → 256,9
--[[ koKR ]] bL["Texture"] = "텍스쳐"
--[[ koKR ]] bL["Sets the cast bar texture"] = "시전바의 텍스쳐를 설정합니다."
 
--[[ koKR ]] bL["Incremetal"] = "Incremetal"
--[[ koKR ]] bL["Update incrementally; workaround for malformed borders, only relevant when borders are enabled"] = "Update incrementally; workaround for malformed borders, only relevant when borders are enabled"
 
-----------------------------------------------------------------------------
 
--[[ koKR ]] iL["Spell Icon"] = "주문 아이콘"
440,6 → 446,9
--[[ ruRU ]] bL["Texture"] = "Текстура"
--[[ ruRU ]] bL["Sets the cast bar texture"] = "Задает текстуру полоски заклинания"
 
--[[ ruRU ]] bL["Incremetal"] = "Incremetal"
--[[ ruRU ]] bL["Update incrementally; workaround for malformed borders, only relevant when borders are enabled"] = "Update incrementally; workaround for malformed borders, only relevant when borders are enabled"
 
-----------------------------------------------------------------------------
 
--[[ ruRU ]] iL["Spell Icon"] = "Значок заклинания"
626,6 → 635,9
--[[ zhCN ]] bL["Texture"] = "材质"
--[[ zhCN ]] bL["Sets the cast bar texture"] = "设定施法条的材质"
 
--[[ zhCN ]] bL["Incremetal"] = "Incremetal"
--[[ zhCN ]] bL["Update incrementally; workaround for malformed borders, only relevant when borders are enabled"] = "Update incrementally; workaround for malformed borders, only relevant when borders are enabled"
 
-----------------------------------------------------------------------------
 
--[[ zhCN ]] iL["Spell Icon"] = "法术图标"
812,6 → 824,9
--[[ zhTW ]] bL["Texture"] = "紋理"
--[[ zhTW ]] bL["Sets the cast bar texture"] = "施法條紋理"
 
--[[ zhTW ]] bL["Incremetal"] = "Incremetal"
--[[ zhTW ]] bL["Update incrementally; workaround for malformed borders, only relevant when borders are enabled"] = "Update incrementally; workaround for malformed borders, only relevant when borders are enabled"
 
-----------------------------------------------------------------------------
 
--[[ zhTW ]] iL["Spell Icon"] = "法術圖示"