diff --git a/ActionBar.lua b/ActionBar.lua index 4571a63..19c4bfe 100644 --- a/ActionBar.lua +++ b/ActionBar.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] local ButtonBar = Bartender4.ButtonBar.prototype local ActionBar = setmetatable({}, {__index = ButtonBar}) Bartender4.ActionBar = ActionBar diff --git a/ActionBarStates.lua b/ActionBarStates.lua index 67bb711..884f20a 100644 --- a/ActionBarStates.lua +++ b/ActionBarStates.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] local ActionBar = Bartender4.ActionBar local table_insert = table.insert diff --git a/ActionBars.lua b/ActionBars.lua index d0c8a6f..345c48a 100644 --- a/ActionBars.lua +++ b/ActionBars.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4") local BT4ActionBars = Bartender4:NewModule("ActionBars", "AceEvent-3.0") diff --git a/ActionButton.lua b/ActionButton.lua index 322914a..438b5bf 100644 --- a/ActionButton.lua +++ b/ActionButton.lua @@ -1,9 +1,6 @@ --[[ Action Button Template ]] - ---[[ $Id$ ]] - local Button = CreateFrame("CheckButton") local Button_MT = {__index = Button} diff --git a/BagBar.lua b/BagBar.lua index deee415..8764835 100644 --- a/BagBar.lua +++ b/BagBar.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4") -- register module local BagBarMod = Bartender4:NewModule("BagBar", "AceHook-3.0") diff --git a/Bar.lua b/Bar.lua index 6d50ec6..4d56fdd 100644 --- a/Bar.lua +++ b/Bar.lua @@ -1,8 +1,6 @@ --[[ Generic Bar Frame Template ]] - ---[[ $Id$ ]] local Bar = CreateFrame("Button") local Bar_MT = {__index = Bar} diff --git a/Bartender4.lua b/Bartender4.lua index 4344da8..cf3d30b 100644 --- a/Bartender4.lua +++ b/Bartender4.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] local AceAddon = LibStub("AceAddon-3.0") Bartender4 = AceAddon:NewAddon("Bartender4", "AceConsole-3.0", "AceEvent-3.0", "AceHook-3.0") diff --git a/ButtonBar.lua b/ButtonBar.lua index ae74c4a..d7e44a7 100644 --- a/ButtonBar.lua +++ b/ButtonBar.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] --[[ Generic Template for a Bar which contains Buttons ]] local Bar = Bartender4.Bar.prototype diff --git a/MicroMenu.lua b/MicroMenu.lua index 91253d8..532b9d4 100644 --- a/MicroMenu.lua +++ b/MicroMenu.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4") -- register module local MicroMenuMod = Bartender4:NewModule("MicroMenu", "AceHook-3.0") diff --git a/Options/ActionBar.lua b/Options/ActionBar.lua index b1bcd43..ee2d27e 100644 --- a/Options/ActionBar.lua +++ b/Options/ActionBar.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4") local ButtonBar = Bartender4.ButtonBar.prototype local ActionBar = Bartender4.ActionBar diff --git a/Options/ActionBarStates.lua b/Options/ActionBarStates.lua index c87caf6..11ff77b 100644 --- a/Options/ActionBarStates.lua +++ b/Options/ActionBarStates.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4") local ActionBar = Bartender4.ActionBar diff --git a/Options/BagBar.lua b/Options/BagBar.lua index 78a228b..9ef9b70 100644 --- a/Options/BagBar.lua +++ b/Options/BagBar.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4") local BagBarMod = Bartender4:GetModule("BagBar") diff --git a/Options/Bar.lua b/Options/Bar.lua index eeb1fe6..53ecb25 100644 --- a/Options/Bar.lua +++ b/Options/Bar.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4") local Bar = Bartender4.Bar.prototype diff --git a/Options/ButtonBar.lua b/Options/ButtonBar.lua index 8330ece..076075f 100644 --- a/Options/ButtonBar.lua +++ b/Options/ButtonBar.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4") local Bar = Bartender4.Bar.prototype diff --git a/Options/MicroMenu.lua b/Options/MicroMenu.lua index 58c4cd3..90e26c0 100644 --- a/Options/MicroMenu.lua +++ b/Options/MicroMenu.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4") local MicroMenuMod = Bartender4:GetModule("MicroMenu") diff --git a/Options/Options.lua b/Options/Options.lua index 8c49fa2..65edb31 100644 --- a/Options/Options.lua +++ b/Options/Options.lua @@ -1,5 +1,3 @@ ---[[ $Id$ ]] - local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4") local FAQ = LibStub("AceLocale-3.0"):GetLocale("Bartender4_FAQ") diff --git a/Options/PetBar.lua b/Options/PetBar.lua index 2b1d2dc..6c46e76 100644 --- a/Options/PetBar.lua +++ b/Options/PetBar.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4") local PetBarMod = Bartender4:GetModule("PetBar") diff --git a/Options/StanceBar.lua b/Options/StanceBar.lua index 383aa31..67b056b 100644 --- a/Options/StanceBar.lua +++ b/Options/StanceBar.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4") -- module diff --git a/PetBar.lua b/PetBar.lua index e4492f7..5ae3bac 100644 --- a/PetBar.lua +++ b/PetBar.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4") -- register module local PetBarMod = Bartender4:NewModule("PetBar", "AceEvent-3.0") diff --git a/PetButton.lua b/PetButton.lua index be84579..41f3465 100644 --- a/PetButton.lua +++ b/PetButton.lua @@ -2,8 +2,6 @@ Pet Button template ]] ---[[ $Id$ ]] - local PetButtonPrototype = CreateFrame("CheckButton") local PetButton_MT = {__index = PetButtonPrototype} diff --git a/StanceBar.lua b/StanceBar.lua index c7756e6..964506e 100644 --- a/StanceBar.lua +++ b/StanceBar.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4") -- register module local StanceBarMod = Bartender4:NewModule("StanceBar", "AceEvent-3.0") diff --git a/locale/Babelfish.lua b/locale/Babelfish.lua index 9c583b9..adb5e38 100644 --- a/locale/Babelfish.lua +++ b/locale/Babelfish.lua @@ -75,7 +75,6 @@ end -- Write enUS file local file = io.open("enUS.lua", "w") assert(file, "Could not open enUS.lua for writing") -file:write("--[[ $Id$ ]]\n") file:write("-- Generated by Babelfish script, do not edit directly.\n") file:write("local L = LibStub(\"AceLocale-3.0\"):NewLocale(\"Bartender4\", \"enUS\", true)\n") file:write("\n\n") @@ -88,7 +87,6 @@ file:close() for idx, lang in ipairs(locale) do local file = io.open(lang .. ".lua", "w") assert(file, "Could not open ".. lang .. ".lua for writing") - file:write("--[[ $Id$ ]]\n") file:write("-- Please make sure to save the file as UTF-8, BUT WITHOUT THE UTF-8 BOM HEADER; ¶\n") file:write(string.format("local L = LibStub(\"AceLocale-3.0\"):NewLocale(\"Bartender4\", \"%s\")\n", lang)) file:write("if not L then return end\n") diff --git a/locale/deDE.lua b/locale/deDE.lua index 44d4539..af1b882 100644 --- a/locale/deDE.lua +++ b/locale/deDE.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] -- Please make sure to save the file as UTF-8, BUT WITHOUT THE UTF-8 BOM HEADER; ¶ local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "deDE") if not L then return end diff --git a/locale/enUS.lua b/locale/enUS.lua index 062905c..4debf5b 100644 --- a/locale/enUS.lua +++ b/locale/enUS.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] -- Generated by Babelfish script, do not edit directly. local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "enUS", true) diff --git a/locale/esES.lua b/locale/esES.lua index dbdc745..177a52c 100644 --- a/locale/esES.lua +++ b/locale/esES.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] -- Please make sure to save the file as UTF-8, BUT WITHOUT THE UTF-8 BOM HEADER; ¶ local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "esES") if not L then return end diff --git a/locale/frFR.lua b/locale/frFR.lua index 5b85113..a299db7 100644 --- a/locale/frFR.lua +++ b/locale/frFR.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] -- Please make sure to save the file as UTF-8, BUT WITHOUT THE UTF-8 BOM HEADER; ¶ local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "frFR") if not L then return end diff --git a/locale/koKR.lua b/locale/koKR.lua index 737861a..caedc10 100644 --- a/locale/koKR.lua +++ b/locale/koKR.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] -- Please make sure to save the file as UTF-8, BUT WITHOUT THE UTF-8 BOM HEADER; ¶ local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "koKR") if not L then return end @@ -22,7 +21,7 @@ L["CTRL"] = "CTRL" L["Colors"] = "색상" L["Configure the Stance Bar"] = "태세바 설정" L["Configure Bar %s"] = "바 %s 설정" --- L["Configure actionbar paging when the %s key is down."] = true +L["Configure actionbar paging when the %s key is down."] = "%s 키를 누를 때 행동바 페이지를 설정합니다." L["Configure how the Out of Range Indicator should display on the buttons."] = "버튼에 사정 거리밖 지시기를 표시할 방식을 설정합니다." L["Configure the Bag Bar"] = "가방바 설정" L["Configure the Button Tooltip."] = "버튼 툴팁을 설정합니다." @@ -31,7 +30,7 @@ L["Configure the Pet Bar"] = "소환수 바 설정" L["Configure the alpha of the bar."] = "바의 투명도를 변경합니다." L["Configure the padding of the buttons."] = "버튼 간격을 변경합니다." L["Configure the scale of the bar."] = "바의 크기를 변경합니다." --- L["Custom Conditionals"] = true +L["Custom Conditionals"] = "사용자 설정 상태" L["Default Bar State"] = "기본 바 형세" L["Disabled"] = "비활성화" L["Disabled in Combat"] = "전투중 비활성화" @@ -43,7 +42,7 @@ L["Enable the FadeOut mode"] = "사라짐 모드를 사용합니다." L["Enable the Micro Menu"] = "게임 메뉴를 사용합니다." L["Enable the PetBar"] = "소환수바를 사용합니다." L["Enable the StanceBar"] = "태세바를 사용합니다." --- L["Enable the use of a custom condition, disabling all of the above."] = true +L["Enable the use of a custom condition, disabling all of the above."] = "사용자 설정 상태를 적용하면, 위의 모든 것을 사용할 수 없게 됩니다." L["Enable/Disable the bar."] = "바를 사용하거나 사용하지 않습니다." L["Enabled"] = "사용" L["FAQ"] = "묻고 답하기" @@ -56,17 +55,17 @@ L["General Settings"] = "일반 설정" L["Hide Hotkey"] = "단축키 숨기기" L["Hide Macro Text"] = "매크로 문자 숨기기" L["Hide in Combat"] = "전투중 숨기기" --- L["Hide in Stance/Form"] = true --- L["Hide out of Combat"] = true +L["Hide in Stance/Form"] = "태세/폼 숨기기" +L["Hide out of Combat"] = "전투종료 숨기기" L["Hide the Hotkey on the buttons of this bar."] = "이 바의 버튼에 단축키 문자를 숨김니다." L["Hide the Macro Text on the buttons of this bar."] = "이 바의 버튼에 매크로 문자를 숨김니다." --- L["Hide this bar in a specific Stance or Form."] = true --- L["Hide this bar when you are possessing a NPC."] = true --- L["Hide this bar when you have a pet."] = true --- L["Hide this bar when you have no pet."] = true --- L["Hide when Possessing"] = true --- L["Hide with pet"] = true --- L["Hide without pet"] = true +L["Hide this bar in a specific Stance or Form."] = "현재 행동바에서 특정 태세나 폼을 숨깁니다." +L["Hide this bar when you are possessing a NPC."] = "현재 행동바에서 NPC 지배 상태를 숨깁니다." +L["Hide this bar when you have a pet."] = "현재 행동바에서 소환수를 숨깁니다." +L["Hide this bar when you have no pet."] = "현재 행동바에서 소환수 없음을 숨깁니다." +L["Hide when Possessing"] = "지배 숨기기" +L["Hide with pet"] = "소환수 숨기기" +L["Hide without pet"] = "소환수 없음 숨기기" L["Hotkey Mode"] = "단축키 모드" L["Keyring"] = "열쇠 고리" L["Lock"] = "고정" @@ -97,18 +96,18 @@ L["Stance Configuration"] = "태세 설정" L["State Configuration"] = "상태 설정" L["Switch this bar to the Possess Bar when possessing a npc (eg. Mind Control)"] = "npc를 지배중인 경우에 지배바로 이 바를 교체합니다. (예: 정신 지배)" L["The Alignment menu is still on the TODO.\n\nAs a quick preview of whats planned:\n\n\t- Absolute and relative Bar Positioning\n\t- Bars \"snapping\" together and building clusters"] = "현재 바 정렬 옵션은 미구현되어 있습니다." --- L["The bar default is to be visible all the time, you can configure conditions here to control when the bar should be hidden."] = true +L["The bar default is to be visible all the time, you can configure conditions here to control when the bar should be hidden."] = "모든 행동바의 기본상태를 표시했을 때, 바의 설정을 조절할 수 있습니다." L["The default behaviour of this bar when no state-based paging option affects it."] = "형세-기반에 근거한 페이지 교체 옵션에 영향을 미치지 않는 경우에 이 바의 기본 동작을 설정합니다." --- L["This bar will be hidden once you enter combat."] = true --- L["This bar will be hidden whenever you are not in combat."] = true +L["This bar will be hidden once you enter combat."] = "현재 행동바는 전투에 참가하면 숨겨집니다." +L["This bar will be hidden whenever you are not in combat."] = "현재 행동바는 전투가 종료되면 숨겨집니다." L["Toggle Button Zoom\nFor more style options you need to install ButtonFacade"] = "버튼 확대를 전환합니다. /n보다 더 많은 양식 옵션을 위해서는 애드온 ButtonFacade의 설치가 필요합니다." L["Toggle the button grid."] = "버튼 무늬를 전환합니다." L["Toggle the use of the modifier-based self-cast functionality."] = "기능키-기반 자신에게 시전 기능의 사용을 전환합니다." L["Toggle the use of the right-click self-cast functionality."] = "우-클릭시 자신에게 시전 기능의 사용을 전환합니다." --- L["Use Custom Condition"] = true --- L["Visibility"] = true --- L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = true --- L["You can use any macro conditionals in the custom string, using \"show\" and \"hide\" as values.\n\nExample: [combat]hide;show"] = true +L["Use Custom Condition"] = "사용자 설정 사용" +L["Visibility"] = "보이기" +L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = "단축키로 지정해서 사용한다면 모든 바를 숨길 수 있습니다." +L["You can use any macro conditionals in the custom string, using \"show\" and \"hide\" as values.\n\nExample: [combat]hide;show"] = "매크로 조건을 통해 바의 상태를 변경할 수 있습니다. 예를 들어 '보기', '숨기기' 등은 [combat]hide;show와 같이 사용이 가능합니다." L["Zoom"] = "확대" --- L["|cffffff00Click|r to toggle bar lock"] = true --- L["|cffffff00Right-click|r to open the options menu"] = true +L["|cffffff00Click|r to toggle bar lock"] = "|cffffff00클릭|r하면 바를 고정합니다." +L["|cffffff00Right-click|r to open the options menu"] = "|cffffff00오른쪽 클릭|r하면 설정 창을 엽니다." diff --git a/locale/ruRU.lua b/locale/ruRU.lua index bd82fc3..caa4166 100644 --- a/locale/ruRU.lua +++ b/locale/ruRU.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] -- Please make sure to save the file as UTF-8, BUT WITHOUT THE UTF-8 BOM HEADER; ¶ local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "ruRU") if not L then return end diff --git a/locale/zhCN.lua b/locale/zhCN.lua index f8dfa24..fb66f70 100644 --- a/locale/zhCN.lua +++ b/locale/zhCN.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] -- Please make sure to save the file as UTF-8, BUT WITHOUT THE UTF-8 BOM HEADER; ¶ local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "zhCN") if not L then return end diff --git a/locale/zhTW.lua b/locale/zhTW.lua index 6cb0fd5..d9ccfe2 100644 --- a/locale/zhTW.lua +++ b/locale/zhTW.lua @@ -1,4 +1,3 @@ ---[[ $Id$ ]] -- Please make sure to save the file as UTF-8, BUT WITHOUT THE UTF-8 BOM HEADER; ¶ local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "zhTW") if not L then return end