WoWInterface SVN GymnastTooltips

[/] [trunk/] [Gymnast/] [localization.lua] - Rev 3

Compare with Previous | Blame | View Log

--------------------------------------------------------------------------
-- localization.lua 
--------------------------------------------------------------------------

--English

GYMNAST_TOOLTIPS_HEADER                         = "Gymnast Tooltips";
GYMNAST_TOOLTIPS_HEADER_INFO            = "Makes the Game Tooltips Drag-able for Placement.";
GYMNAST_TOOLTIPS_ENABLED_TEXT           = "Enable Gymnast Tooltips";
GYMNAST_TOOLTIPS_ENABLED_TEXT_INFO  = "Allow Gymnast to relocate the Game Tooltip.";
GYMNAST_TOOLTIPS_ENABLED_TEXT_FEEDBACK_ON  = "Gymnast is enabled.";
GYMNAST_TOOLTIPS_ENABLED_TEXT_FEEDBACK_OFF  = "Gymnast tooltips are turned off.";
GYMNAST_TOOLTIPS_SHOW_TEXT                      = "Show the Game Tooltip (For Dragging).";
GYMNAST_TOOLTIPS_SHOW_TEXT_INFO         = "Makes the Game Tooltip visible for you to drag to your preferred position.";
GYMNAST_TOOLTIPS_RESET_TEXT                     = "Reset the Game Tooltip.";
GYMNAST_TOOLTIPS_RESET_TEXT_INFO        = "Moves the Game Tooltip back to its original position.";
GYMNAST_TOOLTIPS_ANCHOR_TEXT            = "Anchor %s.";
GYMNAST_TOOLTIPS_ANCHOR_TEXT_INFO   = "Set the GameTooltip to expand from the %s.";
GYMNAST_TOOLTIPS_OWNER_ANCHOR_TEXT   = "Position Tooltips by Owner";
GYMNAST_TOOLTIPS_OWNER_ANCHOR_TEXT_INFO = "Will reposition normal tooltips near their owner frame, and so they are always on screen.";
GYMNAST_TOOLTIPS_OWNER_ANCHOR_TEXT_FEEDBACK_ON  = "When a Game Tooltip is shown, it will now be near its owner.";
GYMNAST_TOOLTIPS_OWNER_ANCHOR_TEXT_FEEDBACK_OFF = "When a Game Tooltip is shown, it will now be near its owner.";
GYMNAST_TOOLTIPS_ANCHOR_UBER_TEXT                       = "Relocate Uber Tooltips.";
GYMNAST_TOOLTIPS_ANCHOR_UBER_TEXT_INFO          = "Set Enhanced UI tooltips to show near their parent frame.\n(Only works if Enhanced Tooltips are enabled in the Interface Options.)";
GYMNAST_TOOLTIPS_ANCHOR_UBER_TEXT_FEEDBACK_ON  = "Gymnast is going to relocate uber tooltips.";
GYMNAST_TOOLTIPS_ANCHOR_UBER_TEXT_FEEDBACK_OFF = "Gymnast won't relocate big tooltips.";
GYMNAST_TOOLTIPS_ANCHOR_MOUSE_TEXT                      = "Anchor Tooltip To Mouse.";
GYMNAST_TOOLTIPS_ANCHOR_MOUSE_TEXT_INFO         = "Set the GameTooltip to always show where the mouse is.";
GYMNAST_TOOLTIPS_ANCHOR_MOUSE_TEXT_FEEDBACK_ON  = "Gymnast is anchoring the tooltip to the mouse.";
GYMNAST_TOOLTIPS_ANCHOR_MOUSE_TEXT_FEEDBACK_OFF = "Gymnast is not anchoring the tooltip to the mouse.";
GYMNAST_TOOLTIPS_ADV_OPTIONS            = "Advanced Options";
GYMNAST_TOOLTIPS_ADV_OPTIONS_INFO   = "Select what corner your tooltip extends from";
GYMNAST_TOOLTIPS_ANCHOR_SMART_TEXT   = "Smart Anchoring";
GYMNAST_TOOLTIPS_ANCHOR_SMART_TEXT_INFO = "Auto-detect what side to extend from.";
GYMNAST_TOOLTIPS_ANCHOR_SMART_TEXT_FEEDBACK_ON  = "When you reposition the tooltip it will now auto-detect what side to extend from.";
GYMNAST_TOOLTIPS_ANCHOR_SMART_TEXT_FEEDBACK_OFF = "Before you reposition the tooltip you must manually select what side to extend from.";
GYMNAST_TOOLTIPS_SHOW_TOPCENTER_TEXT            = "Show the Tooltip Top Center.";
GYMNAST_TOOLTIPS_SHOW_TOPCENTER_TEXT_INFO   = "Move the Tooltip to the Top Center of the Screen.";

GYMNAST_TOOLTIPS_INSTRUCTIONS           = "Drag this tooltip to your preferred position.\nThen check the checkbox of the desired anchor."

GYMNAST_TOOLTIPS_HERE   = "Here";
GYMNAST_TOOLTIPS_MOUSE  = "Mouse";

GYMNAST_TOOLTIPS_INFO_UBER              = "Position \"Enhanced Tooltips\" near their parent frame.";
GYMNAST_TOOLTIPS_INFO_OWNER             = "Position normal tooltips near their parent frame."

Compare with Previous | Blame