diff --git a/Options.lua b/Options.lua index e9330bb..8c49fa2 100644 --- a/Options.lua +++ b/Options.lua @@ -37,8 +37,8 @@ local function getOptions() buttonlock = { order = 2, type = "toggle", - name = "Button Lock", - desc = "Lock the buttons.", + name = L["Button Lock"], + desc = L["Lock the buttons."], get = getFunc, set = setFunc, }, diff --git a/locale/deDE.lua b/locale/deDE.lua index e42aed1..370e23f 100644 --- a/locale/deDE.lua +++ b/locale/deDE.lua @@ -15,6 +15,7 @@ if not L then return end -- L["Bar Style & Layout"] = true -- L["Bars"] = true -- L["Button Grid"] = true +--L["Button Lock"] = true -- L["Button Look"] = true -- L["Button Tooltip"] = true -- L["Buttons"] = true @@ -63,6 +64,7 @@ if not L then return end -- L["Keyring"] = true -- L["Lock"] = true -- L["Lock all bars."] = true +--L["Lock the buttons."] = true -- L["Micro Menu"] = true -- L["Modifier Based Switching"] = true -- L["No Display"] = true diff --git a/locale/enUS.lua b/locale/enUS.lua index cb0872f..d3fc443 100644 --- a/locale/enUS.lua +++ b/locale/enUS.lua @@ -15,6 +15,7 @@ L["Bar %s"] = true L["Bar Style & Layout"] = true L["Bars"] = true L["Button Grid"] = true +L["Button Lock"] = true L["Button Look"] = true L["Button Tooltip"] = true L["Buttons"] = true @@ -63,6 +64,7 @@ L["Hotkey Mode"] = true L["Keyring"] = true L["Lock"] = true L["Lock all bars."] = true +L["Lock the buttons."] = true L["Micro Menu"] = true L["Modifier Based Switching"] = true L["No Display"] = true diff --git a/locale/esES.lua b/locale/esES.lua index a4a3678..3d08148 100644 --- a/locale/esES.lua +++ b/locale/esES.lua @@ -15,6 +15,7 @@ if not L then return end -- L["Bar Style & Layout"] = true -- L["Bars"] = true -- L["Button Grid"] = true +--L["Button Lock"] = true -- L["Button Look"] = true -- L["Button Tooltip"] = true -- L["Buttons"] = true @@ -63,6 +64,7 @@ if not L then return end -- L["Keyring"] = true -- L["Lock"] = true -- L["Lock all bars."] = true +--L["Lock the buttons."] = true -- L["Micro Menu"] = true -- L["Modifier Based Switching"] = true -- L["No Display"] = true diff --git a/locale/frFR.lua b/locale/frFR.lua index 967b537..ec96c94 100644 --- a/locale/frFR.lua +++ b/locale/frFR.lua @@ -15,6 +15,7 @@ L["Bar %s"] = "Barre %s" L["Bar Style & Layout"] = "Disposition & style de la barre" L["Bars"] = "Barres" L["Button Grid"] = "Grille des boutons" +--L["Button Lock"] = true L["Button Look"] = "Look des boutons" L["Button Tooltip"] = "Bulle d'aide des boutons" L["Buttons"] = "Boutons" @@ -63,6 +64,7 @@ L["Hotkey Mode"] = "Mode Raccourci" L["Keyring"] = "Trousseau de clés" L["Lock"] = "Verrouiller" L["Lock all bars."] = "Verrouille toutes les barres." +--L["Lock the buttons."] = true L["Micro Menu"] = "Micro menu" L["Modifier Based Switching"] = "Permutations basées sur les modificateurs" L["No Display"] = "Pas d'affichage" diff --git a/locale/koKR.lua b/locale/koKR.lua index ad13731..b93db33 100644 --- a/locale/koKR.lua +++ b/locale/koKR.lua @@ -15,6 +15,7 @@ L["Bar %s"] = "바 %s" L["Bar Style & Layout"] = "바 스타일 & 배치" L["Bars"] = "바" L["Button Grid"] = "버튼 무늬" +--L["Button Lock"] = true L["Button Look"] = "버튼 외형" L["Button Tooltip"] = "버튼 툴팁" L["Buttons"] = "버튼" @@ -63,6 +64,7 @@ L["Hotkey Mode"] = "단축키 모드" L["Keyring"] = "열쇠 고리" L["Lock"] = "고정" L["Lock all bars."] = "모든 바를 고정합니다." +--L["Lock the buttons."] = true L["Micro Menu"] = "게임 메뉴" L["Modifier Based Switching"] = "기능키 기반 교체" L["No Display"] = "표시 안함" diff --git a/locale/zhCN.lua b/locale/zhCN.lua index d298434..9cbf12b 100644 --- a/locale/zhCN.lua +++ b/locale/zhCN.lua @@ -15,6 +15,7 @@ L["Bar %s"] = "动作条 %s" L["Bar Style & Layout"] = "动作条风格与布局" L["Bars"] = "动作条" L["Button Grid"] = "显示空按钮" +L["Button Lock"] = "按钮锁定" L["Button Look"] = "按钮外观" L["Button Tooltip"] = "按钮鼠标提示" L["Buttons"] = "按钮" @@ -63,6 +64,7 @@ L["Hotkey Mode"] = "快捷键模式" L["Keyring"] = "钥匙链" L["Lock"] = "锁定" L["Lock all bars."] = "锁定所有动作条。" +L["Lock the buttons."] = "锁定动作条按钮。" L["Micro Menu"] = "微型主菜单" L["Modifier Based Switching"] = "修改基本切换" L["No Display"] = "不显示" diff --git a/locale/zhTW.lua b/locale/zhTW.lua index 3a6a2dd..59ac7ea 100644 --- a/locale/zhTW.lua +++ b/locale/zhTW.lua @@ -15,6 +15,7 @@ L["Bar %s"] = "動作條 %s" L["Bar Style & Layout"] = "動作條樣式和佈局" L["Bars"] = "動作條" L["Button Grid"] = "顯示空按鈕" +--L["Button Lock"] = true L["Button Look"] = "按鈕鎖定" L["Button Tooltip"] = "按鈕說明提示" L["Buttons"] = "按鈕" @@ -63,6 +64,7 @@ L["Hotkey Mode"] = "熱鍵模式" L["Keyring"] = "鑰匙圈" L["Lock"] = "鎖定" L["Lock all bars."] = "鎖定所有動作列" +--L["Lock the buttons."] = true L["Micro Menu"] = "微型選單" L["Modifier Based Switching"] = "修改基本切換" L["No Display"] = "不顯示"