nl.php 206 Bytes
<?php
$TRANSLATIONS = array(
"External Sites" => "Externe sites",
"Name" => "Naam",
"URL" => "URL",
"Remove site" => "Verwijder site",
"Add" => "Voeg toe"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";