WoWInterface SVN SoopUI

[/] [trunk/] [3.0.0rc1/] [Soop_ConfigureUI/] [locale/] [english.lua] - Rev 7

Compare with Previous | Blame | View Log

--      ___         ___         ___         ___      ___               
--     /  /\       /  /\       /  /\       /  /\    /__/\      ___     
--    /  /:/_     /  /::\     /  /::\     /  /::\   \  \:\    /  /\    
--   /  /:/ /\   /  /:/\:\   /  /:/\:\   /  /:/\:\   \  \:\  /  /:/    
--  /  /:/ /::\ /  /:/  \:\ /  /:/  \:\ /  /:/~/:___  \  \:\/__/::\    
-- /__/:/ /:/\:/__/:/ \__\:/__/:/ \__\:/__/:/ /:/__/\  \__\:\__\/\:\__ 
-- \  \:\/:/~/:\  \:\ /  /:\  \:\ /  /:\  \:\/:/\  \:\ /  /:/  \  \:\/\
--  \  \::/ /:/ \  \:\  /:/ \  \:\  /:/ \  \::/  \  \:\  /:/    \__\::/
--   \__\/ /:/   \  \:\/:/   \  \:\/:/   \  \:\   \  \:\/:/     /__/:/ 
--     /__/:/     \  \::/     \  \::/     \  \:\   \  \::/      \__\/  
--     \__\/       \__\/       \__\/       \__\/    \__\/              
--                       v * e * r * s * i * o * n * 3
----------------------------------------------------------------------------
-- SoopUI English Localization
----------------------------------------------------------------------------

SoopL = { }

-- Automation
----------------------------------------------------------------------------
        SoopL.option_automation = "Automation"
        SoopL.option_automation_AutoRepair = "Auto Repair items"
        SoopL.option_automation_AutoGreed = "Auto Greed"                                                                                                
        SoopL.option_automation_AutoDisenchant = "Auto Disenchant"      
        SoopL.option_automation_autoinvite = "Automatically accept invites from Friends/Guildmates"
        
        SoopL.option_automation_AutoScreen = "Automatically capture screenshots"
        SoopL.option_automation_LogCombat = "Automatically save combat logs when in a raid group"

-- General
----------------------------------------------------------------------------
        SoopL.option_general = "General"
        SoopL.option_general_uiscale = "Auto UI Scaling"
        SoopL.option_general_multisample = "Multisample protection (clean 1px border)"
        SoopL.option_general_customuiscale = "UI Scale (if auto-scale is disabled)"
        SoopL.option_general_BlizzardsErrorFrameHiding = "Hide Blizzard Error Text"
        SoopL.option_general_centerpanel = "Background for Datatext"
        SoopL.option_general_addonmanager = "Addon Manager" 
        SoopL.option_general_interrupts = "Announce interrupts in /say"

-- Media
----------------------------------------------------------------------------
        SoopL.option_media = "Media"    
        SoopL.option_media_font = "SoopUI Font" 
        SoopL.option_media_fontsize = "Size of font " 
        SoopL.option_media_bordercolor = "Border color" 
        SoopL.option_media_backdropcolor = "Background color" 
        SoopL.option_media_texture = "Texture" 
        SoopL.option_media_blank = "Background Texture" 
        
-- Minimap
----------------------------------------------------------------------------
        SoopL.option_minimap = "Minimap"
        SoopL.option_minimap_minimapenable = "Enable"
        SoopL.option_minimap_hideincombat = "Disable map while in combat"
        SoopL.option_minimap_minimapsize = "Minimap size"
        
-- Media
----------------------------------------------------------------------------
        SoopL.option_help = "Help"
        SoopL.option_help_one = "Support/Credit to authors can be found at http://soopie.wowinterface.com/"
        SoopL.option_help_two = "You can also find me in game on Soopie - Sargeras US - Alliance"


-- Other
----------------------------------------------------------------------------
        SoopL.option_reset = "Reset"
        SoopL.option_apply = "Apply"
        SoopL.option_close = "Close"
        SoopL.option_setsavedsetttings = "Set settings Per-Character"
        SoopL.option_resetchar = "Are you sure you want to reset your character's settings to match your default settings?"
        SoopL.option_resetall = "Are you sure you want to reset all of your settings to Default?"
        SoopL.option_perchar = "Are you sure you want to change to or from 'Per Char Settings'?"
        SoopL.option_makeselection = "You must make a selection before you can continue to config."
        

        
        SoopL.option_reset = "Reset"
        SoopL.option_apply = "Apply"
        SoopL.option_close = "Close"
        SoopL.option_setsavedsetttings = "Set settings Per-Character"
        SoopL.option_resetchar = "Are you sure you want to reset your character's settings to match your default settings?"
        SoopL.option_resetall = "Are you sure you want to reset all of your settings to Default?"
        SoopL.option_perchar = "Are you sure you want to change to or from 'Per Char Settings'?"
        SoopL.option_makeselection = "You must make a selection before you can continue to config."
        

Compare with Previous | Blame