Add German translation

Sasky [04-04-15 - 18:44]
Add German translation
Filename
ChampionBar.txt
LICENSE
lang/de.lua
lang/fr.lua
diff --git a/ChampionBar.txt b/ChampionBar.txt
index e463bf6..f78d361 100644
--- a/ChampionBar.txt
+++ b/ChampionBar.txt
@@ -1,6 +1,6 @@
 ## APIVersion: 100011
 ## Title: ChampionBar
-## Version: 0.9.3
+## Version: 0.9.4
 ## Author: Sasky

 lang/en.lua
diff --git a/LICENSE b/LICENSE
index 32e0a3d..3db9199 100644
--- a/LICENSE
+++ b/LICENSE
@@ -6,6 +6,7 @@ For this addon itself:
 (C) 2015 Scott Yeskie (Sasky)

 Thanks to solaxx for the French translations
+Thanks to Apokh for the German translations

 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/lang/de.lua b/lang/de.lua
new file mode 100644
index 0000000..1dbfa36
--- /dev/null
+++ b/lang/de.lua
@@ -0,0 +1,23 @@
+--[[============================================================================
+  This file is a part of ChampionBar
+
+  Copyright (C) 2015 Scott Yeskie (Sasky)
+  Copyright (C) 2015 Apokh for German translations
+
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 2 of the License, or
+  (at your option) any later version.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+  ============================================================================]]
+
+ZO_CreateStringId("SI_ENLIGHTENED", "Erholt")
+ZO_CreateStringId("SI_ENLIGHTENMENT", "Erhohlung")
+ZO_CreateStringId("SI_CHAMPION_POINTS", "Championpunkte")
diff --git a/lang/fr.lua b/lang/fr.lua
index b679387..f26c64c 100644
--- a/lang/fr.lua
+++ b/lang/fr.lua
@@ -20,4 +20,4 @@

 ZO_CreateStringId("SI_ENLIGHTENED", "Illuminé")
 ZO_CreateStringId("SI_ENLIGHTENMENT", "Illumination")
-ZO_CreateStringId("SI_CHAMPION_POINTS", "Points de Champion")
\ No newline at end of file
+ZO_CreateStringId("SI_CHAMPION_POINTS", "Points de Champion")