1262065efSAndreas Gohr<?php 2262065efSAndreas Gohr/** 3262065efSAndreas Gohr * German language file 4262065efSAndreas Gohr * 5262065efSAndreas Gohr * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6262065efSAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org> 7a17ae368SAndreas Gohr * @author Michael Klier <chi@chimeric.de> 8262065efSAndreas Gohr */ 9abcc3801SAndreas Gohr$lang['menu'] = 'Konfiguration'; 10abcc3801SAndreas Gohr$lang['error'] = 'Die Einstellungen wurden wegen einer fehlerhaften Eingabe nicht gespeichert. 11262065efSAndreas Gohr <br />Bitte überprüfen sie die rot umrandeten Eingaben und speichern Sie erneut.'; 12abcc3801SAndreas Gohr$lang['updated'] = 'Einstellungen erfolgreich gespeichert.'; 13abcc3801SAndreas Gohr$lang['nochoice'] = '(keine Auswahlmöglichkeiten vorhanden)'; 14abcc3801SAndreas Gohr$lang['locked'] = 'Die Konfigurationsdatei kann nicht geändert werden, wenn dies unbeabsichtigt ist 15262065efSAndreas Gohr <br />überprüfen Sie, dass die Dateiberechtigungen korrekt gesetzt sind.'; 16abcc3801SAndreas Gohr$lang['_configuration_manager'] = 'Konfiguration'; 17abcc3801SAndreas Gohr$lang['_header_dokuwiki'] = 'DokuWiki-Konfiguration'; 18abcc3801SAndreas Gohr$lang['_header_plugin'] = 'Plugin-Konfiguration'; 19abcc3801SAndreas Gohr$lang['_header_template'] = 'Template-Konfiguration'; 20abcc3801SAndreas Gohr$lang['_header_undefined'] = 'Unbekannte Einstellungen'; 21abcc3801SAndreas Gohr$lang['_basic'] = 'Grund-Konfiguration'; 22abcc3801SAndreas Gohr$lang['_display'] = 'Anzeige-Konfiguration'; 23abcc3801SAndreas Gohr$lang['_authentication'] = 'Authentifizierungs-Konfiguration'; 24abcc3801SAndreas Gohr$lang['_anti_spam'] = 'Anti-Spam-Konfiguration'; 25abcc3801SAndreas Gohr$lang['_editing'] = 'Bearbeitungs-Konfiguration'; 26abcc3801SAndreas Gohr$lang['_links'] = 'Link-Konfiguration'; 27abcc3801SAndreas Gohr$lang['_media'] = 'Medien-Konfiguration'; 28abcc3801SAndreas Gohr$lang['_advanced'] = 'Erweiterte Konfiguration'; 29abcc3801SAndreas Gohr$lang['_network'] = 'Netzwerk-Konfiguration'; 30abcc3801SAndreas Gohr$lang['_plugin_sufix'] = 'Plugin Konfiguration'; 31abcc3801SAndreas Gohr$lang['_template_sufix'] = 'Template Konfiguration'; 32abcc3801SAndreas Gohr$lang['_msg_setting_undefined'] = 'Keine Konfigurationsmetadaten.'; 33abcc3801SAndreas Gohr$lang['_msg_setting_no_class'] = 'Keine Konfigurationsklasse.'; 34abcc3801SAndreas Gohr$lang['_msg_setting_no_default'] = 'Kein Standardwert.'; 35abcc3801SAndreas Gohr$lang['fmode'] = 'Rechte für neue Dateien'; 36abcc3801SAndreas Gohr$lang['dmode'] = 'Rechte für neue Verzeichnisse'; 37abcc3801SAndreas Gohr$lang['lang'] = 'Sprache'; 38abcc3801SAndreas Gohr$lang['basedir'] = 'Installationsverzeichnis'; 39abcc3801SAndreas Gohr$lang['baseurl'] = 'Installationspfad (URL)'; 40abcc3801SAndreas Gohr$lang['savedir'] = 'Speicherverzeichnis'; 41abcc3801SAndreas Gohr$lang['start'] = 'Startseitenname'; 42abcc3801SAndreas Gohr$lang['title'] = 'Titel des Wikis'; 43abcc3801SAndreas Gohr$lang['template'] = 'Designvorlage (Template)'; 44abcc3801SAndreas Gohr$lang['fullpath'] = 'Den kompletten Dateipfad im Footer anzeigen'; 45abcc3801SAndreas Gohr$lang['recent'] = 'Anzahl der Einträge in der Änderungsliste'; 46abcc3801SAndreas Gohr$lang['breadcrumbs'] = 'Anzahl der Einträge im "Krümelpfad"'; 47abcc3801SAndreas Gohr$lang['youarehere'] = 'Hierarchische Pfadnavigation verwenden'; 48abcc3801SAndreas Gohr$lang['typography'] = 'Typographische Ersetzungen'; 49abcc3801SAndreas Gohr$lang['htmlok'] = 'HTML erlauben'; 50abcc3801SAndreas Gohr$lang['phpok'] = 'PHP erlauben'; 51abcc3801SAndreas Gohr$lang['dformat'] = 'Datumsformat (Siehe PHP <a href="http://www.php.net/date">date</a> Funktion)'; 52abcc3801SAndreas Gohr$lang['signature'] = 'Signatur'; 53abcc3801SAndreas Gohr$lang['toptoclevel'] = 'Inhaltsverzeichnis bei dieser Überschriftsgröße beginnen'; 54abcc3801SAndreas Gohr$lang['maxtoclevel'] = 'Maximale Überschriftsgröße für Inhaltsverzeichnis'; 55abcc3801SAndreas Gohr$lang['maxseclevel'] = 'Abschnitte bis zu dieser Stufe einzeln editierbar machen'; 56abcc3801SAndreas Gohr$lang['camelcase'] = 'CamelCase-Verlinkungen verwenden'; 57abcc3801SAndreas Gohr$lang['deaccent'] = 'Seitennamen bereinigen'; 58abcc3801SAndreas Gohr$lang['useheading'] = 'Erste Überschrift als Seitennamen verwenden'; 59abcc3801SAndreas Gohr$lang['refcheck'] = 'Auf Verwendung beim Löschen von Media-Dateien testen'; 60abcc3801SAndreas Gohr$lang['refshow'] = 'Wieviele Verwendungsorte der Media-Datei zeigen'; 61abcc3801SAndreas Gohr$lang['allowdebug'] = 'Debug-Ausgaben erlauben <b>Abschalten wenn nicht benötigt!</b>'; 62abcc3801SAndreas Gohr$lang['usewordblock'] = 'Spam-Blocking benutzen'; 63abcc3801SAndreas Gohr$lang['indexdelay'] = 'Zeit bevor Suchmaschinenindexierung erlaubt ist'; 64abcc3801SAndreas Gohr$lang['relnofollow'] = 'rel="nofollow" verwenden'; 65abcc3801SAndreas Gohr$lang['mailguard'] = 'E-Mail-Adressen schützen'; 66abcc3801SAndreas Gohr$lang['iexssprotect'] = 'Hochgeladene Dateien auf bösartigen JavaScript- und HTML-Code untersuchen.'; 67abcc3801SAndreas Gohr$lang['useacl'] = 'Zugangskontrolle verwenden'; 68abcc3801SAndreas Gohr$lang['autopasswd'] = 'Passwort automatisch generieren'; 69abcc3801SAndreas Gohr$lang['authtype'] = 'Authentifizierungsmechanismus'; 70abcc3801SAndreas Gohr$lang['passcrypt'] = 'Verschlüsselungsmechanismus'; 71abcc3801SAndreas Gohr$lang['defaultgroup'] = 'Standardgruppe'; 72abcc3801SAndreas Gohr$lang['superuser'] = 'Administrator'; 73abcc3801SAndreas Gohr$lang['manager'] = 'Manager - Eine Gruppe oder Nutzer mit Zugriff auf einige Administrationswerkzeuge.'; 74abcc3801SAndreas Gohr$lang['profileconfirm'] = 'Profiländerung nur nach Passwortbestätigung'; 75abcc3801SAndreas Gohr$lang['disableactions'] = 'DokuWiki-Aktionen deaktivieren'; 76abcc3801SAndreas Gohr$lang['disableactions_check'] = 'Check'; 77abcc3801SAndreas Gohr$lang['disableactions_subscription'] = 'Seiten-Abonnements'; 78abcc3801SAndreas Gohr$lang['disableactions_wikicode'] = 'Quelltext betrachten/exportieren'; 79abcc3801SAndreas Gohr$lang['disableactions_other'] = 'Andere Aktionen (durch Komma getrennt)'; 80abcc3801SAndreas Gohr$lang['sneaky_index'] = 'Standardmäßig zeigt DokuWiki alle Namensräume in der Übersicht. Wenn diese Option aktiviert wird, werden alle Namensräume, für die der Benutzer keine Lese-Rechte hat, nicht angezeigt. Dies kann unter Umständen dazu führen, das lesbare Unter-Namensräume nicht angezeigt werden und macht die Übersicht evtl. unbrauchbar in Kombination mit bestimmten ACL Einstellungen.'; 81abcc3801SAndreas Gohr$lang['auth_security_timeout'] = 'Authentifikations-Timeout (Sekunden)'; 82abcc3801SAndreas Gohr$lang['updatecheck'] = 'Automatisch auf Updates und Sicherheitswarnungen prüfen? DokuWiki muss sich dafür mit splitbrain.org verbinden.'; 83abcc3801SAndreas Gohr$lang['userewrite'] = 'URL rewriting'; 84abcc3801SAndreas Gohr$lang['useslash'] = 'Schrägstrich (/) als Namensraumtrenner in URLs verwenden'; 85abcc3801SAndreas Gohr$lang['usedraft'] = 'Während des Bearbeitens automatisch Zwischenentwürfe speichern'; 86abcc3801SAndreas Gohr$lang['sepchar'] = 'Worttrenner für Seitennamen in URLs'; 87abcc3801SAndreas Gohr$lang['canonical'] = 'Immer Links mit vollständigen URLs erzeugen'; 88abcc3801SAndreas Gohr$lang['autoplural'] = 'Bei Links automatisch nach vorhandenen Pluralformen suchen'; 89abcc3801SAndreas Gohr$lang['compression'] = 'Komprimierungsmethode für alte Seitenrevisionen'; 90abcc3801SAndreas Gohr$lang['cachetime'] = 'Maximale Cachespeicherung (Sek.)'; 91abcc3801SAndreas Gohr$lang['locktime'] = 'Maximales Alter für Seitensperren (Sek.)'; 92abcc3801SAndreas Gohr$lang['fetchsize'] = 'Maximale Größe (in Bytes), die fetch.php von extern herunterladen darf'; 93abcc3801SAndreas Gohr$lang['notify'] = 'Änderungsmitteilungen an diese E-Mail-Adresse versenden'; 94abcc3801SAndreas Gohr$lang['registernotify'] = 'Information über neu registrierte Nutzer an diese E-Mail-Adresse senden'; 95abcc3801SAndreas Gohr$lang['mailfrom'] = 'Absendermail für automatische Mails'; 96abcc3801SAndreas Gohr$lang['gzip_output'] = 'Seiten mit gzip komprimiert ausliefern'; 97abcc3801SAndreas Gohr$lang['gdlib'] = 'GD Lib Version'; 98abcc3801SAndreas Gohr$lang['im_convert'] = 'Pfad zu ImageMagicks Konvertierwerkzeug'; 99abcc3801SAndreas Gohr$lang['jpg_quality'] = 'JPEG Kompressionsqualität (0-100)'; 100abcc3801SAndreas Gohr$lang['spellchecker'] = 'Rechtschreibprüfung aktivieren'; 101abcc3801SAndreas Gohr$lang['subscribers'] = 'E-Mail-Abos zulassen'; 102abcc3801SAndreas Gohr$lang['compress'] = 'JavaScript und Stylesheets komprimieren'; 103abcc3801SAndreas Gohr$lang['hidepages'] = 'Seiten verstecken (Regulärer Ausdruck)'; 104abcc3801SAndreas Gohr$lang['send404'] = 'Bei nicht vorhandenen Seiten mit 404 Fehlercode antworten'; 105abcc3801SAndreas Gohr$lang['sitemap'] = 'Google Sitemap erzeugen (Tage)'; 106abcc3801SAndreas Gohr$lang['broken_iua'] = 'Falls die Funktion ignore_user_abort auf Ihrem System nicht funktioniert, könnte der Such-Index nicht funktionieren. IIS+PHP/CGI ist bekannt dafür. Siehe auch <a href="http://bugs.splitbrain.org/?do=details&task_id=852">Bug 852</a>.'; 107*60d915a2SAndreas Gohr$lang['xsendfile'] = 'Den X-Sendfile header nutzen, um Dateien direkt vom Webserver ausliefern zu lassen? Ihr Webserver muss dies unterstützen!'; 108abcc3801SAndreas Gohr$lang['rss_type'] = 'XML-Feed Format'; 109abcc3801SAndreas Gohr$lang['rss_linkto'] = 'XML-Feed verlinken auf'; 11070260ca4SAndreas Gohr$lang['rss_content'] = 'Welche Inhalte sollen im XML-Feed dargestellt werden?'; 111abcc3801SAndreas Gohr$lang['rss_update'] = 'XML-Feed Aktualisierungsintervall (sec)'; 112abcc3801SAndreas Gohr$lang['recent_days'] = 'Wieviele letzte Änderungen sollen einsehbar bleiben? (Tage)'; 113abcc3801SAndreas Gohr$lang['rss_show_summary'] = 'Bearbeitungs-Zusammenfassung im XML Feed anzeigen'; 114abcc3801SAndreas Gohr$lang['target____wiki'] = 'Zielfenster für interne Links (target Attribut)'; 115abcc3801SAndreas Gohr$lang['target____interwiki'] = 'Zielfenster für InterWiki-Links (target Attribut)'; 116abcc3801SAndreas Gohr$lang['target____extern'] = 'Zielfenster für Externe Links (target Attribut)'; 117abcc3801SAndreas Gohr$lang['target____media'] = 'Zielfenster für (Bild-)Dateien (target Attribut)'; 118abcc3801SAndreas Gohr$lang['target____windows'] = 'Zielfenster für Windows Freigaben (target Attribut)'; 119abcc3801SAndreas Gohr$lang['proxy____host'] = 'Proxy-Server'; 120abcc3801SAndreas Gohr$lang['proxy____port'] = 'Proxy-Port'; 121abcc3801SAndreas Gohr$lang['proxy____user'] = 'Proxy Nutzername'; 122abcc3801SAndreas Gohr$lang['proxy____pass'] = 'Proxy Passwort'; 123abcc3801SAndreas Gohr$lang['proxy____ssl'] = 'SSL bei Verbindung zum Proxy verwenden'; 124abcc3801SAndreas Gohr$lang['safemodehack'] = 'Safemodehack verwenden'; 125abcc3801SAndreas Gohr$lang['ftp____host'] = 'FTP-Host für Safemodehack'; 126abcc3801SAndreas Gohr$lang['ftp____port'] = 'FTP-Port für Safemodehack'; 127abcc3801SAndreas Gohr$lang['ftp____user'] = 'FTP Nutzername für Safemodehack'; 128abcc3801SAndreas Gohr$lang['ftp____pass'] = 'FTP Passwort für Safemodehack'; 129abcc3801SAndreas Gohr$lang['ftp____root'] = 'FTP Wurzelverzeichnis für Safemodehack'; 130abcc3801SAndreas Gohr$lang['typography_o_0'] = 'keine'; 131abcc3801SAndreas Gohr$lang['typography_o_1'] = 'Nur Doppelte Anführungszeichen'; 132abcc3801SAndreas Gohr$lang['typography_o_2'] = 'Alle Anführungszeichen (funktioniert nicht immer)'; 133abcc3801SAndreas Gohr$lang['userewrite_o_0'] = 'keines'; 134abcc3801SAndreas Gohr$lang['userewrite_o_1'] = '.htaccess'; 135abcc3801SAndreas Gohr$lang['userewrite_o_2'] = 'DokuWiki'; 136abcc3801SAndreas Gohr$lang['deaccent_o_0'] = 'aus'; 137abcc3801SAndreas Gohr$lang['deaccent_o_1'] = 'Akzente und Umlaute umwandeln'; 138abcc3801SAndreas Gohr$lang['deaccent_o_2'] = 'Umschrift'; 139abcc3801SAndreas Gohr$lang['gdlib_o_0'] = 'GD Lib nicht verfügbar'; 140abcc3801SAndreas Gohr$lang['gdlib_o_1'] = 'Version 1.x'; 141abcc3801SAndreas Gohr$lang['gdlib_o_2'] = 'Automatisch finden'; 142abcc3801SAndreas Gohr$lang['rss_type_o_rss'] = 'RSS 0.91'; 143abcc3801SAndreas Gohr$lang['rss_type_o_rss1'] = 'RSS 1.0'; 144abcc3801SAndreas Gohr$lang['rss_type_o_rss2'] = 'RSS 2.0'; 145abcc3801SAndreas Gohr$lang['rss_type_o_atom'] = 'Atom 0.3'; 146a17ae368SAndreas Gohr$lang['rss_type_o_atom1'] = 'Atom 1.0'; 147a17ae368SAndreas Gohr$lang['rss_content_o_abstract'] = 'Abstrakt'; 148a17ae368SAndreas Gohr$lang['rss_content_o_diff'] = 'Unified Diff'; 149a17ae368SAndreas Gohr$lang['rss_content_o_htmldiff'] = 'HTML formatierte Diff Tabelle'; 150a17ae368SAndreas Gohr$lang['rss_content_o_html'] = 'Vollständiger HTML Inhalt'; 151abcc3801SAndreas Gohr$lang['rss_linkto_o_diff'] = 'Änderungen zeigen'; 152abcc3801SAndreas Gohr$lang['rss_linkto_o_page'] = 'geänderte Seite'; 153abcc3801SAndreas Gohr$lang['rss_linkto_o_rev'] = 'Liste aller Änderungen'; 154abcc3801SAndreas Gohr$lang['rss_linkto_o_current'] = 'Aktuelle Seite'; 155abcc3801SAndreas Gohr$lang['compression_o_0'] = 'keine'; 156abcc3801SAndreas Gohr$lang['compression_o_gz'] = 'gzip'; 157abcc3801SAndreas Gohr$lang['compression_o_bz2'] = 'bz2'; 158*60d915a2SAndreas Gohr$lang['xsendfile_o_0'] = 'nicht benutzen'; 159*60d915a2SAndreas Gohr$lang['xsendfile_o_1'] = 'Propritärer lighttpd header (vor Release 1.5)'; 160*60d915a2SAndreas Gohr$lang['xsendfile_o_2'] = 'Standard X-Sendfile header'; 161