Comments about Sell-O-Matic http://www.wowace.com/addons/sell-o-matic/ The latest comments about Sell-O-Matic en-us Tue, 03 Nov 2009 12:37:33 +0000 WowAce.com (http://www.wowace.com) Comment #15 http://www.wowace.com/addons/sell-o-matic/?comment=15 <p>@cakehouse: Thanks for the help! <span class="emote emote-smile" title="Smile">:)</span></p> Tue, 03 Nov 2009 12:37:33 +0000 http://www.wowace.com/addons/sell-o-matic/?comment=15 http://www.wowace.com/addons/sell-o-matic/?comment=15 no-reply@curseforge.com (Silmano) Comment #14 http://www.wowace.com/addons/sell-o-matic/?comment=14 <p>complete Korean.</p> Tue, 03 Nov 2009 02:10:23 +0000 http://www.wowace.com/addons/sell-o-matic/?comment=14 http://www.wowace.com/addons/sell-o-matic/?comment=14 no-reply@curseforge.com (cakehouse) Comment #13 http://www.wowace.com/addons/sell-o-matic/?comment=13 <p>@vincentgdg: Nice! Thanks for the contribution! <span class="emote emote-smile" title="Smile">:)</span></p> Wed, 27 May 2009 09:34:33 +0000 http://www.wowace.com/addons/sell-o-matic/?comment=13 http://www.wowace.com/addons/sell-o-matic/?comment=13 no-reply@curseforge.com (Silmano) Comment #12 http://www.wowace.com/addons/sell-o-matic/?comment=12 <p>I just entered the german translation.</p> Wed, 27 May 2009 09:24:27 +0000 http://www.wowace.com/addons/sell-o-matic/?comment=12 http://www.wowace.com/addons/sell-o-matic/?comment=12 no-reply@curseforge.com (vincentgdg) Comment #11 http://www.wowace.com/addons/sell-o-matic/?comment=11 <p>@q09q09: Thanks, will upload it as soon as possible.</p> Fri, 08 May 2009 08:54:53 +0000 http://www.wowace.com/addons/sell-o-matic/?comment=11 http://www.wowace.com/addons/sell-o-matic/?comment=11 no-reply@curseforge.com (Silmano) Comment #10 http://www.wowace.com/addons/sell-o-matic/?comment=10 <p>Chinese Locale zhCN&amp;zhTW<br> locale by 默语(murmurwoods)<br> file download url:<a href="http://wowui.duowan.com/upimg/soft/S/SellOMaticv1.1.09b.rar">SellOMaticv1.1.09b.rar</a><br></p> Mon, 04 May 2009 07:48:27 +0000 http://www.wowace.com/addons/sell-o-matic/?comment=10 http://www.wowace.com/addons/sell-o-matic/?comment=10 no-reply@curseforge.com (q09q09) Comment #9 http://www.wowace.com/addons/sell-o-matic/?comment=9 <p>From a report:</p> <p>Sell-O-Matic_zhTW</p> <p>local L = LibStub(&#34;AceLocale-3.0&#34;):NewLocale(&#34;SellOMatic&#34;, &#34;zhTW&#34;)</p> <p>if L then</p> <p>-- Main option<br> L[&#34;General Options&#34;] = &#34;一般設定&#34;<br> L[&#34;Actions&#34;] = &#34;動作&#34;<br> L[&#34;Auto sell&#34;] = &#34;自動賣出&#34;<br> L[&#34;Toggle ON/OFF automatic mode.&#34;] = &#34;切換啟用/禁用自動模式.&#34;<br> L[&#34;Show detail&#34;] = &#34;顯示細節&#34;<br> L[&#34;Toggle ON/OFF item sell detail.&#34;] = &#34;切換啟用/禁用物品賣出細節.&#34;<br> L[&#34;Use list&#34;] = &#34;使用清單&#34;<br> L[&#34;Toggle ON/OFF the sell/save list.&#34;] = &#34;切換啟用/禁用物品賣出/保留清單.&#34;<br> L[&#34;Show list&#34;] = &#34;顯示清單&#34;<br> L[&#34;Shows the sell/save lists.&#34;] = &#34;顯示賣出/保留清單.&#34;<br> L[&#34;Add item&#34;] = &#34;增加物品&#34;<br> L[&#34;Adds item to sell/save list.&#34;] = &#34;增加物品到賣出/保留清單.&#34;<br> L[&#34;Del item&#34;] = &#34;刪除物品&#34;<br> L[&#34;Deletes item from sell/save list.&#34;] = &#34;從賣出/保留清單刪除物品.&#34;<br> L[&#34;Import sell list&#34;] = &#34;匯入賣出清單&#34;<br> L[&#34;Imports the old sell list.&#34;] = &#34;匯入舊的賣出清單&#34;<br> L[&#34;Reset sell list&#34;] = &#34;重置賣出清單&#34;<br> L[&#34;Resets the sell list.&#34;] = &#34;重置賣出清單&#34;<br> L[&#34;Reset save list&#34;] = &#34;重置保留清單&#34;<br> L[&#34;Resets the save list.&#34;] = &#34;重置保留清單&#34;</p> <p>L[&#34;Autoselling items!&#34;] = &#34;自動賣出物品!&#34;</p> <p>-- Selling<br> L[&#34;Selling &#34;] = &#34;賣出 &#34;<br> L[&#34;item(s) sold&#34;] = &#34;物品(s) 已賣出&#34;<br> L[&#34;You've earned &#34;] = &#34;你獲利 &#34;</p> <p>-- Lists<br> L[&#34;#### Sell List ####&#34;] = &#34;#### 賣出清單 ####&#34;<br> L[&#34;Sell list empty!&#34;] = &#34;賣出清單空的!&#34;<br> L[&#34;#### Save List ####&#34;] = &#34;#### 保留清單 ####&#34;<br> L[&#34;Save list empty!&#34;] = &#34;保留清單空的!&#34;<br> L[&#34;You're not using any list. Use list option is off.&#34;] = &#34;你沒有使用任何清單. 使用清單選項是禁用.&#34;<br> L[&#34;is not valid.&#34;] = &#34;不是有效.&#34;<br> L[&#34;added to sell list.&#34;] = &#34;增加到賣出清單.&#34;<br> L[&#34;already on sell list.&#34;] = &#34;已經在賣出清單.&#34;<br> L[&#34;added to save list.&#34;] = &#34;增加到保留清單.&#34;<br> L[&#34;already on save list.&#34;] = &#34;已經在保留清單.&#34;<br> L[&#34;removed from sell list.&#34;] = &#34;從賣出清單刪除.&#34;<br> L[&#34;not found on sell list.&#34;] = &#34;在賣出清單未找到.&#34;<br> L[&#34;removed from save list.&#34;] = &#34;從保留清單刪除.&#34;<br> L[&#34;not found on save list.&#34;] = &#34;在保留清單未找到.&#34;<br> L[&#34;Sell list reset.&#34;] = &#34;賣出清單重置.&#34;<br> L[&#34;Save list reset.&#34;] = &#34;保留清單重置.&#34;</p> <p>-- PopUp<br> L[&#34;Type the item/part of the item text box.&#34;] = &#34;輸入物品/物品的一部分文字框.&#34;<br> L[&#34;Add to sell list&#34;] = &#34;增加到賣出清單&#34;<br> L[&#34;Add to save list&#34;] = &#34;增加到保留清單&#34;<br> L[&#34;Delete from sell list&#34;] = &#34;從賣出清單刪除&#34;<br> L[&#34;Delete from save list&#34;] = &#34;從保溜清單刪除&#34;</p> <p>-- Import<br> L[&#34;Old data imported to list.&#34;] = &#34;舊資料匯入到清單.&#34;<br> L[&#34;No import data found.&#34;] = &#34;匯入資料未找到.&#34;</p> <p>-- Help<br> L[&#34;Commands&#34;] = &#34;指令&#34;<br> L[&#34;this menu.&#34;] = &#34;選項.&#34;<br> L[&#34;same as /sellomatic.&#34;] = &#34;/sellomatic相同.&#34;<br> L[&#34;opens add item box.&#34;] = &#34;打開增加物品框.&#34;<br> L[&#34;opens del item box.&#34;] = &#34;打開刪除物品框.&#34;<br> L[&#34;prints sell/save list if used.&#34;] = &#34;列出賣出/保留清單如果在使用.&#34;<br> L[&#34;add #text to the sell list if used.&#34;] = &#34;增加#文字到賣出清單如果在使用.&#34;<br> L[&#34;delete #text from the sell list if used.&#34;] = &#34;刪除#文字到賣出清單如果在使用.&#34;<br> L[&#34;imports old sell list if available.&#34;] = &#34;匯入舊的賣出清單如果有的話.&#34;<br> L[&#34;deletes all sell list data.&#34;] = &#34;刪除所有賣出清單資料.&#34;<br> L[&#34;deletes all save list data.&#34;] = &#34;刪除所有保留清單資料.&#34;<br> -- TIPS<br> -- L[&#34;List tips&#34;] = true<br> -- L[&#34;Some tips and clues to maximice the use of lists&#34;] = true<br> -- L[&#34;tip #1&#34;] = &#34;If you want to sell a bunch of items, try to be a little specific, dont just add the letter b for basilisk whatever.&#34;<br> -- L[&#34;tip #2&#34;] = &#34;Avoid using special characters such as blank spaces, dots, percentajes and all that sort&#34;<br> -- L[&#34;tip #3&#34;] = &#34;&#34;<br> -- L[&#34;tip #4&#34;] = &#34;&#34;<br> -- L[&#34;tip #5&#34;] = &#34;Remember: If you sell your entire inventory its probably because you set up WRONG your sell list.&#34;</p> <p>end;</p> Tue, 21 Apr 2009 17:27:23 +0000 http://www.wowace.com/addons/sell-o-matic/?comment=9 http://www.wowace.com/addons/sell-o-matic/?comment=9 no-reply@curseforge.com (Ackis) Comment #8 http://www.wowace.com/addons/sell-o-matic/?comment=8 <p>I'm sorry, I can not Ability. </p> Mon, 02 Feb 2009 18:35:05 +0000 http://www.wowace.com/addons/sell-o-matic/?comment=8 http://www.wowace.com/addons/sell-o-matic/?comment=8 no-reply@curseforge.com (shwy72) Comment #7 http://www.wowace.com/addons/sell-o-matic/?comment=7 <p>Will take a look at it shwy72. </p> Mon, 02 Feb 2009 12:07:48 +0000 http://www.wowace.com/addons/sell-o-matic/?comment=7 http://www.wowace.com/addons/sell-o-matic/?comment=7 no-reply@curseforge.com (Silmano) Comment #6 http://www.wowace.com/addons/sell-o-matic/?comment=6 <p>text box Add to typing (no) Add to drag (yes) I want to add/Delete items to drag </p><p>Do you can add this function? </p> Sat, 31 Jan 2009 17:57:21 +0000 http://www.wowace.com/addons/sell-o-matic/?comment=6 http://www.wowace.com/addons/sell-o-matic/?comment=6 no-reply@curseforge.com (shwy72)