WoWInterface SVN DeathSnap

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 5 to Rev 6
    Reverse comparison

Rev 5 → Rev 6

DeathSnap/localization.de.lua
2,10 → 2,30
-- localization.de.lua (German)
-- $LastChangedBy: gryphon $
-- $Date: 2008-05-08 09:49:28 -0700 (Thu, 08 May 2008) $
-- Translated:
-- Translated: Lakar EU-Azshara
 
if ( GetLocale() == "deDE" ) then
 
-- Please submit your translation to rsnook@gmail.com
DS_TITLE = "DeathSnap";
DS_INFO = "Automatically snaps a screen shot when you die.";
 
DS_ENABLED = "Aktiviert";
DS_DISABLED = "Deaktiviert";
DS_VERSION = "Version";
DS_STATUS = "Status";
DS_CLOSEWIN = "Schlie\195\159e Windows";
 
DS_MAXIMUM = "Maximum";
DS_MINIMUM = "Minimum";
 
DS_MINMAXSET2 = "%s Level auf %s gesetzt.";
 
DS_CLOSEALL = "Schlie\195\159e alle Fenster automatisch %s.";
 
DS_HELP_ONOFF = "Aktiviere/Deaktiviere DeathSnap.";
DS_HELP_MIN = "Setzt Minimum-Level in welchem DeathSnap aktiv ist.";
DS_HELP_MAX = "Setzt Maximum-Level in welchem DeathSnap aktiv ist.";
DS_HELP_CLOSEWIN = "Schlie\195\159t alle offnen Fenster, bevor DeathSnap einen Screenshot schie\195\159t.";
DS_HELP_STATUS = "Zeigt derzeitige DeathSnap Optionen.";
DS_HELP_VERSION = "Zeigt Versionsinfo.";
end
\ No newline at end of file
DeathSnap/localization.gb.lua
2,31 → 2,10
-- localization.gb.lua (British English)
-- $LastChangedBy: gryphon $
-- $Date: 2008-05-08 09:49:28 -0700 (Thu, 08 May 2008) $
-- Translated: Lakar EU-Azshara
-- Translated:
 
if ( GetLocale() == "enGB" ) then
 
DS_TITLE = "DeathSnap";
DS_INFO = "Automatically snaps a screen shot when you die.";
-- Please submit your translation to rsnook@gmail.com
 
DS_ENABLED = "Aktiviert";
DS_DISABLED = "Deaktiviert";
DS_VERSION = "Version";
DS_STATUS = "Status";
DS_CLOSEWIN = "Schlie\195\159e Windows";
 
DS_MAXIMUM = "Maximum";
DS_MINIMUM = "Minimum";
 
DS_MINMAXSET2 = "%s Level auf %s gesetzt.";
 
DS_CLOSEALL = "Schlie\195\159e alle Fenster automatisch %s.";
 
DS_HELP_ONOFF = "Aktiviere/Deaktiviere DeathSnap.";
DS_HELP_MIN = "Setzt Minimum-Level in welchem DeathSnap aktiv ist.";
DS_HELP_MAX = "Setzt Maximum-Level in welchem DeathSnap aktiv ist.";
DS_HELP_CLOSEWIN = "Schlie\195\159t alle offnen Fenster, bevor DeathSnap einen Screenshot schie\195\159t.";
DS_HELP_STATUS = "Zeigt derzeitige DeathSnap Optionen.";
DS_HELP_VERSION = "Zeigt Versionsinfo.";
 
end