1.1 --- a/language/german_utf-8.php Sun Oct 11 19:18:47 2009 +0200
1.2 +++ b/language/german_utf-8.php Sun Oct 11 19:38:14 2009 +0200
1.3 @@ -866,7 +866,7 @@
1.4 27 => 'oder ein Icon hochladen',
1.5 28 => 'maximal',
1.6 29 => 'Fehler beim Datei-Upload',
1.7 - 30 => 'Stories in Topic'
1.8 + 30 => 'Artikel i.d. Kategorie'
1.9 );
1.10
1.11 ###############################################################################
1.12 @@ -1231,7 +1231,7 @@
1.13 89 => 'Kann OpenID-Server nicht finden bzgl. der angegebenen Identity-URL.',
1.14 90 => 'OpenID- Identifizierung abgebrochen.',
1.15 91 => 'You specified an invalid identity URL.',
1.16 - 92 => "Bitte <a href=\"{$_CONF['site_admin_url']}/sectest.php\">die Sicherheit Ihrer Site überprüfen</a> bevor Sie sie benutzen!",
1.17 + 92 => "Bitte <a href=\"{$_CONF['site_admin_url']}/sectest.php\">die Sicherheit Deiner Site überprüfen</a> bevor Du sie benutzt!",
1.18 93 => 'Database back up war erfolgreich.',
1.19 94 => 'Backup Failed: Dateigröße unter 1kb',
1.20 95 => 'Es gab einen Fehler.',
1.21 @@ -1469,9 +1469,9 @@
1.22 # admin/sectest.php
1.23
1.24 $LANG_SECTEST = array(
1.25 - 'sectest' => 'Geeklog Security Check',
1.26 - 'results' => 'Results of the Security Check',
1.27 - 'okay' => 'Everything seems to be in order.',
1.28 + 'sectest' => 'Geeklog Sicherheits-Check',
1.29 + 'results' => 'Ergebnis des Sicherheits-Checks',
1.30 + 'okay' => 'Es scheint alles in Ordnung zu sein.',
1.31 'please_fix' => 'Please fix the above issues before using your site!',
1.32 'please_note' => 'Please note that no site is ever 100% secure. This script can only test for obvious security issues.',
1.33 'stay_informed' => 'To stay informed about new Geeklog releases and possible security issues, we suggest that you subscribe to the (low-traffic) %s mailing list and/or use the %s option in your Admin menu from time to time to check for available updates.',
1.34 @@ -1483,7 +1483,7 @@
1.35 'reachable' => 'Your %s is reachable from the web.',
1.36 'not_reachable' => 'Good! Your %s is not reachable from the web.',
1.37 'not_sure' => 'Got an HTTP result code %s when trying to test your %s. Not sure what to make of it ...',
1.38 - 'remove_inst' => 'You should really remove the install directory %s once you have your site up and running without any errors.',
1.39 + 'remove_inst' => 'Du solltest das Installations-Verzeichnis %s entfernen, sobald Deine Website fehlerfrei läuft.',
1.40 'remove_inst2' => 'Keeping it around would allow malicious users the ability to destroy your current install, take over your site, or retrieve sensitive information.',
1.41 'inst_removed' => 'Good! You seem to have removed the install directory already.',
1.42 'fix_password' => 'You still have not changed the <strong>default password</strong> from "password" on %s Root user account(s).',