-- Language file: ENGLISH function AIRG.InitialiseLanguage() AIRG.L = {} -- Settings / Config menu stuff AIRG.L["General Options"] = "|c45D7F7General Options|r" AIRG.L["Keybinds"] = "|c45D7F7Keybinds|r" AIRG.L["Keybind Text"] = "Use ESC -> CONTROLS -> Keybindings to create a hotkey to open and close AI Research Grid." AIRG.L["Show Motifs"] = "Show Motifs?" AIRG.L["Show Motifs Long"] = "Show motifs along the bottom of the Research Grid addon." AIRG.L["Characters"] = "|c45D7F7Character Deletion|r" AIRG.L["CharacterSelect"] = "Select Character" AIRG.L["Delete"] = "Delete" AIRG.L["DeleteDesc"] = "Click this button to delete data for the selected character." AIRG.L["DeleteFalse"] = "|c8080ffAI Research Grid|r: Can't delete data for the current character." AIRG.L["DeleteTrue"] = "|c8080ffAI Research Grid|r: Deleted character data for " --Button labels AIRG.L["btnRelativeOff"] = "Set Relative to:" AIRG.L["btnRelativeOn"] = "|c4AFF6ERelative to:|r" AIRG.L["ALL"] = " #ALL" -- Page Titles AIRG.L["Clothing"] = "CLOTHING" AIRG.L["BS"] = "BLACKSMITHING" AIRG.L["Woodwork"] = "WOODWORKING" end