Blame view
sources/apps/imprint/l10n/nl.php
1017 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<?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;\">)." ); |