diff --git a/ActionBarStates.lua b/ActionBarStates.lua index 296078b..bd97913 100644 --- a/ActionBarStates.lua +++ b/ActionBarStates.lua @@ -173,7 +173,7 @@ function module:GetStateOptionsTable() name = L["CTRL"], arg = "states", values = validStanceTable, - desc = L["Configure actionbar paging when the ctrl key is down."], + desc = (L["Configure actionbar paging when the %s key is down."]):format(L["CTRL"]), --width = "half", }, alt = { @@ -182,7 +182,7 @@ function module:GetStateOptionsTable() name = L["ALT"], arg = "states", values = validStanceTable, - desc = L["Configure actionbar paging when the alt key is down."], + desc = (L["Configure actionbar paging when the %s key is down."]):format(L["ALT"]), --width = "half", }, shift = { @@ -191,7 +191,7 @@ function module:GetStateOptionsTable() name = L["SHIFT"], arg = "states", values = validStanceTable, - desc = L["Configure actionbar paging when the shift key is down."], + desc = (L["Configure actionbar paging when the %s key is down."]):format(L["SHIFT"]), --width = "half", }, }, diff --git a/locale/deDE.lua b/locale/deDE.lua index 6ca6419..18359ce 100644 --- a/locale/deDE.lua +++ b/locale/deDE.lua @@ -23,9 +23,7 @@ if not L then return end -- L["Colors"] = true -- L["Configure the Stance Bar"] = true -- L["Configure Bar %s"] = true --- L["Configure actionbar paging when the alt key is down."] = true --- L["Configure actionbar paging when the ctrl key is down."] = true --- L["Configure actionbar paging when the shift key is down."] = true +-- L["Configure actionbar paging when the %s key is down."] = true -- L["Configure how the Out of Range Indicator should display on the buttons."] = true -- L["Configure the Bag Bar"] = true -- L["Configure the Button Tooltip."] = true diff --git a/locale/enUS.lua b/locale/enUS.lua index d3fc443..d94fa1a 100644 --- a/locale/enUS.lua +++ b/locale/enUS.lua @@ -23,9 +23,7 @@ L["CTRL"] = true L["Colors"] = true L["Configure the Stance Bar"] = true L["Configure Bar %s"] = true -L["Configure actionbar paging when the alt key is down."] = true -L["Configure actionbar paging when the ctrl key is down."] = true -L["Configure actionbar paging when the shift key is down."] = true +L["Configure actionbar paging when the %s key is down."] = true L["Configure how the Out of Range Indicator should display on the buttons."] = true L["Configure the Bag Bar"] = true L["Configure the Button Tooltip."] = true diff --git a/locale/esES.lua b/locale/esES.lua index bc5a54e..4c78733 100644 --- a/locale/esES.lua +++ b/locale/esES.lua @@ -23,9 +23,7 @@ if not L then return end -- L["Colors"] = true -- L["Configure the Stance Bar"] = true -- L["Configure Bar %s"] = true --- L["Configure actionbar paging when the alt key is down."] = true --- L["Configure actionbar paging when the ctrl key is down."] = true --- L["Configure actionbar paging when the shift key is down."] = true +-- L["Configure actionbar paging when the %s key is down."] = true -- L["Configure how the Out of Range Indicator should display on the buttons."] = true -- L["Configure the Bag Bar"] = true -- L["Configure the Button Tooltip."] = true diff --git a/locale/frFR.lua b/locale/frFR.lua index b8b5a84..73fa3a0 100644 --- a/locale/frFR.lua +++ b/locale/frFR.lua @@ -23,9 +23,7 @@ L["CTRL"] = "CTRL" L["Colors"] = "Couleurs" L["Configure the Stance Bar"] = "Configure la barre des postures." L["Configure Bar %s"] = "Configure la %s|4ère:ème; barre." -L["Configure actionbar paging when the alt key is down."] = "Configure le changement de page d'actions quand la touche alt est enfoncée." -L["Configure actionbar paging when the ctrl key is down."] = "Configure le changement de page d'actions quand la touche ctrl est enfoncée." -L["Configure actionbar paging when the shift key is down."] = "Configure le changement de page d'actions quand la touche shift est enfoncée." +-- L["Configure actionbar paging when the %s key is down."] = true L["Configure how the Out of Range Indicator should display on the buttons."] = "Configure la façon dont l'indicateur Hors de portée est affiché sur les boutons." L["Configure the Bag Bar"] = "Configure la barre des sacs." L["Configure the Button Tooltip."] = "Configure la bulle d'aide des boutons." diff --git a/locale/koKR.lua b/locale/koKR.lua index 969273a..5fd1628 100644 --- a/locale/koKR.lua +++ b/locale/koKR.lua @@ -23,9 +23,7 @@ L["CTRL"] = "CTRL" L["Colors"] = "색상" L["Configure the Stance Bar"] = "태세바 설정" L["Configure Bar %s"] = "바 %s 설정" -L["Configure actionbar paging when the alt key is down."] = "alt 키를 누르고 있는 경우에 행동 단축바의 페이지 교체를 설정합니다." -L["Configure actionbar paging when the ctrl key is down."] = "ctrl 키를 누르고 있는 경우에 행동 단축바의 페이지 교체를 설정합니다." -L["Configure actionbar paging when the shift key is down."] = "shift 키를 누르고 있는 경우에 행동 단축바의 페이지 교체를 설정합니다." +-- L["Configure actionbar paging when the %s key is down."] = true L["Configure how the Out of Range Indicator should display on the buttons."] = "버튼에 사정 거리밖 지시기를 표시할 방식을 설정합니다." L["Configure the Bag Bar"] = "가방바 설정" L["Configure the Button Tooltip."] = "버튼 툴팁을 설정합니다." diff --git a/locale/ruRU.lua b/locale/ruRU.lua index 38a73b5..dbf34e2 100644 --- a/locale/ruRU.lua +++ b/locale/ruRU.lua @@ -23,9 +23,7 @@ if not L then return end -- L["Colors"] = true -- L["Configure the Stance Bar"] = true -- L["Configure Bar %s"] = true --- L["Configure actionbar paging when the alt key is down."] = true --- L["Configure actionbar paging when the ctrl key is down."] = true --- L["Configure actionbar paging when the shift key is down."] = true +-- L["Configure actionbar paging when the %s key is down."] = true -- L["Configure how the Out of Range Indicator should display on the buttons."] = true -- L["Configure the Bag Bar"] = true -- L["Configure the Button Tooltip."] = true diff --git a/locale/zhCN.lua b/locale/zhCN.lua index 9cbf12b..99b8406 100644 --- a/locale/zhCN.lua +++ b/locale/zhCN.lua @@ -23,9 +23,7 @@ L["CTRL"] = "按下CTRL" L["Colors"] = "颜色设置" L["Configure the Stance Bar"] = "配置姿态栏" L["Configure Bar %s"] = "设置动作条 %s" -L["Configure actionbar paging when the alt key is down."] = "配置当按下ALT键时动作条的页面" -L["Configure actionbar paging when the ctrl key is down."] = "配置当按下CTRL键时动作条的页面" -L["Configure actionbar paging when the shift key is down."] = "配置当按下SHIFT键时动作条的页面" +-- L["Configure actionbar paging when the %s key is down."] = true L["Configure how the Out of Range Indicator should display on the buttons."] = "显示/隐藏 射程基本按钮着色。" L["Configure the Bag Bar"] = "设置背包栏。" L["Configure the Button Tooltip."] = "设置按钮的鼠标提示。" diff --git a/locale/zhTW.lua b/locale/zhTW.lua index 5a4417b..c75cb83 100644 --- a/locale/zhTW.lua +++ b/locale/zhTW.lua @@ -23,9 +23,7 @@ L["CTRL"] = "CTRL" L["Colors"] = "顏色" L["Configure the Stance Bar"] = "設定姿勢列" L["Configure Bar %s"] = "設定動作條 %s" -L["Configure actionbar paging when the alt key is down."] = "設定當按下ALT時動作條的頁面" -L["Configure actionbar paging when the ctrl key is down."] = "設定當按下CTRL時動作條的頁面" -L["Configure actionbar paging when the shift key is down."] = "設定當按下SHIFT時動作條的頁面" +-- L["Configure actionbar paging when the %s key is down."] = true L["Configure how the Out of Range Indicator should display on the buttons."] = "設定超出距離提示按鈕該如何顯示" L["Configure the Bag Bar"] = "設定背包列" L["Configure the Button Tooltip."] = "設定按紐說明提示"