[geeklog-cvs] geeklog: Some quick German translations / corrections.

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Oct 11 13:38:37 EDT 2009


changeset 7372:59f8f25b16c2
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/59f8f25b16c2
user: Dirk Haun <dirk at haun-online.de>
date: Sun Oct 11 19:38:14 2009 +0200
description:
Some quick German translations / corrections.

diffstat:

 language/german.php              |  12 ++++++------
 language/german_formal.php       |  10 +++++-----
 language/german_formal_utf-8.php |  10 +++++-----
 language/german_utf-8.php        |  12 ++++++------
 4 files changed, 22 insertions(+), 22 deletions(-)

diffs (154 lines):

diff -r 6f0fe25ffbc7 -r 59f8f25b16c2 language/german.php
--- a/language/german.php	Sun Oct 11 19:18:47 2009 +0200
+++ b/language/german.php	Sun Oct 11 19:38:14 2009 +0200
@@ -866,7 +866,7 @@
     27 => 'oder ein Icon hochladen',
     28 => 'maximal',
     29 => 'Fehler beim Datei-Upload',
-    30 => 'Stories in Topic'
+    30 => 'Artikel i.d. Kategorie'
 );
 
 ###############################################################################
@@ -1231,7 +1231,7 @@
     89 => 'Kann OpenID-Server nicht finden bzgl. der angegebenen Identity-URL.',
     90 => 'OpenID- Identifizierung abgebrochen.',
     91 => 'You specified an invalid identity URL.',
-    92 => "Bitte <a href=\"{$_CONF['site_admin_url']}/sectest.php\">die Sicherheit Ihrer Site überprüfen</a> bevor Sie sie benutzen!",
+    92 => "Bitte <a href=\"{$_CONF['site_admin_url']}/sectest.php\">die Sicherheit Deiner Site überprüfen</a> bevor Du sie benutzt!",
     93 => 'Database back up war erfolgreich.',
     94 => 'Backup Failed: Dateigröße unter 1kb',
     95 => 'Es gab einen Fehler.',
@@ -1469,9 +1469,9 @@
 # admin/sectest.php
 
 $LANG_SECTEST = array(
-    'sectest' => 'Geeklog Security Check',
-    'results' => 'Results of the Security Check',
-    'okay' => 'Everything seems to be in order.',
+    'sectest' => 'Geeklog Sicherheits-Check',
+    'results' => 'Ergebnis des Sicherheits-Checks',
+    'okay' => 'Es scheint alles in Ordnung zu sein.',
     'please_fix' => 'Please fix the above issues before using your site!',
     'please_note' => 'Please note that no site is ever 100% secure. This script can only test for obvious security issues.',
     '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.',
@@ -1483,7 +1483,7 @@
     'reachable' => 'Your %s is reachable from the web.',
     'not_reachable' => 'Good! Your %s is not reachable from the web.',
     'not_sure' => 'Got an HTTP result code %s when trying to test your %s. Not sure what to make of it ...',
-    'remove_inst' => 'You should really remove the install directory %s once you have your site up and running without any errors.',
+    'remove_inst' => 'Du solltest das Installations-Verzeichnis %s entfernen, sobald Deine Website fehlerfrei läuft.',
     'remove_inst2' => 'Keeping it around would allow malicious users the ability to destroy your current install, take over your site, or retrieve sensitive information.',
     'inst_removed' => 'Good! You seem to have removed the install directory already.',
     'fix_password' => 'You still have not changed the <strong>default password</strong> from "password" on %s Root user account(s).',
diff -r 6f0fe25ffbc7 -r 59f8f25b16c2 language/german_formal.php
--- a/language/german_formal.php	Sun Oct 11 19:18:47 2009 +0200
+++ b/language/german_formal.php	Sun Oct 11 19:38:14 2009 +0200
@@ -867,7 +867,7 @@
     27 => 'oder ein Symbol hochladen',
     28 => 'maximal',
     29 => 'Fehler beim Datei-Upload',
-    30 => 'Stories in Topic'
+    30 => 'Artikel i.d. Kategorie'
 );
 
 ###############################################################################
@@ -1470,9 +1470,9 @@
 # admin/sectest.php
 
 $LANG_SECTEST = array(
-    'sectest' => 'Geeklog Security Check',
-    'results' => 'Results of the Security Check',
-    'okay' => 'Everything seems to be in order.',
+    'sectest' => 'Geeklog Sicherheits-Check',
+    'results' => 'Ergebnis des Sicherheits-Checks',
+    'okay' => 'Es scheint alles in Ordnung zu sein.',
     'please_fix' => 'Please fix the above issues before using your site!',
     'please_note' => 'Please note that no site is ever 100% secure. This script can only test for obvious security issues.',
     '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.',
@@ -1484,7 +1484,7 @@
     'reachable' => 'Your %s is reachable from the web.',
     'not_reachable' => 'Good! Your %s is not reachable from the web.',
     'not_sure' => 'Got an HTTP result code %s when trying to test your %s. Not sure what to make of it ...',
-    'remove_inst' => 'You should really remove the install directory %s once you have your site up and running without any errors.',
+    'remove_inst' => 'Sie sollten das Installations-Verzeichnis %s entfernen, sobald Ihre Website fehlerfrei läuft.',
     'remove_inst2' => 'Keeping it around would allow malicious users the ability to destroy your current install, take over your site, or retrieve sensitive information.',
     'inst_removed' => 'Good! You seem to have removed the install directory already.',
     'fix_password' => 'You still have not changed the <strong>default password</strong> from "password" on %s Root user account(s).',
diff -r 6f0fe25ffbc7 -r 59f8f25b16c2 language/german_formal_utf-8.php
--- a/language/german_formal_utf-8.php	Sun Oct 11 19:18:47 2009 +0200
+++ b/language/german_formal_utf-8.php	Sun Oct 11 19:38:14 2009 +0200
@@ -867,7 +867,7 @@
     27 => 'oder ein Symbol hochladen',
     28 => 'maximal',
     29 => 'Fehler beim Datei-Upload',
-    30 => 'Stories in Topic'
+    30 => 'Artikel i.d. Kategorie'
 );
 
 ###############################################################################
@@ -1470,9 +1470,9 @@
 # admin/sectest.php
 
 $LANG_SECTEST = array(
-    'sectest' => 'Geeklog Security Check',
-    'results' => 'Results of the Security Check',
-    'okay' => 'Everything seems to be in order.',
+    'sectest' => 'Geeklog Sicherheits-Check',
+    'results' => 'Ergebnis des Sicherheits-Checks',
+    'okay' => 'Es scheint alles in Ordnung zu sein.',
     'please_fix' => 'Please fix the above issues before using your site!',
     'please_note' => 'Please note that no site is ever 100% secure. This script can only test for obvious security issues.',
     '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.',
@@ -1484,7 +1484,7 @@
     'reachable' => 'Your %s is reachable from the web.',
     'not_reachable' => 'Good! Your %s is not reachable from the web.',
     'not_sure' => 'Got an HTTP result code %s when trying to test your %s. Not sure what to make of it ...',
-    'remove_inst' => 'You should really remove the install directory %s once you have your site up and running without any errors.',
+    'remove_inst' => 'Sie sollten das Installations-Verzeichnis %s entfernen, sobald Ihre Website fehlerfrei läuft.',
     'remove_inst2' => 'Keeping it around would allow malicious users the ability to destroy your current install, take over your site, or retrieve sensitive information.',
     'inst_removed' => 'Good! You seem to have removed the install directory already.',
     'fix_password' => 'You still have not changed the <strong>default password</strong> from "password" on %s Root user account(s).',
diff -r 6f0fe25ffbc7 -r 59f8f25b16c2 language/german_utf-8.php
--- a/language/german_utf-8.php	Sun Oct 11 19:18:47 2009 +0200
+++ b/language/german_utf-8.php	Sun Oct 11 19:38:14 2009 +0200
@@ -866,7 +866,7 @@
     27 => 'oder ein Icon hochladen',
     28 => 'maximal',
     29 => 'Fehler beim Datei-Upload',
-    30 => 'Stories in Topic'
+    30 => 'Artikel i.d. Kategorie'
 );
 
 ###############################################################################
@@ -1231,7 +1231,7 @@
     89 => 'Kann OpenID-Server nicht finden bzgl. der angegebenen Identity-URL.',
     90 => 'OpenID- Identifizierung abgebrochen.',
     91 => 'You specified an invalid identity URL.',
-    92 => "Bitte <a href=\"{$_CONF['site_admin_url']}/sectest.php\">die Sicherheit Ihrer Site überprüfen</a> bevor Sie sie benutzen!",
+    92 => "Bitte <a href=\"{$_CONF['site_admin_url']}/sectest.php\">die Sicherheit Deiner Site überprüfen</a> bevor Du sie benutzt!",
     93 => 'Database back up war erfolgreich.',
     94 => 'Backup Failed: Dateigröße unter 1kb',
     95 => 'Es gab einen Fehler.',
@@ -1469,9 +1469,9 @@
 # admin/sectest.php
 
 $LANG_SECTEST = array(
-    'sectest' => 'Geeklog Security Check',
-    'results' => 'Results of the Security Check',
-    'okay' => 'Everything seems to be in order.',
+    'sectest' => 'Geeklog Sicherheits-Check',
+    'results' => 'Ergebnis des Sicherheits-Checks',
+    'okay' => 'Es scheint alles in Ordnung zu sein.',
     'please_fix' => 'Please fix the above issues before using your site!',
     'please_note' => 'Please note that no site is ever 100% secure. This script can only test for obvious security issues.',
     '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.',
@@ -1483,7 +1483,7 @@
     'reachable' => 'Your %s is reachable from the web.',
     'not_reachable' => 'Good! Your %s is not reachable from the web.',
     'not_sure' => 'Got an HTTP result code %s when trying to test your %s. Not sure what to make of it ...',
-    'remove_inst' => 'You should really remove the install directory %s once you have your site up and running without any errors.',
+    'remove_inst' => 'Du solltest das Installations-Verzeichnis %s entfernen, sobald Deine Website fehlerfrei läuft.',
     'remove_inst2' => 'Keeping it around would allow malicious users the ability to destroy your current install, take over your site, or retrieve sensitive information.',
     'inst_removed' => 'Good! You seem to have removed the install directory already.',
     'fix_password' => 'You still have not changed the <strong>default password</strong> from "password" on %s Root user account(s).',



More information about the geeklog-cvs mailing list