-- only allow german clients to use this localization
if (GetLocale() == "deDE") then
	
	-- short strings
	rewatch_loc["prefix"] = "Rw: ";

	-- report messages
	rewatch_loc["welcome"] = "Thank you for trying Rewatch! You can open the options menu using \"/rewatch options\".";
	rewatch_loc["cleared"] = "Rewatchdaten wurden gel\195\182scht";
	rewatch_loc["credits"] = "Rewatch AddOn von Da\195\174sey, AD (EU), 2008. F\195\188r Hilfe gib \"/rewatch help\" ein";
	rewatch_loc["invalid_command"] = "Unbekannter Befehl. F\195\188r Hilfe gib \"/rewatch help\" ein";
	rewatch_loc["noplayer"] = "Unbekannter Spieler!";
	rewatch_loc["combatfailed"] = "Cannot perform requested action; you're in combat";
	rewatch_loc["removefailed"] = "Cannot perform request action; you can't remove the last player";
	rewatch_loc["sorted"] = "Re-sorted the players";
	rewatch_loc["nosort"] = "Could not re-sort the players, because the auto-group feature is disabled (not saved). To enable this, type \"/rewatch autogroup 1\", or to just clear the list, type \"/rewatch clear\"";
	rewatch_loc["nonumber"] = "This is not a valid number!";
	rewatch_loc["setalpha"] = "Set the global cooldown overlay alpha to ";
	rewatch_loc["sethidesolo0"] = "Not hiding Rewatch when soloing.";
	rewatch_loc["sethidesolo1"] = "Hiding Rewatch when soloing.";
	rewatch_loc["setnaturessplendor0"] = "Not taking Nature's Splendor into account.";
	rewatch_loc["setnaturessplendor1"] = "Taking Nature's Splendor into account.";
	rewatch_loc["sethide0"] = "Showing Rewatch.";
	rewatch_loc["sethide1"] = "Hiding Rewatch.";
	rewatch_loc["setautogroupauto0"] = "You manually removed a player from the frame; Not automatically adjusting to group anymore! To enable this again, type /rewatch autogroup 1.";
	rewatch_loc["setautogroup0"] = "Not automatically adjusting to group anymore!";
	rewatch_loc["setautogroup1"] = "Automatically adjusting to group enabled.";
	rewatch_loc["buffresults"] = "Buff check results:";
	rewatch_loc["nothorns"] = "Kein Dornen gefunden.";
	rewatch_loc["missingmotw"] = "Spielers ohne Mal/Gabe der Wildnis:";
	rewatch_loc["setgolb0"] = "Not taking Glyph of Lifebloom into account.";
	rewatch_loc["setgolb1"] = "Taking Glyph of Lifebloom into account.";
	rewatch_loc["setgosm0"] = "Not taking Glyph of Swiftmend into account.";
	rewatch_loc["setgosm1"] = "Taking Glyph of Swiftmend into account.";
	rewatch_loc["setrrj0"] = "Not taking the Glyph of Rapid Rejuvenation into account.";
	rewatch_loc["setrrj1"] = "Taking the resto Glyph of Rapid Rejuvenation into account.";
	rewatch_loc["setfalpha"] = "Set the frame background alpha to ";
	rewatch_loc["notingroup"] = "This player is not in your group and will not be added. Use \"/rewatch add <name> always\" to ignore this.";
	rewatch_loc["offFrame"] = "Player frame snapped off main frame.";
	rewatch_loc["backOnFrame"] = "Player frame snapped back onto main frame.";
	rewatch_loc["locked"] = "Locked main Rewatch frame from moving.";
	rewatch_loc["unlocked"] = "Unlocked Rewatch frame.";
	rewatch_loc["lockedp"] = "Locked Rewatch playerframes from moving.";
	rewatch_loc["unlockedp"] = "Unlocked Rewatch playerframes.";
	rewatch_loc["repositioned"] = "Repositioned the Rewatch frame.";
	rewatch_loc["rez1"] = "Rezzing ";
	rewatch_loc["rez2"] = "!";
	
	-- ui texts
	rewatch_loc["visible"] = "Visible";
	rewatch_loc["invisible"] = "Invisible";
	rewatch_loc["gcdText"] = "Global cooldown overlay transparency:";
	rewatch_loc["OORText"] = "Out-Of-Range playerframe transparency:";
	rewatch_loc["hide"] = "Hide, or";
	rewatch_loc["hideSolo"] = "when soloing";
	rewatch_loc["hideButtons"] = "Hide bottom frame buttons";
	rewatch_loc["autoAdjust"] = "Automatically adjust to group";
	rewatch_loc["buffCheck"] = "Buff check";
	rewatch_loc["sortList"] = "Sort list";
	rewatch_loc["clearList"] = "Clear list";
	rewatch_loc["talentedwg"] = "Talented Wild Growth";
	rewatch_loc["showtooltips"] = "Show Tooltips";
	rewatch_loc["frameText"] = "Player frame background transparency:";
	rewatch_loc["reset"] = "Reset";
	rewatch_loc["frameback"] = "Frame backcolour:";
	rewatch_loc["healthback"] = "Healthbar colour:";
	rewatch_loc["barback"] = "Spell bar colour:";
	rewatch_loc["showtooltips"] = "Show Tooltips";
	rewatch_loc["optiondetails"] = "Be sure to click \"Okay\" to save the changes.";
	rewatch_loc["dimentionschanges"] = "You changed some dimentions. Re-sort the list (/rewatch sort) for the changes to take effect.";
	rewatch_loc["lockMain"] = "Lock main";
	rewatch_loc["lockPlayers"] = "Lock players";
	rewatch_loc["labelsOrTimers"] = "Labels instead of timers?";
	rewatch_loc["healthbarHeight"] = "Healthbar height:";
	rewatch_loc["castbarWidth"] = "Castbar width:";
	rewatch_loc["castbarHeight"] = "Castbar height:";
	rewatch_loc["castbarMargin"] = "Castbar margin:";
	rewatch_loc["buttonMargin"] = "Button margin:";
	rewatch_loc["buttonWidth"] = "Button width:";
	rewatch_loc["buttonHeight"] = "Button height:";
	rewatch_loc["sidebarWidth"] = "Sidebar (class) width:";
	rewatch_loc["deficitThreshold"] = "Show deficit when it's more than:";
	rewatch_loc["showDeficit"] = "Show health deficit";
	rewatch_loc["deficitNewLine"] = "Use new line for health deficit";
	rewatch_loc["numFramesWide"] = "Number of player frames each line:";
	rewatch_loc["maxNameLength"] = "Max displayed name length:";
	rewatch_loc["reposition"] = "Reposition";

	-- help messages
	rewatch_loc["help"] = {};
	rewatch_loc["help"][1] = "Rewatch verf\195\188gbare Befehle:";
	rewatch_loc["help"][2] = " /rewatch: zeigt Credits";
	rewatch_loc["help"][3] = " /rewatch add [_target||<name>] [_||always]: adds either your target, or the player with the specified name to the list";
	rewatch_loc["help"][4] = " /rewatch clear: l\195\182scht die Liste";
	rewatch_loc["help"][5] = " /rewatch sort: resort la liste de rewatch";
	rewatch_loc["help"][6] = " /rewatch gcdAlpha [0 through 1]: sets the global cooldown overlay alpha, default=1=fully visible";
	rewatch_loc["help"][7] = " /rewatch frameAlpha [0 through 1]: sets the frame background alpha, default=0.4";
	rewatch_loc["help"][8] = " /rewatch hideSolo [0 or 1]: set the hide on solo feature, default=0=disabled";
	rewatch_loc["help"][9] = " /rewatch autoGroup [0 or 1]: set the autogroup feature, default=1=enabled";
	rewatch_loc["help"][10] = " /rewatch check: checks the druid buffs on your party/raid";
	rewatch_loc["help"][11] = " /rewatch version: get your current version";
	rewatch_loc["help"][12] = " /rewatch lock/unlock: locks or unlocks all Rewatch frames from moving";
	rewatch_loc["help"][13] = " /rewatch hide/show: hides or shows Rewatch";

	-- spell names
	rewatch_loc["rejuvenation"] = "Verj\195\188ngung";
	rewatch_loc["wildgrowth"] = "Wildwuchs";
	rewatch_loc["regrowth"] = "Nachwachsen";
	rewatch_loc["lifebloom"] = "Bl\195\188hendes Leben";
	rewatch_loc["innervate"] = "Anregen";
	rewatch_loc["barkskin"] = "Baumrinde";
	rewatch_loc["markofthewild"] = "Mal der Wildnis";
	rewatch_loc["giftofthewild"] = "Gabe der Wildnis";
	rewatch_loc["naturesswiftness"] = "Schnelligkeit der Natur";
	rewatch_loc["tranquility"] = "Gelassenheit";
	rewatch_loc["swiftmend"] = "Rasche Heilung";
	rewatch_loc["abolishpoison"] = "Vergiftung aufheben";
	rewatch_loc["removecurse"] = "Fluch aufheben";
	rewatch_loc["thorns"] = "Dornen";
	rewatch_loc["healingtouch"] = "Heilende Ber\195\188hrung";
	rewatch_loc["nourish"] = "Pflege";
	rewatch_loc["revive"] = "Wiederbelebung";
	rewatch_loc["rebirth"] = "Wiedergeburt";
	
	-- big non-druid heals
	rewatch_loc["healingwave"] = "Welle der Heilung"; -- shaman
	rewatch_loc["greaterheal"] = "Gro\195\159e Heilung"; -- priest
	rewatch_loc["holylight"] = "Heiliges Licht"; -- paladin
	
	-- shapeshifts
	rewatch_loc["bearForm"] = "Bärengestalt";
	rewatch_loc["direBearForm"] = "Terrorbärengestalt";
	rewatch_loc["catForm"] = "Katzengestalt";
	
end;