nl.php 1017 Bytes
<?php $TRANSLATIONS = array(
"Legal notice" => "Disclaimer",
"Nothing here yet" => "Nog niets",
"The content of the legal notice has to be configured first" => "De inhoud van de disclaimer moet eerst worden geconfigureerd",
"That configuration is done in the administration section." => "Deze configuratie gebeurt op de beheerpagina.",
"That configuration has to be done by the system administration." => "Deze configuratie moet worden ingesteld door de systeembeheerder.",
"Imprint" => "afdruk",
"Placement" => "Plaatsing",
"Standalone app" => "Standalone app",
"Header left" => "Kop links",
"Header right" => "Kop rechts",
"Navigation top" => "Navigatie bovenaan",
"Navigation bottom" => "Navigatie onderaan",
"During login" => "Tijdens inloggen",
"Content" => "Inhoud",
"You can use html markup (e.g. <br> for a linebreak) and inline style attributes (e.g. <a style=\"color:red;\">)." => "U kunt html markup gebruiken (bv. <br> voor een nieuwe regel) en inline style attributen (bv. <a style=\"color:red;\">)."
);