WoWInterface SVN DeathSnap

[/] [trunk/] [DeathSnap/] [localization.us.lua] - Rev 4

Go to most recent revision | Compare with Previous | Blame | View Log

--------------------------------------------------
-- localization.us.lua (American English)
-- $LastChangedBy: gryphon $
-- $Date: 2008-10-24 15:50:07 -0700 (Fri, 24 Oct 2008) $
-- Translated: Gryphon

--if ( GetLocale() == "enUS" ) then

        DS_TITLE = "DeathSnap";
        DS_INFO = "Automatically snaps a screen shot when you die.";

        DS_ENABLED = "Enabled";
        DS_DISABLED = "Disabled";
        DS_VERSION = "Version";
        DS_STATUS = "Status";
        DS_CLOSEWIN = "Close Windows";

        DS_MAXIMUM = "Maximum";
        DS_MINIMUM = "Minimum";

        DS_MINMAXSET2 = "%s level set to %s.";

        DS_CLOSEALL = "Automatically close all windows %s.";

        DS_HELP_ONOFF = "Enable/Disable DeathSnap.";
        DS_HELP_MIN = "Set the minimum level in which DeathSnap is active.";
        DS_HELP_MAX = "Set the maximum level in which DeathSnap is active.";
        DS_HELP_CLOSEWIN = "Closes all open windows before DeathSnap takes a screen shot.";
        DS_HELP_STATUS = "Displays current DeathSnap option settings.";
        DS_HELP_VERSION = "Displays version info.";

--end

Go to most recent revision | Compare with Previous | Blame