<?php
/**************************************************
  Coppermine Plugin - Display Fields
  *************************************************
  Copyright (c) 2005 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_displayfields = array(
  'display_name'  => 'Display Fields Plugin',							// Display Name
  'config_title'  => 'Einstellungen für Display Fields',				// Title of the button on the gallery config menu
  'config_button' => 'Display Fields',									// Label of the button on the gallery config menu
  'page_success'  => 'Einstellungen für Display-Fields aktualisiert.',	// Page success message
  'page_failure'  => 'Konnte die Einstellungen NICHT aktualisieren.',	// Page failure message
  'install_done'  => 'Installation fertig.',							// Message after complete installation
  'install_note'  => 'Benutze den Button in der Admin-Toolbar um das Plugin zu konfigurieren.',		// Note about configuring plugin
);

$lang_plugin_displayfields_config = array(
  'select_fields' => 'Wähle die Datei-Informationen die angezeigt werden sollen',	  // Label for fields selection
  'admin_showall' => 'Sollen den Admins alle Datei-Informationen angezeigt werden?',  // Label for admin show all setting
  'button_done'   => 'Einstellungen übernehmen',									  // Submit button on configuration page
);

?>
