<?php // ----------------------------------------------------------------------------------------------- // Project: Filebased guestbook. // File: lang.nl.php // Topic: swedish language file // Author: hide@address.com // Translation: hide@address.com (thank you!) // ----------------------------------------------------------------------------------------------- // -> show.php $s_head = "Gästebuch / $conf[version]"; $s_title = "Gästebuch anzeigen"; $s_new = "eintragen."; $s_date = "Datum"; $s_author = "Autor"; $s_text = "Beitrag "; $s_location = "Ort"; $s_country = "Land"; $s_email = "E-mail"; $s_url = "URL"; $s_pages = "Seiten: "; $s_itmes = "Bisherige Einträge: "; $s_back = "zurück"; $s_forward = "weiter"; // -> form.php $f_head = "Gästebuch / $conf[version]"; $f_title = "Gästebuch Eintrag"; $f_date = "Datum"; $f_author = "Name*: "; $f_text = "Beitrag*: "; $f_location = "Ort: "; $f_country = "Land: "; $f_email = "E-mail*: "; $f_url = "URL"; $f_submit = "senden"; $f_back = "zurück"; $f_alert = "Bitte alle Felder ausfüllen."; ?>