<?php // ----------------------------------------------------------------------------------------------- // Project: Filebased guestbook. // File: lang.no.php // Topic: norwegian language file // Author: hide@address.com // Translation: hide@address.com (thank you!) // ----------------------------------------------------------------------------------------------- // -> show.php $s_head = "Gjestebok / $conf[version]"; $s_title = "Les i gjesteboken"; $s_new = "Eget inlegg."; $s_date = "Dato"; $s_author = "Navn:"; $s_text = "Bidrag "; $s_location = "Hjemsted"; $s_country = "Land"; $s_email = "E-post"; $s_url = "URL"; $s_pages = "Side: "; $s_itmes = "Antall inlegg: "; $s_back = "Tilbake"; $s_forward = "Frem"; // -> form.php $f_head = "Gjestebok / $conf[version]"; $f_title = "Skriv i gjesteboken"; $f_date = "Dato"; $f_author = "Navn*: "; $f_text = "Bidrag*: "; $f_location = "Hjemsted: "; $f_country = "Land: "; $f_email = "E-post*: "; $f_url = "URL"; $f_submit = "Send"; $f_back = "Tilbake"; $f_alert = "Vennligst fyll ut alle felter merket med (*)."; ?>