--[[ Name: OneCompanion Version: 3.0.3.$Revision: 44 $ $Date: 2009-02-03 03:25:21 +0000 (Tue, 03 Feb 2009) $ Author(s): Mera_LaCroisadeEcarlate (ad@heapoverflow.com) Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;) Website1: http://www.wowinterface.com/downloads/info10746-OneCompanion.html Website2: http://wow.curse.com/downloads/wow-addons/details/onecompanion.aspx SVN: svn://svn.wowinterface.com/OneCompanion-237 Description: OneCompanion is an alternative to the default companion frame introduced in WotLK that combines all your companions and mounts into one fully customizable frame ]] --[[ à : \195\160 è : \195\168 ì : \195\172 ò : \195\178 ù : \195\185 Ä : \195\132 À : \195\128 á : \195\161 é : \195\169 í : \195\173 ó : \195\179 ú : \195\186 Ö : \195\150 Á : \195\129 â : \195\162 ê : \195\170 î : \195\174 ô : \195\180 û : \195\187 Ü : \195\156 Ç : \195\135 ã : \195\163 ë : \195\171 ï : \195\175 õ : \195\181 ü : \195\188 ß : \195\159 È : \195\136 ä : \195\164 ñ : \195\177 ö : \195\182 É : \195\137 æ : \195\166 ø : \195\184 Ê : \195\138 ç : \195\167 œ : \197\147 Í : \195\141 Ï : \195\143 Ï = \195\143 ]] if not (select(4,GetBuildInfo()) >= 30000) then return end local MINOR_VERSION = tonumber(("$Revision: 44 $"):match("%d+")) if MINOR_VERSION > _G.OneCompanion_MINOR_VERSION then _G.OneCompanion_MINOR_VERSION = MINOR_VERSION end if not GetLocale() == "deDE" then return end local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "deDE", false) if not L then return end L["AceGUI"] = "AceGUI" L["Open the Ace3 config window"] = "Open the Ace3 config window" --L["RockConfig"] = "RockConfig" --L["Open the Rock config window"] = "Open the Rock config window" L["BlizzardUI"] = "BlizzardUI" L["Open the Blizzard config window"] = "Open the Blizzard config window" L["Display"] = "Display" L["Display options"] = "Display options" L["Options"] = "Options" L["AddOn options"] = "AddOn options" L["Sizes"] = "Sizes" L["Sizes options"] = "Sizes options" L["Colors"] = "Colors" L["Colors options"] = "Colors options" L["Misc"] = "Misc" L["Miscellaneous options"] = "Miscellaneous options" L["Settings"] = "Settings" --L["Border padding"] = "Border padding" --L["Change the size between each border's button and the border"] = "Change the size between each border's button and the border" L["Lock Breanni"] = "Lock Breanni" L["Lock the position of Breanni's icon"] = "Lock the position of Breanni's icon" L["Lock inventory"] = "Lock companion's bag" L["Lock the position of the companion's inventory bag"] = "Lock the position of the companion's inventory bag" L["Base strata"] = "Base strata" L["Change the base frame strata"] = "Change the base frame strata" L["Button strata"] = "Button strata" L["Change the button frames strata"] = "Change the button frames strata" L["Breanni scale"] = "Breanni scale" L["Change the Breanni's button scale"] = "Change the Breanni's button scale" L["Companion preview"] = "Companion preview" L["Click to open/close the 3D preview window"] = "Click to open/close the 3D preview window" L["Ctrl-click any companion icon to show its 3D preview"] = "Ctrl-click any companion icon to show its 3D preview" L["Click to open/close the Ace3 configuration window"] = "Click to open/close the Ace3 configuration window" L["Ctrl-click to show the 3D preview"] = "Ctrl-click to show the 3D preview" L["Border style"] = "Border style" L["Change the border style"] = "Change the border style" L["Styles"] = "Styles" L["Styles options"] = "Styles options" L["Background style"] = "Background style" L["Change the background style"] = "Change the background style" L["tile"] = "tile" L["Change the background tile"] = "Change the background tile" L["tileSize"] = "tileSize" L["Change the background tileSize"] = "Change the background tileSize" L["edgeSize"] = "edgeSize" L["Change the background edgeSize"] = "Change the background edgeSize" L["insetLeft"] = "insetLeft" L["Change the insetLeft value"] = "Change the insetLeft value" L["insetRight"] = "insetRight" L["Change the insetRight value"] = "Change the insetRight value" L["insetTop"] = "insetTop" L["Change the insetTop value"] = "Change the insetTop value" L["insetBottom"] = "insetBottom" L["Change the insetBottom value"] = "Change the insetBottom value" L["Main frame"] = "Main frame" L["Footer frame"] = "Footer frame" L["Model frame"] = "Model frame" L["Background"] = "Background" L["Change the background color"] = "Change the background color" L["Border"] = "Border" L["Change the border color"] = "Change the border color" L["Button frames"] = "Button frames" L["Height"] = "Height" L["Change the height"] = "Change the height" L["Width"] = "Width" L["Change the width"] = "Change the width" L["Scale"] = "Scale" L["Change the scale"] = "Change the scale" L["Padding"] = "Padding" L["Change the padding"] = "Change the padding" L["Tooltips frames"] = "Tooltips frames" L["Lock frames"] = "Lock frames" L["Stratas"] = "Stratas" L["Clamp"] = "Clamp" L["Clamp to the screen"] = "Clamp to the screen" L["Hide grip"] = "Hide grip" L["Hide the grip"] = "Hide the grip" L["Hide"] = "Hide" L["Hide or show the tooltips shown on mouseovering AddOn icons"] = "Hide or show the tooltips shown on mouseovering AddOn icons"