diff options
author | friendica <info@friendica.com> | 2012-04-10 15:23:04 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-10 15:23:04 -0700 |
commit | 0e97e2338a697141965e74ed3c68f7cd1aff4f7f (patch) | |
tree | 84819fc8df94d28d96292aeae8a1a9e9efb667a8 | |
parent | 3380ff32403f591a4d9281ea31a65306a70788a5 (diff) | |
parent | e1c43c1c1c74c8803807ed4f443719b6b782e956 (diff) | |
download | volse-hubzilla-0e97e2338a697141965e74ed3c68f7cd1aff4f7f.tar.gz volse-hubzilla-0e97e2338a697141965e74ed3c68f7cd1aff4f7f.tar.bz2 volse-hubzilla-0e97e2338a697141965e74ed3c68f7cd1aff4f7f.zip |
Merge pull request #222 from CatoTH/master
Translation bugfix
-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 c67aebb76..87994b980 100644 --- a/view/de/messages.po +++ b/view/de/messages.po @@ -4161,7 +4161,7 @@ msgstr "Fehler: der angegebene API Schlüssel scheint nicht korrekt zu sein (Zug #: ../../addon/facebook/facebook.php:665 msgid "The given API Key seems to work correctly." -msgstr "Der angegebene API Schlüssel scheint nicht korrekt zu funktionieren." +msgstr "Der angegebene API Schlüssel scheint korrekt zu funktionieren." #: ../../addon/facebook/facebook.php:667 msgid "" diff --git a/view/de/strings.php b/view/de/strings.php index ceff4109c..a68a77a75 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -924,7 +924,7 @@ $a->strings["Facebook Connector Settings"] = "Facebook-Verbindungseinstellungen" $a->strings["Facebook API Key"] = "Facebook API Schlüssel"; $a->strings["Error: it appears that you have specified the App-ID and -Secret in your .htconfig.php file. As long as they are specified there, they cannot be set using this form.<br><br>"] = "Fehler: du scheinst die App-ID und das App-Geheimnis in deiner .htconfig.php Datei angegeben zu haben. Solange sie dort festgelegt werden kannst du dieses Formular hier nicht verwenden.<br><br>"; $a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "Fehler: der angegebene API Schlüssel scheint nicht korrekt zu sein (Zugriffstoken konnte nicht empfangen werden)."; -$a->strings["The given API Key seems to work correctly."] = "Der angegebene API Schlüssel scheint nicht korrekt zu funktionieren."; +$a->strings["The given API Key seems to work correctly."] = "Der angegebene API Schlüssel scheint korrekt zu funktionieren."; $a->strings["The correctness of the API Key could not be detected. Somthing strange's going on."] = "Die Echtheit des API Schlüssels konnte nicht überprüft werden. Etwas Merkwürdiges ist hier im Gange."; $a->strings["App-ID / API-Key"] = "App-ID / API-Key"; $a->strings["Application secret"] = "Anwendungs-Geheimnis"; |