<?php
/*******************************************
Dutch gb_lang file.
Translated by Christian Gabriel
*******************************************/
if ( eregi("gblang_de.php", $_SERVER["PHP_SELF"]) ) {
header("location: ../gbconfig.php");
exit();
}
# You can modify/translate some YapGB messages here (mainly error messages).
# Plese not that this interface is experimental and could change dramatically
# in future releases.
# I'd like to know whether you find it usefull or if you think of a better
# way of letting you edit YapGB messages.
#
# These configure the text of the next and previous page links.
$strNext = "[Nächste]";
$strPrev = "[Vorherige;]";
# Error messages
$strError = "<font color=\"red\">Fehler</font>";
$strErrorNameRequired = "Bitte geben Sie Ihren Namen an!";
$strErrorMessageRequired = "Bitte tragen Sie Ihre Nachricht ein!";
$strErrorEmailRequired = "Eine gültige Emailadresse ist erforderlich.";
$strErrorUrlRequired = "Eine gültige Webadresse ist erforderlich!";
$strErrorEmailIncorrect = "Die angegebene Mailadresse ist ungültig!";
$strErrorUrlIncorrect = "Die angegebene Webadresse ist ungültig!";
$strErrorMailFuncDisabled = "Die mail() Funktion ist nicht verfügbar!";
$strErrorOpeningFile = "Fehler beim Öffnen der Datei!";
$strErrorWrongPassword = "Falsches Passwort oder Admin Name!";
$strErrorNothingToDelete = "Nichts zum löschen!<br>Please <a href=\"javascript:history.go(-1);\">zurück.</a> und versuchen Sie es noch einmal.";
$strErrorDateNotReceived = "Keine Daten erhalten!";
$strErrorDateNotMatch = "Zeitangabe ist ungleich!";
$strErrorNoTrustedReferer = "You are not allowed to post from an external site. Sorry!<br /> Es ist Ihnen nicht gestattet, von einer externen Seite in das Gästebuch zu schreiben";
$strErrorWrongConfirmationCode = "Der Bestätigungscode wurde nicht richtig angegeben. Bitte noch einmal versuchen!";
# I'd recommend you to edit this and let the user know how long he/she will have to wait
# before being able to post again. Let's say you configured (in gbconfig.php)
# $cfgSecondsToWait to 60 (so the user should wait a minute before posting again).
# You could set this variable to:
# $strErrorAlreadyPosted = "Sorry, you have to wait a minute before being able to post again!";
$strErrorAlreadyPosted = "Bitte warten Sie einige Zeit mit Ihrem nächsten Eintrag.";
# Administration
$strGoToAdministration = "Zurück zur Admin Konsole";
$strAdminModifyDelete = "Admin: Eintrag editieren/löschen";
# Showed when an entry is succesfully deleted from the guestbook.
$strEntryDeleted = "Eintrag erfolgreich gelöscht!";
$strPoweredBy = "Powered by";
# Not used yet (well, just if you show a message after saving user's post,
# but you have to configure it by editing yapgb.php code).
$strSignSuccesful = "Vielen Dank für Ihren Eintrag in das Gästebuch!";
$strGoToBook = "Zurück zum Gästebuch";
?>