1<?php
2/**
3 * german language file
4 */
5
6// settings must be present and set appropriately for the language
7$lang['encoding']   = 'utf-8';
8$lang['direction']  = 'ltr';
9
10// for admin plugins, the menu prompt to be displayed in the admin menu
11// if set here, the plugin doesn't need to override the getMenuText() method
12$lang['menu']         = 'darcs repository';
13
14// custom language strings for the plugin
15$lang['head_new']     = 'Neue Patches';
16
17$lang['name']         = 'Name';
18$lang['date']         = 'Datum';
19$lang['author']       = 'Autor';
20$lang['description']    = 'Beschreibung';
21$lang['remove']         = 'Löschen';
22$lang['update']         = 'Aktualisieren';
23$lang['patches']        = 'Patches';
24$lang['plugins']        = 'Plugins';
25
26$lang['bt_update']      = 'Alle anwenden';
27$lang['bt_update_sel']  = 'Auswahl aktualisieren';
28$lang['bt_remove_sel']  = 'Auswahl löschen';
29$lang['bt_back']        = 'Zurck';
30
31$lang['yes']            = 'Ja';
32$lang['no']             = 'Nein';
33
34
35$lang['stdout']       = 'darcs Ausgabe';
36
37
38$lang['error_dir']    = 'Verzeichnis existiert nicht';
39$lang['error_darcs']  = 'repository Fehler';
40$lang['error_u2d']    = 'repository ist aktuell';
41$lang['error_ndp']      = 'keine plugin repositories gefunden';
42$lang['error_pe']       = 'Plugin existiert bereits '."\n".' bitte erst löschen';
43
44
45$lang['install_plugin'] = 'Ein neues Plugin mit darcs installieren';
46$lang['remove_warn']    = 'Diese Plugins wirklich löschen?';
47
48$lang['get_plugin']     = 'Installieren';
49