diff --git a/Locals/ARLLocals-ruRU.lua b/Locals/ARLLocals-ruRU.lua
index 0801e83..4233107 100644
--- a/Locals/ARLLocals-ruRU.lua
+++ b/Locals/ARLLocals-ruRU.lua
@@ -52,27 +52,39 @@ L["General Settings"] = true
L["Display Settings"] = true
L["Sorting Settings"] = true
L["Profile Options"] = true
+L["ARL Documentation"] = true
-- Config UI Elements and their associated descriptions
L["MAIN_OPTIONS_DESC"] = "Main configuration options"
-L["Scan"] = true
+L["Scan"] = true
L["SCAN_RECIPES_DESC"] = "Scans an open tradeskill for missing recipes."
L["Text Dump"] = true
-L["TEXT_DUMP_DESC"] = "Displays all recipes in a comma seperated value format which can be copied and pasted into another client."
+L["TEXT_DUMP_DESC"] = "Displays all recipes in a comma separated value format which can be copied and pasted into another client."
+L["View Exclusion List"] = true
+L["VIEW_EXCLUSION_LIST_DESC"] = "Prints out a list of all recipes on the exclusion list."
L["DISPLAY_SETTINGS_DESC"] = "Allows you to customize how the GUI behaves."
L["SORTING_SETTINGS_DESC"] = "Allows you to customize the way displayed recipes are sorted."
+L["ARL_DOC_DESC"] = "Documentation for Ackis Recipe List"
+
+-- UI Documentation
+L["Using Filters"] = true
+L["USING_FILTERS_DESC"] = "Filters may be toggled on or off. There are two types of filters: one which will prevent the recipe from showing up at all, and one which will prevent a specific type of acquire information from showing up.\nWith the first type of filter, these match the proprieties of the recipe (ie: binding). If you toggle ARL to not show BoP recipes, no recipes that are BoP will show up in the scan. The second type of filter deals with acquire information. If a recipe is available as a mob drop, or from a vendor and you toggle to not show vendor recipes, the recipe will still show up but vendor information will be hidden for it. The reason is that there is still another way to acquire this recipe (mob drop) so it should still be included in the scan."
+L["Reporting Bugs"] = true
+L["REPORTING_BUGS_DESC"] = "When reporting a bug, please make sure you do the following:\n1) Download the latest version, available from http://www.wowace.com/projects/arl/files/\n2) Make sure there is not a bug report filed for your issue already. You can check these at http://www.wowace.com/projects/arl/tickets/\n2a) Disable addons such as Skillet or ATSW.\n3) If your problem is not listed and you are using the latest version verify your addon settings. Verify filters, profiles, etc.\n4) You have found a bug that no one has reported before. Create a new ticket at http://www.wowace.com/projects/arl/tickets/ with a descriptive heading about the problem. In the ticket make sure you include the error message that you received (just the error message, I don't need a listing of the addons you use), the recipe/profession you were working with, and any other info that you think may help."
-- Config UI Elements and their associated descriptions
L["Include Filtered"] = true
L["FILTERCOUNT_DESC"] = "Include filtered recipes in the count of total recipes."
+L["Include Excluded"] = true
+L["EXCLUDECOUNT_DESC"] = "Include excluded recipes in the count of total recipes."
L["Close GUI"] = "Close with Tradeskill UI"
L["CLOSEGUI_DESC"] = "Close the ARL window when the crafting window is closed."
L["Display Exclusions"] = true
L["DISPLAY_EXCLUSION_DESC"] = "Display recipes that are in the exclusion list."
L["UI Scale"] = true
L["UI_SCALE_DESC"] = "Changes the scale of the UI. Ranges from .5 to 1.5 (1 is default)"
-L["Tooltip Scale"] = true
-L["TOOLTIP_SCALE_DESC"] = "Changes the scale of the ARL Tooltip. Ranges from .5 to 1.5 (.9 is default)"
+L["tooltip Scale"] = true
+L["TOOLTIP_SCALE_DESC"] = "Changes the scale of the ARL tooltip. Ranges from .5 to 1.5 (.9 is default)"
L["Sorting"] = true
L["Sort"] = true
L["Display"] = true
@@ -80,6 +92,7 @@ L["SORTING_DESC"] = "Change the way in which displayed recipes are sorted."
L["Version"] = "Version: "
L["Name"] = true
L["Skill"] = true
+L["Location"] = true
L["Acquisition"] = true
-- Filter Config Options
@@ -89,7 +102,7 @@ L["Obtain"] = true
L["Binding"] = true
L["Item"] = true
L["Armor"] = true
-L["Weapon"] = true
+L["Weapon"] = true
L["Player Type"] = true
L["Reputation"] = true
L["Old World"] = true
@@ -97,29 +110,29 @@ L["Burning Crusade"] = true
L["Wrath of the Lich King"] = true
-- Filter Configuration Descriptions
-L["FILTERING_OPTIONS_DESC"] = "Allows you to customize which recipes are filtered."
-L["General Filtering Options"] = true
-L["FILTERING_GENERAL_DESC"] = "Configuration for several more general filter types."
-L["Obtain Filtering Options"] = true
-L["FILTERING_OBTAIN_DESC"] = "Configuration for which methods of obtaining recipes are included in the scan."
-L["Binding Filtering Options"] = true
-L["FILTERING_BINDING_DESC"] = "Configuration for which types of binding are included in the scan."
-L["Item Filtering Options"] = true
-L["FILTERING_ITEM_DESC"] = "Configuration for which item types are included in the scan."
-L["Armor Filtering Options"] = true
-L["FILTERING_Armor_DESC"] = "Configuration for which types of armor are included in the scan."
-L["Weapon Filtering Options"] = true
-L["FILTERING_WEAPONS_DESC"] = "Configuration for which types of weapons are included in the scan."
-L["Player Type Filtering Options"] = true
-L["FILTERING_PLAYERTYPE_DESC"] = "Configuration for items matching which player types are included in the scan."
-L["Reputation Filtering Options"] = true
-L["FILTERING_REP_DESC"] = "Configuration for which reputation reward recipes are included in the scan."
-L["Old World Rep. Filtering Options"] = true
-L["FILTERING_OLDWORLD_DESC"] = "Configuration for which Old World Reputation reward recipes are included in the scan."
+L["FILTERING_OPTIONS_DESC"] = "Allows you to customize which recipes are filtered."
+L["General Filtering Options"] = true
+L["FILTERING_GENERAL_DESC"] = "Configuration for several more general filter types."
+L["Obtain Filtering Options"] = true
+L["FILTERING_OBTAIN_DESC"] = "Configuration for which methods of obtaining recipes are included in the scan."
+L["Binding Filtering Options"] = true
+L["FILTERING_BINDING_DESC"] = "Configuration for which types of binding are included in the scan."
+L["Item Filtering Options"] = true
+L["FILTERING_ITEM_DESC"] = "Configuration for which item types are included in the scan."
+L["Armor Filtering Options"] = true
+L["FILTERING_Armor_DESC"] = "Configuration for which types of armor are included in the scan."
+L["Weapon Filtering Options"] = true
+L["FILTERING_WEAPONS_DESC"] = "Configuration for which types of weapons are included in the scan."
+L["Player Type Filtering Options"] = true
+L["FILTERING_PLAYERTYPE_DESC"] = "Configuration for items matching which player types are included in the scan."
+L["Reputation Filtering Options"] = true
+L["FILTERING_REP_DESC"] = "Configuration for which reputation reward recipes are included in the scan."
+L["Old World Rep. Filtering Options"] = true
+L["FILTERING_OLDWORLD_DESC"] = "Configuration for which Old World Reputation reward recipes are included in the scan."
L["Burning Crusade Rep. Filtering Options"] = true
-L["FILTERING_BC_DESC"] = "Configuration for which Burning Crusade Reputation reward recipes are included in the scan."
-L["Lich King Rep. Filtering Options"] = true
-L["FILTERING_WOTLK_DESC"] = "Configuration for which Wrath of the Lich King Reputation reward recipes are included in the scan."
+L["FILTERING_BC_DESC"] = "Configuration for which Burning Crusade Reputation reward recipes are included in the scan."
+L["Lich King Rep. Filtering Options"] = true
+L["FILTERING_WOTLK_DESC"] = "Configuration for which Wrath of the Lich King Reputation reward recipes are included in the scan."
-- General Filter UI Elements and their associated descriptions
L["Faction"] = true
@@ -162,10 +175,14 @@ L["BOEFilter"] = "Item Bind on Equip"
L["BOE_DESC"] = "Recipes that make Bind on Equip items should be included in the scan."
L["BOPFilter"] = "Item Bind on Pickup"
L["BOP_DESC"] = "Recipes that make Bind on Pickup items should be included in the scan."
+L["BOAFilter"] = "Item Bind to Account"
+L["BOA_DESC"] = "Recipes that make Bind to Account items should be included in the scan."
L["RecipeBOEFilter"] = "Recipe Bind on Equip"
L["RECIPE_BOE_DESC"] = "Recipes that are Bind on Equip should be included in the scan."
L["RecipeBOPFilter"] = "Recipe Bind on Pickup"
L["RECIPE_BOP_DESC"] = "Recipes that are Bind on Pickup should be included in the scan."
+L["RecipeBOAFilter"] = "Recipe Bind to Account"
+L["RECIPE_BOA_DESC"] = "Recipes that are Bind to Account should be included in the scan."
-- Item - Armor UI Elements and their associated descriptions
L["Cloth"] = true
@@ -205,7 +222,7 @@ L["DAGGER_DESC"] = "Recipes that make daggers should be included in the scan."
L["Fist"] = true
L["FIST_DESC"] = "Recipes that make fist weapons should be included in the scan."
L["Staff"] = true
-L["STAFF_DESC"] = "Recipes that make staves should be included in the scan."
+L["STAFF_DESC"] = "Recipes that make stave's should be included in the scan."
L["Wand"] = true
L["WAND_DESC"] = "Recipes that make wands should be included in the scan."
L["Thrown"] = true
@@ -241,7 +258,8 @@ L["CONTRACTALL"] = "- All"
L["CONTRACTALL_DESC"] = "Minimize all recipes listed below."
L["Search"] = true
L["SEARCH_DESC"] = "Filter to recipes that contain text at left."
-L["CLEAR_DESC"] = "Clear the search textbox."
+L["SEARCH_BOX_DESC"] = "Enter text to search"
+L["CLEAR_DESC"] = "Clear the search text box."
L["Close"] = "Exit"
L["CLOSE_DESC"] = "Close the Ackis Recipe List Window."
L["Reset"] = true
@@ -252,10 +270,11 @@ L["ARMOR_ALL_DESC"] = "Recipes that make ANY armor item should be included in
L["ARMOR_NONE_DESC"] = "Do NOT include any recipes that make armor items in the scan."
L["WEAPON_ALL_DESC"] = "Recipes that make ANY weapon item should be included in the scan."
L["WEAPON_NONE_DESC"] = "Do NOT include any recipes that make weapon items in the scan."
+L["NOT_YET_SCANNED"] = "not yet scanned!"
--- Common Tooltip Strings (where different from above)
+-- Common Tool tip Strings (where different from above)
L["CTRL_CLICK"] = "Ctrl-Click to add this recipe's link to your chat"
-L["ALT_CLICK"] = "Alt-Click to add this recipe to your ignore list"
+L["ALT_CLICK"] = "Alt-Click to add/remove this recipe to your ignore list"
L["SHIFT_CLICK"] = "Shift-Click to add the item crafted by this recipe's link to your chat"
L["Obtained From"] = true
L["RECIPE_EXCLUDED"] = "Recipe is in Exclusion list"
@@ -264,15 +283,18 @@ L["Required Skill"] = true
-- Popup Strings
L["NOTSCANNED"] = "You have not yet scanned this profession. Please open this profession and click on Scan Skills."
L["ALL_FILTERED"] = "Although you have already scanned this profession, your filters are currently preventing any recipes from being displayed. Please change your filters and try again."
+L["ARL_ALLKNOWN"] = "You know all the recipes for this profession."
+L["ARL_ALLEXCLUDED"] = "Although you have already scanned this profession, your exclusions are currently preventing any recipes from being displayed. Please change your exclusions and try again."
+L["NO_DISPLAY"] = "No recipes to display. If you get this message please submit a ticket at http://www.wowace.com/projects/arl/tickets listing what filters you have, what is in your exclusion list, which profession, and the number of known/unknown recipes."
-- Error/warning Text
-L["MissingFromDB"] = ": is is missing from the database. \nPlease inform the author of the add-on about this recipe."
+L["MissingFromDB"] = ": is missing from the database. \nPlease inform the author of the add-on about this recipe."
L["UnknownTradeSkill"] = "You have opened up a trade skill window which is not supported by this add-on. The trade skill is %s. Please provide the author of the add-on with this information."
L["OpenTradeSkillWindow"] = "Please open trade skill window to scan."
L["SpellIDCache"] = "Spell ID: %s is not in your local cache. Please submit a ticket at http://wow.curseforge.com/projects/ackis-recipe-list/tickets/ and include the spell ID and the profession in which you were scanning."
+L["NoItemLink"] = "This item does not have an item link or it was not in your cache."
-- Drop Obtain Info
-L["Unknown"] = "Unknown Drop: The drop location of this recipe is unknown. Please contribute by posting on the Ackis Recipe List thread at www.wowace.com/forums"
L["Unknown Zone"] = true
-- Special Event information
@@ -332,7 +354,6 @@ L["Ancient Female Vrykul"] = true
L["Andre Firebeard"] = true
L["Andrew Hilbert"] = true
L["Andrion Darkspinner"] = true
-L["Androd Fadran"] = true
L["Anger Guard"] = true
L["Angerclaw Grizzly"] = true
L["Anguished Dead"] = true
@@ -406,6 +427,7 @@ L["Blackrock Soldier"] = true
L["Blackrock Worg"] = true
L["Blacksmith Calypso"] = true
L["Bleeding Hollow Darkcaster"] = true
+L["Blimo Gadgetspring"] = true
L["Blisterpaw Hyena"] = true
L["Blixrez Goodstitch"] = true
L["Blizrik Buckshot"] = true
@@ -418,6 +440,7 @@ L["Bloodsail Raider"] = true
L["Bloodwarder Legionnaire"] = true
L["Bloodwarder Vindicator"] = true
L["Bog Giant"] = true
+L["Bombus Finespindle"] = true
L["Bonechewer Backbreaker"] = true
L["Bonechewer Destroyer"] = true
L["Bonechewer Devastator"] = true
@@ -434,6 +457,7 @@ L["Brek Stonehoof"] = true
L["Brienna Starglow"] = true
L["Brikk Keencraft"] = true
L["Brittle Revenant"] = true
+L["Bro'kin"] = true
L["Brock Stoneseeker"] = true
L["Brom Killian"] = true
L["Bronk"] = true
@@ -503,9 +527,9 @@ L["Coreiel"] = true
L["Corporal Bluth"] = true
L["Corruption"] = true
L["Costly Menace"] = true
-L["Cowardly Crosby"] = true
L["Crazed Ancient"] = true
L["Crazed Murkblood Foreman"] = true
+L["Crazk Sparks"] = true
L["Crimson Inquisitor"] = true
L["Crimson Sorcerer"] = true
L["Cro Threadstrong"] = true
@@ -513,6 +537,7 @@ L["Crocolisk Hunting"] = true
L["Crypt Fiend"] = true
L["Crystal Boughman"] = true
L["Crystalcore Mechanic"] = true
+L["Crystalline Keeper"] = true
L["Crystalline Protector"] = true
L["Culinary Crunch"] = true
L["Cult Alchemist"] = true
@@ -598,7 +623,6 @@ L["Drac Roughcut"] = true
L["Dragonmaw Wind Reaver"] = true
L["Drake Lindgren"] = true
L["Drakk Stonehand"] = true
-L["Drovnar Strongbrew"] = true
L["Drywallow Crocolisk"] = true
L["Drywallow Snapper"] = true
L["Duchess Mynx"] = true
@@ -627,6 +651,7 @@ L["Eldara Dawnrunner"] = true
L["Elder Diemetradon"] = true
L["Elder Gray Bear"] = true
L["Elder Shadowhorn Stag"] = true
+L["Elder Shardtooth"] = true
L["Elder Stranglethorn Tiger"] = true
L["Eldrin"] = true
L["Elixir of Pain"] = true
@@ -721,7 +746,6 @@ L["Ghostpaw Alpha"] = true
L["Ghoul"] = true
L["Giant Infernal"] = true
L["Gidge Spellweaver"] = true
-L["Gigget Zipcoil"] = true
L["Gikkix"] = true
L["Gimble Thistlefuzz"] = true
L["Gina MacGregor"] = true
@@ -730,7 +754,6 @@ L["Glasshide Gazer"] = true
L["Gloresse"] = true
L["Gloria Femmel"] = true
L["Glutinous Ooze"] = true
-L["Glyx Brewright"] = true
L["Gnaz Blunderflame"] = true
L["Godan"] = true
L["Gordunni Back-Breaker"] = true
@@ -767,9 +790,7 @@ L["Hama"] = true
L["Hamanar"] = true
L["Hammered Patron"] = true
L["Hammon Karwn"] = true
-L["Harggan"] = true
L["Harklan Moongrove"] = true
-L["Harlown Darkweave"] = true
L["Harn Longcast"] = true
L["Hatefury Shadowstalker"] = true
L["Haughty Modiste"] = true
@@ -778,7 +799,6 @@ L["Helboar"] = true
L["Heldan Galesong"] = true
L["Helenia Olden"] = true
L["Hgarth"] = true
-L["High Admiral \"Shelly\" Jorrik"] = true
L["High Enchanter Bardolan"] = true
L["Highland Raptor"] = true
L["Hillsbrad Tailor"] = true
@@ -811,6 +831,7 @@ L["Innkeeper Biribi"] = true
L["Innkeeper Fizzgrimble"] = true
L["Innkeeper Grilka"] = true
L["Insidion"] = true
+L["Iron Rune-Shaper"] = true
L["Ironbark Protector"] = true
L["Ironus Coldsteel"] = true
L["Ironwool Mammoth"] = true
@@ -822,12 +843,11 @@ L["Jalane Ayrole"] = true
L["James Van Brunt"] = true
L["Jandia"] = true
L["Janet Hommers"] = true
-L["Jangdor Swiftstrider"] = true
L["Jannos Ironwill"] = true
+L["Jaquilina Dramet"] = true
L["Jase Farlane"] = true
L["Jaxin Chong"] = true
L["Jazdalaad"] = true
-L["Jazzrik"] = true
L["Jemma Quikswitch"] = true
L["Jenna Lemkenilli"] = true
L["Jennabink Powerseam"] = true
@@ -843,9 +863,7 @@ L["Joseph Moore"] = true
L["Josephine Lister"] = true
L["Joys of Omosh"] = true
L["Jubie Gadgetspring"] = true
-L["Jun'ha"] = true
L["Juno Dufrain"] = true
-L["Jutak"] = true
L["K. Lee Smallfry"] = true
L["Kalaen"] = true
L["Kalinda"] = true
@@ -879,7 +897,6 @@ L["Kradu Grimblade"] = true
L["Kray"] = true
L["Krek Cragcrush"] = true
L["Kriggon Talsone"] = true
-L["Krinkle Goodsteel"] = true
L["Krugosh"] = true
L["Krulmoo Fullmoon"] = true
L["Krunn"] = true
@@ -895,13 +912,13 @@ L["Laird"] = true
L["Lalina Summermoon"] = true
L["Lalla Brightweave"] = true
L["Landraelanis"] = true
+L["Lardan"] = true
L["Lavinia Crowe"] = true
L["Lawrence Schneider"] = true
L["Lebowski"] = true
L["Leeli Longhaggle"] = true
L["Legashi Rogue"] = true
L["Leo Sarn"] = true
-L["Leonard Porter"] = true
L["Lesser Infernal"] = true
L["Librarian Erickson"] = true
L["Lieutenant General Andorov"] = true
@@ -931,6 +948,7 @@ L["Lynalis"] = true
L["Mack Diver"] = true
L["Madame Ruby"] = true
L["Magar"] = true
+L["Mage Slayer"] = true
L["Mageslayer"] = true
L["Magical Horror"] = true
L["Magistrix Eredania"] = true
@@ -944,7 +962,6 @@ L["Mallen Swain"] = true
L["Malygen"] = true
L["Mana Warp"] = true
L["Mari Stonehand"] = true
-L["Maria Lumere"] = true
L["Martine Tramblay"] = true
L["Mary Edras"] = true
L["Master Chef Mouldier"] = true
@@ -1002,6 +1019,7 @@ L["Nakodu"] = true
L["Namdo Bizzfizzle"] = true
L["Nandar Branson"] = true
L["Narj Deepslice"] = true
+L["Narkk"] = true
L["Narv Hidecrafter"] = true
L["Nascent Val'kyr"] = true
L["Nasmara Moonsong"] = true
@@ -1016,7 +1034,6 @@ L["Nethervine Inciter"] = true
L["Nexus Stalker"] = true
L["Nightmare Scalebane"] = true
L["Nimar the Slayer"] = true
-L["Nina Lightbrew"] = true
L["Nissa Firestone"] = true
L["Nixx Sprocketspring"] = true
L["Nogg"] = true
@@ -1128,6 +1145,7 @@ L["Scarlet Cavalier"] = true
L["Scarlet Centurion"] = true
L["Scarlet Gallant"] = true
L["Scarlet Monk"] = true
+L["Scarlet Myrmidon"] = true
L["Scarlet Protector"] = true
L["Scarlet Smith"] = true
L["Scarlet Spellbinder"] = true
@@ -1171,6 +1189,7 @@ L["Shankys"] = true
L["Shardtooth Bear"] = true
L["Shardtooth Mauler"] = true
L["Shattered Hand Centurion"] = true
+L["Shattered Hand Champion"] = true
L["Shattered Hand Reaver"] = true
L["Shattertusk Mammoth"] = true
L["Shayis Steelfury"] = true
@@ -1202,7 +1221,6 @@ L["Snakestone of the Shadow Huntress"] = true
L["Snang"] = true
L["Snarl"] = true
L["Son of Arkkoroc"] = true
-L["Soolie Berryfizz"] = true
L["Soothing Turtle Bisque"] = true
L["Sorcerous Shade"] = true
L["Southsea Pirate"] = true
@@ -1343,6 +1361,7 @@ L["Twilight Geomancer"] = true
L["Ug'thok"] = true
L["Ulthaan"] = true
L["Ulthir"] = true
+L["Un'Goro Gorilla"] = true
L["Una"] = true
L["Unchained Doombringer"] = true
L["Underbat"] = true
@@ -1358,6 +1377,7 @@ L["Vanessa Sellers"] = true
L["Vargus"] = true
L["Vashj'ir Honor Guard"] = true
L["Vazario Linkgrease"] = true
+L["Veenix"] = true
L["Vekh'nir Dreadhawk"] = true
L["Vendor-Tron 1000"] = true
L["Venom Mist Lurker"] = true
@@ -1375,13 +1395,13 @@ L["Vir'aani Arcanist"] = true
L["Vira Younghoof"] = true
L["Vivianna"] = true
L["Vix Chromeblaster"] = true
-L["Vizzklick"] = true
L["Vodesiin"] = true
L["Voidshrieker"] = true
L["Voidspawn"] = true
L["Volchan"] = true
L["Vosur Brakthel"] = true
L["Waldor"] = true
+L["Warmaul Shaman"] = true
L["Warped Peon"] = true
L["Wastewander Assassin"] = true
L["Wastewander Bandit"] = true
@@ -1437,6 +1457,7 @@ L["Yuka Screwspigot"] = true
L["Yurial Soulwater"] = true
L["Zamja"] = true
L["Zan Shivsproket"] = true
+L["Zannok Hidepiercer"] = true
L["Zansoa"] = true
L["Zanzil Zombie"] = true
L["Zaralda"] = true
@@ -1449,5 +1470,4 @@ L["Zorbin Fandazzle"] = true
L["Zula Slagfury"] = true
L["Zulian Tiger"] = true
L["Zurai"] = true
-L["\"Cookie\" McWeaksauce"] = true
-
+L["\"Cookie\" McWeaksauce"] = true
\ No newline at end of file
diff --git a/embeds.xml b/embeds.xml
index 9d02897..44f1199 100644
--- a/embeds.xml
+++ b/embeds.xml
@@ -29,6 +29,6 @@
<Include file="libs\LibBabble-Boss-3.0\lib.xml"/>
<Include file="libs\LibAboutPanel\lib.xml"/>
<Include file="libs\LibSharedMedia-3.0\lib.xml"/>
-<Include file="libs\LibBetterBlizzOptions-1.0\lib.xml"/>
+<Include file="libs\LibBetterBlizzOptions\LibBetterBlizzOptions-1.0\lib.xml"/>
</Ui>
\ No newline at end of file