aboutsummaryrefslogtreecommitdiffstats
path: root/view/de/strings.php
diff options
context:
space:
mode:
authorTobias Hößl <tobias@hoessl.eu>2012-04-10 20:43:31 +0000
committerTobias Hößl <tobias@hoessl.eu>2012-04-10 20:43:31 +0000
commite1c43c1c1c74c8803807ed4f443719b6b782e956 (patch)
treea4a4eea1a315f15ec441323fbed7b4c558c588f9 /view/de/strings.php
parent6db33fc5138e55f5ae95fe7b24b3e93f8e20408c (diff)
downloadvolse-hubzilla-e1c43c1c1c74c8803807ed4f443719b6b782e956.tar.gz
volse-hubzilla-e1c43c1c1c74c8803807ed4f443719b6b782e956.tar.bz2
volse-hubzilla-e1c43c1c1c74c8803807ed4f443719b6b782e956.zip
Incorrect tranlation (one negation too much)
Diffstat (limited to 'view/de/strings.php')
-rw-r--r--view/de/strings.php2
1 files changed, 1 insertions, 1 deletions
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";