Add strings for SellGrey

This commit is contained in:
Robin Hüskes 2022-12-03 15:08:11 +01:00
parent b581b96d72
commit b5c389c61f
2 changed files with 11 additions and 5 deletions

View File

@ -40,10 +40,13 @@ if L then
L['Allow Guildbank Repair'] = "Repariere aus Gildenbank"
L['Money low'] = "Nicht genug Geld f\195\188r Reparatur!"
L['HINT3'] = "|c0000ff00Shift-Linksklick|r |c00ffffffschaltet Minimapicon an/aus|r"
L["SellGrey"] = "Verkaufe graue Gegenst\195\164nde"
L['solditem'] = function(link, price) return format("%s verkauft f\195\188r %s", link, child:MoneyString(price, true)) end
L['earnedmoney'] = function(earnedMoney) return format ("%s verdient.", child:MoneyString(earnedMoney, true)) end
end
-- <20> \195\182 <20> \195\159
-- <20> \195\188 <20> \195\164
-- <20> \195\132
-- <20> \195\182
-- <20> \195\156
-- <20> \195\182 <20> \195\159
-- <20> \195\188 <20> \195\164
-- <20> \195\132
-- <20> \195\182
-- <20> \195\156

View File

@ -40,4 +40,7 @@ if L then
L['Allow Guildbank Repair'] = true
L['Money low'] = "No fund for repair!"
L['HINT3'] = "|c0000ff00Shift-Leftclick|r |c00fffffftoggles minimap icon|r"
L["SellGrey"] = "Sell grey items"
L['solditem'] = function(link, price) return format("%s sold for %s", link, child:MoneyString(price, true)) end
L['earnedmoney'] = function(earnedMoney) return format ("Earned %s.", child:MoneyString(earnedMoney, true)) end
end