Removed SVN $Id$ Tags and updated locale
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
--[[ $Id$ ]]
|
||||
local ButtonBar = Bartender4.ButtonBar.prototype
|
||||
local ActionBar = setmetatable({}, {__index = ButtonBar})
|
||||
Bartender4.ActionBar = ActionBar
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
--[[ $Id$ ]]
|
||||
local ActionBar = Bartender4.ActionBar
|
||||
|
||||
local table_insert = table.insert
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
--[[ $Id$ ]]
|
||||
local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4")
|
||||
local BT4ActionBars = Bartender4:NewModule("ActionBars", "AceEvent-3.0")
|
||||
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
--[[
|
||||
Action Button Template
|
||||
]]
|
||||
|
||||
--[[ $Id$ ]]
|
||||
|
||||
local Button = CreateFrame("CheckButton")
|
||||
local Button_MT = {__index = Button}
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
--[[ $Id$ ]]
|
||||
local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4")
|
||||
-- register module
|
||||
local BagBarMod = Bartender4:NewModule("BagBar", "AceHook-3.0")
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
--[[
|
||||
Generic Bar Frame Template
|
||||
]]
|
||||
|
||||
--[[ $Id$ ]]
|
||||
local Bar = CreateFrame("Button")
|
||||
local Bar_MT = {__index = Bar}
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
--[[ $Id$ ]]
|
||||
local AceAddon = LibStub("AceAddon-3.0")
|
||||
Bartender4 = AceAddon:NewAddon("Bartender4", "AceConsole-3.0", "AceEvent-3.0", "AceHook-3.0")
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
--[[ $Id$ ]]
|
||||
--[[ Generic Template for a Bar which contains Buttons ]]
|
||||
|
||||
local Bar = Bartender4.Bar.prototype
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
--[[ $Id$ ]]
|
||||
local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4")
|
||||
-- register module
|
||||
local MicroMenuMod = Bartender4:NewModule("MicroMenu", "AceHook-3.0")
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
--[[ $Id$ ]]
|
||||
local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4")
|
||||
local ButtonBar = Bartender4.ButtonBar.prototype
|
||||
local ActionBar = Bartender4.ActionBar
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
--[[ $Id$ ]]
|
||||
local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4")
|
||||
local ActionBar = Bartender4.ActionBar
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
--[[ $Id$ ]]
|
||||
local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4")
|
||||
|
||||
local BagBarMod = Bartender4:GetModule("BagBar")
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
--[[ $Id$ ]]
|
||||
local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4")
|
||||
local Bar = Bartender4.Bar.prototype
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
--[[ $Id$ ]]
|
||||
local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4")
|
||||
|
||||
local Bar = Bartender4.Bar.prototype
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
--[[ $Id$ ]]
|
||||
local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4")
|
||||
|
||||
local MicroMenuMod = Bartender4:GetModule("MicroMenu")
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
--[[ $Id$ ]]
|
||||
|
||||
local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4")
|
||||
local FAQ = LibStub("AceLocale-3.0"):GetLocale("Bartender4_FAQ")
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
--[[ $Id$ ]]
|
||||
local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4")
|
||||
|
||||
local PetBarMod = Bartender4:GetModule("PetBar")
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
--[[ $Id$ ]]
|
||||
local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4")
|
||||
|
||||
-- module
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
--[[ $Id$ ]]
|
||||
local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4")
|
||||
-- register module
|
||||
local PetBarMod = Bartender4:NewModule("PetBar", "AceEvent-3.0")
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
Pet Button template
|
||||
]]
|
||||
|
||||
--[[ $Id$ ]]
|
||||
|
||||
local PetButtonPrototype = CreateFrame("CheckButton")
|
||||
local PetButton_MT = {__index = PetButtonPrototype}
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
--[[ $Id$ ]]
|
||||
local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4")
|
||||
-- register module
|
||||
local StanceBarMod = Bartender4:NewModule("StanceBar", "AceEvent-3.0")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
--[[ $Id$ ]]
|
||||
-- Generated by Babelfish script, do not edit directly.
|
||||
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "enUS", true)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+21
-22
@@ -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하면 설정 창을 엽니다."
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user