Skip to content

Commit

Permalink
Added support for esMX to locale files and Babelfish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Sep 28, 2008
1 parent 9246db8 commit e35f488
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 0 deletions.
1 change: 1 addition & 0 deletions locale/Babelfish.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local locale = {
"deDE",
"frFR",
"esES",
"esMX",
"zhCN",
"zhTW",
"koKR",
Expand Down
117 changes: 117 additions & 0 deletions locale/esMX.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
-- 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", "esMX")
if not L then return end

-- L["ALT"] = true
-- L["ActionBar Switching"] = true
-- L["Alignment"] = true
-- L["Alpha"] = true
-- L["Always Hide"] = true
-- L["Auto-Assist"] = true
-- L["Bag Bar"] = true
-- 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
-- L["CTRL"] = true
-- L["Colors"] = true
-- L["Configure the Stance Bar"] = true
-- L["Configure Bar %s"] = 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
-- L["Configure the Micro Menu"] = true
-- L["Configure the Pet Bar"] = true
-- L["Configure the alpha of the bar."] = true
-- L["Configure the padding of the buttons."] = true
-- L["Configure the scale of the bar."] = true
-- L["Copy Conditionals"] = true
-- L["Create a copy of the auto-generated conditionals in the custom configuration as a base template."] = true
-- L["Custom Conditionals"] = true
-- L["Default Bar State"] = true
-- L["Disabled"] = true
-- L["Disabled in Combat"] = true
-- L["Enable Auto-Assist for this bar.\n Auto-Assist will automatically try to cast on your target's target if your target is no valid target for the selected spell."] = true
-- L["Enable Bar Switching based on the actionbar controls provided by the game."] = true
-- L["Enable State-based Button Swaping"] = true
-- L["Enable the Bag Bar"] = true
-- L["Enable the FadeOut mode"] = true
-- L["Enable the Micro Menu"] = true
-- L["Enable the PetBar"] = true
-- L["Enable the StanceBar"] = true
-- L["Enable the use of a custom condition, disabling all of the above."] = true
-- L["Enable/Disable the bar."] = true
-- L["Enabled"] = true
-- L["FAQ"] = true
-- L["Fade Out"] = true
-- L["Fade Out Alpha"] = true
-- L["Fade Out Delay"] = true
-- L["Frequently Asked Questions"] = true
-- L["Full Button Mode"] = true
-- L["General Settings"] = true
-- L["Hide Hotkey"] = true
-- L["Hide Macro Text"] = true
-- L["Hide in Combat"] = true
-- L["Hide in Stance/Form"] = true
-- L["Hide out of Combat"] = true
-- L["Hide the Hotkey on the buttons of this bar."] = true
-- L["Hide the Macro Text on the buttons of this bar."] = true
-- 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["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
-- L["Note: Enabling Custom Conditionals will disable all of the above settings!"] = true
-- L["Number of buttons."] = true
-- L["Number of rows."] = true
-- L["One Bag"] = true
-- L["Only show one Bag Button in the BagBar."] = true
-- L["Out of Mana Indicator"] = true
-- L["Out of Range Indicator"] = true
-- L["Padding"] = true
-- L["Pet Bar"] = true
-- L["Possess Bar"] = true
-- L["Right-click Self-Cast"] = true
-- L["Rows"] = true
-- L["SHIFT"] = true
-- L["Scale"] = true
-- L["Self-Cast by modifier"] = true
-- L["Show the keyring button."] = true
-- L["Specify the Color of the Out of Mana Indicator"] = true
-- L["Specify the Color of the Out of Range Indicator"] = true
-- L["Stance Bar"] = true
-- L["Stance Configuration"] = true
-- L["State Configuration"] = true
-- L["Switch this bar to the Possess Bar when possessing a npc (eg. Mind Control)"] = true
-- 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"] = 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."] = true
-- L["The default behaviour of this bar when no state-based paging option affects it."] = true
-- 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["Toggle Button Zoom\nFor more style options you need to install ButtonFacade"] = true
-- L["Toggle the button grid."] = true
-- L["Toggle the use of the modifier-based self-cast functionality."] = true
-- L["Toggle the use of the right-click self-cast functionality."] = true
-- 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["You can use any macro conditionals in the custom string, using the number of the bar as target value.\nExample: [form:1]9;0"] = true
-- L["Zoom"] = true
-- L["|cffffff00Click|r to toggle bar lock"] = true
-- L["|cffffff00Right-click|r to open the options menu"] = true
1 change: 1 addition & 0 deletions locale/locale.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<Script file="deDE.lua"/>
<Script file="frFR.lua"/>
<Script file="esES.lua"/>
<Script file="esMX.lua"/>
<Script file="zhTW.lua"/>
<Script file="zhCN.lua"/>
<Script file="koKR.lua"/>
Expand Down

0 comments on commit e35f488

Please sign in to comment.