Added doumentation for "/garbage freeslots <number>" command
ckaotik [10-24-10 - 10:27]
Added doumentation for "/garbage freeslots <number>" command
diff --git a/locale/deDE.lua b/locale/deDE.lua
index 54600b5..2911b4b 100644
--- a/locale/deDE.lua
+++ b/locale/deDE.lua
@@ -24,7 +24,8 @@ if GetLocale() == "deDE" then
/garbage |cffc0c0c0format |cffc0c0ffformatstring|r lässt dich das Format der LDB Anzeige anpassen, |cffc0c0c0 format reset|r setzt es zurück.
/garbage |cffc0c0c0limit |cffc0c0ffitemLink/ID Anzahl|r setzt ein Limit für das gewählte Item für den aktuellen Charakter.
/garbage |cffc0c0c0globallimit |cffc0c0ffitemLink/ID Anzahl|r setzt ein Limit für alle Charaktere.
-/garbage |cffc0c0c0value |cffc0c0ffWertInKupfer|r setzt den Itemwert, ab dem Items gelootet werden (benötigt den Loot Manager).]]
+/garbage |cffc0c0c0value |cffc0c0ffWertInKupfer|r setzt den Itemwert, ab dem Items gelootet werden (benötigt den Loot Manager).
+/garbage |cffc0c0c0freeslots |cffc0c0ffnumber|r setzt die Anzahl an Taschenplätzen, die frei bleiben sollen.]]
BrokerGarbage.locale.minValueSet = "Mindestwert für items wurde auf %s gesetzt."
BrokerGarbage.locale.minSlotsSet = "Der Loot Manager wird versuchen, mindestens %s Inventarplätze frei halten."
BrokerGarbage.locale.invalidArgument = "Ungültiges Argument. Bitte überprüfe deine Eingabe!"
diff --git a/locale/enUS.lua b/locale/enUS.lua
index 698c74c..a59f39e 100644
--- a/locale/enUS.lua
+++ b/locale/enUS.lua
@@ -24,7 +24,8 @@ BrokerGarbage.locale = {
/garbage |cffc0c0c0format |cffc0c0ffformatstring|r lets you customize the LDB display text, |cffc0c0c0 format reset|r resets it.
/garbage |cffc0c0c0limit |cffc0c0ffitemLink/ID count|r sets a limit for the given item on the current character.
/garbage |cffc0c0c0globallimit |cffc0c0ffitemLink/ID count|r sets a limit for all characters.
-/garbage |cffc0c0c0value |cffc0c0ffvalueInCopper|r sets the minimum value for items to be looted (Loot Manager needed).]],
+/garbage |cffc0c0c0value |cffc0c0ffvalueInCopper|r sets the minimum value for items to be looted (Loot Manager needed).
+/garbage |cffc0c0c0freeslots |cffc0c0ffnumber|r sets the number of inventory slots to keep empty.]],
minValueSet = "Items with a value less than %s will not be looted anymore.",
minSlotsSet = "The Loot Manager will try to keep at least %s slots free.",
invalidArgument = "You supplied an invalid argument. Please check your input and try again.",
diff --git a/readme.txt b/readme.txt
index 9890b7b..3cf5b59 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,8 +4,9 @@ Author: ckaotik
Version: 4.0v3
WoW Version: 4.0.1
-WoWInterface: http://www.wowinterface.com/downloads/info15531-Broker_Garbage.html
-Curse: http://wow.curse.com/downloads/wow-addons/details/broker_garbage.aspx
+WoWInterface: http://www.wowinterface.com/downloads/info15531-Broker_Garbage.html (with Loot Manager)
+Curse: http://wow.curse.com/downloads/wow-addons/details/broker_garbage.aspx (with Loot Manager)
+GitHub: http://www.github.com/ckaotik/Broker_Garbage (without Loot Manager)
1. What it does