<?php
/**
  Module developed for the Open Source Content Management System Website Baker (http://websitebaker.org)
  Copyright (C) 2008, ISTeam, Werner von der Decken
  Contact me: wkl(at)isteam.de, http://isteam.de

  This module is free software. You can redistribute it and/or modify it
  under the terms of the GNU General Public License  - version 2 or later,
  as published by the Free Software Foundation: http://www.gnu.org/licenses/gpl.html.

  This module 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.

 -----------------------------------------------------------------------------------------
  DEUTSCHE SPRACHDATEI FUER DAS PREFERENCES MODUL
 -----------------------------------------------------------------------------------------
	UPDATE HISTORY:
	Werner von der Decken; 17.05.2008
	 + erstes release der Deutschen Sprachdatei
 -----------------------------------------------------------------------------------------
**/

// Array fuer alle sprachabhaengigen Textausgaben im Front- und Backend
// Hinweis: Verwende nachfolgende Namenskonvention für die Sprachausgabe des Moduls: $MOD_MODULE_DIRECTORY
$MOD_PREFERENCE = array(
	'PLEASE_SELECT' => 'bitte w&auml;hlen',
	'DETAILS_SAVED'	=> 'allgemeine Einstellungen ge&auml;ndert',
	'SAVE_SETTINGS' => 'Einstellungen speichern',
	'SAVE_EMAIL' => 'Email speichern',
	'SAVE_PASSWORD' => 'Passwort speichern',
);
?>