German translation

This commit is contained in:
2015-08-13 17:23:12 +02:00
parent 65e5b02f47
commit 67c06db236
11 changed files with 57 additions and 58 deletions

View File

@ -41,7 +41,7 @@ if (isset($_POST['words'])) {
$word2 = check_word("word2");
$word3 = check_word("word3");
if ($word1 === false || $word2 === false || $word3 === false) {
$_SESSION['flash'] = "Not all words entered are valid.";
$_SESSION['flash'] = "Nicht alle eingegebenen Wörter sind gültig.";
header("Location: index.php");
exit();
}