<?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ästbok / $conf[version]"; $s_title = "Läs i gästboken"; $s_new = "Eget inlägg."; $s_date = "Datum"; $s_author = "Namn:"; $s_text = "Bidrag "; $s_location = "Hemort"; $s_country = "Land"; $s_email = "E-post"; $s_url = "URL"; $s_pages = "Sida: "; $s_itmes = "Antal inlägg: "; $s_back = "Tillbaks"; $s_forward = "Framåt"; // -> form.php $f_head = "Gästbok / $conf[version]"; $f_title = "Skriv i gästboken"; $f_date = "Datum"; $f_author = "Namn*: "; $f_text = "Bidrag*: "; $f_location = "Hemort: "; $f_country = "Land: "; $f_email = "E-post*: "; $f_url = "URL"; $f_submit = "Skicka"; $f_back = "Tillbaks"; $f_alert = "Please fill out all fields with (*)."; ?>