local addonname, addon = ... local name = "zz_Money" local L = LibStub("AceLocale-3.0"):NewLocale(name, "enUS", true) if L then L[name] = name L[name..' Settings'] = name..' Settings' L['Sitzung']='Session' L['Einnahmen']='Income' L['Ausgaben']='Expenses' L['Heute']='Today' L['Gestern']='Yesterday' L['7-Tage']='7-Days' L['Gesamt']='Total' L['Bankier']='Banker' L['Goldgrenze']='Goldlimit' L['Sende'] = 'Send' L['Subject'] = 'Sock away' L['Minimum Limit']='Minimum Limit' L['Desc MinL']='Chars with less than this limit will be shown to the banker' L['Maximum Limit']='Maximum Limit' L['Desc MaxL']='Chars with more than this limit will see a button in the send mail window to send it to the banker' L['Empfaenger']='Beneficiary' L['Fail']='Mail failed' L['Success']=function(name,sum) return format("Sent %s to %s", GetCoinTextureString(sum), name) end L['iconSize']='Coinsize' L['sortDir'] = 'Sort Tooltip Up/Down' L['nobanker'] = 'Disable banker functionality' L['neutral'] = 'Disabled while neutral' L['accountMoney'] = 'Global Money' L['accountMoneyDesc'] = 'Show accountwide Money' L['shortMoney'] = 'Display gold only' L['shortMoneyTip'] = 'Shorten money in tooltip' L['abrevK'] = "Shorten money display k" L['abrevM'] = "Shorten money display m" L['abrK'] = "k" L['abrM'] = "m" L['connectedRealms'] = "List connected Realms" L['DeleteChar'] = "Delete Char" L['DeleteCharDesc'] = "Removes all data for this character" L['DeleteCharOk'] = "Yes, I'm sure!" L['showLog'] = "Log changes in chat" L['ttmenu_title'] = "Tooltip Settings" L['ttmenu_desc'] = "This settings modify the broker tooltip" end