diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-18 06:10:34 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-18 06:10:34 -0400 |
commit | 311f39f12f9b6dc6a9b22b6856154d548710e9c1 (patch) | |
tree | 1297452a51dbf95295e09f69dc374d0214685e8a /view/de | |
parent | af3e37ce20f6b69fdaa9f7f106573999f7473107 (diff) | |
download | volse-hubzilla-311f39f12f9b6dc6a9b22b6856154d548710e9c1.tar.gz volse-hubzilla-311f39f12f9b6dc6a9b22b6856154d548710e9c1.tar.bz2 volse-hubzilla-311f39f12f9b6dc6a9b22b6856154d548710e9c1.zip |
fix silly abandonded typo. shouldn't affect translations
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/de')
-rw-r--r-- | view/de/messages.po | 2 | ||||
-rw-r--r-- | view/de/strings.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/de/messages.po b/view/de/messages.po index e3f38f66c..5b0b9ece4 100644 --- a/view/de/messages.po +++ b/view/de/messages.po @@ -3126,7 +3126,7 @@ msgstr "Accounts gelten nach x Tagen als unbenutzt" #: ../../mod/admin.php:391 msgid "" -"Will not waste system resources polling external sites for abandonded " +"Will not waste system resources polling external sites for abandoned " "accounts. Enter 0 for no time limit." msgstr "Verschwende keine System-Ressourcen auf das Pollen externer Seiten, wenn Accounts nicht mehr benutzt werden. 0 eingeben für kein Limit." diff --git a/view/de/strings.php b/view/de/strings.php index b0b68fc1e..13f6f716e 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -688,7 +688,7 @@ $a->strings["Register policy"] = "Registrierungsmethode"; $a->strings["Register text"] = "Registrierungstext"; $a->strings["Will be displayed prominently on the registration page."] = "Wird gut sichtbar auf der Registrierungs-Seite angezeigt."; $a->strings["Accounts abandoned after x days"] = "Accounts gelten nach x Tagen als unbenutzt"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Verschwende keine System-Ressourcen auf das Pollen externer Seiten, wenn Accounts nicht mehr benutzt werden. 0 eingeben für kein Limit."; +$a->strings["Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit."] = "Verschwende keine System-Ressourcen auf das Pollen externer Seiten, wenn Accounts nicht mehr benutzt werden. 0 eingeben für kein Limit."; $a->strings["Allowed friend domains"] = "Erlaubte Domains für Kontakte"; $a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Liste der Domains, die für Freundschaften erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben."; $a->strings["Allowed email domains"] = "Erlaubte Domains für Emails"; |