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> 116a83a919SArne 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'; 59*c69534d4SAnika Henke$lang['tocminheads'] = 'Mindestanzahl der Überschriften, die entscheidet ob ein Inhaltsverzeichnis erscheinen soll'; 60abcc3801SAndreas Gohr$lang['maxtoclevel'] = 'Maximale Überschriftsgröße für Inhaltsverzeichnis'; 61abcc3801SAndreas Gohr$lang['maxseclevel'] = 'Abschnitte bis zu dieser Stufe einzeln editierbar machen'; 62abcc3801SAndreas Gohr$lang['camelcase'] = 'CamelCase-Verlinkungen verwenden'; 63abcc3801SAndreas Gohr$lang['deaccent'] = 'Seitennamen bereinigen'; 64abcc3801SAndreas Gohr$lang['useheading'] = 'Erste Überschrift als Seitennamen verwenden'; 65abcc3801SAndreas Gohr$lang['refcheck'] = 'Auf Verwendung beim Löschen von Media-Dateien testen'; 66abcc3801SAndreas Gohr$lang['refshow'] = 'Wieviele Verwendungsorte der Media-Datei zeigen'; 67abcc3801SAndreas Gohr$lang['allowdebug'] = 'Debug-Ausgaben erlauben <b>Abschalten wenn nicht benötigt!</b>'; 68abcc3801SAndreas Gohr$lang['usewordblock'] = 'Spam-Blocking benutzen'; 69abcc3801SAndreas Gohr$lang['indexdelay'] = 'Zeit bevor Suchmaschinenindexierung erlaubt ist'; 70abcc3801SAndreas Gohr$lang['relnofollow'] = 'rel="nofollow" verwenden'; 71abcc3801SAndreas Gohr$lang['mailguard'] = 'E-Mail-Adressen schützen'; 72abcc3801SAndreas Gohr$lang['iexssprotect'] = 'Hochgeladene Dateien auf bösartigen JavaScript- und HTML-Code untersuchen.'; 7385873df9SFlorian Anderiasch$lang['showuseras'] = 'Was angezeigt werden soll wenn der Benutzer, der zuletzt eine Seite bearbeitet hat angezeigt wird'; 74abcc3801SAndreas Gohr$lang['useacl'] = 'Zugangskontrolle verwenden'; 75abcc3801SAndreas Gohr$lang['autopasswd'] = 'Passwort automatisch generieren'; 76abcc3801SAndreas Gohr$lang['authtype'] = 'Authentifizierungsmechanismus'; 77abcc3801SAndreas Gohr$lang['passcrypt'] = 'Verschlüsselungsmechanismus'; 78abcc3801SAndreas Gohr$lang['defaultgroup'] = 'Standardgruppe'; 79d1dac6bcSAndreas Gohr$lang['superuser'] = 'Administrator - Eine Gruppe oder Nutzer mit vollem Zugriff auf alle Seiten und Administrationswerkzeuge.'; 80abcc3801SAndreas Gohr$lang['manager'] = 'Manager - Eine Gruppe oder Nutzer mit Zugriff auf einige Administrationswerkzeuge.'; 81abcc3801SAndreas Gohr$lang['profileconfirm'] = 'Profiländerung nur nach Passwortbestätigung'; 82abcc3801SAndreas Gohr$lang['disableactions'] = 'DokuWiki-Aktionen deaktivieren'; 83abcc3801SAndreas Gohr$lang['disableactions_check'] = 'Check'; 84abcc3801SAndreas Gohr$lang['disableactions_subscription'] = 'Seiten-Abonnements'; 85d1dac6bcSAndreas Gohr$lang['disableactions_nssubscription'] = 'Namensraum-Abonnements'; 86abcc3801SAndreas Gohr$lang['disableactions_wikicode'] = 'Quelltext betrachten/exportieren'; 87abcc3801SAndreas Gohr$lang['disableactions_other'] = 'Andere Aktionen (durch Komma getrennt)'; 88abcc3801SAndreas 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.'; 89abcc3801SAndreas Gohr$lang['auth_security_timeout'] = 'Authentifikations-Timeout (Sekunden)'; 9085873df9SFlorian 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.'; 91abcc3801SAndreas Gohr$lang['updatecheck'] = 'Automatisch auf Updates und Sicherheitswarnungen prüfen? DokuWiki muss sich dafür mit splitbrain.org verbinden.'; 92abcc3801SAndreas Gohr$lang['userewrite'] = 'URL rewriting'; 93abcc3801SAndreas Gohr$lang['useslash'] = 'Schrägstrich (/) als Namensraumtrenner in URLs verwenden'; 94abcc3801SAndreas Gohr$lang['usedraft'] = 'Während des Bearbeitens automatisch Zwischenentwürfe speichern'; 95abcc3801SAndreas Gohr$lang['sepchar'] = 'Worttrenner für Seitennamen in URLs'; 96abcc3801SAndreas Gohr$lang['canonical'] = 'Immer Links mit vollständigen URLs erzeugen'; 97abcc3801SAndreas Gohr$lang['autoplural'] = 'Bei Links automatisch nach vorhandenen Pluralformen suchen'; 98abcc3801SAndreas Gohr$lang['compression'] = 'Komprimierungsmethode für alte Seitenrevisionen'; 99abcc3801SAndreas Gohr$lang['cachetime'] = 'Maximale Cachespeicherung (Sek.)'; 100abcc3801SAndreas Gohr$lang['locktime'] = 'Maximales Alter für Seitensperren (Sek.)'; 101abcc3801SAndreas Gohr$lang['fetchsize'] = 'Maximale Größe (in Bytes), die fetch.php von extern herunterladen darf'; 102abcc3801SAndreas Gohr$lang['notify'] = 'Änderungsmitteilungen an diese E-Mail-Adresse versenden'; 103abcc3801SAndreas Gohr$lang['registernotify'] = 'Information über neu registrierte Nutzer an diese E-Mail-Adresse senden'; 104abcc3801SAndreas Gohr$lang['mailfrom'] = 'Absendermail für automatische Mails'; 105abcc3801SAndreas Gohr$lang['gzip_output'] = 'Seiten mit gzip komprimiert ausliefern'; 106abcc3801SAndreas Gohr$lang['gdlib'] = 'GD Lib Version'; 107abcc3801SAndreas Gohr$lang['im_convert'] = 'Pfad zu ImageMagicks Konvertierwerkzeug'; 108abcc3801SAndreas Gohr$lang['jpg_quality'] = 'JPEG Kompressionsqualität (0-100)'; 109abcc3801SAndreas Gohr$lang['subscribers'] = 'E-Mail-Abos zulassen'; 110abcc3801SAndreas Gohr$lang['compress'] = 'JavaScript und Stylesheets komprimieren'; 111abcc3801SAndreas Gohr$lang['hidepages'] = 'Seiten verstecken (Regulärer Ausdruck)'; 112abcc3801SAndreas Gohr$lang['send404'] = 'Bei nicht vorhandenen Seiten mit 404 Fehlercode antworten'; 113abcc3801SAndreas Gohr$lang['sitemap'] = 'Google Sitemap erzeugen (Tage)'; 114abcc3801SAndreas 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>.'; 11560d915a2SAndreas Gohr$lang['xsendfile'] = 'Den X-Sendfile header nutzen, um Dateien direkt vom Webserver ausliefern zu lassen? Ihr Webserver muss dies unterstützen!'; 116d1dac6bcSAndreas Gohr$lang['xmlrpc'] = 'XML-RPC Zugriff erlauben.'; 117d1dac6bcSAndreas Gohr$lang['renderer_xhtml'] = 'Standard-Renderer für die normale (XHTML) Wiki-Ausgabe.'; 118d1dac6bcSAndreas Gohr$lang['renderer__core'] = '%s (DokuWiki Kern)'; 119d1dac6bcSAndreas Gohr$lang['renderer__plugin'] = '%s (Plugin)'; 12085873df9SFlorian Anderiasch$lang['rememberme'] = 'Permanente Login-Cookies erlauben (Auf diesem Computer eingeloggt bleiben)'; 121abcc3801SAndreas Gohr$lang['rss_type'] = 'XML-Feed Format'; 122abcc3801SAndreas Gohr$lang['rss_linkto'] = 'XML-Feed verlinken auf'; 12370260ca4SAndreas Gohr$lang['rss_content'] = 'Welche Inhalte sollen im XML-Feed dargestellt werden?'; 124abcc3801SAndreas Gohr$lang['rss_update'] = 'XML-Feed Aktualisierungsintervall (sec)'; 125abcc3801SAndreas Gohr$lang['recent_days'] = 'Wieviele letzte Änderungen sollen einsehbar bleiben? (Tage)'; 126abcc3801SAndreas Gohr$lang['rss_show_summary'] = 'Bearbeitungs-Zusammenfassung im XML Feed anzeigen'; 127abcc3801SAndreas Gohr$lang['target____wiki'] = 'Zielfenster für interne Links (target Attribut)'; 128abcc3801SAndreas Gohr$lang['target____interwiki'] = 'Zielfenster für InterWiki-Links (target Attribut)'; 129abcc3801SAndreas Gohr$lang['target____extern'] = 'Zielfenster für Externe Links (target Attribut)'; 130abcc3801SAndreas Gohr$lang['target____media'] = 'Zielfenster für (Bild-)Dateien (target Attribut)'; 131abcc3801SAndreas Gohr$lang['target____windows'] = 'Zielfenster für Windows Freigaben (target Attribut)'; 132abcc3801SAndreas Gohr$lang['proxy____host'] = 'Proxy-Server'; 133abcc3801SAndreas Gohr$lang['proxy____port'] = 'Proxy-Port'; 134abcc3801SAndreas Gohr$lang['proxy____user'] = 'Proxy Nutzername'; 135abcc3801SAndreas Gohr$lang['proxy____pass'] = 'Proxy Passwort'; 136abcc3801SAndreas Gohr$lang['proxy____ssl'] = 'SSL bei Verbindung zum Proxy verwenden'; 137abcc3801SAndreas Gohr$lang['safemodehack'] = 'Safemodehack verwenden'; 138abcc3801SAndreas Gohr$lang['ftp____host'] = 'FTP-Host für Safemodehack'; 139abcc3801SAndreas Gohr$lang['ftp____port'] = 'FTP-Port für Safemodehack'; 140abcc3801SAndreas Gohr$lang['ftp____user'] = 'FTP Nutzername für Safemodehack'; 141abcc3801SAndreas Gohr$lang['ftp____pass'] = 'FTP Passwort für Safemodehack'; 142abcc3801SAndreas Gohr$lang['ftp____root'] = 'FTP Wurzelverzeichnis für Safemodehack'; 14385873df9SFlorian Anderiasch$lang['license_o_'] = 'Keine gewählt'; 144abcc3801SAndreas Gohr$lang['typography_o_0'] = 'keine'; 145078467f9SAnika Henke$lang['typography_o_1'] = 'ohne einfache Anführungszeichen'; 146078467f9SAnika Henke$lang['typography_o_2'] = 'mit einfachen Anführungszeichen (funktioniert nicht immer)'; 147abcc3801SAndreas Gohr$lang['userewrite_o_0'] = 'keines'; 148abcc3801SAndreas Gohr$lang['userewrite_o_1'] = '.htaccess'; 149abcc3801SAndreas Gohr$lang['userewrite_o_2'] = 'DokuWiki'; 150abcc3801SAndreas Gohr$lang['deaccent_o_0'] = 'aus'; 151abcc3801SAndreas Gohr$lang['deaccent_o_1'] = 'Akzente und Umlaute umwandeln'; 152abcc3801SAndreas Gohr$lang['deaccent_o_2'] = 'Umschrift'; 153abcc3801SAndreas Gohr$lang['gdlib_o_0'] = 'GD Lib nicht verfügbar'; 154abcc3801SAndreas Gohr$lang['gdlib_o_1'] = 'Version 1.x'; 155abcc3801SAndreas Gohr$lang['gdlib_o_2'] = 'Automatisch finden'; 156abcc3801SAndreas Gohr$lang['rss_type_o_rss'] = 'RSS 0.91'; 157abcc3801SAndreas Gohr$lang['rss_type_o_rss1'] = 'RSS 1.0'; 158abcc3801SAndreas Gohr$lang['rss_type_o_rss2'] = 'RSS 2.0'; 159abcc3801SAndreas Gohr$lang['rss_type_o_atom'] = 'Atom 0.3'; 160a17ae368SAndreas Gohr$lang['rss_type_o_atom1'] = 'Atom 1.0'; 161a17ae368SAndreas Gohr$lang['rss_content_o_abstract'] = 'Abstrakt'; 162a17ae368SAndreas Gohr$lang['rss_content_o_diff'] = 'Unified Diff'; 163a17ae368SAndreas Gohr$lang['rss_content_o_htmldiff'] = 'HTML formatierte Diff Tabelle'; 164a17ae368SAndreas Gohr$lang['rss_content_o_html'] = 'Vollständiger HTML Inhalt'; 165abcc3801SAndreas Gohr$lang['rss_linkto_o_diff'] = 'Änderungen zeigen'; 166abcc3801SAndreas Gohr$lang['rss_linkto_o_page'] = 'geänderte Seite'; 167abcc3801SAndreas Gohr$lang['rss_linkto_o_rev'] = 'Liste aller Änderungen'; 168abcc3801SAndreas Gohr$lang['rss_linkto_o_current'] = 'Aktuelle Seite'; 169abcc3801SAndreas Gohr$lang['compression_o_0'] = 'keine'; 170abcc3801SAndreas Gohr$lang['compression_o_gz'] = 'gzip'; 171abcc3801SAndreas Gohr$lang['compression_o_bz2'] = 'bz2'; 17260d915a2SAndreas Gohr$lang['xsendfile_o_0'] = 'nicht benutzen'; 173d1dac6bcSAndreas Gohr$lang['xsendfile_o_1'] = 'Proprietärer lighttpd Header (vor Release 1.5)'; 174d1dac6bcSAndreas Gohr$lang['xsendfile_o_2'] = 'Standard X-Sendfile Header'; 175d1dac6bcSAndreas Gohr$lang['xsendfile_o_3'] = 'Proprietärer Nginx X-Accel-Redirect Header'; 17685873df9SFlorian Anderiasch$lang['showuseras_o_loginname'] = 'Loginname'; 17785873df9SFlorian Anderiasch$lang['showuseras_o_username'] = 'Vollständiger Name des Benutzers'; 17885873df9SFlorian Anderiasch$lang['showuseras_o_email'] = 'E-Mail-Adresse des Benutzers (je nach Mailguard-Einstellung verschleiert)'; 17985873df9SFlorian Anderiasch$lang['showuseras_o_email_link'] = 'E-Mail-Adresse des Benutzers als mailto:-Link'; 180e32241a2SRobin Kluth$lang['useheading_o_0'] = 'Nie'; 181e32241a2SRobin Kluth$lang['useheading_o_navigation'] = 'Nur Navigation'; 182e32241a2SRobin Kluth$lang['useheading_o_content'] = 'Nur Wikiinhalt'; 183e32241a2SRobin Kluth$lang['useheading_o_1'] = 'Immer'; 184