Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1097)
+++ trunk/CHANGELOG	(revision 1098)
@@ -12,6 +12,8 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 27-July 2009 Matthias Gallas
++	Added German language file to droplets
++	Added modul_description to language files of droplets
 +	Added Danish language files to modules (Thanks to Achrist)
 !	Updated Danish language file (Thanks to Achrist)
 #	Fixed improper spelling in language files (#754)
Index: trunk/wb/modules/droplets/languages/EN.php
===================================================================
--- trunk/wb/modules/droplets/languages/EN.php	(revision 1097)
+++ trunk/wb/modules/droplets/languages/EN.php	(revision 1098)
@@ -23,6 +23,10 @@
 
 */
 
+//Modul Description
+$module_description = 'This tool allows you to manage your local Droplets.';
+
+//Variables for the backend
 $DR_TEXT['DROPLETS']	= 'Droplet';
 $DR_TEXT['BACKUP']		= 'Backup Droplets (Zip)';
 $DR_TEXT['RESTORE']		= 'Restore Droplets (Zipped)';
Index: trunk/wb/modules/droplets/languages/DA.php
===================================================================
--- trunk/wb/modules/droplets/languages/DA.php	(revision 1097)
+++ trunk/wb/modules/droplets/languages/DA.php	(revision 1098)
@@ -23,6 +23,10 @@
 
 */
 
+//Modul Description
+$module_description = 'This tool allows you to manage your local Droplets.';
+
+//Variables for the backend
 $DR_TEXT['DROPLETS'] = 'Droplet';
 $DR_TEXT['BACKUP'] = 'Backup af dropletter (Zip)';
 $DR_TEXT['RESTORE'] = 'Indl&aelig;s backup af dropletter (fra Zip-fil)';
@@ -36,4 +40,4 @@
 $DR_TEXT['HELP'] = 'Hj&aelig;lp';
 $DR_TEXT['USED'] = 'Denne droplet bruges p&Atilde;&yen; f&oslash;lgende side(r):<br />';
 
-?>
+?>
\ No newline at end of file
Index: trunk/wb/modules/droplets/languages/DE.php
===================================================================
--- trunk/wb/modules/droplets/languages/DE.php	(nonexistent)
+++ trunk/wb/modules/droplets/languages/DE.php	(revision 1098)
@@ -0,0 +1,43 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker 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.
+
+ Website Baker 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 Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+// Deutsche Modulbeschreibung
+$module_description 	= 'Mit Droplets kann PHP-Code in WYSIWYG-Abschnitten, Templates oder Modulen an beliebiger Stelle zur Verf&uuml;gung gestellt werden.';
+
+// Ueberschriften und Textausgaben
+$DR_TEXT['DROPLETS']	= 'Droplet';
+$DR_TEXT['BACKUP']		= 'Droplets sichern (Zip)';
+$DR_TEXT['RESTORE']		= 'Droplets wiederherstellen (Zipped)';
+$DR_TEXT['HELP']		= 'Hilfe';
+$DR_TEXT['README']		= 'readme.html';
+$DR_TEXT['INVALIDCODE']	= 'Dieses Droplet enth&auml;lt ung&uuml;ltigen PHP code';
+$DR_TEXT['NOTUNIQUE']	= 'Dieser Dropletname ist bereits vorhanden!';
+$DR_TEXT['ADMIN_EDIT']	= 'bearbeiten';
+$DR_TEXT['ADMIN_VIEW']	= 'ansehen';
+$DR_TEXT['WYSIWYG']		= 'Wysiwyg';
+$DR_TEXT['HELP']		= 'Hilfe';
+$DR_TEXT['USED']		= 'Dieses Droplet wird auf folgenden Seiten benutzt (-s):<br />';
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/droplets/languages/DE.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
