<?php // ----------------------------------------------------------------------------------------------- // Project: Filebased guestbook. // File: lang.nl.php // Topic: dutch language file // Author: hide@address.com // Translation: hide@address.com (thank you!) // ----------------------------------------------------------------------------------------------- // -> show.php $s_head = "Gastenboek / $conf[version]"; $s_title = "Gastenboek bekijken"; $s_new = "toevoegen."; $s_date = "Datum"; $s_author = "Van"; $s_text = "Bericht "; $s_location = "Plaats"; $s_country = "Land"; $s_email = "E-mail"; $s_url = "URL"; $s_pages = "Pagina's: "; $s_itmes = "Aantal berichten: "; $s_back = "terug"; $s_forward = "heen"; // -> form.php $f_head = "Gastenboek / $conf[version]"; $f_title = "Gastenboek berichten"; $f_date = "Datum"; $f_author = "Naam*: "; $f_text = "Bericht*: "; $f_location = "Plaats: "; $f_country = "Land: "; $f_email = "E-mail*: "; $f_url = "URL"; $f_submit = "voeg toe"; $f_back = "terug"; $f_alert = "Please fill out all fields with (*)."; ?>