diff --git a/ProjectLighthouse.Localization/BaseLayout.lang-de-DE.resx b/ProjectLighthouse.Localization/BaseLayout.lang-de-DE.resx
new file mode 100644
index 00000000..c799594c
--- /dev/null
+++ b/ProjectLighthouse.Localization/BaseLayout.lang-de-DE.resx
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 1.3
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+
+
+
+
+ Home
+ A button on the header that takes you to the landing page.
+
+
+
+ Users
+ A button on the header that takes you to the user listing.
+
+
+
+ Photos
+ A button on the header that takes you to a list of user-uploaded photos.
+
+
+
+ Levels
+ A button on the header that takes you to a list of user-uploaded levels. Levels are internally referred to as "slots".
+
+
+
+ Authentication
+ A button on the header that takes you to a list of authentication attempts.
+
+
+
+ Login / Register
+ A button on the header that lets you log in or register.
+
+
+ Profile
+ A quick shortcut on the header to take you to your profile if logged in.
+
+
+ Admin Panel
+ A header link that takes you to the admin panel if available.
+
+
+ Log out
+ A shortcut to log you out of your account.
+
+
\ No newline at end of file
diff --git a/ProjectLighthouse.Localization/General.lang-de-DE.resx b/ProjectLighthouse.Localization/General.lang-de-DE.resx
new file mode 100644
index 00000000..b3c93d7c
--- /dev/null
+++ b/ProjectLighthouse.Localization/General.lang-de-DE.resx
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 1.3
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Username
+
+
+ Password
+
+
+ Register
+
+
+ Forgot Password?
+
+
+ Uh oh!
+
+
+ Log In
+
+
\ No newline at end of file
diff --git a/ProjectLighthouse.Localization/LandingPage.lang-de-DE.resx b/ProjectLighthouse.Localization/LandingPage.lang-de-DE.resx
new file mode 100644
index 00000000..ed7772d2
--- /dev/null
+++ b/ProjectLighthouse.Localization/LandingPage.lang-de-DE.resx
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 1.3
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+
+
+
+
+ Welcome to {0}!
+ A greeting on the main page of the website.
+
+
+
+ You are currently logged in as {0}.
+ A greeting on the main page of the website.
+
+
+
+ There are no users online. Why not hop on?
+ A greeting on the main page of the website.
+
+
+
+ There is 1 user currently online:
+ A greeting on the main page of the website.
+
+
+
+ There are currently {0} users online:
+ A greeting on the main page of the website.
+
+
+
+ You have {0} authentication attempts pending. Click here to view them.
+ A greeting on the main page of the website.
+
+
+
+ Newest Levels
+
+
+
+ Latest Team Picks
+
+
\ No newline at end of file
diff --git a/ProjectLighthouse.Localization/LandingPage.lang-ru-RU.resx b/ProjectLighthouse.Localization/LandingPage.lang-ru-RU.resx
index 2bb0e65e..f7628214 100644
--- a/ProjectLighthouse.Localization/LandingPage.lang-ru-RU.resx
+++ b/ProjectLighthouse.Localization/LandingPage.lang-ru-RU.resx
@@ -57,6 +57,6 @@
- Latest Team Picks
+ Последние избранное
\ No newline at end of file
diff --git a/ProjectLighthouse.Localization/LocalizationManager.cs b/ProjectLighthouse.Localization/LocalizationManager.cs
index cb56dcd7..ba24ae58 100644
--- a/ProjectLighthouse.Localization/LocalizationManager.cs
+++ b/ProjectLighthouse.Localization/LocalizationManager.cs
@@ -75,6 +75,9 @@ public static class LocalizationManager
{
"fr-FR", "fr"
},
+ {
+ "de-DE", "de"
+ }
};
///
diff --git a/ProjectLighthouse.Localization/LoggedOut.lang-de-DE.resx b/ProjectLighthouse.Localization/LoggedOut.lang-de-DE.resx
new file mode 100644
index 00000000..9f53122d
--- /dev/null
+++ b/ProjectLighthouse.Localization/LoggedOut.lang-de-DE.resx
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 1.3
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Logged Out
+
+
+ You have been successfully logged out. You will be redirected in 5 seconds, or you may click below to do so manually.
+
+
+ Redirect
+
+
\ No newline at end of file