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> 8c8915177SLeo Moll * @author Leo Moll <leo@yeasoft.com> 985873df9SFlorian Anderiasch * @author Florian Anderiasch <fa@art-core.org> 100f19fddfSRobin Kluth * @author Robin Kluth <commi1993@gmail.com> 11*6a83a919SArne Pelka * @author Arne Pelka <mail@arnepelka.de> 12262065efSAndreas Gohr */ 13abcc3801SAndreas Gohr$lang['menu'] = 'Konfiguration'; 14abcc3801SAndreas Gohr$lang['error'] = 'Die Einstellungen wurden wegen einer fehlerhaften Eingabe nicht gespeichert. 15262065efSAndreas Gohr <br />Bitte überprüfen sie die rot umrandeten Eingaben und speichern Sie erneut.'; 16abcc3801SAndreas Gohr$lang['updated'] = 'Einstellungen erfolgreich gespeichert.'; 17abcc3801SAndreas Gohr$lang['nochoice'] = '(keine Auswahlmöglichkeiten vorhanden)'; 18abcc3801SAndreas Gohr$lang['locked'] = 'Die Konfigurationsdatei kann nicht geändert werden, wenn dies unbeabsichtigt ist 19262065efSAndreas Gohr <br />überprüfen Sie, dass die Dateiberechtigungen korrekt gesetzt sind.'; 20abcc3801SAndreas Gohr$lang['_configuration_manager'] = 'Konfiguration'; 21abcc3801SAndreas Gohr$lang['_header_dokuwiki'] = 'DokuWiki-Konfiguration'; 22abcc3801SAndreas Gohr$lang['_header_plugin'] = 'Plugin-Konfiguration'; 23abcc3801SAndreas Gohr$lang['_header_template'] = 'Template-Konfiguration'; 24abcc3801SAndreas Gohr$lang['_header_undefined'] = 'Unbekannte Einstellungen'; 25abcc3801SAndreas Gohr$lang['_basic'] = 'Grund-Konfiguration'; 26abcc3801SAndreas Gohr$lang['_display'] = 'Anzeige-Konfiguration'; 27abcc3801SAndreas Gohr$lang['_authentication'] = 'Authentifizierungs-Konfiguration'; 28abcc3801SAndreas Gohr$lang['_anti_spam'] = 'Anti-Spam-Konfiguration'; 29abcc3801SAndreas Gohr$lang['_editing'] = 'Bearbeitungs-Konfiguration'; 30abcc3801SAndreas Gohr$lang['_links'] = 'Link-Konfiguration'; 31abcc3801SAndreas Gohr$lang['_media'] = 'Medien-Konfiguration'; 32abcc3801SAndreas Gohr$lang['_advanced'] = 'Erweiterte Konfiguration'; 33abcc3801SAndreas Gohr$lang['_network'] = 'Netzwerk-Konfiguration'; 34abcc3801SAndreas Gohr$lang['_plugin_sufix'] = 'Plugin Konfiguration'; 35abcc3801SAndreas Gohr$lang['_template_sufix'] = 'Template Konfiguration'; 36abcc3801SAndreas Gohr$lang['_msg_setting_undefined'] = 'Keine Konfigurationsmetadaten.'; 37abcc3801SAndreas Gohr$lang['_msg_setting_no_class'] = 'Keine Konfigurationsklasse.'; 38abcc3801SAndreas Gohr$lang['_msg_setting_no_default'] = 'Kein Standardwert.'; 39abcc3801SAndreas Gohr$lang['fmode'] = 'Rechte für neue Dateien'; 40abcc3801SAndreas Gohr$lang['dmode'] = 'Rechte für neue Verzeichnisse'; 41abcc3801SAndreas Gohr$lang['lang'] = 'Sprache'; 42abcc3801SAndreas Gohr$lang['basedir'] = 'Installationsverzeichnis'; 43abcc3801SAndreas Gohr$lang['baseurl'] = 'Installationspfad (URL)'; 44abcc3801SAndreas Gohr$lang['savedir'] = 'Speicherverzeichnis'; 45abcc3801SAndreas Gohr$lang['start'] = 'Startseitenname'; 46abcc3801SAndreas Gohr$lang['title'] = 'Titel des Wikis'; 47abcc3801SAndreas Gohr$lang['template'] = 'Designvorlage (Template)'; 4885873df9SFlorian Anderiasch$lang['license'] = 'Unter welcher Lizenz sollen Ihre Inhalte veröffentlicht werden?'; 49abcc3801SAndreas Gohr$lang['fullpath'] = 'Den kompletten Dateipfad im Footer anzeigen'; 50abcc3801SAndreas Gohr$lang['recent'] = 'Anzahl der Einträge in der Änderungsliste'; 51abcc3801SAndreas Gohr$lang['breadcrumbs'] = 'Anzahl der Einträge im "Krümelpfad"'; 52abcc3801SAndreas Gohr$lang['youarehere'] = 'Hierarchische Pfadnavigation verwenden'; 53abcc3801SAndreas Gohr$lang['typography'] = 'Typographische Ersetzungen'; 54abcc3801SAndreas Gohr$lang['htmlok'] = 'HTML erlauben'; 55abcc3801SAndreas Gohr$lang['phpok'] = 'PHP erlauben'; 56e656dcd4SAndreas Gohr$lang['dformat'] = 'Datumsformat (Siehe PHP <a href="http://www.php.net/strftime">strftime</a> Funktion)'; 57abcc3801SAndreas Gohr$lang['signature'] = 'Signatur'; 58abcc3801SAndreas Gohr$lang['toptoclevel'] = 'Inhaltsverzeichnis bei dieser Überschriftsgröße beginnen'; 59abcc3801SAndreas Gohr$lang['maxtoclevel'] = 'Maximale Überschriftsgröße für Inhaltsverzeichnis'; 60abcc3801SAndreas Gohr$lang['maxseclevel'] = 'Abschnitte bis zu dieser Stufe einzeln editierbar machen'; 61abcc3801SAndreas Gohr$lang['camelcase'] = 'CamelCase-Verlinkungen verwenden'; 62abcc3801SAndreas Gohr$lang['deaccent'] = 'Seitennamen bereinigen'; 63abcc3801SAndreas Gohr$lang['useheading'] = 'Erste Überschrift als Seitennamen verwenden'; 64abcc3801SAndreas Gohr$lang['refcheck'] = 'Auf Verwendung beim Löschen von Media-Dateien testen'; 65abcc3801SAndreas Gohr$lang['refshow'] = 'Wieviele Verwendungsorte der Media-Datei zeigen'; 66abcc3801SAndreas Gohr$lang['allowdebug'] = 'Debug-Ausgaben erlauben <b>Abschalten wenn nicht benötigt!</b>'; 67abcc3801SAndreas Gohr$lang['usewordblock'] = 'Spam-Blocking benutzen'; 68abcc3801SAndreas Gohr$lang['indexdelay'] = 'Zeit bevor Suchmaschinenindexierung erlaubt ist'; 69abcc3801SAndreas Gohr$lang['relnofollow'] = 'rel="nofollow" verwenden'; 70abcc3801SAndreas Gohr$lang['mailguard'] = 'E-Mail-Adressen schützen'; 71abcc3801SAndreas Gohr$lang['iexssprotect'] = 'Hochgeladene Dateien auf bösartigen JavaScript- und HTML-Code untersuchen.'; 7285873df9SFlorian Anderiasch$lang['showuseras'] = 'Was angezeigt werden soll wenn der Benutzer, der zuletzt eine Seite bearbeitet hat angezeigt wird'; 73abcc3801SAndreas Gohr$lang['useacl'] = 'Zugangskontrolle verwenden'; 74abcc3801SAndreas Gohr$lang['autopasswd'] = 'Passwort automatisch generieren'; 75abcc3801SAndreas Gohr$lang['authtype'] = 'Authentifizierungsmechanismus'; 76abcc3801SAndreas Gohr$lang['passcrypt'] = 'Verschlüsselungsmechanismus'; 77abcc3801SAndreas Gohr$lang['defaultgroup'] = 'Standardgruppe'; 78d1dac6bcSAndreas Gohr$lang['superuser'] = 'Administrator - Eine Gruppe oder Nutzer mit vollem Zugriff auf alle Seiten und Administrationswerkzeuge.'; 79abcc3801SAndreas Gohr$lang['manager'] = 'Manager - Eine Gruppe oder Nutzer mit Zugriff auf einige Administrationswerkzeuge.'; 80abcc3801SAndreas Gohr$lang['profileconfirm'] = 'Profiländerung nur nach Passwortbestätigung'; 81abcc3801SAndreas Gohr$lang['disableactions'] = 'DokuWiki-Aktionen deaktivieren'; 82abcc3801SAndreas Gohr$lang['disableactions_check'] = 'Check'; 83abcc3801SAndreas Gohr$lang['disableactions_subscription'] = 'Seiten-Abonnements'; 84d1dac6bcSAndreas Gohr$lang['disableactions_nssubscription'] = 'Namensraum-Abonnements'; 85abcc3801SAndreas Gohr$lang['disableactions_wikicode'] = 'Quelltext betrachten/exportieren'; 86abcc3801SAndreas Gohr$lang['disableactions_other'] = 'Andere Aktionen (durch Komma getrennt)'; 87abcc3801SAndreas 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.'; 88abcc3801SAndreas Gohr$lang['auth_security_timeout'] = 'Authentifikations-Timeout (Sekunden)'; 8985873df9SFlorian Anderiasch$lang['securecookie'] = 'Sollen Cookies, die via HTTPS gesetzt wurden nur per HTTPS versendet werden? Deaktivieren Sie diese Option, wenn nur der Login Ihres Wikis mit SSL gesichert ist, aber das Betrachten des Wikis ungesichert geschieht.'; 90abcc3801SAndreas Gohr$lang['updatecheck'] = 'Automatisch auf Updates und Sicherheitswarnungen prüfen? DokuWiki muss sich dafür mit splitbrain.org verbinden.'; 91abcc3801SAndreas Gohr$lang['userewrite'] = 'URL rewriting'; 92abcc3801SAndreas Gohr$lang['useslash'] = 'Schrägstrich (/) als Namensraumtrenner in URLs verwenden'; 93abcc3801SAndreas Gohr$lang['usedraft'] = 'Während des Bearbeitens automatisch Zwischenentwürfe speichern'; 94abcc3801SAndreas Gohr$lang['sepchar'] = 'Worttrenner für Seitennamen in URLs'; 95abcc3801SAndreas Gohr$lang['canonical'] = 'Immer Links mit vollständigen URLs erzeugen'; 96abcc3801SAndreas Gohr$lang['autoplural'] = 'Bei Links automatisch nach vorhandenen Pluralformen suchen'; 97abcc3801SAndreas Gohr$lang['compression'] = 'Komprimierungsmethode für alte Seitenrevisionen'; 98abcc3801SAndreas Gohr$lang['cachetime'] = 'Maximale Cachespeicherung (Sek.)'; 99abcc3801SAndreas Gohr$lang['locktime'] = 'Maximales Alter für Seitensperren (Sek.)'; 100abcc3801SAndreas Gohr$lang['fetchsize'] = 'Maximale Größe (in Bytes), die fetch.php von extern herunterladen darf'; 101abcc3801SAndreas Gohr$lang['notify'] = 'Änderungsmitteilungen an diese E-Mail-Adresse versenden'; 102abcc3801SAndreas Gohr$lang['registernotify'] = 'Information über neu registrierte Nutzer an diese E-Mail-Adresse senden'; 103abcc3801SAndreas Gohr$lang['mailfrom'] = 'Absendermail für automatische Mails'; 104abcc3801SAndreas Gohr$lang['gzip_output'] = 'Seiten mit gzip komprimiert ausliefern'; 105abcc3801SAndreas Gohr$lang['gdlib'] = 'GD Lib Version'; 106abcc3801SAndreas Gohr$lang['im_convert'] = 'Pfad zu ImageMagicks Konvertierwerkzeug'; 107abcc3801SAndreas Gohr$lang['jpg_quality'] = 'JPEG Kompressionsqualität (0-100)'; 108abcc3801SAndreas Gohr$lang['subscribers'] = 'E-Mail-Abos zulassen'; 109abcc3801SAndreas Gohr$lang['compress'] = 'JavaScript und Stylesheets komprimieren'; 110abcc3801SAndreas Gohr$lang['hidepages'] = 'Seiten verstecken (Regulärer Ausdruck)'; 111abcc3801SAndreas Gohr$lang['send404'] = 'Bei nicht vorhandenen Seiten mit 404 Fehlercode antworten'; 112abcc3801SAndreas Gohr$lang['sitemap'] = 'Google Sitemap erzeugen (Tage)'; 113abcc3801SAndreas 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>.'; 11460d915a2SAndreas Gohr$lang['xsendfile'] = 'Den X-Sendfile header nutzen, um Dateien direkt vom Webserver ausliefern zu lassen? Ihr Webserver muss dies unterstützen!'; 115d1dac6bcSAndreas Gohr$lang['xmlrpc'] = 'XML-RPC Zugriff erlauben.'; 116d1dac6bcSAndreas Gohr$lang['renderer_xhtml'] = 'Standard-Renderer für die normale (XHTML) Wiki-Ausgabe.'; 117d1dac6bcSAndreas Gohr$lang['renderer__core'] = '%s (DokuWiki Kern)'; 118d1dac6bcSAndreas Gohr$lang['renderer__plugin'] = '%s (Plugin)'; 11985873df9SFlorian Anderiasch$lang['rememberme'] = 'Permanente Login-Cookies erlauben (Auf diesem Computer eingeloggt bleiben)'; 120abcc3801SAndreas Gohr$lang['rss_type'] = 'XML-Feed Format'; 121abcc3801SAndreas Gohr$lang['rss_linkto'] = 'XML-Feed verlinken auf'; 12270260ca4SAndreas Gohr$lang['rss_content'] = 'Welche Inhalte sollen im XML-Feed dargestellt werden?'; 123abcc3801SAndreas Gohr$lang['rss_update'] = 'XML-Feed Aktualisierungsintervall (sec)'; 124abcc3801SAndreas Gohr$lang['recent_days'] = 'Wieviele letzte Änderungen sollen einsehbar bleiben? (Tage)'; 125abcc3801SAndreas Gohr$lang['rss_show_summary'] = 'Bearbeitungs-Zusammenfassung im XML Feed anzeigen'; 126abcc3801SAndreas Gohr$lang['target____wiki'] = 'Zielfenster für interne Links (target Attribut)'; 127abcc3801SAndreas Gohr$lang['target____interwiki'] = 'Zielfenster für InterWiki-Links (target Attribut)'; 128abcc3801SAndreas Gohr$lang['target____extern'] = 'Zielfenster für Externe Links (target Attribut)'; 129abcc3801SAndreas Gohr$lang['target____media'] = 'Zielfenster für (Bild-)Dateien (target Attribut)'; 130abcc3801SAndreas Gohr$lang['target____windows'] = 'Zielfenster für Windows Freigaben (target Attribut)'; 131abcc3801SAndreas Gohr$lang['proxy____host'] = 'Proxy-Server'; 132abcc3801SAndreas Gohr$lang['proxy____port'] = 'Proxy-Port'; 133abcc3801SAndreas Gohr$lang['proxy____user'] = 'Proxy Nutzername'; 134abcc3801SAndreas Gohr$lang['proxy____pass'] = 'Proxy Passwort'; 135abcc3801SAndreas Gohr$lang['proxy____ssl'] = 'SSL bei Verbindung zum Proxy verwenden'; 136abcc3801SAndreas Gohr$lang['safemodehack'] = 'Safemodehack verwenden'; 137abcc3801SAndreas Gohr$lang['ftp____host'] = 'FTP-Host für Safemodehack'; 138abcc3801SAndreas Gohr$lang['ftp____port'] = 'FTP-Port für Safemodehack'; 139abcc3801SAndreas Gohr$lang['ftp____user'] = 'FTP Nutzername für Safemodehack'; 140abcc3801SAndreas Gohr$lang['ftp____pass'] = 'FTP Passwort für Safemodehack'; 141abcc3801SAndreas Gohr$lang['ftp____root'] = 'FTP Wurzelverzeichnis für Safemodehack'; 14285873df9SFlorian Anderiasch$lang['license_o_'] = 'Keine gewählt'; 143abcc3801SAndreas Gohr$lang['typography_o_0'] = 'keine'; 144078467f9SAnika Henke$lang['typography_o_1'] = 'ohne einfache Anführungszeichen'; 145078467f9SAnika Henke$lang['typography_o_2'] = 'mit einfachen Anführungszeichen (funktioniert nicht immer)'; 146abcc3801SAndreas Gohr$lang['userewrite_o_0'] = 'keines'; 147abcc3801SAndreas Gohr$lang['userewrite_o_1'] = '.htaccess'; 148abcc3801SAndreas Gohr$lang['userewrite_o_2'] = 'DokuWiki'; 149abcc3801SAndreas Gohr$lang['deaccent_o_0'] = 'aus'; 150abcc3801SAndreas Gohr$lang['deaccent_o_1'] = 'Akzente und Umlaute umwandeln'; 151abcc3801SAndreas Gohr$lang['deaccent_o_2'] = 'Umschrift'; 152abcc3801SAndreas Gohr$lang['gdlib_o_0'] = 'GD Lib nicht verfügbar'; 153abcc3801SAndreas Gohr$lang['gdlib_o_1'] = 'Version 1.x'; 154abcc3801SAndreas Gohr$lang['gdlib_o_2'] = 'Automatisch finden'; 155abcc3801SAndreas Gohr$lang['rss_type_o_rss'] = 'RSS 0.91'; 156abcc3801SAndreas Gohr$lang['rss_type_o_rss1'] = 'RSS 1.0'; 157abcc3801SAndreas Gohr$lang['rss_type_o_rss2'] = 'RSS 2.0'; 158abcc3801SAndreas Gohr$lang['rss_type_o_atom'] = 'Atom 0.3'; 159a17ae368SAndreas Gohr$lang['rss_type_o_atom1'] = 'Atom 1.0'; 160a17ae368SAndreas Gohr$lang['rss_content_o_abstract'] = 'Abstrakt'; 161a17ae368SAndreas Gohr$lang['rss_content_o_diff'] = 'Unified Diff'; 162a17ae368SAndreas Gohr$lang['rss_content_o_htmldiff'] = 'HTML formatierte Diff Tabelle'; 163a17ae368SAndreas Gohr$lang['rss_content_o_html'] = 'Vollständiger HTML Inhalt'; 164abcc3801SAndreas Gohr$lang['rss_linkto_o_diff'] = 'Änderungen zeigen'; 165abcc3801SAndreas Gohr$lang['rss_linkto_o_page'] = 'geänderte Seite'; 166abcc3801SAndreas Gohr$lang['rss_linkto_o_rev'] = 'Liste aller Änderungen'; 167abcc3801SAndreas Gohr$lang['rss_linkto_o_current'] = 'Aktuelle Seite'; 168abcc3801SAndreas Gohr$lang['compression_o_0'] = 'keine'; 169abcc3801SAndreas Gohr$lang['compression_o_gz'] = 'gzip'; 170abcc3801SAndreas Gohr$lang['compression_o_bz2'] = 'bz2'; 17160d915a2SAndreas Gohr$lang['xsendfile_o_0'] = 'nicht benutzen'; 172d1dac6bcSAndreas Gohr$lang['xsendfile_o_1'] = 'Proprietärer lighttpd Header (vor Release 1.5)'; 173d1dac6bcSAndreas Gohr$lang['xsendfile_o_2'] = 'Standard X-Sendfile Header'; 174d1dac6bcSAndreas Gohr$lang['xsendfile_o_3'] = 'Proprietärer Nginx X-Accel-Redirect Header'; 17585873df9SFlorian Anderiasch$lang['showuseras_o_loginname'] = 'Loginname'; 17685873df9SFlorian Anderiasch$lang['showuseras_o_username'] = 'Vollständiger Name des Benutzers'; 17785873df9SFlorian Anderiasch$lang['showuseras_o_email'] = 'E-Mail-Adresse des Benutzers (je nach Mailguard-Einstellung verschleiert)'; 17885873df9SFlorian Anderiasch$lang['showuseras_o_email_link'] = 'E-Mail-Adresse des Benutzers als mailto:-Link'; 179e32241a2SRobin Kluth$lang['useheading_o_0'] = 'Nie'; 180e32241a2SRobin Kluth$lang['useheading_o_navigation'] = 'Nur Navigation'; 181e32241a2SRobin Kluth$lang['useheading_o_content'] = 'Nur Wikiinhalt'; 182e32241a2SRobin Kluth$lang['useheading_o_1'] = 'Immer'; 183