<?php
/**************************************************
  Coppermine 1.4 Plugin - Custom Home
  *************************************************
  Copyright (c) 2006 Paul Van Rompay
  *************************************************
  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.
  *************************************************
  translated into German by nointerest
  *************************************************/

if (!defined('IN_COPPERMINE')) { die('Not in Coppermine...'); }

$lang_plugin_customhome = array(
  'display_name'  => 'Custom Home Link',			// Display Name
  'config_title'  => 'Konfiguriere Custom Home',			// Title of the button on the gallery config menu
  'config_button' => 'Custom Home',				// Label of the button on the gallery config menu
  'page_success'  => 'Die Einstellungen wurden erfolgreich aktualisiert.',		// Page success message
  'page_failure'  => 'Die Einstellungen konnten NICHT aktualisiert werden.',		// Page failure message
  'install_note'  => 'Benutze den Button in der Admin-Toolbar um das Plugin zu konfigurieren.',	// Note about configuring plugin
  'install_click'  => 'Klicke hier um das Plugin zu installieren.',	// Message to install plugin
);

$lang_plugin_customhome_config = array(
  'set_groups'    => 'Wähle für jede Benutzergruppe die Kategorie, die als Ausgangsposition angezeigt werden soll',
  'no_category'   => 'Standardeinstellung für die Ausgangsposition (wenn keine Kategorie eingestellt wurde)',
  'button_install'=> 'Installieren',
  'button_submit' => 'Übertragen',
  'button_cancel' => 'Abbruch',
  'button_done'   => 'Fertig',
  'cleanup_question' => 'Soll die Tabelle in denen die Einstellungen gespeichert wurden gelöscht werden?',
);

?>