<?php
/**
 * german language file
 */
 
// settings must be present and set appropriately for the language
$lang['encoding']   = 'utf-8';
$lang['direction']  = 'ltr';
 
// for admin plugins, the menu prompt to be displayed in the admin menu
// if set here, the plugin doesn't need to override the getMenuText() method
$lang['menu']         = 'darcs repository';

// custom language strings for the plugin
$lang['head_new']     = 'Neue Patches';

$lang['name']         = 'Name';
$lang['date']         = 'Datum';
$lang['author']       = 'Autor';
$lang['description']    = 'Beschreibung';
$lang['remove']         = 'Löschen';
$lang['update']         = 'Aktualisieren';
$lang['patches']        = 'Patches';
$lang['plugins']        = 'Plugins';

$lang['bt_update']      = 'Alle anwenden';
$lang['bt_update_sel']  = 'Auswahl aktualisieren';
$lang['bt_remove_sel']  = 'Auswahl löschen';
$lang['bt_back']        = 'Zurck';

$lang['yes']            = 'Ja';
$lang['no']             = 'Nein';


$lang['stdout']       = 'darcs Ausgabe';


$lang['error_dir']    = 'Verzeichnis existiert nicht';
$lang['error_darcs']  = 'repository Fehler';
$lang['error_u2d']    = 'repository ist aktuell';
$lang['error_ndp']      = 'keine plugin repositories gefunden';
$lang['error_pe']       = 'Plugin existiert bereits '."\n".' bitte erst löschen';


$lang['install_plugin'] = 'Ein neues Plugin mit darcs installieren';
$lang['remove_warn']    = 'Diese Plugins wirklich löschen?';

$lang['get_plugin']     = 'Installieren';
