diff options
author | friendica <info@friendica.com> | 2012-04-09 16:55:06 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-09 16:55:06 -0700 |
commit | 9a8c69b024745bdabd8a83bc0e65951a82722127 (patch) | |
tree | f76f18f33b43da6071e6dd7a88b3a5c316c03aec /view/de/strings.php | |
parent | 2072fabc7891a7c659e4e7c1bac926535c265a23 (diff) | |
parent | 2d23c8a246c2f9198d695c766c400bc1a621aab4 (diff) | |
download | volse-hubzilla-9a8c69b024745bdabd8a83bc0e65951a82722127.tar.gz volse-hubzilla-9a8c69b024745bdabd8a83bc0e65951a82722127.tar.bz2 volse-hubzilla-9a8c69b024745bdabd8a83bc0e65951a82722127.zip |
Merge branch 'pull'
Diffstat (limited to 'view/de/strings.php')
-rw-r--r-- | view/de/strings.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/de/strings.php b/view/de/strings.php index 3b9601aca..ceff4109c 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -777,7 +777,7 @@ $a->strings["{0} tagged %s's post with #%s"] = "{0} hat %ss Beitrag mit dem Schl $a->strings["{0} mentioned you in a post"] = "{0} hat dich in einem Beitrag erwähnt"; $a->strings["OpenID protocol error. No ID returned."] = "OpenID Protokollfehler. Keine ID zurückgegeben."; $a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account wurde nicht gefunden und OpenID Registrierung auf diesem Server nicht gestattet."; -$a->strings["Login failed."] = "Annmeldung fehlgeschlagen."; +$a->strings["Login failed."] = "Anmeldung fehlgeschlagen."; $a->strings["Connect URL missing."] = "Connect-URL fehlt"; $a->strings["This site is not configured to allow communications with other networks."] = "Diese Seite ist so konfiguriert, dass keine Kommunikation mit anderen Netzwerken erfolgen kann."; $a->strings["No compatible communication protocols or feeds were discovered."] = "Es wurden keine kompatiblen Kommunikationsprotokolle oder Feeds gefunden."; @@ -1511,3 +1511,4 @@ $a->strings["[today]"] = "[heute]"; $a->strings["Event Reminders"] = "Veranstaltungserinnerungen"; $a->strings["Events this week:"] = "Veranstaltungen diese Woche"; $a->strings["[No description]"] = "[keine Beschreibung]"; +$a->strings['Update Error at %s'] = 'Fehler beim Updaten von %s'; |