zz_Money/locale_enUS.lua

54 lines
2.2 KiB
Lua
Executable File

local addonname, addon = ...
local childName = addon['childName']
local L = LibStub("AceLocale-3.0"):NewLocale(childName, "enUS", true)
if L then
L[childName] = childName
L[childName..' Settings'] = childName..' 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"
L['noIcon'] = "No Coins"
L['noIconDesk'] = "Use text instead of coin texture"
L['Color text'] = "Use color text"
L['Color text desc'] = "Colorize text in coin colors"
L['displayMoneyChar'] = "Character"
L['displayMoneyRealm'] = "Realm (Pool)"
L['displayMoneyGlobal'] = "Global"
L['displayMoneyGlobalFaction'] = "Global (only your faction)"
L['Displayvalue'] = "Broker Display"
L['DisplayvalueDesc'] = "Selects the sum diplayed by the broker. Global is for all factions and chars or only your faction. Realm is for your faction (pool when selected)."
end