diff options
author | Simon <simon@kisikew.org> | 2012-04-14 13:25:51 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-04-14 13:25:51 -0700 |
commit | 4ef5b9c4e38c4fef162c55630470c4c261a2ea66 (patch) | |
tree | 5f2b29294545dfee8d389c6ab20ef034a58ab621 /view/de/strings.php | |
parent | 6591b292a1e22e3eaec41af0a61a6911e9847098 (diff) | |
parent | 6278b2a923a89fbf2e77aee367dd6499e48f8c1b (diff) | |
download | volse-hubzilla-4ef5b9c4e38c4fef162c55630470c4c261a2ea66.tar.gz volse-hubzilla-4ef5b9c4e38c4fef162c55630470c4c261a2ea66.tar.bz2 volse-hubzilla-4ef5b9c4e38c4fef162c55630470c4c261a2ea66.zip |
Merge pull request #235 from simonlnu/master
string fix: typo. slow down scroll to top in dispys
Diffstat (limited to 'view/de/strings.php')
-rw-r--r-- | view/de/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/de/strings.php b/view/de/strings.php index a68a77a75..6a43f049e 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -1441,7 +1441,7 @@ $a->strings["image/photo"] = "Bild/Foto"; $a->strings["Welcome "] = "Willkommen "; $a->strings["Please upload a profile photo."] = "Bitte lade ein Profilbild hoch."; $a->strings["Welcome back "] = "Willkommen zurück "; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before subitting it."] = "Der Formular-Sicherheits-Token war nicht korrekt. Der Grund ist wahrscheinlich, dass das Formular zu lange (>3 Stunden) offen war, bevor es abgeschickt wurde."; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Der Formular-Sicherheits-Token war nicht korrekt. Der Grund ist wahrscheinlich, dass das Formular zu lange (>3 Stunden) offen war, bevor es abgeschickt wurde."; $a->strings["View status"] = "Status anzeigen"; $a->strings["View profile"] = "Profil anzeigen"; $a->strings["View photos"] = "Fotos ansehen"; |