Mercurial > wow > bloodhound2
comparison LocalizeDefault.lua @ 0:ff01eb61abab
Initial beta version
Updated original addon herb and ore database
Fixed the configuration options (maybe - requires testing)
Added the 2 new zones in Pandaria (Isle of Giants and Isle of Thunder)
| author | only1yzerman |
|---|---|
| date | Thu, 09 May 2013 18:53:18 -0400 |
| parents | |
| children | 91131c35a2c3 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:ff01eb61abab |
|---|---|
| 1 --[[ | |
| 2 | |
| 3 To localize this add-on, include another LUA file that follows this one in the TOC and | |
| 4 overrides the default values. Example: | |
| 5 | |
| 6 if GetLocale()=="deDE" then | |
| 7 L["Bloodhound2"] = "Schweißhund2" | |
| 8 -- etc. | |
| 9 end | |
| 10 | |
| 11 Limit each LUA file to a single locale. | |
| 12 | |
| 13 ]] | |
| 14 L = {}; | |
| 15 | |
| 16 L["Bloodhound2"] = "Bloodhound2"; | |
| 17 L["Bloodhound2 Options"] = "Bloodhound2 Options"; | |
| 18 L["Multi-Zone"] = "Multi-Zone"; | |
| 19 L["While flying"] = "While flying"; | |
| 20 L["Always"] = "Always"; | |
| 21 L["Never"] = "Never"; | |
| 22 L["Inspection radius"] = "Inspection radius"; | |
| 23 L["Zones"] = "Zones"; | |
| 24 L["All"] = "All"; | |
| 25 L["None"] = "None"; | |
| 26 | |
| 27 L["Herbs"] = "Herbs"; | |
| 28 L["Find Herbs"] = "Find Herbs"; | |
| 29 L[181166] = "Bloodthistle"; | |
| 30 L[1618] = "PeaceBloom"; | |
| 31 L[1617] = "Silverleaf"; | |
| 32 L[1619] = "Earthroot"; | |
| 33 L[1620] = "Mageroyal"; | |
| 34 L[1621] = "Briarthorn"; | |
| 35 L[2045] = "Stranglekelp"; | |
| 36 L[1622] = "Bruiseweed"; | |
| 37 L[1623] = "Wild Steelbloom"; | |
| 38 L[1628] = "Grave Moss"; | |
| 39 L[1624] = "Kingsblood"; | |
| 40 L[2041] = "Liferoot"; | |
| 41 L[2042] = "Fadeleaf"; | |
| 42 L[2046] = "Goldthorn"; | |
| 43 L[2043] = "Khadgar's Whisker"; | |
| 44 L[2044] = "Dragon's Teeth"; | |
| 45 L[2866] = "Firebloom"; | |
| 46 L[142140] = "Purple Lotus"; | |
| 47 L[142141] = "Arthas' Tears"; | |
| 48 L[142142] = "Sungrass"; | |
| 49 L[142143] = "Blindweed"; | |
| 50 L[142144] = "Ghost Mushroom"; | |
| 51 L[142145] = "Gromsblood"; | |
| 52 L[176583] = "Golden Sansam"; | |
| 53 L[176584] = "Dreamfoil"; | |
| 54 L[176586] = "Mountain Silversage"; | |
| 55 L[176587] = "Sorrowmoss"; | |
| 56 L[176588] = "Icecap"; | |
| 57 L[176589] = "Black Lotus"; | |
| 58 L[181270] = "Felweed"; | |
| 59 L[190174] = "Frozen Herb (300)"; | |
| 60 L[181271] = "Dreaming Glory"; | |
| 61 L[181275] = "Ragveil"; | |
| 62 L[181277] = "Terocone"; | |
| 63 L[181276] = "Flame Cap"; | |
| 64 L[181278] = "Ancient Lichen"; | |
| 65 L[189973] = "Goldclover"; | |
| 66 L[181279] = "Netherbloom"; | |
| 67 L[185881] = "Netherdust Bush"; | |
| 68 L[191303] = "Firethorn"; | |
| 69 L[181280] = "Nightmare Vine"; | |
| 70 L[181281] = "Mana Thistle"; | |
| 71 L[190169] = "Tiger Lily"; | |
| 72 L[190170] = "Talandra's Rose"; | |
| 73 L[191019] = "Adder's Tongue"; | |
| 74 L[190173] = "Frozen Herb (400)"; | |
| 75 L[190175] = "Frozen Herb (415)"; | |
| 76 L[190171] = "Lichbloom"; | |
| 77 L[190172] = "Icethorn"; | |
| 78 L[190176] = "Frost Lotus"; | |
| 79 L[202747] = "Cinderbloom"; | |
| 80 L[202748] = "Stormvine"; | |
| 81 L[202749] = "Azshara's Veil"; | |
| 82 L[202750] = "Heartblossom"; | |
| 83 L[202751] = "Twilight Jasmine"; | |
| 84 L[202752] = "Whiptail"; | |
| 85 L[209351] = "Snow Lily"; | |
| 86 L[215412] = "Sha-Touched Herb"; | |
| 87 L[209353] = "Rain Poppy"; | |
| 88 L[209354] = "Golden Lotus"; | |
| 89 L[209355] = "Fool's Cap"; | |
| 90 L[209349] = "Green Tea Leaf"; | |
| 91 L[209350] = "Silkweed"; | |
| 92 L[214510] = "Sha-Touched Herb"; | |
| 93 L[215410] = "Fool's Cap"; | |
| 94 | |
| 95 L["Minerals"] = "Minerals"; | |
| 96 L["Find Minerals"] = "Find Minerals"; | |
| 97 L[188432] = "Black Blood of Yogg-Saron"; | |
| 98 L[1731] = "Copper Vein"; | |
| 99 L[191844] = "Enchanted Earth"; | |
| 100 L[188699] = "Strange Ore"; | |
| 101 L[1610] = "Incendicite Mineral Vein"; | |
| 102 L[1732] = "Tin Vein"; | |
| 103 L[2653] = "Lesser Bloodstone Deposit"; | |
| 104 L[73940] = "Ooze Covered Silver Vein"; | |
| 105 L[1733] = "Silver Vein"; | |
| 106 L[1735] = "Iron Deposit"; | |
| 107 L[19903] = "Indurium Mineral Vein"; | |
| 108 L[1734] = "Gold Vein"; | |
| 109 L[73941] = "Ooze Covered Gold Vein"; | |
| 110 L[2040] = "Mithril Deposit"; | |
| 111 L[123310] = "Ooze Covered Mithril Deposit"; | |
| 112 L[165658] = "Dark Iron Deposit"; | |
| 113 L[123309] = "Ooze Covered Truesilver Deposit"; | |
| 114 L[2047] = "Truesilver Deposit"; | |
| 115 L[123848] = "Ooze Covered Thorium Vein"; | |
| 116 L[324] = "Small Thorium Vein"; | |
| 117 L[180215] = "Hakkari Thorium Vein"; | |
| 118 L[177388] = "Ooze Covered Rich Thorium Vein"; | |
| 119 L[175404] = "Rich Thorium Vein"; | |
| 120 L[181555] = "Fel Iron Deposit"; | |
| 121 L[185877] = "Nethercite Deposit"; | |
| 122 L[181069] = "Large Obsidian Chunk"; | |
| 123 L[181068] = "Small Obsidian Chunk"; | |
| 124 L[181556] = "Adamantite Deposit"; | |
| 125 L[189978] = "Cobalt Deposit"; | |
| 126 L[181569] = "Rich Adamantite Deposit"; | |
| 127 L[185557] = "Ancient Gem Vein"; | |
| 128 L[181557] = "Khorium Vein"; | |
| 129 L[189979] = "Rich Cobalt Deposit"; | |
| 130 L[189980] = "Saronite Deposit"; | |
| 131 L[189981] = "Rich Saronite Deposit"; | |
| 132 L[195036] = "Pure Saronite Deposit"; | |
| 133 L[191133] = "Titanium Vein"; | |
| 134 L[202736] = "Obsidium Deposit"; | |
| 135 L[202737] = "Pyrite Deposit"; | |
| 136 L[202738] = "Elementium Vein"; | |
| 137 L[202739] = "Rich Obsidium Deposit"; | |
| 138 L[202740] = "Rich Pyrite Deposit"; | |
| 139 L[202741] = "Rich Elementium Vein"; | |
| 140 L[209330] = "Rich Trillium Vein"; | |
| 141 L[209311] = "Ghost Iron Deposit"; | |
| 142 L[209312] = "Kyparite Deposit"; | |
| 143 L[209313] = "Trillium Vein"; | |
| 144 L[209328] = "Rich Ghost Iron Deposit"; | |
| 145 L[209329] = "Rich Kyparite Deposit"; | |
| 146 L[215413] = "Ghost Iron Deposit"; |
