WoWInterface SVN BuyEmAll

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 8 to Rev 9
    Reverse comparison

Rev 8 → Rev 9

BuyEmAll/Localization.zhCN.lua
1,17 → 1,17
if GetLocale() ~= "zhCN" then
return
return
end
 
local L = BUYEMALL_LOCALS
 
-- Thanks to q09q09
L.MAX = "\230\156\128\229\164\154"
L.STACK = "\228\184\128\231\187\132"
L.CONFIRM = "\230\152\175\229\144\166\231\161\174\229\174\158\232\166\129\228\185\176\n %2$s \195\151 %1$d\228\187\182?"
-- L.STACK_PURCH = "Stack Purchase",
L.STACK_SIZE = "\229\160\134\229\143\160\229\164\167\229\176\143"
-- L.PARTIAL = "Partial stack",
L.MAX_PURCH = "\230\156\128\229\164\154\232\131\189\232\180\173\228\185\176"
L.FIT = "\232\131\189\229\164\159\228\185\176"
L.AFFORD = "\232\131\189\228\185\176\229\190\151\232\181\183"
L.AVAILABLE = "\229\149\134\229\186\151\230\156\137"
L.MAX = "\230\156\128\229\164\154"
L.STACK = "\228\184\128\231\187\132"
L.CONFIRM = "\230\152\175\229\144\166\231\161\174\229\174\158\232\166\129\228\185\176\n %2$s × %1$d\228\187\182?"
L.STACK_PURCH = "\230\140\137\231\187\132\232\180\173\228\185\176"
L.STACK_SIZE = "\230\175\143\231\187\132\230\149\176\233\135\143"
L.PARTIAL = "\230\149\180\231\187\132\229\183\174\229\128\188"
L.MAX_PURCH = "\230\156\128\229\164\154\232\180\173\228\185\176"
L.FIT = "\232\131\140\229\140\133\230\156\128\229\164\154\229\173\152\230\148\190"
L.AFFORD = "\231\142\176\233\135\145\230\156\128\229\164\167\232\180\173\228\185\176"
L.AVAILABLE = "\229\149\134\228\186\186\229\173\152\232\180\167\230\149\176\233\135\143"
BuyEmAll/readme.html
151,13 → 151,17
<p>German, French, &amp; Chinese localizations are missing some recently added translations.</p>
<p>Please visit <a href="http://cogwheel.wowinterface.com">Cogwheel’s Workshop</a> if you have any suggestions or bug reports, and to see what is in store for the future.</p>
<h2><a name="changes" id="changes"></a>Changes</h2>
<h4>v2.8.3</h4>
<ul>
<li>Added more localizations for zhCN and zhTW, thanks to q09q09.</li>
</ul>
<h4>v2.8.2</h4>
<ul>
<li>Updated for 3.0.2 </li>
<li>Updated for 3.0.2.</li>
</ul>
<h4>v2.8.1</h4>
<ul>
<li>Updated for WotLK Beta </li>
<li>Updated for WotLK Beta. </li>
</ul>
<h4>v2.8</h4>
<ul>
BuyEmAll/Localization.zhTW.lua
1,17 → 1,17
if GetLocale() ~= "zhTW" then
return
return
end
 
local L = BUYEMALL_LOCALS
 
-- Thanks to q09q09
L.MAX = "\230\156\128\229\164\154"
L.STACK = "\228\184\128\231\181\132"
L.CONFIRM = "\230\152\175\229\144\166\231\162\186\229\175\166\232\166\129\232\178\183\n %2$s \195\151 %1$d\228\187\182?"
-- L.STACK_PURCH = "Stack Purchase"
L.STACK_SIZE = "\229\160\134\231\150\138\229\164\167\229\176\143"
-- L.PARTIAL = "Partial stack"
L.MAX_PURCH = "\230\156\128\229\164\154\232\131\189\232\179\188\232\178\183"
L.FIT = "\232\131\189\229\164\160\232\178\183"
L.AFFORD = "\232\131\189\232\178\183\229\190\151\232\181\183"
L.AVAILABLE = "\229\149\134\229\186\151\230\156\137"
L.MAX = "\230\156\128\229\164\154"
L.STACK = "\228\184\128\231\181\132"
L.CONFIRM = "\230\152\175\229\144\166\231\162\186\229\175\166\232\166\129\232\178\183\n %2$s × %1$d\228\187\182?"
L.STACK_PURCH = "\230\140\137\231\181\132\232\179\188\232\178\183"
L.STACK_SIZE = "\230\175\143\231\181\132\230\149\184\233\135\143"
L.PARTIAL = "\230\149\180\231\181\132\229\183\174\229\128\188"
L.MAX_PURCH = "\230\156\128\229\164\154\232\179\188\232\178\183"
L.FIT = "\232\131\140\229\140\133\230\156\128\229\164\154\229\173\152\230\148\190"
L.AFFORD = "\231\143\190\233\135\145\230\156\128\229\164\167\232\179\188\232\178\183"
L.AVAILABLE = "\229\149\134\228\186\186\229\173\152\232\178\168\230\149\184\233\135\143"