L["Gossip Quest Option Prepend"]="(Quest)";--Some gossip options start with blue (Quest), we prioritize them when sorting. See GOSSIP_QUEST_OPTION_PREPEND
L["TTS Button Tooltip"]="Left Click: Play/Stop Reading.\nRight Click: Toggle Auto Play";
L["Item Is An Upgrade"]="This item is an upgrade for you";
L["Identical Stats"]="The two items have the same stats";--Two items provide the same stats
L["Format Unit Level"]=UNIT_LEVEL_TEMPLATEor"Level %d";
L["Format Replace Item"]="Replace %s";
L["Format Item Level"]="Item Level %d";--_G.ITEM_LEVEL in Classic is different
L["Format Breadcrumb Quests Available"]="Available Breadcrumb Quests: %s";--This type of quest guide the player to a new quest zone. See "Breadcrumb" on https://warcraft.wiki.gg/wiki/Quest#Quest_variations
L["Format Functionality Handled By"]="This functionality is handled by %s";--A functionality is provided by [another addon name] (Used in Settings.lua)
L["Show Warband Completed Quest Desc"]="Show a note on the bottom of quest detail if you have previously completed the current quest on another character.";
L["Use RP Name In Dialogues"]="Use RP Name In Dialogues";
L["Use RP Name In Dialogues Desc"]="Replace your character's name in dialogue texts with your RP name.";
L["Camera Movement"]="Camera Movement";
L["Camera Movement Off"]="OFF";
L["Camera Movement Zoom In"]="Zoom In";
L["Camera Movement Horizontal"]="Horizontal";
L["Maintain Camera Position"]="Maintain Camera Position";
L["Maintain Camera Position Desc"]="Maintain camera position briefly after NPC interaction ends.\n\nEnabling this option will reduce the camera's sudden movement caused by the latency between dialogs.";
L["Change FOV"]="Change FOV";
L["Change FOV Desc"]="Reduce the camera\'s field of view to zoom in closer to the NPC.";
L["Disable Camera Movement Instance"]="Disable In Instance";
L["Disable Camera Movement Instance Desc"]="Disable camera movement while in dungeon or raid.";
L["Maintain Offset While Mounted"]="Maintain Offset While Mounted";
L["Maintain Offset While Mounted Desc"]="Attempt to maintain your character's position on the screen while mounted.\n\nEnabling this option may overcompensate the horizontal offset for large-sized mounts.";
L["Input Device"]="Input Device";
L["Input Device Desc"]="Affects hotkey icons and UI layout.";
L["Input Device KBM"]="KB&M";
L["Input Device Xbox"]="Xbox";
L["Input Device Xbox Tooltip"]="Confirm Button: [KEY:XBOX:PAD1]\nCancel Button: [KEY:XBOX:PAD2]";
L["Input Device PlayStation"]="PlayStation";
L["Input Device PlayStation Tooltip"]="Confirm Button: [KEY:PS:PAD1]\nCancel Button: [KEY:PS:PAD2]";
L["Primary Control Key Desc"]="Press this key to select the first available option like Accept Quest."
L["Press Button To Scroll Down"]="Press Button To Scroll Down";
L["Press Button To Scroll Down Desc"]="If the content is taller than the viewport, pressing the Confirm Button will scroll the page down instead of accepting quest.";
L["Quest Item Display Reset Position Desc"]="Reset the window's position.";
L["Auto Select"]="Auto Select";
L["Auto Select Gossip"]="Auto Select Option";
L["Auto Select Gossip Desc"]="Automatically select the best dialogue option when interacting with certain NPC.";
L["Force Gossip"]="Force Gossip";
L["Force Gossip Desc"]="By default, the game sometimes automatically selects the first option without showing the dialog. By enabling Force Gossip, the dialogue will become visible.";
L["Nameplate Dialog"]="Display Dialogue On Nameplate";
L["Nameplate Dialog Desc"]="Display the dialogue on the NPC nameplate if they offer no choice.\n\nThis option modifies CVar \"SoftTarget Nameplate Interact\".";